@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,700,100italic,300italic,600italic,700italic);

body{
        width: 1028px;
        height: 741px;
        margin: auto;
        background-color: #a2cac8; }



#total{
     width: 960px;
     height: 600px;
     background-color: #a2cac8;
     margin: auto;}



main{
      width: 710px;
      height: 600px;
      background-color: #30867f; 
      margin: auto;}



header{
       width: 540px;
       height: 104px;
       margin: auto;
       border-left-style: double;
       border-right-style: double;}



header h1{
          font-family: 'Josefin Sans';
          font-size: 25pt;
          font-weight: bold;
          padding-left: 92px;
          padding-top: 32px;}



#contenedor{
             width: 540px;
             height: 395px;
             background-color: #30867f; 
             margin: auto;
             margin-top: 20px;}



.fotografia{
            float: left;}    



.links{
       width: 325px;
       height: 110px;
       background-color: #a2cac8;
       border-style: double;
       float: right;}



nav{
    width: 325px;
    height: 50;
    margin: auto;
    float: right;
    padding-left: 3px;
    padding-right: 3px;}
          


ul{
    list-style: none;}



li{
   float: none;
   margin: auto;   
   padding-bottom: 3px; 
   padding-top: 3px;}  
    
    

ul li a{
     font-family: 'Josefin Sans';
     font-weight: normal;
     font-size: 9pt;
     color: #fff;
     display: inline-block;
     margin: auto;
     padding-left: 3px;}
 



.informacion{
             width: 326px;
             height: 174px;
             float: right;
             font-family: 'Josefin Sans';
             font-size: 11pt;}    



footer{
    width: 540px;
    height: 40px;
    margin: auto;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
    background-color: #30867f;
    float: inherit;
    font-family: 'Josefin Sans';
    font-weight: 300italic;
    font-size: 8pt;
    border-top-style: solid;}
    

.destacado{color: #000;
           font-size: 13pt;
           font-family:'Josefin Sans';
           font-weight: bold;
           text-shadow-color: #000;
}