
/*inicio contenedor*/

#fondo-contenidos { background-color:#FFFFFF;}

#contenidos {
	border-left: 1px solid  #24336C;
	border-right: 1px solid  #24336C;
	background-image:url(../imagenes/fondo-portada.jpg);
	background-position:  right top;
	background-repeat:no-repeat;
}

#contenidos h1 {
	font-size: 22px;
	color: #F1B523;
	border-bottom: 1px solid  #24336C;
	
}

#columna {
	float:left;
	padding: 0 15px;
}



#columna p {
	padding: 10px 0;
	text-align:justify;

}

#buscador {
	height: 190px;
}


#buscador01 {
	float:left;
	width:400px;
	height:90px;
	border: 1px solid  #24336C;
	margin-right: 7px;
}



#buscador01 form {
	padding-left: 5px;
}

.parte1 {
	float:left;
	width: 180px;
}

.parte2 {
	float: right;
	width: 180px;
}

#buscador02 {
	float:left;
	width:215px;
	height:90px;
	border: 1px solid  #24336C;
}

#buscador02 p {
	padding-left: 15px;
}

#buscador02 form {
	padding-left: 15px;
}



.casillas {
	width: 170px;
	border: 1px solid #24336C;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 5px 0;
	
}


.boton-form{
	background-color: #24336C;
	color:#FFFFFF;
	width: 50px;
	font-size: 12px;
	margin: 2px 5px 2px 0;
	border: 0;
	font-weight:bold;
	
}

#listado {
	width: 900px;
	padding: 10px 15px;
}

#listado table {
	width: 900px;
	margin: 10px 0;

}

#listado table th {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid #24336C 1px;

}

#listado table td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid #24336C 1px;
	text-align: left;
}

#listado table img {
	border: 1px solid #F2B624;
}

#listado a {
	text-decoration:none;
}

#listado a:hover {
	text-decoration: underline;
}


#ficha {
	width: 900px;
	padding: 10px 15px;
}

#foto-big {
	float:left;
	width: 370px;
	height: 400px;
	margin-top: 10px;
	text-align:center;
	border: 1px solid #F2B624;
}

#foto-big img {
	text-align:center;
	margin-top: 5px;
}

#detalle {
	float: right;
	width:510px;
	margin-top: 10px;
		
}

#detalle h2 {
	width: 510px;
	height: 16px;
	padding: 3px;
	margin: 0 0 10px 0;
	font-size: 14px;
	background-color: #F2B624;
	font-weight:normal;
}

#detalle p {
	margin: 10px 0;
	font-size: 14px;
}

#detalle span {
	font-weight:bold;
	color: #F2B624;
}

#detalle img {
	border: 1px solid #F2B624;
	margin: 5px;
}


#pie-ficha {
	clear:both;
	margin: 0 10px;
	padding: 10px;
	border-top: 1px solid  #24336C;
	text-align:right;
}