a:link			{ color: #685144; text-decoration: none; }
a:hover 			{ color: brown; text-decoration: none; }
a:visited		{ color: #685144; text-decoration: none; }
a:visited:hover 	{ color: brown; text-decoration: none; }
a:active		{ color: #FFFF00; text-decoration: none; }

.rounded-corners  
{  
   border-radius: 10px;  
   -ms-border-radius: 10px;  
   -moz-border-radius: 10px;  
   -webkit-border-radius: 10px;  
   -khtml-border-radius: 10px;  
}  

body 
{ color: #442104; font: 14px "trebuchet ms";
  background: #cc9966; margin-left: 6%; margin-right: 6%; padding: 0; }

 
div.logo
{ width: 100%; height: 170px; text-align: center; }

div.todo{ position: relative; width: 100%; margin-left: auto; margin-right: auto; }

div.comics
{ background-color: #FFD39C; border: 0; padding: 2px 2px 2px 2px; margin-left: auto; margin-right: auto; }

div.menulateral
{ text-align: center; background-color: #cc9966; position: relative;  padding: 8px; border: 0; }

div.noticosas
{ font-weight: bold; width: 390px; text-align: center; padding: 4px; margin-left: auto; margin-right: auto; }


div.menu
{ width: 240px; text-align: left; position: relative; right: 4px;  float: right; clear: left; margin-right: 8px; padding: 8px; border: solid 1px #FFD39C; overflow: hidden; }


div.pie 
{ font-size: small; text-align: center; position: relative; width: 100%; float: left; margin-right: auto; margin-left: auto; }
