body{
	background-color: #fff;
	background-image: url('../imagenes/fondo_home/fondo-01.jpg');
	font-family: arial, sans-serif;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover, a:visited, a:active, a:focus{
	background: none;
	border: none;
	outline: none;
	text-decoration: none;
}

main, article, aside {
    margin: 0.5em;
    padding: 1em;   
}

/* SECCION*/
main {  
	  width: 960px;
      font-family: Helvetica;
      line-height: 1.6em;
      height: auto;
}

.imagenprincipal img {max-width:960px;
                      width: 100%;
    margin-top:3em;
                    }

.parrafo {font-family:Helvetica;
            font-size:0.9em;
            color:black;
}



#faduequipo{
    max-width: 960px; 
	margin: auto;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

#fotoequipo{ 
    width: 60%;
    height: 25em;
    float: left;
    margin-bottom: 2em;
}

.infogral{
    width: 36%;
    height: 23em;
    float: right;
    background-color: #93c6f5;
    margin-bottom: 2em;
    margin-top: 0.7em;
    
    }

.bloque {display: block;
         background-color: #5599ea;
         margin-bottom: 0.5em;
         margin: 0.4em;
    width: 250px;
       }

.bloque h2 {font-family: Helvetica;
            font-weight: 300;
            margin-left: 0.5em;
            font-size: 1.5em;
            color:white;}

.infogral p {color: #3f8ae3;
            font-size: 13px; 
            margin: 0.6em;
            font-family: Helvetica;}

.bloque2 {display: block;
         background-color: #5599ea;
         margin-bottom: 0.5em;
         margin: 0.4em;
    width: 250px;
       }

.bloque2 h2 {font-family: Helvetica;
            font-weight: 300;
            margin-left: 0.5em;
            font-size: 1.5em;
            color:white;}

.bloque3 {display: block;
         background-color: #5599ea;
         margin-bottom: 0.5em;
         margin: 0.4em;
        width: 250px;}


.bloque3 h2 {font-family: Helvetica;
            font-weight: 300;
            margin-left: 0.5em;
            font-size: 1.5em;
            color:white;}


.info{ 
    width: 60%;
    height: auto;
    float: left;
    margin-bottom: 8em;
margin-top:3em;
}

.info h3 {font-family: Helvetica;
        font-weight: 400;
    color: #529be7;
           }

.info p {font-family: Helvetica;
    margin:0.3em;
    margin-top:0.5em;
    font-size: 13px;
color:black;
}

/* BLOQUE COLOR 2*/

.extra{  width: 36%;
    height: 60em;
    float: right;
    background-color: #5699ea;
    margin-bottom:8em;}

.bloqueextra {display: block;
         background-color:black;
         margin-bottom: 0.5em;
         margin: 0.4em;
    width: 250px;
       }

.extra h4 { font-family: Helvetica;
            font-weight: 300;
            margin-left: 0.5em;
            font-size: 1.5em;
    color:white; }

.extra p {font-family: Helvetica;
    margin:1em;
    margin-top:0.2em;
    font-size: 13px;
    color:white;}

.destacado {color:black;}

