/* Estructura General */
body, td, th, input { /* reglas para navegadores que no reconocen las cosas  */
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body {
	background-color: #CEDFE7;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0; /* necesario para Opera */
	font-size:15px;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#000000;
}
form { margin: 0; }
img { border: 0; }
#ignored {}

/* Navegación */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }

#pagina {
	width:800px;
	background:url(../imagenes/graficos/fondo.gif) repeat-y;
}

/* Cabecera */
#lineatop  {
	width:757px;
	height:30px;
	background:url(../imagenes/graficos/lineaarriba.gif) no-repeat;
}
#cabecera {
	width:756px;
	height:167px;
	background:url(../imagenes/graficos/lineagris.gif) no-repeat bottom right;
	margin-bottom:0px;
	padding-bottom:0px;
}
#pie {
	width:757px;
	height:30px;
	background:url(../imagenes/graficos/direccion.gif) no-repeat center;
}
#pie .direccion {
	padding-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
#pie .direccion a {
	color:#FFFFFF;
}
#pie .direccion a:hover {
	text-decoration:none;
}
.barraNavegacion a, a:link, a:visited {
	font-size: 10px;
	color:#666666;
}
.barraNavegacion a:hover {
	font-size: 10px;
	color:#666666;
	text-decoration:none;
}

/* INICIO barra de Menú */

#blueblock{
width: 150px;
padding: 0 0 1em 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 127px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
text-align:left;
}

#blueblock li {
margin-top:4px;
}

#blueblock li a{
font-size:12px;
display: block;
padding: 2px 2px 5px 8px;
border-left: 5px solid #C8D1AC;
background-color: #F1F4E6;
color: #000;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 5px solid #C8D1AC;
background-color: #CCC;
color: #000;
}
/* FIN barra de Menú */