/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html{
    
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/***********************************************************
**************Aquí empieza mi código CSS********************
***********************************************************/

/********* 
Box-sizing
**********/
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}

main {
    display: block
}

/***************** 
Acciones concretas
*****************/
.invisible{
    display: none;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}


/*************************************************************************************** 
*********************************************Typo***************************************
***************************************************************************************/
body * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

header h3, section.masthead p{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 250%;
}

section.contactar section p{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-style: italic;
}

section.edu h4, body section.presentacion article p, body section.presentacion article p a{
    font-size: 17px;
    margin-bottom: 8px;
}

section.edu h4{
    color: #4F4F4F;
    font-weight: bold;
}

section.hv p{
    margin-bottom: 5px;
}

a, section article div h4{
    cursor: pointer;
    text-decoration: none;
}

nav li a:hover{
    color: #F3F3F3;
}

nav li a:active{
    color: #076199;
}

section.presentacion a, section.hv a{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    color: inherit;
}

section.presentacion a:hover, section.hv a:hover{
    background-color: #CECECE;
}

section.mm a{
    color: #F3F3F3;
}

figcaption a{
    color: #5EACD3;
    font-weight: bold;
}

figcaption a:hover{
    color: #076199;   
}

p, li, h5{
    color: #4F4F4F;
}

section.masthead p, header h3{
    color: #F3F3F3;
}

h3.curriculum{
    color: #5EACD3;   
}

header h3{
    font-style: italic;
    letter-spacing: 1px;
}


article h3{
    color: #076199;
    font-size: 20px;
}

h4{
    font-size: 13px;
    font-weight: normal;
    color: #F3F3F3;
}

footer p{
    color: #F3F3F3;
}

section.hv ul, section.web ul, section.edu ul{
    list-style-type:square;
    padding-left: 25px;
    list-style-position: outside;
}



/*************************************************************************************** 
******************************************Layout****************************************
***************************************************************************************/

/*********************************Genéricos***************************************/
main{
    width:auto;
    margin: 0px auto;
    max-width: 1150px;
}

main:after{
    content: "";
    display: table;
    clear: both;
}

header{
    background-color: #076199;
    padding: 5px 10px;
}

section.presentacion,section.hv,section.edu,section.web,section.mm,section.contactar{
    width: 100%; 
    float: left;
    margin-top: 150px;
    clear: both;
}

section div.nombreSeccion{
    width: 33%;
    float: left;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: 85%;
    background-origin: content-box;
}

div.nombreSeccion img{
    width: 95%;
    padding-left: 7px;
}

/*********************************Navegación*************************************/
nav {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    opacity: 0.9;
    z-index: 99999;
    font-weight: bold;
}

nav ul{
    margin: 0 auto;
    max-width: 1150px;
    overflow: hidden;
    padding-left: 10px;
}

nav ul li{
    padding: 5px 0;
    float: left;
    margin-right: 2%;
    margin-top:5px; 
    width: 15%;
}

nav ul li:last-child{
    margin: 0;
    margin-top: 5px;
}

nav li a{
    text-transform: uppercase;
    color: #5EACD3;
    border-bottom-style: none;
    font-size: 100%;
    display: inline-block;
}

/***********************************Masthead*****************************************/
section.masthead{
    clear: both;
    margin-top: 35px;
}

section.masthead div>div{
    margin: 0 auto;
    max-width: 1150px;
    background-image: url(../images/fondos/fondo_masthead.png),url(../images/fondos/fondo_masthead_tile.png);
    background-repeat: no-repeat,repeat-x;
    background-position: bottom right,bottom left;
}

section.masthead div div .titulo_principal{
    display: block;
    margin: 2% auto;
    width:50%;
}

