body {
	background-color: #333333;
}

#pagina {
width : 790px;  
margin:auto;                                
position: relative;
border : 3px solid #00ff00;
background-color:#090;
}
.caja {
	   background-color: #fff;
	
}

.signo{
  position: absolute;
  top: 19px;
  left: 626px;
}

img {
border-style: none}

#navlist {
padding : 3px 0;
margin-left : 0;
border-bottom : 1px solid #fff;
font : bold 16px Verdana, sans-serif;

}
#navlist li {
list-style : none;
margin : 0;
display : inline;

}
#navlist li a {
padding : 3px 0.5em;
margin-left : 3px;
border : 1px solid #fff;
border-bottom : none;
background : #009900;
text-decoration : none;
}
#navlist li a:link {
color : #fff;
}
#navlist li a:visited {
color : #ff8000;
}
#navlist li a:hover {
color : #ff0000;
background : #dbffd2;
border-color : #ff8000;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:400;
color:#000;
text-align:left;
margin-left:10px;
margin-right:5px;
}

h1{ padding-top:15px; 
font-family:Comic Sans MS, Garamond, sans-serif;
font-size:24px;
font-weight:400;
text-transform:capitalize;
color:#00F;
text-decoration:underline;
text-align:center;
}
h2,h3,h4,h5,h6{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14pt;
font-weight:400;
text-transform:capitalize;
text-decoration:underline;
color:#00f;
margin-left:10px;
margin-right:5px;
}

a:link, a:active {
text-decoration:none;
}
a:visited {
text-decoration:underline;
color:#FF8000;
}
a:hover {
color:red;
background-color:#DBFFD2; 
border:1px solid #000;      
}
li { padding-bottom:10px;
     list-style-position: outside;
	list-style-image: url(../images/punto.gif);
	text-align:left;
}
#pie {
background : #fff;
width : 790px;
height : 25px;
text-align:center;
clear : left;
padding-top:7px;
border-top-style: double;
}
#pie1 {
width : 784px;
height : 15px;
clear : left;
padding-top:4px;
border-top-style:groove; 
background-color:#7d683c;
}


