/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos - Centro de congresos de Valladolid - Feria de Valladolid
Realizacion: digival.es 
joseignacio.marcos@digival.es
///////////////////////////////////////////////////////////////////////// */
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
	background:#fff url(images/bg.gif);
	height: 100%;
}
html{ 
	height:100%;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.clear0{
	clear: both;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
.justif{
	text-align: justify;
}
P{
	line-height: 20px;
	margin-bottom: 15px;
}
a{
	color: #666666;
	text-decoration: none;
	outline: none;
}
a.under{
	text-decoration: underline;
}
a:hover{
	color: #a10052;
	text-decoration: underline;
}
.centro{
	text-align: center;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.frightMargin{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
input, button, textarea, select{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.margin0{
	margin: 0;
}
.alignDer{
	text-align: right;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 778px;
	margin: 0px auto;
	background: url(images/bgMed.gif) repeat-y center;
	height: 100%;
	position: relative;
}
html>body #sitio{
	min-height: 100%;
	height: auto;
	overflow: hidden;
}
#izquierda{
	width: 170px;
	float: left;
	margin-left: 9px;
	border-top: 1px solid #fff;
	display: inline;
}
#derecha{
	width: 588px;
	float: right;
	margin-right: 9px;
	border-top: 1px solid #fff;
	padding-bottom: 40px;
	display: inline;
	overflow: hidden;
}
#footer{
	width: 558px;
	margin: 0px auto;
	position: relative;
	height: 29px;
	overflow: hidden;
	border-top: 1px solid #efefef;
	margin-top: -30px;
	padding-left: 187px;
	padding-right: 15px;
}
/* ---------------------------------------------------------------------------------------- */
/*   CABECERA --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera{
	width: 766px;
	height: 131px;
	margin: 0px auto;
	background: url(images/bgCab.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}
.eng #cabecera{
	background: url(images/bgCab_en.jpg) no-repeat;
}
h1 a{
	width: 373px;
	height:130px;
	background: url(images/centrodecongresos.gif) no-repeat 10px 65px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.feria{
	width: 85px;
	height: 66px;
	background: url(images/feria.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-left: 35px;
	margin-top: 64px;
	display: inline;
}
.idioma_es, .idioma_en{
	width: 64px;
	height: 30px;
	background: url(images/espanol.gif) no-repeat;
	text-indent: -999px;
	display: block;
	position: absolute;
	left: 15px;
	top: 0px;
	overflow: hidden;
}
.idioma_en{
	background: url(images/english.gif) no-repeat;
}
.idioma_es:hover, .idioma_en:hover{
	background-position: 0px -30px;
}
/* ---------------------------------------------------------------------------------------- */
/*   IZQUIERDA  --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/*.menu{
	list-style: none;
	border-bottom: 1px solid #fff;
}
.menu li{
	margin-bottom: 1px;
}
.menu li a{
	line-height: 33px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-weight: bold;
	padding-left: 10px;
	display: block;
}
.menu li.prim a{
	border-top: none;
}
.menu li ul{
	list-style: none;
}
.menu li a.centroCongresos{
	color: #fff;
	background: #a00051 ;
}
.menu li ul li a{
	padding-left: 20px;
	background: url(images/ico.gif) no-repeat 10px 14px;
	color: #a00051;
}
.menu li ul li a.dobleLinea{
	line-height: 18px;
	padding: 7px 0px 7px 20px;
}
.menu li ul li a:hover{
	background: url(images/ico.gif) no-repeat 10px 14px;
	text-decoration: underline;
	color: #a00051;
}*/
.menu{
	list-style: none;
	width: 150px;
	margin: 10px auto;
}
.menu li{
	margin-bottom: 3px;
}
.menu li a{
	background: #a10052;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma ,Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 5px;
}
.menu li a:hover{
	text-decoration: none;
	background: #70003A;
	color:#EFEFEF;
}
.menu li ul{
	width: 150px;
	margin: 3px 0px 0px 0px;
	list-style: none;
}
.menu li ul li a{
	background: #b8b8b8;
	color: #fff;
	display: block;
	text-transform: none;
	font-size: 11px;
	font-family: Tahoma ,Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
}
.menu li ul li a:hover{
	text-decoration: none;
	background: #999;
	color:#a10052;
}
.menu li ul li ul li a{
	padding-left: 12px;
	background: #d7d7d7;
	color:#999;
}
.menu li ul li ul li a:hover{
	background: #b8b8b8;
}
/* ---------------------------------------------------------------------------------------- */
/*   DERECHA ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
#derecha h2{
	line-height: 33px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-left: 15px;
	display: block;
	background: #efefef;
	color: #a00051;
	font-size: 12px;
}
#derecha h2 a{
	text-decoration: underline;
	color: #a00051;
}
h3, .h3_2{
	width: 292px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #efefef;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background: #efefef;
}
.h3_2{
	width: 293px;
	border-left: none;
}
h3 a, .h3_2 a{
	text-decoration: underline;
	color: #a00051;
	background: #efefef;
	display: block;
}
h3 a:hover, .h3_2 a:hover{
	text-decoration: none;
	color: #efefef;
	background: #a00051;
}
h4{
	border-bottom: 1px solid #a00051;
	font-size: 14px;
	font-weight: bold;
	color: #a00051;
	padding-left: 5px;
	margin-bottom: 5px;
}
.intCuerpo{
	border-top: 1px solid #efefef;
	padding: 15px;
	clear: both;
}
.programacion{
	width: 556px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #a00051;
}
.programacion th{
	background: #a00051;
	padding: 6px 3px;
	color: #fff;
}
.programacion td{
	border-bottom: 1px solid #a00051;
	padding:10px 3px;
	font-size: 10px;
}
.instalaciones{
	width: 358px;
	padding-right: 200px;
	padding-bottom: 120px;
	background: url(images/matrioskas.jpg) no-repeat right top;
	overflow: hidden;
}
.instalacionesMorado{
	width: 278px;
	padding-bottom: 40px;
	overflow: hidden;
}
.instalaciones P{
	margin-left: 120px;
} 
.instalacionesMorado P{
	margin-left: 80px;
}
.instalaciones P.tit, .instalacionesMorado P.tit{
	width: 120px;
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	display: block;
}
 .instalacionesMorado P.tit{
 	width: 80px;
 }
.instalaciones span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.instalacionesMorado a{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	display: block;
	color:  #a00051;
}
.instalacionesMorado a.noBig{
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color:  #a00051;	
	text-decoration: underline;
}
.instalacionesMorado a.noBig:hover{
	color: #666;
}
.instalacionesMorado P.tit{
	color:  #a00051;
}
.fichaInt, .fichaIntGrande{
	width: 270px;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
}
.fichaInt P.tit, .fichaIntGrande P.tit{
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	display: block;
	margin-right: 10px;
	color:  #a00051;
}
.fichaInt span, .fichaIntGrande span{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.fichaIntGrande{
	width: 550px;
}
.servicios{
	list-style: none;
	margin-top: 20px;
	width: 280px;
	float: right;
}
.servicios li{
	display: block;
	text-align: right;
	margin-bottom: 15px;
}
.servicios li strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.auditorioCara{
	width: 500px;
	margin: 0px auto 20px auto;
	border-collapse: collapse;
	text-align: center;
}
.auditorioCara th{
	background: #a00051;
	padding: 6px 3px;
	color: #fff;
	border: 1px solid #a00051;
}
.auditorioCara td strong{
	font-weight: bold;
	color: #a00051;
}
.auditorioCara td{
	padding:10px 3px;
	border: 1px solid #a00051;
}
.descargarPDF{
	background: url(images/pdf.gif) no-repeat left;
	height: 30px;
	padding-left: 43px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: #a00051;
	font-size: 14px;
	line-height: 38px;
}
#mapa{
	width: 556px;
	height: 500px;
	border: 1px solid #a00051;
}

.vista360{
	/*width: 558px;
	height: 350px;
	margin-bottom: 20px;*/
}
/* ---------------------------------------------------------------------------------------- */
/*   GALERIA ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#galeriaFinca{
	margin-bottom: 20px;
}
#intmin{
	position: relative;
	background: #FFF;
	width: 558px;
	height: 92px;
	overflow: hidden;
}
#intmin ul{
	position: relative;
	list-style: none;
	overflow: hidden;
	height: 92px;
}
#intmin ul li{
	float: left;
	display: inline;
}
#intmin ul li img{
	border: 1px solid #a00051;
}
#contImg{
	position: relative;
	width: 558px;
	padding-bottom: 15px;
}
#contImg img{
	display: block;
	border: 1px solid #a00051;
}
.botonAdelante{
	display: block;
	width: 279px;
	position: absolute;
	top: 0px;
	left: 279px;
	cursor:pointer;
	background: url(images/galeria/x.gif);
}
.botonAdelante:hover{
	background: url(images/galeria/siguiente.png) no-repeat 240px 50%;
}
.botonAtras{
	position: absolute;
	display: block;
	width: 279px;
	top: 0px;
	left: 0px;
	cursor:pointer;
	background: url(images/galeria/x.gif);
}
.botonAtras:hover{
	background: url(images/galeria/anterior.png) no-repeat 10px 50%;
}

/* ---------------------------------------------------------------------------------------- */
/*   FORMULARIOS ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.cajaform2{
	width: 99%;
	overflow: auto;
}
.fila {
	clear:both;
	display: block !important;
	display: inline;
}
.campo{
	display: inline;
	margin: 5px 0px 10px 10px;
	float: left;
	line-height: 20px; 
	width: 60%;
}
P.etiqueta {
	display: inline;
	margin: 5px 0px 10px 10px;
	float: left;
   text-align: right;
   line-height: 20px;
	width: 32%;
	font-weight: bold;
}
.combo, .cajaform2 select, .comboFecha{
	width: 250px;
	height: 15px;
	line-height: 15px;
	padding-left: 5px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #808184;
	background: #efefef;
}
.comboFecha{
	width: 115px;
}
.combotext{
	width: 250px;
	height: 80px;
	line-height: 15px;
	padding-left: 5px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #808184;
	background: #efefef;
}
.boton{
	width: 100px;
	height: 20px;
	line-height:15px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
	border: 1px solid #808184;
	background: #efefef;
	margin: 20px 10px;
}
.letrapeq{
	font-size: 9px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.letrapeq2{
	font-size: 9px;
	line-height: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-style: italic ;
}
.tituloInfo{
	font-weight: bold;
	font-size: 12px;
	color: #a00051;
	border-bottom: 1px solid #a00051;
	clear: both;
}
.errorForm{
	color: #990000;
	font-weight: bold;
	display: block;
}
/* ---------------------------------------------------------------------------------------- */
/*   FOOTER ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer P{
	line-height: 30px;
}
.morado{
	color: #a10052;
}