root {
    display: block;
}

html, body{
    height: 100%;
    min-width: 1000px;
}

body{
    font-family: "Arial",sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000;
}

a{
    color: #000;
    text-decoration: underline;
}

a:hover, a.activo{
    text-decoration: none;
}

a img{
    border: 0;
    vertical-align: middle;
}

noscript{
    border: 5px solid #f00;
    padding: 10px;
    background: #fdd;
}

#msg{
    position: fixed;
    bottom: 0;
    left: 0;
    border-right: 1px solid #0f0;
    border-top: 1px solid #0f0;
    background: #040;
    color: #0d0;
    font-weight: bold;
    padding: .6em;
}

#error{
    position: fixed;
    bottom: 0;
    left: 0;
    border-right: 1px solid #f00;
    border-top: 1px solid #f00;
    background: #400;
    color: #d00;
    font-weight: bold;
    padding: .6em;
}

#cabecera{
    color: #fff;
    background: #15265c;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

#cabecera h1{
    margin: 5px 0 5px 25px;
}

#user{
    float:right;
    margin: 10px;
}

#user a{
    color: #fff;
}

#user form{
    display: inline-block;
}

#user form input{
    border:1px solid #fff;
    background: #d4cbcb;
    color: #000;
}

#user form button{
    border:1px outset #fff;
    background: #15265c;
    color: #fff;
}

#pie{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #d4cbcb;
    color: #000;
    text-align: center;
    padding: 2px;
    font-size: .8em;
    height: 14px;
}

#contenido{
    padding: 80px 1em 20px;
}

#menu{
    margin: 0;
    padding: 0;
}

#menu ul{
    margin: 0;
    padding: 0;
}

#menu ul li{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#menu ul li a{
    display: block;
    float: left;
    font-weight: bold;
    width: 115px;
    text-align: center;
    padding: 5px 2px;
    color: #fff;
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.activo{
    color: #15265c;
    text-decoration: none;
}

#menu ul li a:hover{
    background-color: #d4cbcb;
}

#menu ul li a.activo{
    background-color: #fff;
}

.paginadortabla{
    padding: 0;
    margin: .5em 0;
}

.paginadortabla li{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginadortabla li a{
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    padding: .3em;
}

.paginadortabla li a:hover{
    text-decoration: none;
}

.paginadortabla li a.currentPage{
    text-decoration: none;
}

table.conzebras{
    padding: 1px;
    border-collapse: collapse;
}

.conzebras th{
    background: #15265c;
    padding: .4em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}

.conzebras th.nosort{
    background: #15265c;
    padding: .4em;
    cursor: inherit;
}

.conzebras tr.alt{
    background: #d4cbcb;
}

.conzebras tr:hover{
    background: #f3f3f3 ;
}

.conzebras th.forward_sort{
    color: #15265c;
    background: #d4cbcb url('../imgs/asc.png') no-repeat 5px center;
}

.conzebras th.reverse_sort{
    color: #15265c;
    background: #d4cbcb url('../imgs/desc.png') no-repeat 5px center;
}

.conzebras td{
    border-bottom: 1px solid #e3e3e3;
    padding: .4em .6em;
}

.conzebras td a{
    margin-right: 1em;
}

a.previous-page, a.next-page{
    text-decoration: none !important;
    font-size: 1.3em !important;
}

form.bonico{
    float: left;
    padding: .8em;
    border: #d4cbcb 1px solid;
    margin: .5em;
}

form.bonico label{
    display: inline-block;
    width: 160px;
    text-align: right;
}

form.bonico input, form.bonico select, form.bonico textarea{
    border: #15265c 1px solid;
    background: #f2e9e9;
    color: #15265c;
    margin: 3px 2px;
    padding: 3px 2px;
    vertical-align: middle;
    width: 210px;
}

form.bonico fieldset{
    margin: .6em;
}

form.bonico fieldset legend{
    font-size: .9em;
    font-weight: bold;
}

.loading{
    visibility: hidden;
}

a.enlacepestana{
    text-decoration: none;
    display: block;
    float: left;
    padding: .8em .6em;
    background: #d4cbcb;
    color: #15265c;
    font-weight: bold;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-color: #15265c;
    margin: 0;
    width: 70px;
    overflow: hidden;
    text-align: center;
}

a.enlacepestana:hover, a.enlacepestanaactivo{
    color: #d4cbcb !important;
    background: #15265c !important;
}

.pestana{
    clear: both;
    width: 700px;
    border: 1px solid #15265c;
    padding: .8em .6em;
    display: none;
}

.aviso{
    background: #f00;
    color: #fff;
    font-weight: bold;
    padding: .2em;
    margin-left:.3em;
}

#listadonoticias{
    padding: 0;
    margin: 0;
}

