body
{
background-color:black;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

#contenido
{
width:940px;
height:auto;
border:thin solid gray;
}

#cabecera
{
width:940px;
height:124px;
background-image:url('header.jpg');
background-repeat:no-repeat;
vertical-align:middle;
}

#cabecera p
{
font-family:georgia;
font-size:60px;
text-align:left;
color:white;
display:inline;
}

#cabecera h1
{
font-family:georgia;
font-size:20px;
text-align:left;
color:white;
display:inline;
}

#lmenu
{
background-color:gray;
padding: 0px 0px 0px 0px;
}

#menu
{
width:630px;
height:auto;
background-color:gray;
font-family:georgia;
font-size:16px;
text-align:left;
color:white;
display:inline;
padding:0px 0px 0px 0px;
}

#menu a:link {color: white; text-decoration:none; font-weight:bold;}
#menu a:visited {color: white; text-decoration:none; font-weight:bold;}
#menu a:hover {color: white; text-decoration:none; font-weight:bold; background-color:black;}

#buscador
{
background-color:gray;
width:310px;
}

#cuerpo
{
width:630px;
height:auto;
background-color:white;
font-family:georgia;
font-size:15px;
text-align:justify;
padding-left:20px;
padding-right:20px;
}

#cuerpo h2
{
font-family:georgia;
font-size:20px;
text-align:left;
color:#0066cc;
font-weight:bold;
}

#cuerpo a:link {color: navy; text-decoration:underline; font-weight:bold;}
#cuerpo a:visited {color: navy; text-decoration:underline; font-weight:bold;}
#cuerpo a:hover {color: navy; text-decoration:underline; font-weight:bold;}

#barra
{
width:310px;
height:auto;
background-color:silver;
font-family:georgia;
font-size:15px;
color:white;
text-align:left;
padding-left:20px;
padding-right:20px;
vertical-align:top;
}

#barra p
{
font-family:georgia;
font-size:15px;
color:navy;
text-align:center;
font-weight:bold;
}

#pie
{
width:auto;
height:auto;
background-color:gray;
font-family:georgia;
font-size:14px;
text-align:center;
color:white;
}

#pie a:link {color: white; text-decoration:underline;}
#pie a:visited {color: white; text-decoration:underline;}
#pie a:hover {color: white; text-decoration:underline;}

