@charset "utf-8";
/*css document*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900,400italic);
/* reseteo */
*{
    border: 0;
    padding: 0;
}

article, footer, header, nav, section {
    display: block;
}

/* estilos */

/* estilos */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 90%;
    background-color: floralwhite 
}
img {
    max-width: 100%;
}

/*nav*/


a {
    color:darkslateblue;
    font-stretch: expanded;
    text-decoration: none;
    font-weight: 900;
}

nav a {
    font-size: 1.5em;
    font-weight: 700;
    
}

li{
    padding: 5% 0 5% 0;
}


a:hover {
    color: crimson;
    
}

header{
    float: left;
    background-color: bisque;
    max-width: 15%;
    padding: 1%;
    box-sizing: border-box;
}


#logo{
    padding: 0 16%;
   
}

#vm {
    margin: 0 auto;
   
}

h1{
    text-align: center;
    font-weight: 900;
    font-size: 3em;
}

ul{
    list-style: none;
}

#secundario{
    font-size: 0.8em;
    font-weight: 400;
}

.destacado{
    font-weight: 700;
}
/*
nav {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

nav ul{
    list-style: none;
}

nav li{
    display: inline-block;
    padding: 0.1em;
    vertical-align: top;
}

nav a{
    display: block;
    font-size: 1,4em;
    padding: 0.5em;
}
*/

/*couerpor*/

#cuerpo {
    float: right;
    max-width: 85%;
    margin-top: 1%;
}

.imagen{
    max-width: 100%;   
}

.imagen img{
    border-top-right-radius: 50%;
}

#principal {
    display: inline-block;
}

.rotulos {
    float: left;
    max-width: 20%;
    margin: 2.5%;
}

.rotulos p{
    font-size: 0.9em; 
}

#segundo {
    padding: 1%;
    font-size: 1.2em;
}
/**/



/*footer*/

footer{
    clear: both;
    margin: auto;
    padding: 1%;
    font-style: italic;
    font-size: 0.5 em;
}

#video_cont{ margin:auto auto; text-align:center;
