/*css Document*/
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

* {
    margin: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
}

body{
    max-width: 960px;
	margin: auto;
    background-color: white;
    overflow: auto;
    padding-top: 1.25em;    

    /**/
    position: relative;
}

main {
    background-color: ghostwhite;
    width: 100%;
}

input, form {
    border: 0;
    padding: 0;
    margin: 0;
    resize: none;
}

.noticias {
	background-color: #0083FF;
}

#contenedor {
    max-width:960px;
    margin: 0 auto;
}

/* COLOR DE LA NAVEGACION EN CADA SECCION */

.leycolortipo a{
    color: black;
}
.leyfondo{
    background-color: #922790;
    color: ghostwhite;
}
.leybordes a:hover {
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
    border-top-color: #922790;
}

.leybordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  #922790;
}

.talleres{
    background-color:#F39320;
    color: ghostwhite;
}
.talleresbordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  #F39320;
}

.noticias{
    background-color:#0083FF;
    color: ghostwhite;
}

.noticiasbordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  #0083FF;   
}

.noticiasbordes a:hover {
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
    border-top-color: #0083FF;
}

.programacion{
    background-color:#E83F4C;
    color: ghostwhite;
}

.programacionbordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  #E83F4C;   
}

.programacionbordes a:hover {
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
    border-top-color: #E83F4C;
}


/* FIN COLOR DE LA NAVEGACION EN CADA SECCION */


/* HEADER Y NAVEGADOR */

/*LOGIN*/
.login a {
    text-decoration: none;
    padding: 0.9em;
    color: grey;
    font-size: 0.75em;
    text-align: center;
    float: left;
}

.login a:hover {
    background-color: lightgrey;
}

#navsec {
    float: left;
    width: 50%;
}
/*FIN LOGIN*/


#logourbana {
    width: 11em;
    overflow: auto;
    float: left;
    padding-top: 0.5em;
}

.logo { margin: auto;}


picture {
 float: left;
  width: 25px;
  height: 25px;
}



#contenedorheader{
    background-color: white;
    width: 100%;
    margin: auto;
    overflow: auto;
    padding-bottom: 1em;

    /**/
    height: 12em;
}


#contenedorheader nav {
	position: absolute;
	background: rgba(255,255,255,.98);
	z-index: 1000;
	top: 0;
	width: 80%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#contenedorheader nav a {
	text-decoration: none;
}
#contenedorheader .toggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
#contenedorheader .toggle a {
	background:#333 url("imagenes/toggle.svg") no-repeat;
	width: 40px;
	display: inline-block;
	height: 40px;
	text-indent: -999rem;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#contenedorheader .toggle a:hover {
	background: #0083FF url("imagenes/toggle.svg") no-repeat;;
}


header nav ul{
    list-style: none;
    overflow: auto;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
header .main_menu {
	display: none;

	box-shadow: 0 4px 3px #000;
	-webkit-box-shadow: 0 4px 3px #ccc;
}        
header nav ul li {
    text-align: center;
    float: none;
 }

header nav ul li a{
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 1.25rem;
    text-decoration: none;
    padding-bottom: 1.25em;
    font-size: .8em;
    color: black;
    display: block;
}

        
header nav ul li a:hover {
     border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
	border-top-color:  #F39320;
    border-style: solid;
    text-align: center;
    /*padding-top: 1.3em; */
    border: 0;
    background: lightblue;
}


.mostrar {
	display: block;
}
header img {
    width: 11em;
    margin: 0;
}

#fila1header {
    overflow: auto;
    width: 80%;
    float: right;
}

#redessociales {
    width: 11em;
    float: right;
}


#redessociales img {
    width: 20px;
    height: 20px;
    padding-right: 20px;
}

#fecha {
    width: 11em;
    float: right;
    margin-right: 1.25em;
}


/******************* CIERRA NAVEGADOR*******************/

/*ABRE INGRESA*/
#contenedoringresa {
    width: 100%;
    background-image: url(imagenes/fondoingresa.png);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: auto;
}

#login{
	width: 25.75em;
	background-color: rgba(211,211,211, 0.7);
	margin: auto;
	margin-top: 2em;
	
}
.logourbanaingresa {
    padding-left: 10em;
   
}
.inicio {
	font-size: 2em;
	text-align: center;
     clear: both;
}