footer{
    clear: both;
}
/* header */
header{
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 200px;
	margin: 0 auto 30px;
	background-image: url('../imagenes/header/header.png');
	background-repeat: no-repeat;
	background-position: top center;
}
header a{
	display: inline;
}
header div.logo{
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 100%;
	max-width: 190px;
	height: 190px;
	margin: 45px 0 0 4%;
	background-color: #fff;
	background-image: url('../imagenes/header/logo_home.png');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
header div.horario{
	float: right;
	margin: 30px 5% 0 0;
	text-align: center;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
header div.horario img{
	display: block;
	width: 100%;
	max-width: 250px;
}
header div.horario a{
    color: #333;
    font-weight: 700;
    text-shadow: 0px 0px 1px #fff;
}
/* END header */
/* nav */
nav{
	width: 100%;
	max-width: 960px;
	margin: -50px auto 0;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
nav ul{
	position: relative;
	float: right;
	margin: 0 20px 0 0;
	list-style: none;
}
nav ul li{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
nav ul li a{
	display: block;
	padding: 2px 0;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
nav ul li a:hover{
	color: #000;
}
nav ul li a.epi{
	border-bottom: 3px solid #d3bdee;
	cursor: pointer;
}
nav ul li a.epi + ul.dropdown{background-color: rgba(211, 189, 238,.5);}
nav ul li a.epi + ul.dropdown li a:hover{background-color: rgb(211, 189, 238);}
nav ul li a.com{
	border-bottom: 3px solid #5ddb60;
	cursor: pointer;
}
nav ul li a.com + ul.dropdown{background-color: rgba(93, 219, 96,.5);}
nav ul li a.com + ul.dropdown li a:hover{background-color: rgb(93, 219, 96);}
nav ul li a.dis{
	border-bottom: 3px solid #f7e610;
	cursor: pointer;
}
nav ul li a.dis + ul.dropdown{background-color: rgba(247, 230, 16,.5);}
nav ul li a.dis + ul.dropdown li a:hover{background-color: rgb(247, 230, 16);}
nav ul li a.car{
	border-bottom: 3px solid #91c4f3;
	cursor: pointer;
}
nav ul li a.car + ul.dropdown{background-color: #91c4f3;}

nav ul li span.open{display: none;}

/* dropdown */
nav ul.dropdown{
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	max-height: 0;
	text-align: left;
	transition: max-height 0.25s;
	-webkit-transition: max-height 0.25s;
}
nav ul li:hover ul.dropdown{
	max-height: 87px;
}
nav ul li ul.dropdown li{
	display: block;
	margin: 0;
}
nav ul li ul.dropdown li a{
	display: block;
	line-height: 25px;
	padding-left: 10px;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
}
@media screen and (min-width: 40em) {
   
#imgcap{
width: 30%;
}

#textcap{
width: 60%;
}
    
}
/* END nav*/

main{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	color: #fff;
}



/* footer */
footer{
	width: 100%;
	max-width: 960px;
	min-height: 140px;
	margin: 10px auto 0;
	padding: 20px 1%;
	background-color: #78e0bf;
    color: black;
    line-height:1.3em;
}
footer div.footer-logo{
	float: left;
}
footer div.footer-logo img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
footer div.pares{
	float: left;
	font-size: 13px;
	font-weight: 700;
    padding-right: 10px;
    
}
footer div.pares ul{
	float: left;
}
footer div.pares img{
	float: left;
	margin: 0 10px;
	padding: 0 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
footer div.site-map{
	/*float: right;*/
	margin-bottom: 20px;
}
footer div.site-map ul{
	float: left;
	margin-left: 35px;
	font-size: 11px;
	list-style-type: disc;

}
footer div.site-map ul li{
	font-weight: 700;
	text-transform: uppercase;
}
footer div.site-map ul li ol{
	padding-left: 20px;
	list-style-type: circle;
}
footer div.site-map ul li ol li{
	font-weight: 400;
	text-transform: none;
}
footer div.copy-r{
	margin-top: 13px;
    float: left;
	width: 80%;
	font-size: 10px;
	font-style: italic;
}
footer div.redes{
	float: right;
    margin-top: 10px;
    margin-right: 70px;
}
footer div.redes a img{
	width: 26px;
}
/* END footer */

@media screen and (max-width: 960px){
	/*header*/
	header div.horario{
		margin-top: 87px;
	}
	/* nav */
	nav{
		margin-top: 55px;
		text-align: center;
	}
	nav ul{
		float: none;
		margin: 0;
	}
	/* #video */
	section#video{
		margin-top: 110px;
	}
}
@media screen and (max-width: 780px){
	/* header */
	header{
		height: auto;
		text-align: center;
	}
	header div.logo{
		float: none;
		width: 100%;
		margin: 45px auto 0 auto;
	}
	header div.horario{
		float: none;
		margin: 15px 0 0 0;
	}
	header div.horario img{
		margin: 0 auto;
	}
	/* nav */
	nav{
		margin-top: 0;
	}
	nav ul li{
		display: block;
		margin: 0 10px 5px;
	}
	nav ul li a{
		margin: 0px;
		padding: 10px 0;
		font-size: 20px;
	}
	nav ul li span.open{
		display: inline-block;
		position: absolute;
		right: 10px;
		color: #7b7b7b;
	}
	nav ul li:hover ul.dropdown,
	nav ul li ul.dropdown{
		position: relative;
		max-height: 0px;
	}
	nav ul li ul.dropdown.ul-open,
	nav ul li:hover ul.dropdown.ul-open{
		max-height: 160px;
		font-size: 12px;
	}
	/* #video */
	section#video{
		height: 350px;
		margin-top: 80px;
	}

	/* #episodios*/
	article#episodios{
		height: auto;
		margin-bottom: 40px;
	}
	article#episodios div.slider,
	article#episodios div.slider2{
		width: 100%;
	}
	article#episodios div.epi-desc{
		display: block;
		width: 100%;
		margin: 20px 0 10px;
	}
	aside.left{
		float: none;
		width: 100%;
	}
	/* #acciones*/
	section#acciones{
		float: none;
		height: auto;
		padding-bottom: 35px;
	}
	section#acciones div.acc-desc{
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
		font-size: 16px;
		text-align: center;
	}
	section#acciones div.acc-img{
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}
	section#acciones div.acc-img figure.imgLiquidFill.imgLiquid{
		width: 100%;
		max-width: 250px;
		margin: 5px;
	}
	/* #fadu */
	div#fadu{
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
	/* #sustent */
	div#sustent{
		float: none;
		width: 100%;
	}

	/* #sabias-que */
	aside#sabias-que{
		float: none;
		width: 100%;
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
	}

	/* footer */
	footer div.footer-logo{
		float: none;
		margin-bottom: 10px; 
		text-align: center;
	}
	footer div.pares{
		float: none;
		width: 272px;
		margin: 10px auto;
     
	}
	footer div.pares img{
		border-left: 0;
	}
	footer div.site-map{
		float: none;
		width: 158px;
		margin: 20px auto;
	}
	footer div.site-map ul{
		float: none;
	}
	footer div.copy-r{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	footer div.redes{
		float: none;
		margin: 10px;
		text-align: center;
	}

}
@media screen and (max-width: 570px){
	/* #acciones */
	section#acciones div.acc-img figure.imgLiquidFill.imgLiquid{
		width: 100%;
		max-width: 97%;
		height: 270px;
	}
	section#acciones div.acc-img figure.imgLiquidFill.imgLiquid figcaption{
		margin-top: 200px;
	}
}

/*Globales*/
span.titulo{
	z-index: 50;
	position: absolute;
	top: -18px;
	left: -5px;
	padding: 5px 8px;
	color: #fff;
	background-color: #010101;
	font-weight: 700;
	text-transform: uppercase;
}
span.titulo:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-width: 3px;	
	border-style: solid;
	border-color: #000 #000 transparent transparent;	
}
span.mas a{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 7px 10px;
	color: #fff;
}
article#episodios span.mas a{
	background-color: #b08bdb;
}
section#acciones span.mas a{
	background-color: #25bc21;
}
div#fadu span.mas a{
	background-color: #559ae8;
}
div#sustent span.mas a{
	background-color: #edd101;
}

main:after,
article#episodios:after,
aside.left:after,
section#acciones:after,
footer:after,
footer div.pares:after{
	content: '';
	display: table;
	clear: both;
}

/*END globales*/