@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


@font-face {
    font-family: 'amplesoft-regular';
    src: url('../fonts/amplesoft-webfont.eot');
    src: url('../fonts/amplesoft-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amplesoft-webfont.woff2') format('woff2'),
         url('../fonts/amplesoft-webfont.woff') format('woff'),
         url('../fonts/amplesoft-webfont.ttf') format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
}

.docs-nav li strong a{
    color:#A6C307;
    font-size: 17px;
}

.docs-nav li a {
    color:#3c3c3c;
}
.docs-nav li a:hover {
    color:#00aeba;
}
body, 
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "amplesoft-regular", "Open-sans" ,  sans-serif; 
    font-weight: 300;
    font-size: 18px;
}

body {
    line-height: 2;
    color: #444;
    background: #fff;
}

img, iframe {
    max-width: 100%;
}

iframe {
    max-height: 100%;
}

img {
    height:auto;
}

iframe {
    border: 0 !important;
}

p{
    margin-top: 0px;
}
header {
    
    overflow: hidden;
}


.container {
    padding: 15px;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.titulo-seccion{
    font-size: 40px;
    color:#A6C307;
}

strong, dt, h3, h4 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}


h1,
h2,
h3 {
    line-height: 40px;
}

h2 {
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

hr {
    background: #EEE;
    border: 0;
    height: 1px;
    margin: 40px 0 40px;
}

blockquote {
    margin: 1em 0;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    text-align: left;
}



dt {
}

dd {
    padding: 0;
    margin: 0 0 25px 0;
}


/* Header Styles */
header {
    padding: 20px; 
    text-align: center; 
    background: #00aeba; 
    color: #fff;
}


h1 {
    margin: 0;
    padding: 0;
    float: left;
	color:#fff;
	font-weight:bold;
	font-size:35px;
	text-transform:uppercase;
	padding-top: 10px;
	margin-right:30px;
}

header h2 {
    margin: 0 0 1em 0;
}

header h2.docs-header {
    margin: 0;
    font-size: 30px;
}

footer {
    text-align: center;
    background: #3f3f3f;
    padding:10px;
    overflow: hidden;
}

footer p {
    margin: 0;
    color: white;
}



/* Navigation Styles */
nav {
    background: #A6C307;
    padding-top: 5px;
    min-height: 60px;
}

nav ul, nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    padding: 0 1em;
    color: #EEE;
    font-size: .9em;
    
    display: block;
}

nav h1 a {
    padding: 7px 1em;
    height: 46px;
    line-height: 0;
	height: 45px;
	line-height: 45px;
}





nav ul.toplinks {
    padding: 20px 0 0 0;
}

nav #menu {
    overflow: hidden;
    max-height: 0;
    clear: left;
}


nav #menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    padding: 0 16px;
}


@media only screen and (min-width: 680px) {
    /*nav, nav #menu {
        height: 60px !important;
    }*/

    nav li, nav a {
        float: left;
    }


    nav ul.toplinks {
        float: left;
        padding: 0;
        clear: none;
    }

    nav ul.toplinks li {
        margin: 0 0 0 10px;
    }

    nav #menu-toggle {
        display: none !important;
    }

    nav #menu {
        max-height: 9999px;
        clear: none;
    }
}
.sub-texto{
    padding:10px;
    line-height: 24px;
}
p{
    line-height: 24px;
}
div .bloque1{
    width: 50%;
    float: left;
}
div .bloque2{
    width: 50%;
    float: left;
}
div .seccion-manual{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.separador{
    width: 100%;
    height: 20px;
    margin-top: 30px;
    border-top: 1px solid #f4f5f7;
}
.redes{
    width: 10%; float: left;
}
.copyright{
    width: 20%; float: left;
}
.imagen-manual{
    width: 100%;
    margin-top: 20px;
}


/* Content Styles */
section { padding: 1em 0 3em; text-align: center; }
section.vibrant { background: #222; color: #fff; }

nav:before, 
nav:after, 
header:before, 
header:after, 
section:before, 
section:after {
    content: " ";
    display: table;
}

nav:after, header:after, section:after  { clear: both; }
nav, header, section { *zoom: 1; }



/* Form Styles */
input {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;

       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}







input:focus {
    border-color: #007eb2;
    outline: 0;
}

.docs-nav {
    background-color: #f5f5f5;
    list-style: none;
    padding: 15px 20px;
    font-size: 0.97em;
}

.docs-nav a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    font-size: 15px;
    text-decoration: none;
    border-right: 2px solid transparent;
}

@media only screen and (max-width: 450px) {
.redes{
    width: 100%; float: left;
}
.copyright{
    width: 100%; float: left;
}
.docs-nav {
    text-align: left;
}
}
@media only screen and (min-width: 960px) {
        .docs-nav {
        position: absolute;
        margin-left: -40px;
        width: 330px;
        margin-top: -28px;
        -webkit-transition: top linear 50ms;
        -moz-transition: top linear 50ms;
        -o-transition: top linear 50ms;
        transition: top linear 50ms;
    }

    .docs-nav.fixed {
    position: fixed;
    margin-top: 0px !important;
    /*overflow: overlay;*/
    padding-top: 10px;
    padding-bottom: 0px;
    /*height: 100%;
    overflow:scroll;*/
        
    }

    .docs-nav a:hover {
        background: #eee;
    }

    .docs-nav a:active, 
    .docs-nav .active {
        background: #eee;
        border-right: 2px solid #ccc;
    }

    .docs-nav .separator {
        height: 0px;
    }

    .docs-content {
        padding-left: 380px;
    }



    .container {
        max-width: 1000px;
        padding: 0 20px;
    }

    section {text-align: left; }
    section.centered {
        text-align: left;
    }

    input {
        display: inline-block;
    }



}

