@charset "utf-8";
/* CSS Document */

#index {
  
  background-image: url("../images/fondobw2.jpg");
  background-color: #666666;
  background-repeat: no-repeat;
  background-position: center top;
}
#backppal {
  width: 1006px;
  
  border-color: #333333;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 4px;
  margin: 0 auto;
  margin-top: 20px;
  
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  
  
}
#header{
  clear: both;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    
  display: table;
    table-layout: fixed;
    width: 960px;
    height: 112px;
  background-color: #FFFFFF;
    background-image: url("../images/header_bg.png");
    background-repeat: no-repeat;
  margin-top: 20px;
}

#menu{
        
    margin-bottom: 10px;  
    width: 960px;
  height: 67px;
  background-color: #FFFFFF;
    background-image: url("../images/menu_bg.png");
    background-repeat: no-repeat;    
    overflow: hidden;
    position: relative; 
}

#nav {
    margin-left: 90px;    
    overflow: hidden;
    position: absolute;
    width: 870px;
}

#nav ul {
    margin-left: 0px;
}

.hlist {
    border-bottom: 0 solid #333333;
    border-top: 0 solid #333333;
    line-height: 0;
    overflow: hidden;
    text-transform: uppercase;
    width: 870px;
  margin-top: -6px;
}


.hlist ul li {
    border-left: 0 solid #CCCCCC;
    border-right: 0 solid #CCCCCC;
    display: inline;
    float: left;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hlist ul li strong {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0.5em 0.8em;
    text-decoration: none;
    width: auto;
}
li a:active {
    color: #333333;
    outline: 0 none;
    text-decoration: none;
}
.hlist ul li a, .hlist ul li strong {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0.5em 0.8em;
    text-decoration: none;
    width: auto;
}

#contenido{
  clear: both;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  display: table;
    table-layout: fixed;
    width: 960px;
  
}

#footer{
  clear: both;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  display: table;
    table-layout: fixed;
    width: 620px;
}
#emergente{
  clear: both;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  display: table;
    table-layout: fixed;
    width: 660px;
    height: 660px;
    background-color: #ececec;
    padding:30px 10px;
  
}
.cont_hu {
    width:600px;
  float:left;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  margin-top: 20px;
  padding-left:20px; 
  padding-right:20px;
  
}
.sidebar {
  width:300px;
  float:right;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  margin-top: 20px;
}
.recuadro_nota{
  color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  display: table;
    table-layout: fixed;
}
.fila {
  
    clear: both;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
  display: table;
    table-layout: fixed;
    width: 620px;
}
.gcolphoto{
  width:300px;
  float:left;
  
}
.gcolppal {
    width:300px;
  float:right;  
}
.gcol1 {
  width:140px;
  float:left;
  
}

.gcol2 {
  width:140px;
  float:left;
  margin-left:20px;
}
.gcol3 {
  width:140px;
  float:left;
  margin-left:20px;
}
.gcol4 {
  width:140px;
  float:left;
  margin-left:20px;
}
.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}