
/*inicio contenidos*/
#contenidos {
	clear:both;
	height: 416px;
	background-image: url(../imagenes/fondo-portada.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
}


i {display: none;}


/*inicio columna1*/
#columna1 {
	float:left;
	width: 340px;
	height: 416px;
}


#buscador { 
	float:left;
	width: 340px;
	height: 170px;
}

.titulo-buscador {
	width: 198px;
	height: 23px;
	background-image: url(../imagenes/tit-buscador.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	font-size: 16px;
	margin-left: 60px;
}

.titulo-buscador-en {
	width: 198px;
	height: 23px;
	background-image: url(../imagenes/tit-buscador-en.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	font-size: 16px;
	margin-left: 60px;
}

.titulo-buscador-al {
	width: 198px;
	height: 23px;
	background-image: url(../imagenes/tit-buscador-al.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	font-size: 16px;
	margin-left: 60px;
}

.titulo-buscador-fr {
	width: 198px;
	height: 23px;
	background-image: url(../imagenes/tit-buscador-fr.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	font-size: 16px;
	margin-left: 60px;
}

.titulo-buscador-it {
	width: 198px;
	height: 23px;
	background-image: url(../imagenes/tit-buscador-it.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	font-size: 16px;
	margin-left: 60px;
}

.margen-form {
	margin-left: 30px;
	margin-top: 20px;

}


#buscador form p {
	line-height: 18px;
	padding-bottom: 5px;
	color:#000000;
	font-weight:bold;

}

#buscador form p span {
	display: block;
	float: left;
	width: 100px;
	text-align:right;
	margin: 0; 
	padding: 0;
	line-height: 18px;
}
#buscador form p em {
	font-style: normal;
}

.casillas {
	width: 180px;
	border: 0;
	background-color:#FFFFFF;
	font-size: 12px;
	margin-left: 10px;
	
}



.boton-form{
	background-color: #FFFFFF;
	color:#000;
	width: 50px;
	height: 18px;
	font-size: 12px;
	margin: 0 5px 2px 240px;
	border: 0;
}



#tiempo {
	float:left;
	width: 340px;
	height: 90px;
}

#tiempo p {
	text-align: right;
}

#datos {
	float:left;
	width: 340px;
	height: 90px;
}

#datos p {
	text-align: right;
}


/*inicio columna2*/

#columna2 {
	float:right;
	width: 580px;
	height: 416px;
}
			
#bienvenida {
	height: 120px;
	padding: 30px 30px 20px 25px;
	text-align:justify;
}

#bienvenida h1 {
	font-size: 14px;
	font-weight:bold;
}

.texto-bienve {
	font-size: 14px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#destacados {
	height: 246px;
	background-image:url(../imagenes/fondo-destacados.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}	

#destacados-en {
	height: 246px;
	background-image:url(../imagenes/fondo-destacados-en.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}	

#destacados-al {
	height: 246px;
	background-image:url(../imagenes/fondo-destacados-al.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#destacados-fr {
	height: 246px;
	background-image:url(../imagenes/fondo-destacados-fr.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#destacados-it {
	height: 246px;
	background-image:url(../imagenes/fondo-destacados-it.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.destaca {
	float:left;
	width: 130px;
	height: 165px;
	padding: 45px 0 0 45px;
	
}

.destaca a {
	color: #FF6600;
	text-decoration:underline;
	
}

.destaca a:hover {
	color: #FF6600;
	text-decoration:none;
	
}


.foto-destaca {
	width: 120px;
	height: 120px;
	padding-top: 10px;
	border-right: 1px solid #EDEFEC;
}

.foto-destaca p {
	text align: center;
}

.texto-destaca {
	width: 120px;
	height: 45px;
	border-right: 1px solid #EDEFEC;
}

