/* FUENTES */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,700);

/*pagina*/

.pagina {
    width: 960px;
    margin: auto;
}

h1 { 
    line-height: 3px;
}

body {
    background-image: url(img/fondo2.png);
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}



p {
    font-weight: 100;
    font-size: 1rem;
  font-size: 15px;
  line-height: 24px;
}



header {
    background-image: url(img/fondo.png);
    height: 110px;
}


#logo {
    float: right;
    height: 50px;
    margin-top: 35px;
}

header h1 {
    font-size: 40px;
    float: left;
    margin-top: 55px;
    font-weight: 700;
    color: #f76a6a;
    height: 100%;
    display: block;
}


header h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    margin-top: 41px;
    margin-right: 7px;
    height: 100%;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    padding-top: 2px;
    border-top: 2px solid #fff;
}


nav {
    background-color: #edd19d;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.2);
}

.nav {
    height: 60px;
    position: relative;
   
}

.nav ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}

.nav > ul > li {
	float:left;
}

.nav ul li a {
    font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    width: 112px;
    text-align: center;
    border-bottom: 30px;
    
}

.nav ul li a:hover {
    background-color: #f76a6a;
    color: #fff;   
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
   
}

/* FOOTER */

footer {
    background-color: #e6c7a8 ;
    margin: 0px;
    clear: both;
    height: 100px;
    padding-top: 40px;
    text-align: center;
    box-shadow: 0px -5px 0px rgba(0,0,0,0.2);
}

footer p { font-size: 14px; }


.foto {
    margin: auto;
    padding: 25px;    
    position: relative;
    float: right;
}



article img {
    width: 410px;
    float: right;
    margin-left: 30px;
}

.contenedor {
    display: block;
    background-color: #ffb222;
    margin-bottom: 3px;
    width: 100%;
    width: 260px;
  
}
.contenedor2 {
    display: block;
    background-color: #ffb222;
    margin-bottom: 3px;
    width: 100%;
    width: 260px;
     z-index: 50px;
}

.contenedor1, contenedor2 p {
    color: #eff0ea;
    font-weight: 300;
    font-size: 15px; 
    text-align: left;
    padding: 10px;
    margin: 2px;
}




.seccion1 {
    padding-top: 50px;
    padding-bottom: 50px;
    /* border-top: 5px solid #17262D;*/
}

.destacados1 img {
    width: 100%;
}

.destacados1 h1 {
    font-size: 18px;
    background-color: #f76a6a;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    color: #17262D;
    border-radius: 3px;

}
.destacados1{
position:relative;
}

.destacados1 article {
    width: 35%;
    position: relative;
    margin-left: 18px;
    background-color: #f2ca80;
    padding: 17px 10px;
    border-bottom: 5px solid #edd19d;
    color: #fff;
    float: left;
}


.destacados1 article h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #f76a6a;
    margin-left: 5px;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #f76a6a;
}

.destacados1 article h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-left: 5px;
    font-style: italic;
    font-weight: normal;
}


.destacados1 article p {
    font-weight: 100;
    font-size: 1rem;
    font-size: 13px;
    line-height: 24px;
    padding: 1px 5px;
    letter-spacing: 0.3px;
}






