/*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{
	width: 960px;
	margin: auto;
    background-color: white;
    overflow: auto;
    padding-top: 1.25em;    
}

main {
    width: 960px;
}

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

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

#contenedor {
    width: 960px;
    margin: 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;
}

.agenda{
    background-color:deeppink;
    color: ghostwhite;
}

.agendabordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  deeppink;   
}

.agendabordes a:hover {
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
    border-top-color: deeppink;
}


.archivovideos{
    background-color:#64C800;
    color: ghostwhite;
}

.archivovideosbordes {
    border-left-width: inherit;
    border-right-width: inherit;
    border-bottom-width: inherit;
    border-top-style: solid;
	border-style:solid;
    border-top-color:  #64C800;   
}

.archivovideosbordes a:hover {
    border-left-width: inherit;
    border-right-width: inherit;
    border-top-width: thick;
    border-bottom-width:inherit;
    border-top-color: #64C800;
}


/* 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: 11em;
}
/*FIN LOGIN*/


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

#contenedorheader{
    background-color: white;
    width: 960px;
    margin: auto;
    overflow: auto;
    padding-bottom: 1em;
}


header nav ul{
    list-style: none;
    overflow: auto;
    width: auto;
    box-sizing: border-box;

}
        
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; 
}

header img {
    width: 11em;
    margin: 0;
}

#fila1header {
    overflow: auto;
}

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

#redessociales a {
    text-decoration: none;
}

#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;
}

.formulariologin {
    width: 23.25em;
	height: 2em;
	background-color: ghostwhite;
	color: black;
	border-style: none;
    margin: 0;
    margin-left: 1.25em;
    margin-right: 1.25em;
    margin-top: 1.25em;
    padding-left: 0.5em;
}

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

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

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

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

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

/******************* ABRE REGISTRATE*******************/
#contenedorregistrate {
    width: 960px;
    background-image: url(imagenes/fondoingresa.png);
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: auto;
    overflow: auto;
    padding-top: 2em;
    
}

#contenedorregistrate2 {
    height: 548px;
    width: 26.3em;
    overflow: auto;
}

#registrate{
	width: 25.75em;
	background-color: rgba(211,211,211, 0.7);
    float: right;
    height: auto;
    margin-right: 2.25em;
}


.inicio {
	font-size: 2em;
	text-align: center;
     clear: both;
}

#nombreyapellido {
    display: flex;
    margin: 1.25em;
    padding: 1.25em;
    margin: 0;
}
.formularioregistratenombre {
	width: 11em;
	height: 2em;
	background-color: ghostwhite;
	color: black;
	border-style: none;
    padding-left: 0.5em
}


.formularioregistrateapellido {
	width: 11em;
	height: 2em;
	background-color: ghostwhite;
	color: black;
	border-style: none;
    margin: 0;
    float: right;
    margin-left: 1.25em;
    padding-left: 0.5em;
}

.formulariologin {
    width: 23.25em;
	height: 2em;
	background-color: ghostwhite;
	color: black;
	border-style: none;
    margin: 0;
    margin-left: 1.25em;
    margin-right: 1.25em;
    margin-top: 1.25em;
    padding-left: 0.5em;
}

.formulariologin2  {
	width: 11em;
	height: 2em;
	background-color: #27B19E;;
	border-style: none;
	padding-left: 0.5em;
	margin-top: 1.5em;
	font-weight: 700;
    margin-left: 7.5em;
    
}
.formulariologin2 a  {
	text-decoration: none;
    color: ghostwhite;
    
}

/* BANNER REGISTRATE */


#bannerimg {
    width: 23.25em;
    float: left;
    margin-left: 3.25em;
    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;
}
	
#titular {
	padding-top: 0.8em;
	color: #333;
	text-align: left;
   
	}
#text1 {
	color: #333;
	text-align: left;
    padding-top: 0.5em;
	padding-left: 0.625em;
	padding-bottom: 1.5em;
    position: relative;
	background-color: rgba(0,131,255,0.6);
	position: absolute;
    z-index: 2;
	padding-right: 0.625em;
    left: 0px;
    bottom: 0px;
}

#tercernivel {
	padding-top:1em;
	float:left;
	width:50%;
}


.titulosliderreg {
    color: ghostwhite;
}

h3.aclaracion2reg {
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 200;
	padding-top: 0.5rem;
	padding-right: 1rem;
	float: right;
	color: ghostwhite;	
}
.mas2reg {
	padding-top: 0.5rem;
    float: right;
	
}


