/**********************************
			GENERAL
**********************************/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-color: #502413;
	font-family: Verdana, serif, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

input{
	background-color: #BAA576;
	border: ridge 1px #918D84;
	color:#FFFFFF;
}

textarea{
	background-color: #BAA576;
	border: ridge 1px #918D84;
	color:#FFFFFF;
}

#general{
	width: 818px;
	text-align: left;
}

#cabecera_superior{
	width: 817px;
	height: 43px;
	background-image: url("../img/cabecera_superior.jpg");
	background-repeat: repeat;
}

#sub_general{
	with:100%;
}

#parte_izquierda{
	float:left;
	width: 234px;
	height: 100%;
}

#parte_derecha{
	float:left;
	width:583px;
}
p{
	margin-bottom: 10px;
	margin-top: 10px;
}

/**********************************
			HEADER
**********************************/

#cabecera_inferior{
	width: 583px;
	height: 207px;

}

#slider{
	background-color: #A03621;
	width: 87px;
	height: 207px;
}

.miniaturas{
	font-size: 0px;
}

/**********************************
			CONTENT
**********************************/

#titular{
	width:392px;
	height: 39px;
	background-color: #A03521;
	color: #DDB06F;
	font-size: 20px;
	font-weight: lighter;
	padding-top: 15px;
	padding-left: 25px;
}

.titulo_pequenyo{
	font-size: 15px;
}

#content{
	width:367px;
	background-color: #F9EDD2;
	padding: 25px;
}

#inscripcion{
	width:100%;
	height: 160px;
	background-image: url("../img/fondo_formulario.jpg");
	text-align: center;
}

#texto_inscripcion{
	font-size: 10px;
	font-family: Tahoma,serif,sans-serif;
	color:#846D39;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;	
}
/**********************************
			LATERAL
**********************************/

#menu{
	height: 315px;
	width:100%;
	background-image: url("../img/fondo_menu.jpg");
	background-repeat: repeat;
	float: left;
}

#menu a{
	text-decoration: none;
	color: #F0E2C7;
}

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

#menu li{
	list-style-image: url("../img/marcador_seccion.jpg");
	color: #F0E2C7;
	font-size: 14px;
	margin-left: 40px;
	margin-bottom: 14px;
}

.submenu{
	color: #E6C37B;
	font-size: 12px;
}

#info_interes{
	width: 235px;
	height: 158px;
	background-image: url("../img/fondo_interes.jpg");
	font-size: 9px;
	float: left;
}

#contenido_interes{
	padding-top: 38px;
	padding-left: 12px;
	padding-right: 10px;
	line-height: 18px;
}

#contenido_interes a{
	color: #5A170E;
	text-decoration: none;
}

#contenido_interes a:hover {
	text-decoration: underline;
}
/**********************************
			OTROS
**********************************/

.ingles{
	font-style: italic;
}

.imagenIzquierda{
	float:left;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.imagenDerecha{
	float:right;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