section.masthead footer{
    background-color: #51A1CA;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

section.masthead footer div{
    width: 50%;
    float: right;
}

section.masthead footer div:first-child{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

section.masthead footer div p{
    float: right;
    margin-right: 15px;
    background-position: -20px 10px;
}

section.masthead footer div p{
    margin-right: 15px;
}

section.masthead footer div img.contactar{
    float: right;
    position: relative;
    top: 6px;
    margin-right: 4px;
}

/*********************************Presentación***************************************/
section.presentacion article{
    width:65%;
    float: left;
    padding: 15px;
    background-color: #F3F3F3;
    border-style: solid none;
    border-width: 1px;
    border-color: #8E8E8E;
    margin-top: 20px;
}

/*********************************Hoja de Vida***************************************/
section.hv{
    width: 100%;
}

section.hv section{
    width: 30%;
    float: left;
    margin-right: 20px;
}

section.hv section article{
    float: left; 
    width: 100%;
    padding:10px 15px 5px 15px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #CECECE;
    background-color: #F3F3F3;
}

section.hv section article div{
    float: none;
    width: 100%;
    background-color: #CECECE;
    margin-bottom: 15px;
    padding-bottom: 1px;
}

section.hv section article div.panel{
    padding: 0;
}

section.hv section article div h5, section.hv section article div p{
    padding: 1px 10px;
    margin-top: 3px;
}

section.hv section article div h3{
    background-color: #F3F3F3;
    padding-bottom: 10px;
}

section.hv section article div h4{
    background-color: #4F4F4F;
    padding: 5px 10px;
    font-weight: bold;
}

section.hv section article.noBorder, section.hv section article.noBorder div, section.hv section article.noBorder h3{
    background-color: #e5e5e5;
    padding: 2px 5px;
}

/*********************************Educación***************************************/
section.edu article{
    width: 30%;
    float: left;
    margin-right: 20px;
    background-color: #F3F3F3;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    padding:15px;
    margin-top: 20px;
}

section.edu article img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px; 
}

section.edu ul{
    margin-top: 1px;
}

/************************************Web*****************************************/
section.web section{
    width: 30%;
    float: left;
    margin-right: 20px;
}

section.web article{
    background-color: #F3F3F3;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    padding:15px;
    margin-top: 20px;
}

section.web article img{
    width: 100%;
}

section.web article h3{
    margin-bottom: 10px;
}

section.web article p{
    margin-bottom: 5px;
}

section.web figure{
    position: relative;
    margin-bottom: 5px;
}

section.web figcaption{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: black;
    padding: 5px 0;
    opacity: 0.8;
    width: 100%;
}

section.web figcaption a{
    width: 100%;
    display: block;
}

section.web figcaption:hover{
    opacity: 1;
}

/********************************Multimedia**************************************/
section.mm .column{
    width: 62%;
    margin-left: 33.8%;
}

section.mm .column h3, section.hv h3{
    margin-bottom: 10px;
}

section.mm figure{
    position: relative;
    margin-bottom: 5px;
}

section.mm article img{
    width: 100%;
}

section.mm figcaption{
    position: absolute;
    bottom: 5px;
    text-align: center;
    background-color: black;
    padding: 5px 0;
    opacity: 0.8;
    width: 100%;
}

section.mm a{
    font-weight: bold;
}

section.mm figcaption a{
    width: 100%;
    display: block;
    color: #5EACD3;
}

section.mm figcaption:hover{
    opacity: 1;
}

section.mm article.column{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    background-color: #F3F3F3;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    float: left;
}

section.mm article.column figure{
    float: left;
    width: 33%;

}

section.mm article.column figure img{
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

section.mm article.column p{
    clear: both;
}

section.mm .column div{
    background-color: #5EACD3;
    display: inline;
    margin-top: 5px;
    padding: 3px;
    padding-left: 25px;
    float: right;
    vertical-align: middle;
    position: relative;
    background-image: url(LinkOut.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

section.mm .column div:hover{
    background-color: #076199;
    background-image: url(LinkOut.png);
    background-size: 30px;
}

section.mm section.column article{
    width: 48.5%;
    background-color: #F3F3F3;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
}

/********************************Contactar**************************************/
section.contactar header{
    margin-bottom: 10px;
}

section.contactar article, section.contactar section{
    width: 33%;
    float: left;
    padding: 15px;
}

section.contactar section article{
    width: 100%;
    padding: 0;
}

section.contactar section article{
    background-color: #F3F3F3;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    margin-top: 10px;
}

section.contactar section article h3{
    margin-bottom: 10px;
}

section.contactar section div img{
    float: right
}


/**********************************Footer*****************************************/
footer.site_footer{
    background-color: white;
    height: 300px;
    margin: 0px auto;
    max-width: 1150px;
    padding: 15px;
    margin-top: 100px;
    background-image: url(../images/fondos/bottom_bg.jpg),url(../images/fondos/bottom_bg_tile.png);
    background-repeat: no-repeat,repeat-x;
    background-position: top right,top left;
}

footer.site_footer div{
    width: 45%;
    float: right;
}

footer.site_footer div:first-child{
    float: left;
}

footer.site_footer div p{
    float: right;
    font-style: italic;
    font-size: 11px;
    clear: both;
    margin-bottom: 10px;
}

footer.site_footer div:first-child p{
    float: left;
    margin-bottom: 12px;
}