/******************* CIERRA REGISTRATE*******************/

/* FOOTER */
#contenedorfooter {
	width: 60em;
	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;
}

footer a {
    text-decoration: none;
    color: ghostwhite;
}

footer a:visited {
    text-decoration: none;
    color: ghostwhite;
}

#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;
}

.legalfooter {
    font-size: 0.7em;
    font-style: italic;
    clear: both;
    padding-top: 1.7em;
    margin-right: 1.25em;
    color: lightgray;
}

#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 NOTICIAS *******************/

.section1_noticias {
    width: 960px;
    clear: both;
    margin-top: 1em;
}

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

h2 {
    padding: 0.5rem;
}

#fila1noticias {
	width: 960px;
	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;
}

#imagen1noticias {
	float: left;
}
	/*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;
    margin-left: 0.8em;
    margin-right: 0.8em;
}

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;
}

.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*******************/

/******************* 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;
}


.contenedorotrosprog {
width: 80%;
    margin-left: 20%;
  margin-top: 1.2em;
    background-color: ghostwhite;
    margin-bottom: 1.25em;
}

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

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

/*******************ABRE PROGRAMACION INTERNO*******************/
#contenedorproginterno {
	width: 960px;
	height: auto;
}

#entradaprog {
	width: 47.750em;
	height: auto;
	background-color: #E83F4C; 
	padding-top: 1.25em;
}

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

#cuadroprog {
    width: 47.750em;
    margin-top: 1.25em;
    height: 19em;
    background-color: ghostwhite;
    margin-bottom: 1.25em;
}

#subc1proginterno {
    width: 11em;
    height: auto;
    float: left;
}

.titulofichaprog {
    border-top: solid #E83F4C; 
    color: #E83F4C;
    font-size: 0.9em;
    font-weight: 700;
    height: 2.5em;
    padding-top: 0.8em;
    padding-left: 0.8em;
}

.titulofichaprogb {
    border-top: solid #E83F4C; 
    border-bottom: solid #E83F4C; 
    color: #E83F4C;
    font-size: 0.9em;
    font-weight: 700;
    height: 2.5em;
    padding-top: 0.8em;
    padding-left: 0.8em;
}

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

.descfichaprog {
    border-top: solid #E83F4C; 
    color: #E83F4C;
    font-size: 0.9em;
    height: 2.5em;
    font-style: italic;
    padding-top: 0.8em;
    padding-left: 0.8em;
}

.descfichaprogb {
    border-top: solid #E83F4C; 
    border-bottom: solid #E83F4C; 
    color: #E83F4C;
    font-size: 0.9em;
    height: 2.5em;
    padding-top: 0.8em;
    padding-left: 0.8em;
    font-style: italic;
}


.tituloasideprogi {
    color: ghostwhite;
    background-color: black;
    box-sizing: border-box;
    width: 11em;
    margin-bottom: 1em;
    margin-top: 1.25em;
	
}
/*******************CIERRA PROGRAMACION INTERNO*******************/


/*******************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 .dos, .tres, .cuatro, .siete, .ocho {
  margin-left: 1.25em;
  background-color: #F39320;
}

article .tres{
  margin-left: 1.25em;
    background-color: #F39320;
  
}
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-left: 12.25em;
    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;
}
/* 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;
}	


.tituloinstitucional1 {
    color: ghostwhite;
    background-color: #922790;
    box-sizing: border-box;
    width: 11em;
    overflow: auto;
    float: right;
    margin-top: 1.25em;
}
/*******************CIERRA LEY*******************/

/*******************ABRE VIDEOS*******************/
.tituloarchivo{
    background-color: black;
    color: white;
    padding: 0.8em;
    margin-top: 0.8em;
    width: 152px;
    margin-bottom: 0.8em;
}

.linkvideo {
    background-color: white;
    width: 960px;
    height: 430px;
    position: relative;
    z-index: 0;
}

.linkvideo2 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 350px;
    position: relative;
    z-index: 0;
    float: left;
    margin-right: 1.25em;
}

.linkvideo3 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 350px;
    position: relative;
    z-index: 0;
    float: left;
}


.linkvideo4 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 190px;
    position: relative;
    z-index: 0;
    float: left;
    margin-right: 1.25em;
    margin-top: 0.8em;
}

