/* Estilos para la maquetacion del web de Eo Park */
/* Aqui se especifican unicamente los elementos destinados a maquetación de las zonas principales del web
   del area temática de Castropol */
/* (c) 2004 ----- Trisquelmedia ----- */

/* columna izquierda */
#menu {
	width: 170px;	
	height: 590px;
	margin-left: 10px;
	background-image: url(../../imagenes/general/fondo_izquierda.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #003399;
	color: #000000;
}

*html #menu {	
	margin-left: 5px;	
}

/* CONTENIDOS */
#col_der {
	width: 460px;
	background-image: url(../../imagenes/general/fondo_derecha.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #003399;
	text-align: left;	
	padding: 10px 50px 10px 10px;
	color: #000000;
}

*html #col_der {
	\width: 520px;
	w\idth: 470px;
	padding: 20px 40px 10px 10px;
}

.sepcontenidos2{
	display: block;
	width: 100%;
	height: 111px;
	clear: both;
}

.textoiz{
	text-align : left;
	margin: 10px 10px 0px 10px;
}