.formulariologin1  {
	width: 20.5em;
	height: 2em;
	background-color: #27B19E;;
	border-style: none;
	padding-left: 0.5em;
	margin-top: 1.5em;
	margin-left: 1em;
	font-weight: 700;
	color: black;
	margin-bottom: 3em;
}

.formulariologin1 a {
	color: ghostwhite;
	text-decoration: none;
}

.olvide {
	text-align: center;
	padding-bottom: 1em;
	font-size: 0.9em;
	color: dimgray;
}

.olvide a{
	text-align: center;
	margin-top: 2em;
	padding-bottom: 3em;
	font-size: 0.9em;
	color: dimgray;
    text-decoration: none;
}

/******************* CIERRA INGRESA*******************/

/* FOOTER */
#contenedorfooter {
	width: 100%;
	height: 25em;
	background-color: #4E4F4F;
	color: ghostwhite;
	clear: both;	
}

#columna1footer {
	width: 33em;
	height: inherit;
	float: left;
	margin-left: 2.5em; 
}

.titulofooter {
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 0.9em;
}

.titulofootern {
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 1.1em;
}

#subrayadofooter {
	width: 2em;
	height: 0.25em;
	background-color: ghostwhite;
	margin-top: 0.5em;
}

.subtitulofooter {
	margin-top: 0.3em;
    text-decoration: underline;
}

#listafooter {
	float: left;
	width: 11em;
	padding-top: 0.6em;
}


#listafooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-top: 0.25em;
    list-style-type: none;
}

#listafooter a {
    text-decoration: none;
    color: ghostwhite;
    font-size: 0.75em;
}

.afooter a:hover {
    color: ghostwhite;
}

#subfila1footer {
	width: inherit;
	clear: both;
	float: left;
    margin-right: 0.5em;
}

#textofooter {
	width: inherit;
    height: 2em;
	margin-top: 0.6em;
}

.textofooter {
    font-size: 0.75em;
}

#columna2footer {
	width: 22em;
	float: left;
}

fieldset {
	border-style: none;
	width: 22em;
	padding: 0;
	margin: 0;
}

.formulariofooter1 {
	width: 12em;
	height: 2em;
	background-color: #6F7070;
	color: ghostwhite;
	float: left;
	border-style: none;
	font-size: 0.8em;
	padding-left: 0.5em;
	margin-top: 1.5em;
	margin-right: 1.25em;
}

.formulariofooter2 {
	width: 13em;
	height: 2em;
	background-color: #6F7070;
	color: ghostwhite;
	float: left;
	border-style: none;
	font-size: 0.8em;
	padding-left: 0.5em;
	margin-top: 1.5em;
}


.formulariofooter3  {
	width: 26.75em;
	height: 2em;
	background-color: #6F7070;
	color: ghostwhite;
	clear: both;
	border-style: none;
	font-size: 0.8em;
	padding-left: 0.5em;
	margin-top: 1.25em;
	}

.formulariofooter4  {
	width: 26.75em;
	height: 10em;
	background-color: #6F7070;
	color: ghostwhite;
	clear: both;
	border-style: none;
	font-size: 0.8em;
	padding-left: 0.5em;
	margin-top: 1.25em;
	}

.formulariofooter5  {
	width: 11em;
	height: 2.5em;
	background-color: #27B19E;
	clear: both;
	border-style: none;
	margin-top: 0.7em;
	color: ghostwhite;
	font-weight: 700;
	font-size: 0.8em;
	margin-top: 1.25em;
}
/******************* CIERRA FOOTER*******************/
/******************* ABRE BANNER *******************/


.banner{width: 100%; height: auto; margin-bottom: 1.5em;}



#slider{
	width: 100%;
	background-color: #0099F3;
	margin-bottom: 2.75em;
    
}

#bannerimg { 
 	 
width:auto;height: auto;
}

h1 banner {
	
position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
	
}
	
	

.bajadabanner {
	font-size: 0.75em;
	padding-right: 35%;
	color: #FFF;
    overflow: auto;
}	

.subtitulobanner {
	font-size: 21px;
	padding-right: 10%;
	margin-bottom: 1em;
	color: #FFF;
    overflow: auto;
}	

.hr {
	margin-bottom:1em;
	}

#imagenbanner1 {
    position: relative;
    }

