/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.8em;
    line-height: 1.4;
    color: #777;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1{
    margin: 0px 0;
    font-weight: inherit;
    font-size: 1.8em;
    color: #0694DA;
    text-rendering: optimizelegibility;
    font-family: 'Average Sans', sans-serif;
}
h2{
    margin: 0px 0;
    font-weight: inherit;
    font-size: 1.4em;
    color: #2D2D2D;
    text-rendering: optimizelegibility;
    font-family: 'Average Sans', sans-serif;
}
h1.logo{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    text-indent: -9999px;
    margin: 10px 0px;
}
.conv{
    font-family: 'Times New Roman', Times, Arial;
    font-weight: bold;
    font-size: inherit;
}
.jumbotron{
    min-width: 940px;
    position: relative;
    padding: 20px 0;
    background: #330000;
    background: -moz-linear-gradient(45deg, #ffde00 0%, #a90000 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffde00), color-stop(100%,#a90000));
    background: -webkit-linear-gradient(45deg, #ffde00 0%,#a90000 100%);
    background: -o-linear-gradient(45deg, #ffde00 0%,#a90000 100%);
    background: -ms-linear-gradient(45deg, #ffde00 0%,#a90000 100%);
    background: linear-gradient(45deg, #ffde00 0%,#a90000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#ff9900',GradientType=1 );
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    }
.jumbotron::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/pat.png) repeat center center;
    opacity: .5;
}
.cont{
    display: block;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.search {
    position: relative;
    float: right;
    z-index: 200;
    vertical-align: top;
    margin-top: -45px;
    width: 300px;
}
.search .btn{
    margin-left: -5px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius:    0 5px 5px 0;
    border-radius:         0 5px 5px 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8')";
    background-image: -moz-linear-gradient(#00A0D1,#008DB8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8');
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-color: #008DB8;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00A0D1),to(#008DB8));
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    text-decoration: none;
    font-size:14px;
    height: 28px;
    vertical-align: top;
}
.search .btn:hover{
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#008DB8',endColorstr='#00A0D1')";
    background-image: -moz-linear-gradient(#008DB8,#00A0D1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008DB8',endColorstr='#00A0D1');
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-color: #00A0D1;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#008DB8),to(#00A0D1));
}
.search .txt{
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 200px;
    padding: 0px 4px;
    height: 26px;
}
.search input[placeholder], [placeholder], *[placeholder]{
        color:#FFF !important;
    }
.search input::-webkit-input-placeholder {
    color:    #FFF;
}
.search input:-moz-placeholder {
    color:    #FFF;
}
.search input:-ms-input-placeholder {
    color:    #FFF;
}
nav{
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
nav ul {
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top: 20px;
    display:inline-block;
    vertical-align:top;
}
nav ul li  {
    margin: 0px 10px;
    padding-bottom: 5px;
    display: inline-block;
}
nav ul li ul{
    position:absolute;
    z-index:500;
    top:160px;
    display:none;
    padding: 10px 0px 10px 0px;
    text-align:left;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /*RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius:    0 5px 5px 5px;
    border-radius:         0 5px 5px 5px;
}
nav ul li:hover ul{
    display:block;
}
nav ul li ul li{
    padding:5px 20px;
    margin: 0px;
    line-height:14px;
    display:block;
    vertical-align:top;
}
nav ul li ul li ul{
    top: auto;
    left: 100%;
    margin: -20px 0px 0px -20px;
    padding: 0px;
    position: absolute;
    display:none;
    vertical-align: top;
    text-align:left;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /*RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius:    0 5px 5px 5px;
    border-radius:         0 5px 5px 5px;
    width: 400px;
}
nav ul li:hover ul li ul{
    display:none;
}
nav ul li ul li:hover ul{
    display:block;
}

nav ul li ul li ul li{
    margin-right:10px;
    line-height:14px;
    display:block;
    vertical-align:top;
}
nav li a{
    text-decoration: none;
    color: #2D2D2D;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
nav li a:hover{
    color: #0694DA;
}
nav li li a{
    text-decoration: none;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
nav li li a:hover{
    color: #ff9900;
}
#slideshow { 
    position: relative;
    width: 900px; 
    height: 200px; 
    background-color:#FFF;
    margin-bottom:25px;
}
        
#slideshow > div { 
    position: absolute;
}
#slideshow > div > img { 
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius:    3px 3px 3px 3px;
    border-radius:         3px 3px 3px 3px;
}
.quote-box{
    position: absolute;
    margin-top: -180px;
    padding: 10px 20px 15px 20px;
    width: 900px;
    background: rgba(0, 0, 0, 0.5);
}
.quote-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0px;
}
.quote-box .autor{
    display: block;
    line-height: 20px;
    color: #ededed;
    font-size: 85%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    font-weight: bold;
}
.quote-box .autor::before {
content: '— ';
}
article.main{
    width:580px;
    display:inline-block;
}

article.main section.half{
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.justify{
    text-align: justify;
}
.second{
    float: right;
}
aside{
    width: 320px;
    float: right;
    border-left: 1px dotted #CCC;
    padding-left: 20px;
    vertical-align: top;
    color: #999;
    margin-top: 40px;
}
.link{
    display: block;
    margin: 5px 0;
    font-weight: inherit;
    font-size: 1.1em;
    color: #0694DA;
    text-rendering: optimizelegibility;
    font-family: 'Average Sans', sans-serif;
    text-decoration: none;
}
.link:hover{
    color: #000;
}
aside p{
    margin-top: 0px;
    color:#999;
}
.smaller{
    font-size: 0.9em;
}
.fuente::before {
    content: '— Fuente: ';
}
.copete{
    color: #999;
    text-decoration: none;
}
.copete:hover{
    color: #000;
}
section.descargas ul{
    color: #0694DA;
}
section.descargas ul li a{
    text-decoration: none;
    color: #0694DA;
}
section.descargas ul li{
    margin-left: -20px;
}
section.descargas ul li a:hover{
    color: #000;
}
footer{
    min-width: 940px;
    display: block;
    margin-top: 15px;
    border-top: 3px solid #0694DA;
    background-color: #2D2D2D;
    padding-bottom: 20px;
    padding-top: 10px;
}
footer article{
    width: 215px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.ft-link{
    margin: 10px 0px 0px 0px;
    display: block;
    font-size: 1.2em;
    color: #FFF;
    text-rendering: optimizelegibility;
    font-family: 'Average Sans', sans-serif;
    text-decoration: none;
}
.ft-link:hover{
    color: #0694DA;
}
.ft-link2{
    margin: 0px 0;
    display: block;
    font-size: 1em;
    color: #e6e6e6;
    text-rendering: optimizelegibility;
    font-family: 'Average Sans', sans-serif;
    text-decoration: none;
}
.ft-link2:hover{
    color: #ff9900;
}
.santi{
    font-family: "Helvetica Neue", Helvetica, Arial;
    text-decoration: none;
    color: #FFF;
}
.santi:hover{
    color: #00ff00;
}
section.graph{
    width: 580px;
    display: block;
    position: relative;
    height: 390px;
    margin-top: 30px;
}
section.graph .box{
    position: absolute;
    padding: 10px;
    background-color: #FFF;
    -moz-box-shadow:    0px 0px 3px 0px #999;
    -webkit-box-shadow: 0px 0px 3px 0px #999;
    box-shadow:         0px 0px 3px 0px #999;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius:    7px 7px 7px 7px;
    border-radius:         7px 7px 7px 7px;
    color: #333;
}
section.graph .yellow{
    border: 1px solid #e2f67b;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph .yellow:hover{
    background-color: #e2f67b;
}
section.graph .orange{
    border: 1px solid #e5b54f;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph .orange:hover{
    background-color: #e5b54f;
    color: #FFF;
}
section.graph .pink{
    border: 1px solid #c56961;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph .pink:hover{
    background-color: #c56961;
    color: #FFF;
}
section.graph .violet{
    border: 1px solid #9c326a;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph .violet:hover{
    background-color: #9c326a;
    color: #FFF;
}
section.graph .lightblue{
    border: 1px solid #63cfe9;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph #fn-oop{
    left:0px;
    top:0px;
    width: 130px;
    text-align: center;
}
section.graph #fn-ppal{
    left:160px;
    top:60px;
    width: 240px;
    height: 150px;
    text-align: center;
}
section.graph #fn-dn{
    left:430px;
    top:0px;
    width: 130px;
    text-align: center;
}
section.graph #fn-rip{
    left:0px;
    top:240px;
    width: 130px;
    text-align: center;
}
section.graph #fn-icp{
    left:430px;
    top:240px;
    width: 130px;
    text-align: center;
}
section.graph .flecha{
    position: absolute;
    height: 70px;
    width: 70px;
}
section.graph #fn-f-oop{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left:100px;
    top:60px;
    z-index: 1000;
}
section.graph #fn-f-dn{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left:410px;
    top:50px;
    z-index: 1000;
}
section.graph #fn-f-rip{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left:100px;
    top:180px;
    z-index: 1000;
}
section.graph #fn-f-icp{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left:410px;
    top:180px;
    z-index: 1000;
}
section.graph #pyd-ppal{
    left:0px;
    top:0px;
    width: 550px;
    height: 370px;
    text-align: center;
}
section.graph .type2{
    position: absolute;
    width: 270px;
    height: 150px;
    font-weight: bold;
    font-size: 1.4em;
    vertical-align: top;
}
section.graph .type2 .info-box{
    position: absolute;
    width: 250px;
    height: 130px;
    font-size: 0.8em;
    padding: 10px;
    text-align: left;
    visibility: visible; /* poner "hidden" para que haya rollover */
    line-height: 1.2em;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius:    7px 7px 7px 7px;
    border-radius:         7px 7px 7px 7px;
}
section.graph .type2 .info-box ul{
    margin:0px;
    padding-left: 20px;

}
section.graph .type2:hover .info-box{ 
    visibility: visible;
}

section.graph #pyd-scf{
    color: #e5b54f;
    top: 11px;
    left: 11px;
}
section.graph #pyd-r{
    color: #c56961;
    top: 11px;
    left: 291px;
}
section.graph #pyd-vym{
    color: #9c326a;
    top: 211px;
    left: 11px;
}
section.graph #pyd-lyd{
    color: #FF0000;
    top: 211px;
    left: 291px;
}
section.graph #pyd-scf #pyd-scfi{
    background-color: #e5ab2f;
    top: 50px;
    left: 0px;
    color: #FFF;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph #pyd-scf:hover #pyd-scfi{
    background-color: #eca205;
}
section.graph #pyd-r #pyd-ri{
    background-color: #c56961;
    top: 50px;
    left: 0px;
    color: #FFF;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph #pyd-r:hover #pyd-ri{
    background-color: #c5463b;
}
section.graph #pyd-vym #pyd-vymi{
    background-color: #9c326a;
    top: 25px;
    left: 0px;
    color: #FFF;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph #pyd-vym:hover #pyd-vymi{
    background-color: #a01d62;
}
section.graph #pyd-lyd #pyd-lydi{
    background-color: #FF0000;
    top: 25px;
    left: 0px;
    color: #FFF;
    transition: background-color 2s;
    -moz-transition: background-color 2s; /* Firefox 4 */
    -webkit-transition: background-color 2s; /* Safari and Chrome */
    -o-transition: background-color 2s; /* Opera */
}
section.graph #pyd-lyd:hover #pyd-lydi{
    background-color: #db4141;
}

