/* Reset ---------------------------------- */
* {	margin: 0;padding: 0;}
html { overflow: auto; }
body { font-family: 'PT Sans', sans-serif; font-size: 62.5%; /*1em = 62.5% = 10px*/ text-align: center;/* Hack para que IE6 no de problemas */ -webkit-text-size-adjust: 100%; }
ol, ul {list-style: none;list-style-type: none;}
img, a img {border: none;text-decoration: none; background-repeat: no-repeat; vertical-align:top;}
img:focus { outline:none;}
fieldset {border:none;}
label, button {	cursor: pointer;}
/*input:focus, select:focus, textarea:focus {	background-color: #FFF;}*/
input, textarea, select, button {font-size: 100%;font-family: inherit; border:none;}
table {	border-collapse:collapse;border-spacing:0;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal;}

/* -------------------Fin Reset ------------------ */

body { min-width:940px; }

.pagina { margin:0 auto; width:940px; padding:35px 0; text-align:left;}
    
    .bloqueDescargas { border-bottom:1px solid #e0dede; margin-bottom:10px;}
        .toggle { font-family:'Ubuntu', sans-serif; font-size:18px; line-height:20px; margin-bottom:10px;}
            .toggle a { display:inline-block; color:#000; text-decoration:none;}
            .toggle a:hover { color:#ef3d46;}
            .toggle span { display:inline-block; margin-right:15px; width:22px; height:22px; text-align:center; color:#fff; }
            .toggle .plegado { background:#333333; }
            .toggle .desplegado { display:none; background:#ef3d46; }
            
        .toggle-content { display:none; font-size:15px; line-height:20px; margin-top:20px;}
        
            .toggle-content p { color:#666; margin-bottom:20px;}
            .toggle-content h3 { margin-bottom:5px; font-family:'Ubuntu', sans-serif; font-size:20px; line-height:27px; color:#ef3d46;}
            .toggle-content ul { margin-bottom:20px;}
                .toggle-content ul li { margin:0 0 5px 10px;}
                    .toggle-content ul li span { display:inline-block; margin-right:10px; width:22px; height:22px; text-align:center; font-weight:bold; color:#000; background:#EF3D46; border-radius:11px; -moz-border-radius:11px; -webkit-border-radius:11px; }
                    .toggle-content ul li a { color:#000; text-decoration:none; margin-right:10px;}
                    .toggle-content ul li a:hover { color:#ef3d46;}
    
        .bloqueDescargas.activo .toggle .plegado { display:none; }
        .bloqueDescargas.activo .toggle .desplegado { display:inline-block; }
        .bloqueDescargas.activo .toggle-content { display:block;}