#imagenslider {
	
	position: relative;
    z-index: 1;
    left: 0px;
    top: 0px;
}

#bajada {
	width: 100%;
    text-align: left;
	background-color: rgba(0,131,255,0.6);
	position: absolute;
    z-index: 2;
	padding-right: 0.625em;
    left: 0px;
    bottom: 0px;
    
}
	
#tercernivel { width: 50%;height: auto;float: left;color: white;padding-top: 0.5em;}

#tercernivel2 { width: 50%;height: auto;float:right;color: white;padding-top: 0.5em;  text-align: left;}

#titular {
	padding-top: 0.8em;
	
	color: #333;
	text-align: left;
 
	}
#text1 {
	color: #333;
	text-align: left;
	height: 4em;
	padding-left: 0.625em;
	padding-bottom: 1.5em;	
}





/******************* CIERRA BANNER*******************/
/******************* ABRE NOTICIAS *******************/

.section1_noticias {
    width: 100%;
    clear: both;
    margin-top: 3em;
}

.titulos {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 12.5em;
    overflow: auto;
}

h2 {
    padding: 0.5rem;
}

#fila1noticias {
	width: 100%;
	height: 18.125em;
}

	/*NOTICIA 1*/
#noticia1 {
	width: 35.5em;
	height: inherit;
	float: left;
}

#texto1noticias {
	width: 9.4em;
	height: 16.4em;
	float: left;
	color: ghostwhite;
	padding: 0.8em;
}

.fechamodulo {
	font-style: italic;
	font-size: 0.75rem;
	float: right;
}

.titulomodulo {
	font-style: normal;
	font-size: 0.90rem;
	font-weight: 700;
	padding-top: 0.5rem;
	}

.bajadanoticias {
	font-size: 0.75rem;
}

.mas1 {
	float: right;c
}

.mas2 {
	float: right; padding:0.5em;
}

#imagen1noticias {
	float: left;border-radius: 4px;
}
	/*NOTICIA 1*/

	/*NOTICIA 2*/
#noticia2 {

    width: 11em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
}

#texto2noticias {
	width: 9.4em;
	height: 7em;
	float: left;
	color: ghostwhite;
	padding-top: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

#imagen2noticias {
	float: left;
	width: 11em;
	height: 9em;
}
	/*NOTICIA 2*/

	/*NOTICIA 3*/
#noticia3 {
	width: 11em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
}

#texto3noticias {
	width: 9.4em;
	height: 8.2em;
	float: left;
	color: ghostwhite;
	padding-top: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.img3noti {
    padding-top: 0.1em;
}

	/*NOTICIA 3*/

#fila2noticias {
	width: 960px;
	height: 18.125em;
	padding-top: 1.25em;
}

	/*NOTICIA 4*/
#noticia4 {
	width: 23.25em;
	height: inherit;
	float: left;
}

#imagen4noticias {
	float: left;
}

#texto4noticias {
	width: 10.65em;
	height: 16.4em;
	float: left;
	color: ghostwhite;
	padding: 0.8em;
}
	/*NOTICIA 4*/

	/*NOTICIA 5*/
#noticia5 {
	width: 11em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
}
	/*NOTICIA 5*/

	/*NOTICIA 6*/
#noticia6 {
	width: 23.25em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
}
	/*NOTICIA 6*/

.section2_noticias {
	width: 47.75em;
	height: inherit;
	float: left;
}

#fila3noticias {
	width: 47.75em;
	height: 18.125em;
	padding-top: 1.25em;
}


	/*NOTICIA 7*/
#noticia7 {
	width: 35.5em;
	height: inherit;
	float: left;
}
	/*NOTICIA 7*/

	/*NOTICIA 8*/
#noticia8 {
	width: 11em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
}
	/*NOTICIA 8*/

#fila4noticias {
	width: 47.75em;
	height: 8.5em;
	padding-top: 1.25em;
}

#fila5noticias {
	width: 47.75em;
	height: 8.5em;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

	/*NOTICIA 9*/
#noticia9 {
	width: 23.25em;
	height: inherit;
	float: left;
}

#imagen9noticias {
	float: left;
}

#texto9noticias {
	width: 10.65em;
	height: 103px;
	float: left;
	color: ghostwhite;
	padding: 0.8em;
}