.linkvideo5 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 190px;
    position: relative;
    z-index: 0;
    float: left;
    margin-top: 0.8em;
}

.bajadavideo {
    width: 152px;
    height: 430px;
    background-color: rgba(100,200,50,0.7);
    position: absolute;
    z-index: 2;
    padding-right: 0.8em;
    padding-left: 1.2em;
    font-size: 12px;
    color: white;
}

.bajadavideo2 {
    width: auto;
    color: white;
    padding: 0.5em;
}

.videocaja {
    width: 764px;
    height: 430px;
}

.videocaja2 {
    width: 176px;
    height: 300px;
}

.imagenrefe {
    width: 210px;
    z-index: 3;
    position: absolute;
}

.streamingboton {
    position: absolute;
    z-index: 10;
    top: 0.8em;
    left: 0.8em;
}
.streamingboton2 {
    position: absolute;
    z-index: 10;
    top: 20em;
    right: 0.8em;
    width: 22px;
}

.aclaracionvideo {
    float: right;
    font-size: 12px;
    width: 165px;
    padding: 1.25em;
    padding-top: 0em;
}

.otrosvideos {
    width: 764px;
    height: 500px;
}

.nextpaginas {
    background-color: ghostwhite;
    color: white;
    float: left;
    margin-top: 0.8em;
    text-align: center;
    width: 569px;
    padding-left: 24.46em;
    margin-bottom: 1.25em;
    
}

.numeronextpagina a {
 color: rgba(100,200,50,1);
    text-align: center;
    float: left;
    display: inline-block;
    width: 20px;
    font-size: 11;
    font-weight: 800;
    margin: 0.5em;
}

.titulomodulovideo {
	font-style: normal;
	font-size: 1rem;
	font-weight: 700;
}

.titulomodulovideo1 {
	font-style: normal;
	font-size: 1.5rem;
	font-weight: 700;
    margin-top: 3em;
}


/*******************CIERRA VIDEOS*******************/

/******************* ABRE AGENDA *******************/


#filaagenda1 { 
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

#colagenda1 { 
    width:13%;
    margin-right:0.772em;
    margin-bottom:0.75em; 
    float:left;
    box-sizing: border-box;
    height: auto;
}

#fechaagenda {
    width: auto;
    height: 40px; 
    background-color: deeppink;
}

#imagencultura {
    width:125px;
    background-color:#fd6aba; 
    height: 125px;
}

.dian { 
    font-size: 1.1em;; 
    font-weight: 700;
    color:#fd6aba;
    text-align: center;
    padding-top: 0.5em;
    
}

.fechan { 
    font-size: 1.25em;; 
    font-weight: 200;
    color:ghostwhite;
    padding-right:0.5em;
    float: right;  
}

#diaagenda {
    height: 3em;
    background-color:white;
    border-style: solid;
    border-width: 0.2em;
    border-color: #fd6aba;
}

.infosobreimgagenda{
    z-index: 3;
    position: absolute;
    padding: 0.8em;
    background-color: rgba(253,106,186,0.8);
    width: 99px;
    margin-top: 3.95em;
}

.imagenatrasagenda {
    z-index: 2;
    position: absolute;
}

p.infoagendab {
    font-size: 0.8em;
    color: ghostwhite;
    font-weight: 700;
}

h2.agenanu {
	width: 11em;
	height: 1.5em;
	border-style: solid;
    border-width: 0.15em;
	border-color: #fd6aba;
	color:#fd6aba;
	clear: both;
	margin-top: 1.25em;
    margin:auto;
    margin-bottom: 1.25em;
    text-align: center;
}

.agenanu a {
    text-decoration: none;
    color: #fd6aba;
}
/******************* CIERRA AGENDA *******************/

/******************* ABRE AGENDA ANUAL *******************/
#columnacultura_1 {
    width: 11em;
    float:left; 
    height: inherit;
    box-sizing: border-box;
}

#columnacultura_2 {
    width: 49em;
    float: right; 
    height: inherit;
    box-sizing: border-box;
}



#mes_cultura {
    width: 10.5em;
    height: 17.5em;
    padding-top: 140px;
    padding-left:1.25em;
    box-sizing: border-box;
    margin-bottom: 1.25;
    background-color: ghostwhite
    
}

#modulo_cultura {
    width: 9.4em;
    height: 17.5em;
    background-color: deeppink;
    float:left;
    margin-right: 0.35em;
    margin-bottom: 1.25;
}

