﻿body{
margin:0;
padding:0;
line-height: 22px;
background-color: #e0e5eb;
font-family:  Arial, Verdana;
}

img 
{
    border-color:#cccccc;
}

#maincontainer{
width: 860px; 
margin: 0 auto; 
border: solid 1px #CCCCCC;
background-color:#ffffff;
}

#topmenu{
background: #f0f0f0;
height: 25px; 
border-bottom: solid 1px #CCCCCC;
text-align:right;
padding-right:20px;
}

#topmenu h1
{
    font-size:11px;
    font-weight:bold;
    text-align:center;
    }

#topsection{
background: #EAEAEA;
height: 125px; 
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 235px; 
}

#leftcolumn
{
float: left;
width: 235px; 
margin-left: -860px; 
border-right: solid 1px #CCCCCC;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 11px;
height:23px;
}

#footer a{
color: #f2d800;
text-decoration:none;  
}

#footer a:hover
{
    text-decoration:underline;    
    }

#crumb
{
padding-left: 10px;
padding-top: 10px;
font-size: 10px;
font-family:  Arial, Verdana;
color: #666687;
line-height:15px;
}

#crumb a
{
font-size: 10px;
color: #996633;  
text-decoration:none;  
    }
    
.innertube
{
margin-top: 0px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
text-align:justify;
font-family: Verdana, Arial;
color:#666666;
font-size:11px;
line-height:1.4em;   
}


.innertube a:link, .innertube a:visited, .innertube a:active
{
color: #996633;  
text-decoration:none;     
    }

.title 
{    
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;        
    padding-top:20px;    
    }



/* Estilos de los menus */
.menu-level1
{  
   height:2.3em;
   background-color: #52555f ;   
   font-size: 11px;
   font-weight:bold;
   font-family:  Arial, Verdana; 
   padding-left: 1px;
   border-bottom: solid 1px #ffffff;   
}

.menu-level1 a:link, .menu-level1 a:visited, .menu-level1 a:active
{
   color: #cccccc;
}

.menu-level1 a:hover 
{
   color: #f2d800;
   }
   
.menu-level1-selected
{
    background-color: #000000;  
}

.menu-level1-selected a:link, .menu-level1-selected a:visited, .menu-level1-selected a:active
{
     color: #f2d800;
}

.menu-level2
{
   height:2.1em;
   line-height: 1.7em;
   background-color: #ffffff;   
   font-size: 11px;
   font-family:  Arial, Verdana;
   padding-left: 1px;
   border-bottom: solid 1px #e0e5eb;
      
}

.menu-level2 a:link, .menu-level2 a:visited, .menu-level2 a:active
{
   color: #000000;
}

.menu-level2 a:hover 
{
    text-decoration: underline;   
   }
   
.menu-level2-selected
{
   font-weight: bold; 
   background-color: #e3e3e3;     
}



/* estilos texto */
.resaltado 
{		
	font-weight:bold;  

    }

.cita
{ 
    font-style:italic;
   
    }
.nonoticia 
{
    display:none;
    }