section.graph #ptr-conv{
    left:0px;
    top:0px;
    width: 260px;
    height: 270px;
    text-align: center;
}
section.graph #ptr-sse{
    left:292px;
    top:0px;
    width: 265px;
    height: 270px;
    text-align: center;
}
section.graph #ptr-res{
    left:0px;
    top:420px;
    width: 550px;
    height: 60px;
    text-align: center;
}
section.graph #ptr-co{
    left:0px;
    top:290px;
    width: 550px;
    text-align: center;
    position: absolute;
    z-index: -500;
}
.ptr{height: 520px;}

.thumb{
    display: inline-block;
    width: 80px;
    padding: 10px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 1em;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    background-color: #FFF;
    -moz-box-shadow:    0px 0px 5px 0px #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow:         0px 0px 5px 0px #ccc;
}
.thumb:hover{
    -moz-box-shadow:    0px 0px 10px 0px #999;
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    box-shadow:         0px 0px 10px 0px #999;
    border: 1px solid #63cfe9;
}
.thumb img{
    margin-bottom: 10px;
    border: none;
    width: 80px;
    height: inherit;
}
.img-expinfo{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.form-txt{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 0 7px 30px 0;
    font-size: 12px;
    width: 290px;
    font-family:Helvetica, "Helvetica Neue";
    color: #333;
}
.button {
    height:40px;
    width:90px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8')";
    background-image: -moz-linear-gradient(#00A0D1,#008DB8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A0D1',endColorstr='#008DB8');
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-color: #008DB8;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00A0D1),to(#008DB8));
    border: 1px solid #095B7E;
    color: #FFF;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    border-radius: 3px;
    text-decoration: none;
    margin-top:6px;
    font-size:1.2em
}
.anone{
    text-decoration: none;
    color: #333;
}
.anone:hover{
    font-weight: bold;
}
.curso{
    font-weight: bold;
    margin-right: 25px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}