/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	background: #e0dcdb;

	
}
#page, #page_exp{
	margin: 0 auto;
	width: 985px;
	height: 100%;
	background: url(images/fondopag1.gif) repeat-y left top;
}
#page_exp{
	position: relative;
}
#logo2{
	padding: 10px 0 0 65px;
}
#pral {
	margin: 0 5px 0 0;
	width: 980px;
}
#header{
	width: 980px;
	height: 70px;
	background: url(images/fondoheader.gif) repeat-y left top #e0dcdb;
	position: relative;
}
#headerini{
	width: 980px;
	height: 70px;
	background: url(images/fondoheaderini.gif) repeat-y left top #e0dcdb;
	position: relative;
}
#idioma {
	list-style-type: none;
	width: 100px;
	padding: 10px 10px 0 197px;
}
#idioma li{
	background: url(images/fondoleng.gif) no-repeat left 4px;
	margin-top: 7px;
	padding-left: 10px;
}
#logo {
	float: left;
	margin: -30px 0 0 35px;
}
#logo3{
	position:absolute;
	left:65px;
	top: 10px;
}
#logo_cont {
	float: right;
	width: 60px;
	padding: 5px 20px 5px 0;
}
#central {
	width: 980px;
	/*height: 500px;*/
	background: url(images/fondobi2.gif) no-repeat left top #fff;
	position: relative;
}
#central_int{
	width: 980px;
	/*height: 500px;*/
	background: #fff;
	position: relative;
}
h3{
	font-size: 14px;
	height: 17px;
	padding: 3px 0;
	border-bottom: 1px solid #f6ad16;
	width: 100%;
}
h4{
	font-size: 11px;
	/*color: #000;*/
	height: 17px;
	padding: 3px 0;
	border-bottom: 1px solid #f6ad16;
	margin-bottom: 5px;
	
}
h4.encuesta{
	margin-top: 15px;
}
#izda {
	position: absolute;
	left: 0;
	top: 25px;
	width: 180px;
	padding: 10px;
}
#izda_exp {
	position: absolute;
	left: 0;
	top: -75px;
	width: 180px;
	padding: 10px;
}
#menupral{
	list-style-type: none;

}
#menupral li a, #menupral li.vacio{
	display: block;
	height: 15px;
	padding: 3px 10px;
	width: 160px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #b1afb0;
}
#menupral li a:hover, #menupral a.actual{
	border-bottom: 2px solid #f6ad16;
	height: 14px;
	
}
#menupral a:hover {
	/*background: url(images/fondoa.gif) repeat-x;*/
	background-color: #e0dcdb;
}
.naranja{
	color: #f49904;
	font-weight: bold;
	text-decoration: none;
}
a.naranja:hover{
	text-decoration: underline;
}
#content {
	width: 770px;
	margin-left: 210px;
	min-height: 615px;
}
* html #content{
	height: 615px;
}
#content_orto {
	width: 740px;
	margin-left: 240px;
	min-height: 615px;
	position: relative;
}
* html #content_orto{
	height: 615px;
}
#boxfoto{
	width: 375px;
	padding: 0 0 20px 215px;
}
#boxtexto{
	width: 560px;
	padding:0 0 30px 30px;
}
#boxtexto p{
	text-align: justify;
	margin: 8px;
}
#pie {
	width: 620px;
	height: 40px;
	padding: 15px 20px 15px 340px;
	font-weight: bold;
	background: url(images/fondopie.gif) left top #e0dcdb;
}
#pieini {
	width: 720px;
	height: 40px;
	padding: 15px 20px 15px 240px;
	font-weight: bold;
	background: url(images/fondopieini.gif) left top #e0dcdb;
}
#exp p{
	margin-bottom: 4px;
}
.inputencuesta{
	width: 350px;
	border: 1px solid #7f7f7f;
}
.capaoculta{
	display: none;
}
#form_contacto{
	background:#e0dcdb;
	padding:8px;
	margin-top:8px;
}
.inputcontacto{
	width: 320px;
	border: 1px solid #7f7f7f;
}
.inputfile{
	width: 250px;
	border: 1px solid #7f7f7f;
}
.siguiente{
	display: inline;
	width: 100px;
	padding:4px;
	background: #f6ad16;
	color: #fff;
	text-decoration:none;
}
h4.indexn, h4.indexg, h4.indexgo{
	padding: 4px;
	height:16px;
	color: #fff;
	font-weight:bold;
	border: none;
}

h4.indexn{
	background: #f6ad16;
}
h4.indexg{
	background: #b1afb0;
}
h4.indexgo{
	background: #494949;
}
.imgleft{
	margin-right:5px;
}
#inicio2{
	margin: 50px 35px 50px 95px;
	width: 846px;
	height: 515px;
}
div.item{
	
	float: left;
	width: 164px;
	height:164px;
	display: none;

}
.item a{
	display: block;
	float:left;
	position: relative;
	z-index:1;
	width: 158px;
	height:132px;
	border: 2px solid #dddddd;
	overflow:hidden
}
.item a img{
	float: left;
	position: absolute;
	top:0;
	left:0;
}
.item a:hover{
	overflow:visible;
	z-index:1000;
	border: none;
}
.item a:hover img{
	top: -15px;
	left: -30px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 3px solid #d4d1d0;
	border-right: 3px solid #d4d1d0;
	padding: 3px;
	background: #fff;
	
}
.clear{
	clear: both;
}
#inicio2 h1{
	font-size:24px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:400;
	/*letter-spacing: 0.1em;*/
	

}
#boxinicio{
	position: relative;
	width: 976px;
	height: 613px;
	border: 1px solid #fff;
	background: #fff;
}
#logogrande{
	position: absolute;
	top: 50px;
	left: 95px;
	z-index: 400;
	width: 879px;
	height: 561px;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
}
#logogrande img{
	position: absolute;
	top: 0;
	left: 150px;
}
#logoini{
	display: none;
}


#texto{
	display: none;
	font-size:18px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 40px;
	padding: 20px;
	background-color:#f6ad16;
	width: 778px;
}
#headerini h1{
	display: none;
}
#resp_encuesta{
	background: #f49904;
	color: #000;
	padding: 15px;
	margin-bottom:20px;
	margin-top:20px;
}
#result_encuesta{
	width: 1160px;
	background:#fff;
	padding: 20px;
	margin: 0 auto;
	min-height:515px;
}
#result_encuesta td{
	padding: 4px;
	border-bottom:1px solid #e0dcdb;
}

#result_encuesta tr.encabezado{
	background:#e0dcdb;
	text-align:center;
	font-weight:bold;
	color: #000;
}
#result_encuesta tr.resultado:hover{
	background: #eee;
}
.pright{
	text-align: right;
}
.pagenumdead{
	font-weight:bold;
}
.pagelinks{
	margin-bottom:7px;
}
.pagelinks a{
	color: #e0dcdb;
}
.pagelinks a:hover{
	color: #f6ad16;
}
#cabecera{
	background: url(images/fondoheader.gif) repeat-y left top #e0dcdb;
	height:70px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}