.titulomodulo2 {
	font-style: normal;
	font-size: 0.90rem;
	font-weight: 700;
	padding-top: 0.3rem;
}
	/*NOTICIA 9*/

	/*NOTICIA 10*/
#noticia10 {
	width: 23.25em;
	height: inherit;
	float: left;
	margin-left: 1.25em;
	}

#imagen9noticias {
	float: left;
}

#texto9noticias {
	width: 10.65em;
	height: 103px;
	float: left;
	color: ghostwhite;
	padding: 0.8em;
}

	/*NOTICIA 10*/

aside {
	width: 11em;
	height: inherit;
	float: left;
	margin-top: 1.25em;
	margin-left: 1.25em;
	background-color: #E5E5E5;
	color: black;
}

	/*LISTA GRIS*/
#n1noticias {
	width: 10em;
	padding: 0.5rem;
	
}

.fechagris {
	font-style: italic;
	font-size: 0.75rem;
	float: right;	
}

.titulogris {
	font-style: normal;
	font-size: 0.90rem;
	font-weight: 700;
	padding-top: 1.5rem;
}


	/*FIN LISTA GRIS*/
/******************* CIERRA NOTICIAS *******************/

/******************* ABRE INTERIOR NOTICIAS*******************/
#contenedornoticiatodo {
	width: 960px;
	height: auto;
}

.article1_noticia {
	width: 47.750em;
	height: auto;
	padding-top: 1.25em;
	float: left;
}

.titulos {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 12.5em;
    overflow: auto;
	margin-bottom: 1em;
}


#entradanoticia {
	width: 47.750em;
	height: auto;
	background-color: #0083FF; 
	padding-top: 1.25em;
}

 #imagen {
	 width: 45.25em;
	 height: inherit;
	 padding: 1.25em;
 }


h3 {
	padding-left: 1.25rem;
	font-size: 1.5rem;
	color: ghostwhite;
}

#texto {
	padding: 0.5rem;
	color: ghostwhite;
	display: inline-block;
}

p.bajadanoti {
	font-size: 0.9em;
}

p.dato {
	font-size: 0.75rem;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
	float: right;
    padding-right: 1.25em;
}

#cuerponoticia {
	width:  47.75em;
	height: 57em;
	padding-top: 1.25em;
    clear: both;
}

p.nota {
	font-size: 0.85rem;
}

#subcolumna1noticia {
	width: 35em;
	height: auto;
	float: left;
	margin-bottom: 2em;
}

#subcolumna2noticias {
	width: 11em;
	height: 19em;
	float: left;
	margin-left: 1.25em;
	margin-top: 17em;
}

#separadornoticias {
	width: inherit;
	height: 0.4em;
	background-color: #0083FF;
}

.destacadonoticias {
    border-top: solid #0083FF;
    border-bottom: solid #0083FF;
}

p.citadestacado {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

/* ABRE GALERÍA */
#contenedorgaleria {
	width: 45.25em;
	height: 30em;
	}

h2.galeria {
	width: 11em;
	height: 1.5em;
	border-style: solid;
    border-width: 0.15em;
	border-color: #0083FF;
	color: #0083FF;
	clear: both;
	margin-top: 0.8em;
}

#columna1galeria {
	width: 34.25em;
	height: 24.5em;
	padding-top: 1.25em;
	float: left;
	padding-left: 1.25em;
}

#columna2galeria {
	padding-top: 1.25em;
	float: left;
	height: 24.5em;
	padding-left: 1.25em;
}

#fotoguido2 {
	padding-bottom: 1em;
}

/* ABRE ASIDE */

.aside1_noticia {
	width: 11em;
	float: left;
	margin-top: 1.25em;
    background-color: white;
}
.tituloasidenoticia {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    margin-bottom: 1em;
	
}

#listamasnoticias { 
    background-color:#E5E5E5;
 }

.titulomasvideos {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
	float: right;
	overflow: auto;
	margin-bottom: 1em;
	margin-left: 1.25em;
	margin-top: 1.25em;
}

#listamasvideos {
	width: 9.4em;
	height: inherit;
    display: inline-block;
	background-color: #E5E5E5;
	color: black;
	padding: 0.8em;
}

#video1lista { 
	padding-bottom: 0.8em;
}

#listamasfotos {
	width: 9.4em;
	height: inheri;
    display: inline-block;
	background-color: #E5E5E5;
	color: black;
	padding: 0.8em;
}

