/*Definimos el estilo del body  */
Body{
        background: #eee url(images/fondo.gif) repeat-y 50%;
	background-attachment: fixed;
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;	
	}

/*Definimos el header  */
#header {
	width: 772px;
	height: 141px;
	margin: 0 auto;
	background-image: url(images/cabecera.gif);
	padding: 0px;
	}

/*Definimos el estilo del header  */
#header p {
	color: white;
	}


/*Definimos el contenedor principal  */
#contenedor {
	width: 772px;
	margin: 0 auto;
	background-color: #ffffff;
	}

/*Definimos el bloque izquierdo  */
#bloque_izq {
	width: 174px;
	float: left;
	padding: 0px;
	}

/*Definimos el menu  */
#menu {
	width: 174px;
	height:635px;
	background-image: url(images/menu.gif);
	padding: 0px;
	}

/*Definimos el estilo del menu  */
#menu table{
	margin-top: 17px;
	margin-left: 60px;
	}
#menu td.grafico{
	padding-top: 10px;
	}
#menu table.principal{
	margin-top: 12px;
	margin-left: 10px;
	}

#menu ul{
        margin-top: 10px;
        }
#menu li{
	margin-left: -15px;
	padding-top: 7px;
	list-style: none;
	}
#menu  a.boton{
	width: 122px;
	height: 24px;
	background: url(images/boton_menu.gif) no-repeat;
	color: #666;
	display: block;
	font: bold 12px/22px Arial, sans-serif;
	text-decoration: none;
	text-indent: 14px;
	}

#menu a.boton:hover{
	background-position: 0 -24px;
	color: #900;
	text-decoration: none;
	}

/*Definimos el bloque de login  */
#login {
	width: 174px;
	height:217px;
	background-image: url(images/menu_login.gif);
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	color: white;	
}
#login table {
	margin-left: 33px;
}

/*Definimos el contenido  */
#content {
	width: 576px;
	float: right;
	padding: 10px;
	}

/*Definimos el estilo del contenido  */
#content h1 {
	font-weight: normal;
	font-size: 155%;
	color: #222;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#content h2 {
	font-weight: bold;
	font-size: 145%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#content h3 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}


/*Definimos el pie de pagina  */
#footer {
	width: 752px;
	clear: both;
	margin: 0 auto;
	background-color: gray;
        text-align: center;
	padding: 10px;
	}

/*Definimos el estilo del pie  */
#footer a {
	color: #00ffa0;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}

#footer p { 
        color: #ccc; 
}

/*Lo siguiente es para que no aparezca el borde de color en las imágenes  */
img {
	border: 0px;
}