#filacultura_1 {
    width: auto;
    height: 300px;
}

.Mes {
    font-size: 60px; 
    font-weight: 700; 
    color:deeppink
}

.Mesnombre {
    font-size:30px; 
    background-color: black; 
    color: white;width: 5em; 
    float: left;
    margin-right: 40em;
    margin-bottom: 0.8em;
    margin-top: 2em;
    padding-left:0.5em;
}

.numeroanual {
    font-size: 4em;
    color: ghostwhite;
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.2em;
}

.textoanual {
    color: ghostwhite;
    font-size: 0.9em;
    margin-top: 3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
}

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

/******************* CIERRA AGENDA ANUAL *******************/

/******************* ABRE INSTITUCIONAL *******************/
.article1_inst {
	width: 47.75em;
	height: auto;
	padding-top: 1.25em;
	float: left;
}

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

#textoinst {
	padding: 0.5rem;
	color: ghostwhite;
	display: inline-block;
    background-color: #0083FF;
}

#cuerpoinst {
	width:  47.75em;
	height: auto;
	padding-top: 1.25em;
    clear: both;
}

.notainst {
	font-size: 0.75rem;
    text-align: justify;
}

#subcolumna1inst {
	width:  47.75em;
	height: auto;
	float: left;
	margin-bottom: 2em;
}

.destacadoinst {
    border-top: solid #0083FF;
    border-bottom: solid #0083FF;
    width: 22em;
	height: auto;
	float: right;
	margin-left: 1.25em;
    text-align: center;
    padding-top: 1.25em;
    padding-bottom: 1.25em;	
}

/* ABRE ASIDE */

.aside1_inst {
	width: 11em;
	float: left;
	margin-top: 1.25em;
}

.tituloasideinst {
    color: ghostwhite;
    background-color: #E83F4C;
    box-sizing: border-box;
    width: 10em;
    margin-bottom: 1em;
    
}

.tituloconocenos {
    color: ghostwhite;
    background-color: rgba(100, 200, 50, 1);
    box-sizing: border-box;
    width: 11em;
	float: right;
	overflow: auto;
	margin-bottom: 1em;
	margin-left: 1.25em;
	margin-top: 1.25em;
    
}

.tituloconocenos a {
    text-decoration: none;
    color: ghostwhite;  
}
/******************* CIERRA INSTITUCIONAL *******************/

/*******************ABRE MEDIATECA*******************/
.tituloarchivo{
    background-color: black;
    color: white;
    padding: 0.8em;
    margin-top: 0.8em;
    width: 152px;
    margin-bottom: 0.8em;
}

.linkvideo {
    background-color: white;
    width: 960px;
    height: 430px;
    position: relative;
    z-index: 0;
}

.linkvideo2 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 350px;
    position: relative;
    z-index: 0;
    float: left;
    margin-right: 1.25em;
}

.linkvideo3 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 350px;
    position: relative;
    z-index: 0;
    float: left;
}


.linkvideo4 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 190px;
    position: relative;
    z-index: 0;
    float: left;
    margin-right: 1.25em;
    margin-top: 0.8em;
}

.linkvideo5 {
    background-color: rgba(100,200,50,1);
    width: 176px;
    height: 190px;
    position: relative;
    z-index: 0;
    float: left;
    margin-top: 0.8em;
}

.bajadavideo {
    width: 152px;
    height: 430px;
    background-color: rgba(100,200,50,0.7);
    position: absolute;
    z-index: 2;
    padding-right: 0.8em;
    padding-left: 1.2em;
    font-size: 12px;
    color: white;
}

.bajadavideo2 {
    width: auto;
    color: white;
    padding: 0.5em;
}

.videocaja {
    width: 764px;
    height: 430px;
}

.videocaja2 {
    width: 176px;
    height: 300px;
}

.imagenrefe {
    width: 210px;
    z-index: 3;
    position: absolute;
}

.streamingboton {
    position: absolute;
    z-index: 10;
    top: 0.8em;
    left: 0.8em;
}
.streamingboton2 {
    position: absolute;
    z-index: 10;
    top: 20em;
    right: 0.8em;
    width: 22px;
}

.aclaracionvideo {
    float: right;
    font-size: 12px;
    width: 165px;
    padding: 1.25em;
    padding-top: 0em;
}

.otrosvideos {
    width: 764px;
    height: 500px;
}