#foto1lista { 
	padding-bottom: 0.8em;
}

/* ABRE COMENTARIO */
h2.coment {
	width: 11em;
	height: 1.5em;
	border-style: solid;
    border-width: 0.15em;
	border-color: #0083FF;
	color: #0083FF;
	clear: both;
	margin-top: 1.25em;
}

#fila2noticia {
	clear: both;
	width: 60em;
	height: 20.5em;
	margin-bottom: 1.25em;
}

#subc1noticia {
	width: 34.25em;
	height: auto;
	float: left;
}

.comentarionoticia1  {
	width: 42.75em;
	height: 11em;
	background-color: #E5E5E5;
	clear: both;
	border-style: none;
	font-size: 0.8em;
	margin-top: 1.25em;
	padding-left: 0.5em;
}

.boton1noticias {
	width: 16.5em;
	height: 2.25em;
	margin-top: 1.25em;
	border-style: solid;
    border-width: 0.1em;
	border-color: #0083FF;
	color: #0083FF;
	float: left;
}

.boton1noticias a {
	text-decoration: none;
	color: dimgrey;	
}

.boton2noticias{
	width: 16.5em;
	height: 2.35em;
	margin-top: 1.25em;
	background-color: #0083FF;
	color: ghostwhite;
	float: left;
	margin-left: 1.1em;
	border-style: none;
	font-weight: 700;
}

#subc2noticia {
	width: 23.25em;
	height: auto;
	float: left;
	margin-left: 1.5em;
	margin-top: 5.2em
}

#avatarnoticia {
	float: left;
}

#nombrecoment {
	float: left;
	margin-left: 0.75em;
	height: 2.2em;
	padding-top: 0.75em;
}

p.nombrenoticia {
	font-weight: 700;
	font-size: 0.85em;
}

#tiempocoment {
	float: left;
	margin-left: 1.25em;
	height: 2.2em;
	padding-top: 0.75em;
}

p.tiemponoticia {
	font-size: 0.75em;
}

#comentnoticia {
	clear: both;
	width: 21.65em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

p.comentnoticia {
	font-size: 0.85em;
}

#comentario2 {
	margin-top: 1.25em;
}
	/* CIERRA COMENTARIO */
/******************* CIERRA INTERIOR NOTICIAS *******************/


/******************* ABRE PROGRAMACION*******************/

#calendarioprogramacion {
    margin-top: 1.25em;
    float: left;
}

#mescalen {
    width: 11em;
    height: 3em;
    padding-top: 1em;
    text-align: center;
    background-color: #E83F4C;
    color: ghostwhite;
    font-weight: 700;
}

.calenprog {
    background-color: #E83F4C;
    border-collapse: collapse;
    width: 11em;
    height: inherit; 
}

.calenprog td {
    font-size: 0.8em;
    border: 1.5px solid #ccc;
    color: ghostwhite;
    line-height: 22px;
    text-align: center;
    background-color: #E83F4C;
}

.calenprog td a{
    text-decoration: none;
    color: ghostwhite;
    font-size: 1em;
}
 
.calenprog tr:first-child td {
      color: ##E83F4C;
      font-weight: 700;
}

.calenprog .selected {
      background-color: ghostwhite;
      color: #E83F4C;
      font-weight: 700;
      border: 1.5px solid #E83F4C;
}

h2.diaselec {
	width: 11em;
	height: 1.5em;
	border-style: solid;
    border-width: 0.15em;
	border-color: #E83F4C;
	color: #E83F4C;
	clear: both;
    margin-bottom: 1.25em;
}


.listaprog {
    width:47.75em;
    margin-left: 1.25em;
    float: left;
    margin-top: 1.25em;
}

.horario{
    background-color: #E83F4C;
    padding: 0.8em;
    height: auto;
    color: ghostwhite;
}

.horario a {
    text-decoration: none;
    
}

.horario:hover{  
     background-color: ghostwhite;
     border-style: solid;
    border-width: 0.15em;
	border-color: #E83F4C;
	color: #E83F4C;
}

.tituloprog{
    font-size:0.9em;
    color:ghostwhite;
    border-bottom: solid ghostwhite 1px;
    margin-bottom:7px;
    margin-top: 5px;    
}


