
body
{
 margin: 0; padding: 0;
 background-color: #B1B1B1;
}

hr
{
 width: 675px;
}

/* ------------ Capas específicas ------------ */

#contenedor
{
 position: absolute;
 width: 775px;
 left: 50%; margin-left: -389px; padding: 0;
 background: url('fondo.gif') repeat-y left bottom;
}

#extra1
{
 width: 775px; height: 20px;
 background: url('fondo_sup.gif') no-repeat left top;
}

#cabecera 
{
 width: 775px; height: 127px;
 background: url('cabecera.gif') no-repeat left top;
}

#cabecera h1
	{
	 display: none;
	}

#menu
	{
	 float: left;
 	 width: 160px; margin: 60px 30px 20px 0px;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 17px; text-align: center;
	}

#menu_enlaces ul
{
 	 margin: 0 0 60px 40px; padding: 0;
	 border-top: 1px solid #013B7C;
	 border-right: 1px solid #013B7C;
	 border-left: 1px solid #013B7C;
	}

#menu_enlaces li
	{
	 list-style-type: none;
	 border-bottom: 1px solid #013B7C;

	}

#menu_enlaces li a
	{
	 display: block;
	 padding: 10px;
	 color: #013B7C;
	 text-decoration: none;
	}
	
#menu_enlaces li a:hover
	{
	 color: #013B7C;
	 background-color: #B1B1B1;
	}
	
#cuerpo
	{
	 float: left;
	 margin-top: 20px;
	 width: 540px;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 15px; text-align: center;
	 text-align: justify;
	}

#pie
	{
	 float: left;
	 width: 775px;	height: 80px;
	 margin-top: 10px;
	 padding-top: 10px;
	 text-align: center;
	 text-decoration: none;
	 font-size: 12px;
	}
	
#pie a {
	color: #013B7C;
	text-decoration: none;
}

#extra2
	{
	 float: left; margin: 0; 
	 width: 775px; height: 27px;
	 background: url('fondo_inf.gif') no-repeat left bottom;
	}
	
#w3c
	{
	 position: absolute;
	 bottom: 110px;
	 left: 30px;
	 width: 90px;
	}
