﻿* { box-sizing:border-box; -moz-box-sizing:border-box }

body{
    font-family:Georgia,"Times New Roman",serif;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:110%;
    margin-top: 0px;
    margin-left: 10%;
    margin-right: 10%;        
}

a {
   text-decoration:none;
}

a.bolder 
{
    font-weight:bolder;
    }

.clear {
    clear:both;
}

ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#shell {width:971px;}

/* Header */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#header{
    background-color:white;
    height:132px;
    overflow: hidden;
    border-right:1px solid black;
    border-left:1px solid black;
    border-top:1px solid black;
}

#header div#logoypubli
{
    background-color:#778877;
    width:100%;
    height:79px;
    }

#header div#logo
{
    float:left;
    width:400px;
    
    
}



#header div#publicidad
{
    float:left;
    /*height:79px;
    padding-left:123px;
    padding-right:13px;
    */
}

/*Main*/

#main{
    display: block;
    height:100%;
    min-height:100%;
    border: 1px solid black;
}

.navegador{
    font-size:12px;
}

.texto{
    font-size:17px;
    color:#333333;
    line-height:140%;    
}



/*Menu*/

div.menu
{
    clear:both;
    display:block;
    text-align:center;
    color:black;
    background-color:#F4F4F4;
    width:100%;
    height:26px;
}

div.menu ul.tabs {
    padding:0px; 
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}

div.menu ul.tabs li 
{
    background-color:white;
    background-image:none;
    border-right: 1px solid #D3D3D3;
    font-family:Verdana,Arial,sans-serif;
    font-size:10pt;
    min-height:18px;
    overflow:visible;
    text-align:center;
    vertical-align:top;
    display:block;
    float:left;
    margin:0;
    white-space:nowrap;
    z-index:6000;
    text-transform:uppercase;
   padding:5px 5px 3px;
}



.menu h3{
    font-size:13px;
    margin-bottom:1px;
    border-right:1px solid black;
    padding-right:5px;
}

.menu a{
    color:black;
}

#right{
float: left;
width: 11%;

}

#middle{
    float: left;
    width: 100%;
    margin-top:0px;
    border:1px solid #AEAEAE;    
}

#middle div#cabecilla{
    color:black;
    font-family:Verdana,Arial,sans-serif;
    font-size:130%;
    font-weight:bolder;
    background-color:white;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid black;
    
}

/*Footer*/
#footer{
    border-top: 1px solid #F0F0F0;    
    font-family:Verdana,Arial,sans-serif;
    color:black;   
    font-size:10px;
    margin-top:25px;
    text-align:center;
}

.index {
    font-size:smaller;
}

.ladillo{
    font-size:small;
    
}

.watermark
{
    background-color:#FFFFC4;
    color:Gray;
    }