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


/* ATRIBUTOS GENERALES */

.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;
}


/* CABECERA */

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: #cc0ee5;
    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;
}


/* BOTONERA */

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

.nav {
    
    height: 60px;
    position: relative;
    z-index: 1;
}

.nav ul {
    list-style: none;
    float: left;
    margin: 0px;
    /*position: absolute;*/
    padding: 0px;
    overflow:hidden;/*el contenido que desborda del elemento queda escondido*/
}

.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;
}

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

/* FOOTER */

footer {
    background-color: rgba(155, 8, 209, 0.6);
    margin: 0px;
    clear: both;
    height: 100px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0px -5px 0px rgba(0,0,0,0.2);
}

footer p { font-size: 14px; }

/**************************************************************************************
**************************************************************************************/


.recuadro {
    margin: auto;
    padding: 50px;
    width: 710px;
    height: 500px;
    position: relative;
    
}

#laface {
    float: left;
    
}

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

.bloque1{
    display: block;
    background-color: rgba(155, 8, 209, 0.5);
    margin-bottom: 3px;
    width: 100%;
    width: 260px;
}

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

.bloque2 ul {
    list-style: none;
    display: block;
    background-color: rgba(181, 180, 180, 0.4);
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
    width: 220px;
    padding: 15px 20px 20px 18px;
}

.bloque2 ul li {
    color: #555555;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px; 
    text-align: left;
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: 1px solid #747373;
}

.bloque2 ul li:last-child {
    border-bottom: none;
}


.social {
    float: left;
    margin-left: 35px;
}

.social a {
    background-color: #747373;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    margin: 5px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    float: left;
    margin-top: 30px;
    
}

.social a i {
    padding-top: 5px;
}

.social a:hover {
    background-color: #cc0ee5;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}