.nextpaginas {
    background-color: ghostwhite;
    color: white;
    float: left;
    margin-top: 0.8em;
    text-align: center;
    width: 569px;
    padding-left: 24.46em;
    margin-bottom: 1.25em;
    
}

.numeronextpagina a {
 color: rgba(100,200,50,1);
    text-align: center;
    float: left;
    display: inline-block;
    width: 20px;
    font-size: 11;
    font-weight: 800;
    margin: 0.5em;
}

.titulomodulovideo {
	font-style: normal;
	font-size: 1rem;
	font-weight: 700;
}

.titulomodulovideo1 {
	font-style: normal;
	font-size: 1.5rem;
	font-weight: 700;
    margin-top: 3em;
}


/*******************CIERRA MEDIATECA*******************/

/*******************ABRE GALERIA FOTO******************/

.cajotafoto{
    margin: auto;
    background-color: aqua;
    width: 700px;
    
}



.fondofotosfotos {
    width: 960px;
    margin: auto;
}

.fotito {
    float: left;
    height: 100px;
}

.fotograndota {
    bottom: 0;
    height: 499px;
    margin-bottom: 0.8em;

}
.otrootrootro{
    width: 500px;
    height: 200px;
}

.bajadagaleria{
background-color: rgba(100,200,50,0.3);
    height: 300px;
    position: absolute;
    width: 176px;
    color: white;
    padding: 0.8em;
    margin-top: 1.2em;
}

/*****************CIERRA GALERIA FOTO***************************/

/*******************ABRE STREAMING******************/
.bajadastreaming{
    width: 740px;
    height: 50px;
    background-color: #F39320;
    position: absolute;
    z-index: 2;
    padding-right: 0.8em;
    padding-left: 1.2em;
    font-size: 12px;
    color: white;
    padding-top: 10px;
}

.costadootrosprogramas{
    float: left;
    width: 196px;
    height: 430px;
    background-color: ghostwhite;
    margin-bottom: 1.2em;
}

.imagenrefe2 {
    width: 764px;
    float: left;
    
}

.masprogramasside{
background-color: black;
    height: 48px;
    color: white;
    padding-left: 0.8em;
    padding-top: 0.8em;
    font-weight: 700;
}
.masprogramasside2{
background-color: #E83F4C;
    height: 60px;
    color: white;
    padding-left: 3.5em;
    font-weight: 700;
    
}

.unootroprograma {
    padding-left: 7%;
    width: 93%;
    border-bottom-style: dotted;
    border-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    cursor: pointer; cursor: hand;
}

.unootroprograma:hover {
    padding-left: 7%;
    width: 93%;
    border-bottom-style: solid;
    border-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: white;
}
.dosotroprograma {
    padding-left: 7%;
    width: 93%;
    border-bottom-style: dotted;
    border-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.5em;
    cursor: pointer; cursor: hand;
}

.dosotroprograma:hover {
    padding-left: 7%;
    width: 93%;
    border-bottom-style: solid;
    border-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.5em;
    background-color: white;
}
.hora1 {
    float: right;
    margin-right: 0.8em;
    font-size: 11px;
    font-weight: 700;
    margin-top: 0.3em;
}
.hora10 {
    float: left;
    margin-right: 0.8em;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0.3em;
    color: #E83F4C;
}

.titulovivo a {
    color: black;
    font-weight: 700;
    line-height: 0px;
    text-decoration: none;
    
}

.titulovivo a:hover {
    color: #F39320;
    font-weight: 700;
    line-height: 0px;
}
.titulovivo2 {
    color: black;
    font-size: 13px;
    line-height: 13px;
}

.titulovivo3 a {
    color: black;
    font-weight: 700;
    line-height: 0px;
    text-decoration: none;
    
}

.titulovivo3 a:hover {
    color: #E83F4C;
    font-weight: 700;
    line-height: 0px;
}
.unootroprogramacosa {
    padding-left: 55px;
    width: 93%;
    border-bottom-style: dotted;
    border-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    cursor: pointer; cursor: hand;
}

.unootroprogramacosa:hover {
    padding-left: 50px;
    width: auto;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: white;
    border-left: solid;
    border-left-width: 5px;
    border-left-color: #E83F4C;
    border-right: solid;
    border-right-width: 5px;
    border-rightcolor: #E83F4C;
}

/*******************CIERRA STREAMING******************/