.masvivo{
      float:right;
      color:ghostwhite;
      font-size: 0.8em;
}

/*******************CIERRA PROGRAMACION*******************/

/* ABRE TALLERES */
/* columnas */ 

#columna1talleres {
    float: left;
}

.uno p {
    padding-left: 1em;
    color: black;
    text-align: center;
}

article .uno{
    width: 11em;
    overflow: auto;
    clear: both;
}
article  .tres, .cuatro, .siete, .ocho {
  margin-left: 1.25em;
  background-color: #F39320;
}
article .dos{ margin-left: 0;
    background-color: #F39320;}
article .tres{
  margin-left: 1.25em;
    background-color: #F39320;
  
}
.tres
article .cuatro{
  margin-left: 1.25em;
    background-color: #F39320;
  
}

article .seis {
    background-color: #F39320;
    clear: both;
}

article .siete {
    margin-left: 1.25em;
    background-color: #F39320;
}
article .ocho {
    margin-left: 1.25em;
    background-color: #F39320;
}

article .nueve {
    margin-left: 1.25em;
    background-color: #F39320;
}

.contenidotalleres {
    padding:0;
    width: 11em;
    float: left;
    margin-bottom: 1.25em;
    height: 260px;
    
}

/* cierra columnas */

/* TEXTOS COLUMNAS TALLERES*/
.titulotalleres {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-right: 40em;
    margin-bottom: 1.25em;
}

#texto2talleres /* bajada de taller */ {
    width: 9.4em; /*columna - el padding */
	color: white;
   padding: 0.8rem;
    height: 4em;
}

.bajada {
	/*font-size: 0.75em;
    float: left;
    color: white;
    width: 9.75em;*/

    width: 100%;
    text-align: left;
    background-color: rgba(0,131,255,0.6);
    position: absolute;
    z-index: 2;
    padding-right: 0.625em;
    left: 0px;
    bottom: 0px;
}
/* fin texto columnas */

/* recomendados - deberia ser un plugin*/
.titulovideostalleres {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-bottom: 1.25em;
}

#videostalleres{
    float: left;
    margin: 0;
    padding: 0;
    width: 47.75em;
}

.videostalleres {
    padding:0;
    float: left;
    width: 11em;
    background-color: skyblue;
    overflow: auto;
    height: 12em;
}

.titrecomen {
    color: black;
    font-size: 0.75em;
}


/*lista gris actividades*/

#aversifunca {
    width: 11em;
    height: auto;
    float: right;
}

aside.listagtalleres {
	width: 11em;
	height: inherit;
	float: right;
	margin-left: 1.25em;
	background-color: #E5E5E5;
	color: black;
}

.tituloasidetalleres {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;	
}

/* ir arriba */

.irarriba {
    float: left;
    margin-left: 29em;
    width: 17px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#contenedorvideostalleres {
    height: 300px;
    overflow: auto;
    float: left;
}
/*******************CIERRA TALLERES*******************/

/*******************ABRE INTERIOR TALLERES*******************/
/* TALLER PRINCIPAL */

#contenedortaller {
    margin-left: 1.25em;
    height: auto;
    width: 35.5em; 
    float: left;
}

.contenidointeriortalleres {
    background-color: #F39320;
    float: left;
    width: 35.5em;
    padding-top: 1.25em;
}

.titulointeriortaller {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    overflow: auto;
    clear: both;
    float: left;
    margin-bottom: 1.25em;
}

#imageninteriortalleres {
   padding: 1.25em;
}

.textotalleresi {
    float: right;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.subtitulo {
	border-style: solid;
    border-width: 0.15em;
	border-color: #0083FF;
	color: #0083FF;
	margin-top: 0.8em;
    overflow: auto;
}
/* GALERIA talleres */

#columna1galeriainteriortalleres {
	width: 34.25em;
	padding-top: 1.25em;
	float: left;
}

#columna2galeriainteriortalleres {
	float: left;
}


#infotaller {
    float: left;
    width: 11em;
    margin-top: 3.6em;
}

p.contenidotalleres {
    font-size: 1em;
    color: #F39320;
    text-align: center;
}

.subtitulointeriortaller {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-bottom: 1.25em;
}

/* ABRE COMENTARIO */

#fila2talleres {
	width: 35.5em;
	height: 20.5em;
	margin-bottom: 1.25em;
    margin-left: 12.25em;
}

