/* CSS Document */
body  {
    	
    background:#FFFFFF;
    margin: 10; 
    padding: 0;
    text-align:center;
    color: #000000;
}

#contenedor { 
    width: 958px;  
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		
}

#cabecera {
	width:958px;

	float:left;
}
#menu {
	width:958px;
	height:30px;
	float:left;
}

#centro {
	width:958px;
	float:left;
}

#subcentro{
	width:958px;
	float:left;
	margin-bottom:10px;
}

#menuizquierdo{
	width:225px;
	float:left;
}

#pie{
	width:958px;
	float:left;
	height:18px;
}

.Estilo2 {font-size: 12px}
.Estilo4 {color: #FFFFFF; font-size: 14px; }

/* MENU EN ARBOL*/
a.enls:link, a.enls:visited{
color: #3366CC;
text-decoration: none;
}
a.enls:hover{
color: #CC0000;
background-color: #eeeeee;
}
a.secac2{
	color: #B87070;
	text-decoration: none;
}
a.secac{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a.secac:hover{
	color: #B87070;
	text-decoration: none;
	background-color: #ffffff;
}
.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	margin: 0;
	padding-left: 18px;
	text-decoration: none;
	text-align: left;
}
.botonesHover {
text-decoration: none;
color: #CC0000;
background-color: #eeeeee;
}
/* Atención, evitar alterar la clase .subMe */
.subMe{
	display: none;
	margin: 0;
	background-image: url(imasmenu/puntosvt.gif);
	background-repeat:  repeat-y;
}
/* Atención, evitar alterar la clase .subMe */

/* FIN MENU EN ARBOL*/

