/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

.capa_lateral{
	position:relative;
	top:35px;
	left:20px;
	width:80px;
	height:500px;
	z-index:1;
}

.capa_central{
	position:relative;
	left:0px;
	top:5px;
	width:900px;
	z-index:2;
}

.capa_trans{
	position:relative;
	left:30px;
	top:40px;
	width:300px;
	height:420px;
	z-index:3;
	background-image: url(../images/transparencia.png);
	background-repeat: repeat;
}

.capa_mejillon{
	position:relative;
	left:130px;
	top:30px;
	z-index:6;
}

.capa_cerrar{
	position:absolute;
	left:225px;
	top:-22px;
	z-index:7;
}

.capa_mejillon_2{
	position:relative;
	left:130px;
	top:35px;
	z-index:6;
}

.capa_cerrar_2{
	position:absolute;
	left:241px;
	top:24px;
	z-index:7;
}

.capa_inf{
	position:absolute;
	left:0px;
	bottom:40px;
	width:100%;
	z-index:4;
}

.capa_menu{
	position:relative;
	left:0px;
	top:10px;
	width:100%;
	z-index:5;
}

a {
	text-decoration: none;
	outline:0;
}

.borde_lb{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: thin;	
	border-left-style: solid;	
	border-left-color: #CCCCCC;
}

.borde_4{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: thin;	
	border-left-style: solid;	
	border-left-color: #CCCCCC;
	border-right-width: thin;	
	border-right-style: solid;	
	border-right-color: #CCCCCC;
}

.fondo_menu_inf{
	background-color: #CC9900;
}

.fondo_azul_sombra{
	background-image: url(../images/fondo_inf.jpg);
	background-repeat:  repeat-x;
}

.fondo_inicio{
	background-image: url(../images/inicio.jpg);
	background-repeat: no-repeat;
}

.texto_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.titulo_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

.destacado_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}

.titulo_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}

.texto_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}

.texto_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.texto_tabla_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: justify;
}

.texto_tabla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.titulo_gran{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC9900;
	font-weight: bold;
}

.margen{
	margin:5px 15px 5px 0px;
	padding:17px 5px 5px 0px;;
}

.margen_dcho{
	margin:0px 15px 0px 0px;
	padding:0px 15px 0px 0px;;
}

.tabla_oscuro{
	background-color: #000099;
}

.tabla_medio{
	background-color: #928dc9;
}

.tabla_claro{
	background-color: #c9c6de;
}

.boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
	font-weight: bold;
}
