body
{
background-color: #0066cc;
}

#container
{
width:800px;
height:auto;
background-color:white;
margin:auto;
overflow:hidden;
border:thin solid black;
}

#encabezado
{
width:800px;
height:200px;
background-image:url('encabezado.gif');
background-repeat:no-repeat;
}

#encabezado h1
{
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:35px;
text-align:center;
color:yellow;
margin:auto;
}

#encabezado p
{
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:25px;
text-align:center;
color:white;
margin:auto;
}


#cuerpo
{
width:800px;
height:auto;
margin:auto;
overflow:hidden;
display:table;
}

#contenido
{
width:600px;
height:auto;
min-height:1180;
overflow:hidden;
display:table-cell;
padding:20px 20px 20px 20px;
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:14px;
text-align:justify;
}

#contenido h1
{
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:23px;
text-align:center;
color: #cc0000;
font-weight:bold;
}

#contenido h3
{
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:17px;
text-align:center;
color: navy;
font-weight:bold;
}

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

#barra
{
width:200px;
height:auto;
overflow:hidden;
display:table-cell;
background-color:navy;
text-align:left;
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:12px;
color:white;
vertical-align:top;
padding:10px 10px 10px 10px;
}

#barra a:link {color:white; text-decoration:underline;} 
#barra a:visited {color:white; text-decoration:underline;}
#barra a:hover {color:yellow; text-decoration:underline; font-weight:bold;}


#pie
{
width:800px;
height:auto;
margin:auto;
background-color: black;
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:13px;
color:white;
vertical-align:top;
text-align:center;
padding:10px 10px 10px 10px;
}

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


.adsense
{
width:336px;
height:280;
margin:auto;
}

.adsense2
{
width:234px;
height:60px;
margin:auto;
overflow:hidden;
}

.adsense3
{
width:120px;
height:620px;
margin:auto;
float:right;
padding-left:12px;
}

.ppbarra
{
font-family:verdana, arial, georgia, "trebuchet ms";
font-size:12px;
color:white;
font-weight:bold;
text-decoration:underline;
}