/*******************CIERRA INTERIOR TALLERES*******************/


/*******************ABRE LEY*******************/
 /* documentos */
#contenedordocumentos {
    float: left;
	width: 11em;
	color: black;
    overflow: auto;
}

#listagrisley {
    float: left;
	width: 11em;
	color: black;
}

#columna1ley {
    width: 11em;
    overflow: auto;
    background-color: #E5E5E5;
    float: left;  
}

.titulodocumentos {
    color: ghostwhite;
    background-color: #922790;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-bottom: 1.25em;
}

/* ley de medios */
#leydemedios {
    width: 35.5em;
    float: left;
    margin-left: 1.25em;
    height: auto;
}

.tituloley {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-bottom: 1.25em;
}

#contenedorley {
    width: 35.5em;
    height: auto;
    background-color: #922790;
    float: left;
    overflow: auto;
    color: ghostwhite;
    padding: 
}

.videoley {
    margin: auto;
    border: solid 1em #922790;
    float: left;
}

#textoley {
	padding: 1rem;
	color: ghostwhite;
	display: inline-block;
    float: left;
}

#cuerponoticialey {
	height: auto;
    float: left;
    padding-top: 1.25em;   
}

p.datoley {
	font-size: 0.75rem;
	font-style: italic;
	float: right;
}

.nota {
	font-size: 0.85rem;
    float: left;
    overflow: auto;
}

.destacadonota {
    color: black;
    text-align: center;
    width: 12.5em;
    overflow: auto;
    border-top: solid #922790;
    border-bottom: solid #922790;
    float: left;
    font-size: 1.5em;
	font-style: italic;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
    margin-right: 1.25em;
}

/* destacado ley */

#columna3ley {
    float: right;
    width: 11em;
    overflow: auto;
    margin-top: 3.6em;
    
}

.destacadoley {
    color: #922790;
    font-size: 1em;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    float: right;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

/* links utiles */

#linksutiles {
    float: right;
	width: 11em;
	color: black;    
}

#linksutiles a {
    text-decoration: none;
    font-size: 0.9em;
    color: black;
}

#linksutiles a:hover {
    text-decoration: none;
    font-size: 0.9em;
    color: #922790;
}

#linksutiles ul {
    list-style-type: none;
    padding: 0;
    background-color: #E5E5E5;
    padding: 0.5em;
    
}
#linksutiles ul li {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    
}
.titulolinks {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: left;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    margin-left: 1.25em;
}


#aversifunca2 {
    width: 11em;
    height: auto;
    float: left;
}	
/*******************CIERRA LEY*******************/

/* BANNER */


#slider{
	width: 100%;
	background-color: #0099F3;
	margin-bottom: 2.75em;
}

#bannerimg { 
 	 
   	width: 100%;
}

h1 banner {
	
position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
	
}
	
	

.bajadabanner {
	font-size: 0.75em;
	padding-right: 35%;
	color: #FFF;
    overflow: auto;
}	

.subtitulobanner {
	font-size: 21px;
	padding-right: 10%;
	margin-bottom: 1em;
	color: #FFF;
    overflow: auto;
}	

.hr {
	margin-bottom:1em;
	}

#imagenbanner1 {
    position: relative;
    }

#imagenslider {
	
	position: relative;
    z-index: 1;
    left: 0px;
    top: 0px;
}

#bajada {
	width: 100%;
    text-align: left;
	background-color: rgba(0,131,255,0.6);
	position: absolute;
    z-index: 2;
	padding-right: 0.625em;
    left: 0px;
    bottom: 0px;
    
}
	
#titular {
	padding-top: 0.8em;
	
	color: #333;
	text-align: left;
   
	}
#text1 {
	color: #333;
	text-align: left;
	height: 4em;
	padding-left: 0.625em;
	padding-bottom: 1.5em;	
}

/* CIERRE BANNER */
.seccion1{ }
#bajada2{ width:100%; background-color: rgba(100,200,50,1);height: auto;margin-bottom: 1.5em; }
.aclaracionvideo2 {
    float: right;
    font-size: 12px;
    width: auto;
    padding: 1.25em;
    padding-top: 0em;
    background-color: rgba(100,200,50,1);
}
.lista2 {float: right;margin-top:3.4em;  margin-bottom: 3em;}


