
/*inicio contenidos*/
#contenidos {
	clear:both;
	height: 602px;
	background-image: url(../imagenes/fondo-listado.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;
}

.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;
}


.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;
}

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

#datos p {
	text-align: justify;
	padding: 5px 5px 15px 30px;
}

#datos ul {
	padding-left: 40px;
	list-style-type: circle;
}

/*inicio columna2*/

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

.titulo-lista {
	width: 220px;
	height: 23px;
	background-image: url(../imagenes/tit-listado.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	margin-left: 30px;
}

.titulo-lista-en {
	width: 220px;
	height: 23px;
	background-image: url(../imagenes/tit-listado-en.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	margin-left: 30px;
}

.titulo-lista-al {
	width: 220px;
	height: 23px;
	background-image: url(../imagenes/tit-listado-al.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	margin-left: 30px;
}

.titulo-lista-fr {
	width: 220px;
	height: 23px;
	background-image: url(../imagenes/tit-listado-fr.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	margin-left: 30px;
}

.titulo-lista-it {
	width: 220px;
	height: 23px;
	background-image: url(../imagenes/tit-listado-fr.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	margin-left: 30px;
}

.destaca {
	float:left;
	width: 100px;
	padding: 15px 5px 10px 15px;

	
}

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

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


.foto-destaca {
	width: 100px;
	height: 100px;

}

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

.texto-destaca {
	width: 100px;
	height: 100px;
	text-align:left;
	padding-top:10px;

}

#pie-fotos {
	padding-top: 10px;
	border-top: solid 1px #FF6600;
	margin-top: 30px;
	font-weight:bold;
}