#listadonoticias li{
    display: block;
    width: 750px;
    list-style: none;
    padding: .4em;
    margin: 3px;
}

#listadoprogramas{
    padding: 0;
    margin: 0;
}

#listadoprogramas li{
    display: block;
    list-style: none;
    padding: .4em;
    margin: 3px;
}

.fechanoti{
    width: 6em;
    display: inline-block;
    margin-right: .2em;
    cursor: move;
    padding: .5em;
    line-height: 20px;
    height: 20px;
}

.titularnoti{
    width: 40em;
    display:inline-block;
    margin-right: .2em;
    overflow: hidden;
    padding: .5em;
    cursor: move;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.nombreprog{
    width: 10em;
    display:inline-block;
    margin-right: .2em;
    overflow: hidden;
    padding: .5em;
    cursor: move;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.herramientasnoti{
    width: 11em;
    display:inline-block;
    margin-right: .2em;
    padding: .5em;
    line-height: 20px;
    height: 20px;
}

.herramientasnoti img{
    margin: 0 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.par{
    background: #ddd;
}

.impar{
    background: #eee;
}

form.editor label{
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-bottom: 5px;
}

#calendario{
    width: 600px;
    min-height: 500px;
    margin: 10px 75px;
}

#tablahemeroteca{
    width: 600px;
    height: 450px;
    table-layout: fixed;
}

#tablahemeroteca a{
    text-decoration: none;
}

#tablahemeroteca thead tr th, #tablahemeroteca tbody tr td{
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #eee;
    height: 65px;
}

#tablahemeroteca thead tr th a, #tablahemeroteca tbody tr td a{
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
}

#tablahemeroteca thead tr th a:hover, #tablahemeroteca tbody tr td a:hover{
    text-decoration: none;
    color: #ff7923;
}

#tablahemeroteca thead tr th:hover, #tablahemeroteca tbody tr td:hover{
    background-color: #0a345c;
    color: #ff7923;
    cursor: default;
}

#tablahemeroteca tbody tr td.sinrelleno{
    background: #fff;
}

#tablahemeroteca tbody tr td.connoticias{
    background: #ff7923;
}

#tablahemeroteca tbody tr td.connoticias a:hover{
    background-color: #0a345c;
    color: #ff7923;
}

#selectorprogramas{
	padding: 1.1%;
	border: 2px solid #15265C;
	z-index: -99;
}

#selectorprogramas div.columna{
	margin: .3%;
	border: 1px solid #0a345c;
	height: 300px;
	width: 24.2%;
	float: left;
	overflow: auto;
}

#selectorprogramas div.tit_columna{
	margin: .3%;
	border: 1px solid #0a345c;
	width: 24.2%;
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	overflow: auto;
}


#selectorprogramas div.columna div.listacolumna{
	display: block;
	padding: .5em;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
}

#selectorprogramas div.columna div.listacolumna img{
	vertical-align: middle;
}

#selectorprogramas div.columna div.listacolumna a{
	text-decoration: none;
}

#selectorprogramas div.columna div.listacolumna:hover,#selectorprogramas div.columna div.listacolumna:active,#selectorprogramas div.columna div.seleccionado{
	background: #15265C;
	color: #fff;
}

div.formularios{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../imgs/semitrans.png');
}

div.formularios form{
	width: 350px;
	margin: 120px auto 0; 
	border: 2px solid #000;
	background: #fff;
	padding: 1em;
	float: none !important; 
	display: block;
}

div.formularios form label{
	width: 120px;
}

#programas_vod{
	height: 250px;
	overflow: auto;
	border: 2px solid #15265C;
	margin-top: 5px;
}

.archivoantiguo{
	width: 117px;
	height: 140px;
	padding: 2px;
	margin: 2px;
	font-size: 9px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	float: left;
}

.archivoantiguo img{
	width: 120px;
	height: 90px;
}