/************************** MEDIA ***************************/
@media screen and (min-width: 480px) {
	#contenedorheader .toggle {
		display: none;
	}
	noticiasbordes main_menu{width: 60%}
    header .main_menu {
		display: block !important;
		box-shadow: none;
	-webkit-box-shadow: none;
	} 

	#contenedorheader nav {
	position: relative;
	background: transparent;
	display: block;
	
	}

	#contenedorheader nav .toogle {
		display: none;
	}

	header nav ul li {
	    text-align: center;
	    float: right; 
	 }

	header nav ul li a{
	    float: right;
	    text-align: center;
	    width: 11em;
	    padding-top: 1.25rem;
	    text-decoration: none;
	    padding-bottom: 1.25em;
	    font-size: 0.7em;
	    color: black;
	}

	header nav ul li a:hover {
	     border-left-width: inherit;
	    border-right-width: inherit;
	    border-top-width: thick;
	    border-bottom-width:inherit;
		border-top-color:  #F39320;
	    border-style: solid;
	    text-align: center;
	    padding-top: 1.3em; 
	}
}


@media screen and (max-width: 480px){

#navsec { display: none;}
#fecha { margin-right: 0;}
#logo { width: 100%;float: none;}
#bajada { display: none;}
.lista2 { display: none;}
section { width: 100%;}
.video { width: 100%;}
#bajada2 { width: 100%;}
.titulos { width: 100%;}
section1_noticias { width: 100%;}
#imagen1noticias {width:100%;padding: 0;float: right;overflow: auto;}
#noticia1 { width: 100%;}
#texto1noticias { width: 100%; height: auto; padding: 0.5em;clear: both;float: none;}
#noticia2 {display: none;}
#noticia3 {display: none;}
#noticia4 {display: none;}
#noticia5 {display: none;}
aside {display: none;}
.section2_noticias{ float:none;clear: both;width: 100%;}
#fila2noticias { float:none;clear: both;margin-top: 12em;margin-left: 1.9em;}
#fila1noticias { float:none;clear: both;margin-top: 2em;}
#fila3noticias { display: none;}
#fila4noticias { width: 100%;float:none;clear: both;}
#fila5noticias { width: 100%;float:none;clear: both;}
#noticia9 {float: none;}
.noticias { float: none;}

#noticia6 { float:none;margin: 0;clear: both;}    
#noticia10 { display: none;}
.titulotalleres { width: 89%;clear: both;margin-top: 1em;}
#contenedortaller { width: 100%;}
article  .tres, .cuatro, .siete, .ocho {display: none;}
article.dos { margin-left: 1.5em;}
#columna1talleres { width: 100%; margin-left: 1.8em;float: none;}
footer{ width: 100%;height: auto;clear: both;	
}
#contenedorfooter {
	width: 100%;
	height: auto;
	background-color: #4E4F4F;
	color: ghostwhite;
	clear: both;
    padding-top: 2em;
}
#columna1footer { width: 100%; float: none;}                #columna2footer { width: 100%; float: none;margin: auto;padding-left: 2em;padding-bottom: 2em;}
.irarriba {display:none;}
}


@media screen and (max-width: 720px){
    nav {width: 40%; }
.videocaja { width: 100%;margin: auto;} 
.video { width: 80%;}
aside {display: none;}
    #noticia2 {display: none;}
#noticia3 {display: none;}
#noticia4 {display: none;}
#noticia5 {display: none;}
    noticia6 { float:none;margin: 0;clear: both;}    
#noticia10 { display: none;}
.titulotalleres { width: 89%;clear: both;margin-top: 1em;}
#contenedortaller { width: 100%;}
article  .tres, .cuatro, .siete, .ocho {display: none;}
article.dos { margin-left: 1.5em;}
#columna1talleres { width: 100%; margin-left: 1.8em;float: none;}
footer{ width: 100%;height: auto;clear: both;	
}
#contenedorfooter {
	width: 100%;
	height: auto;
	background-color: #4E4F4F;
	color: ghostwhite;
	clear: both;
    padding-top: 2em;
}
#columna1footer { width: 100%; float: none;}                #columna2footer { width: 100%; float: none;margin: auto;padding-left: 2em;padding-bottom: 2em;}
.irarriba {display:none;}
    #bajada { display: none;}
.lista2 { display: none;}
}

