body{
    /*font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;*/
    font-family: "Calibri";
    margin:auto;
    background:url("../images/DSC_0044.jpg") no-repeat fixed center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

h1{
    font-family: "Franklin Gothic Medium";
    font-size: 40px;
}

#container{
    margin:auto;
    width:918px;
}

/*pseudoclasses*/

.articleContents{

    -moz-box-shadow: 10px 5px 5px #888888;
    -webkit-box-shadow: 10px 5px 5px #888888;
    -o-box-shadow:10px 5px 5px #888888;
    box-shadow:10px 5px 5px #888888;
    
    
    background-color:rgba(245,241,222,0.7);
/*
    background: -webkit-linear-gradient(bottom, rgba(245,241,222,0.5), rgba(245,241,222,1)); 
    background: -o-linear-gradient(bottom, rgba(245,241,222,0.5), rgba(245,241,222,1)); 
    background: -moz-linear-gradient(bottom, rgba(245,241,222,0.5), rgba(245,241,222,1)); 
    background: linear-gradient(bottom, rgba(245,241,222,0.5), rgba(245,241,222,1)); 
*/
    padding:10px;
}

.postTitle{
    font-size:18px;
    display:inline-block;
}

.postAuthor{
    font-size:30px;
    font-weight:bold;
}

.navigation{
    background-color:rgba(130,130,130,0.7);
    /*
    background: -moz-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -webkit-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -o-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    */
    
    padding:0.1px;
    /*border:solid black 2px;*/
}

.item{
    display:inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

a.button{
    /*border-top: 1px solid #96D1F8;*/
    /*background: -moz-linear-gradient(center top , #3E569C, #65A9D7) repeat scroll 0% 0% transparent;*/
    
    padding: 2px 4px;
    box-shadow: 0px 0px 0px #000;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    color: #000;
    font-size: 18px;
    font-family: "Calibri",serif;
    text-decoration: none;
    vertical-align: middle;
}

a#cliente.button{
    background-color:#DDDDDD;
}

img#icon{
    float:right;
    height: 105px;
    width: 230px;
}

.horizontal{
    width: 48%;
    height: 100%;
    display:inline-block;
    /*border:solid black 2px;*/
}

#superior{
    background-color:rgba(130,130,130,0.7);
    /*
    background: -moz-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -webkit-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -o-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    */
    
    width: 918px;
    margin: 0px auto;
    margin-top:10px;
    height: 43px !important;
    padding: 14px 0px 11px;
    position: relative;
}

#superior a:link{
    color:#000;
    text-decoration: none;
}

#superior a:hover{
    color:#EEE;
}

aside{
    height:30px;
}
.carteles{
    font-family: "Calibri",Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.imgCartel{
    
    height:190px;
    float:left;
}


/*              FOOTER
 * Seccion dedicada al Footer de la Página
 * */

footer{
    
    background-color:rgba(130,130,130,0.7);
    /*
    background: -moz-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -webkit-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: -o-linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    background: linear-gradient(bottom, rgba(130,130,130,0.5), rgba(130,130,130,1));
    */
    
    
    padding: 0px 0px;
    /*border-top: 5px solid white;*/
    
    
    font-size:0.9em;
    margin-top:0px;
    width:918px;
    position:static;
    bottom:0;
}


div#pie{
    display:inline-block;
    width:100%;
}

div#arriba{
    margin-top:15px;
}

div#abajo{
    margin-bottom:15px;
    margin-right: 25px;
    margin-left: 25px;
}

/*
 *SECCION DEL FOOTER PARA PSEUDOCLASES
 * */

footer a:link{
    color:#000;
    text-decoration: none;
}

footer a:visited{
    color:#000;
}

footer a:hover{
    color:#DDD;
}





/*
 *SECCIÓN para los ICONOS de SOCIAL MEDIA

.ig-b- { 
    display: inline-block; 
    }

.ig-b- img { 
    visibility: hidden; 
    }

.ig-b-:hover { 
    background-position: 0 -60px; 
    } 
.ig-b-:active { 
    background-position: 0 -120px; 
    }

.ig-b-48 { 
    
    width: 48px; height: 48px; 
    background: url(//badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0; 
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
    only screen and (min--moz-device-pixel-ratio: 2), 
    only screen and (-o-min-device-pixel-ratio: 2 / 1), 
    only screen and (min-device-pixel-ratio: 2), 
    only screen and (min-resolution: 192dpi), 
    only screen and (min-resolution: 2dppx) 
    {
        .ig-b-48 { 
            background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-48@2x.png); 
            background-size: 60px 178px; 
            } 
}
 * */

img.social{
    margin-top:0px;
    width: 40px;
    height: 40px;
}
