﻿body 
{
font-family: Verdana,Arial,sans-serif;
font-size: 0.8em;
background-color: #FFF;
background-repeat: repeat;
background-attachment: scroll;
color: #003366;
}
#container 
{
width: 700px;
margin: 10px auto;
}
#masthead 
{
text-align: center;
padding:5px;
}
#navigation 
{
text-align: center;
padding:5px;
border-top: 1px solid #FAD1A0;
border-bottom: 1px solid #FAD1A0;
background-color: #ffffff;
}
#content
{ 
width: 680px;
padding:10px;
background-color: #ffffff;
text-align: justify;
}
#footer 
{
color:#7B9D00;
text-align: center;
padding:5px;
border-top: 1px solid #7B9D00;
border-bottom: 1px solid #7B9D00;
background-color: #ffffff;
}
#masthead img 
{
border:0;
}
#navigation a 
{
color:#EF8A0E;
text-decoration: none;
border: 1px solid #fff;
background-color: #fff;
}
#navigation a:hover 
{
color: #fff;
text-decoration: none;
border: 1px solid #F2911A;
background-color: #F2911A;
}
#content ul 
{
margin-left: 15px;
margin-right: 5px;
}
#content li 
{
list-style-image:url(listado.gif);
margin-left: 5px;
}
#content li li 
{
list-style-image:url(icon.gif);
margin-left: 10px;
}
#footer img
{
border:0;
}
}
a 
{
color: #5f8ea9;
text-decoration: underline;
}
a:hover 
{
color: #33627d;
text-decoration: underline;
}
.style_bold 
{
font-weight: bold;
}
.style_italic 
{
font-style: italic;
}