
/******************** Estilos generales ********************/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial;
	font-size: 70%;
	color: #666;
}
input, textarea, select {
	font-size: 1em;
	font-family: arial;
	color: #666;
}
img {
	border: 0;
}
a {
	color: #004C91;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.reproducir {
	float: right;
	color: #666;
	background: url("imgs/play-inv.png") no-repeat left;
	padding-left: 1.5em;
}
a.reproducir:hover {
	color: #004C91;
	background: url("imgs/play.png") no-repeat left;
}

p.aviso
{
	font-size: 0.8em;
	font-style: italic;
}

p.aviso_negrita
{
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}


li.primero a.reproducir {
	color: #004C91;
	background: url("imgs/play.png") no-repeat left;
}

kbd {
	color: #004C91;
	background-color: #004C91;
	border: 3px outset;
	text-align: center;
}
kbd span {
	color: white;
	font-weight: bold;
	padding: 0 0.2em; 
}
.lista_kbd {
	list-style-type: none;
}
.lista_kbd li {
	margin: 0.5em 0;
}

.oculto {
	position: absolute;
	left: -300em;
	top: -100em;
}

.contenedor_player {
	text-align: center;
	margin: 0 0 2em;
	position: relative;
}
.cajas .contenedor_player {
	margin: 1em 0;
}
#ecualizador {
	position: absolute;
	top: 10px;
	display: none;
}
#anim_ticmania {
	position: absolute;
	top: 0;
	display: none;
}

ul.errores {
	margin: 2em 0;
	padding: 0.5em;
	border: dashed 1px #B61030;  
	color: #B61030;
}

ul.errores li {
	margin-left: 2em;
}

p.mensajeCorrecto {
	font-weight: bold;
	width: 90%;
	padding: 0.6em;
	padding-left: 4em;
	border: solid 1px #004500; 
	background: url("imgs/check.gif") no-repeat 1em #DFEECF;
	margin-bottom: 1em !important;
}

p.fti {
	float: right;
	padding: 1em 1em 0 0;
}

.listado li {
	list-style-type: none;
	border-bottom: 1px solid #004C91;
	overflow: hidden;
}
.listado li.ultimo {
	border: none;
}
.listado li a {
 	color: #006DEF;
	font-size: 1.2em;
	text-decoration: underline;
}
.listado .imagen {
	float: right;
	margin: 0.8em 0 0 0.5em;
	max-height: 5.5em;
	max-width: 7em;
}

.canales li {
	background: none;
}

.listado li p.truco, p.rss{
 	color: #006DEF;
	font-size: 1.2em;
	text-decoration: underline;
}

dl.cajaUtiles,
dl.cajaDescargas {
	border-left: 1px solid #969AA3;
	border-right: 1px solid #969AA3;
	border-bottom: 2px solid #969AA3;
	float: right;
	margin: 1em 0em 1.5em 1em;
	width: 20%;
}
dl.cajaDescargas {
	width: auto;
}
dl.cajaDescargas a {
	font-size: 1em;
	text-decoration: none;
	display: block;
	color: #666;
}
dl.cajaDescargas a img {
	vertical-align: bottom;
}
dl.cajaDescargas dd {
	padding: 0.2em 0.3em;
}

dl.cajaUtiles dt,
dl.cajaDescargas dt {
	color: #004C91;
	border-left: 3px solid #95C4EF;
	border-right: 3px solid #95C4EF;
	border-top: 3px solid #F3F3F3;
	border-bottom: 3px solid  #F3F3F3;
	padding:0.3em;
	font-weight: bold;
	text-align: center;
}		
dl.etiquetas dd {
	display: inline;
	padding-left: 0.2em;
}
dl.etiquetas dd a {
	text-decoration: none;
	font-size: 1em;
}

dl.etiquetas dd a:hover {
	text-decoration: underline;
}

dl.etiquetas dd a.color0 {
	color: #666;
	padding-left: 1em;
}

dl.etiquetas dd a.color1 {
	color: #006DEF;
}

dl.etiquetas dd a.color2 {
	color: #FB7115;
	padding-left: 0.6em;
}

dl.etiquetas dd a.color3 {
	color: #2BAF62;
}

dl.etiquetas dd a.estilo0 {
	font-family: arial;
}

dl.etiquetas dd a.estilo1 {
	font-family: times;
	padding-left: 1.5em;
}

dl.etiquetas dd a.estilo2 {
	font-family: verdana;
}

dl.etiquetas dd a.estilo3 {
	font-family: georgia;
	padding-left: 0.9em;
}

/*************** para el calendario ***************/

.calendar thead .title,
.calendar tfoot .ttip {
	background: #004C91;
}

/******************** Cabecera ********************/

#cabecera {
	background: #FFF url(imgs/cabecera.png) no-repeat scroll -39em top;
	color: #FFF;
	position: relative;
	height: 12em;
}
#cabecera h1 {
	color: #FFF;
	padding: 0.6em 2em 0;
	font-size: 1em;
	float: left;
}
#cabecera h1 img {
	max-height: 11em;
	max-width: 15em;
}
#cabecera p.titulo {
	display: none;
}
#cabecera .user {
	padding-top: 1em;
}
#cabecera .user p {
	height: 20px;
}
#cabecera .user a {
	text-align: center;
	float: left;
	width: 30px;
	padding-right: 5px;
}

/******************** Buscador principal y avanzado ********************/

#buscador {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	height: 11em;
	width: 49em;
	padding: 1em 1em 0 0;
	background: transparent url(imgs/buscador.png) no-repeat scroll 3em top;
}
#buscador #query {
	padding: 0.3em;
	font-size: 1.6em;
	width: 22em;
}
#buscador .etiquetas {
	position: absolute;
	top: 80px;
	right: 1em;
	width: 41em;
}
#buscador .etiquetas input {
	margin: 0 0.2em;
}
#buscador .etiquetas label {
	color: #004C91;
	margin-left: 1em;
	font-size: 1.2em;
	font-weight: bold;
}
#buscador .avanzado {
	position: absolute;
	bottom: -3em;
	right: 0;
}
#buscador input.boton {
	border: 0;
	background: url("imgs/boton.png") no-repeat;
	color: #FFF;
	width: 90px !important;
	height: 41px;
	padding: 0;
	position: absolute;
	top: 57px;
	left: 0;
}
#buscador_avanzado label {
	text-align: left;
}
#buscador_avanzado input {
	width: 64%;
}
#buscador_avanzado h3 {
	margin-top: 1em;
}
#buscador_avanzado ul.categorias li {
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #004C91;
	padding: 0.5em 0;
}
#buscador_avanzado ul.categorias li li {
	float: left;
	width: 24.5%;
	clear: none;
	border: 0;
}
#buscador_avanzado ul.categorias ul {
	margin: 0;
}
#buscador_avanzado ul.categorias label {
	float: none;
	margin: 0 0 0 1%;
}
#buscador_avanzado ul.categorias input {
	width: auto;
	vertical-align: text-top;
}
#buscador_avanzado label.label-check-peque {
	float: none;
	width: auto;
	display: block;
}
#buscador_avanzado label.label-check-peque input {
	width: auto;
}
#buscador_avanzado p.varios_label span {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 30%;
	text-align: left;
	margin-right: 2%;
	padding: 0.2em 0;
}
#buscador_avanzado p.varios_label label {
	font-weight: normal;
	float: none;
	padding: 0;
	margin: 0;
}
#buscador_avanzado p.varios_label input {
	width: 17%;
}
#buscador_avanzado p.varios_label img {
	cursor: pointer;
	margin-right: 2%;
	vertical-align: middle;
}
#buscador_avanzado p.botones {
	padding-right: 3%;
}

/******************** Buscador trucos ********************/

form.buscadorTrucos {
	padding: 0 !important;
	margin: 2em 0;
}

form.buscadorTrucos #query {
	font-size: 1.1em;
	width: 15em;
	padding: 0.3em;
	margin-right: 0.5em;
}

form.buscadorTrucos input.boton {
	font-size: 1.1em;
}

p.compartirTruco {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	position: relative;
	z-index: 100;
}
p.compartirArriba {
	border-top: 1px solid #004C91;
	margin-bottom: -1.5em !important;
	padding-top: 0.3em;
}
p.compartirAbajo {
	margin: -1.8em 0 1em 0 !important;
}

/******************** Acceso rápido ********************/

#acceso_rapido {
	margin: 1em 0;
	text-align: center;
}
#acceso_rapido ul {
	font-size: 1.3em;
	font-weight: bold;
}
#acceso_rapido a {
	color: #004C91;
}
#acceso_rapido a:hover {
	text-decoration: none;
}
#acceso_rapido li {
	border-left: 1px solid #C7C7C7;
	list-style-type: none;
	padding: 0.3em 1em;
	display: inline;
}
#acceso_rapido li.primero {
	border: 0;
}

#acceso_rapido .idiomas {
	float: right;
	width: auto;
}
	

/******************** Migas de pan ********************/

#migas {
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 1.2em;
}
#migas li {
	display: inline;
}
#migas li.selected {
	color: #004C91;
	font-weight: bold;
}
#migas a {
	color: #666;
}


/******************** Cuerpo ********************/

#cuerpo {
	width: 78%;
	float: left;
}
#contenido {
	border-top: 1px solid #CCC;
	overflow: hidden;
}

#cuerpo p.apunte{
	font-size: 1em;
}

#cuerpo a.refContenido{
	border: 1px solid #CCC;
	color: #4F8BFF;
	font-weight:bold;
	padding: 0.4em;
	font-size: 1.2em;
	display: block;
	margin: 1em 0 0.5em;
}	

/******************** Destacados ********************/

#destacados {
	width: 16.9%;
	float: left;
	background: url("imgs/destacados.png") repeat-y left;
	padding: 0 2% 1% 3%;
}
#destacados li {
	list-style-type: none;
	padding: 1.5em 0;
	width: 99.9%;
	border-top: 1px solid #C7C7C7;
}
#destacados h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
#destacados h2 a {
	color: #004C91;
	text-align: left;
}
#destacados h2.rss {
	margin-bottom: 0;
	padding: 1em 0;
}
#destacados h2.rss a {
	background: url("imgs/rss.png") no-repeat right;
	display: inline;
	padding-right: 2em;
}
#destacados p {
	text-align: justify;
}
#destacados a, #destacados span {
	display: block;
	text-align: center;
}
#destacados img {
	max-width: 100%;
	margin-bottom: 0.5em;
}

#contenido #contenidos_destacados {
	margin: 3em 0 0 1.5em;
	overflow: hidden;
}
#contenido #contenidos_destacados li {
	list-style-type: none;
	float: left;
	margin: 0 2% 2% 0;
	width: 47.5%;
	border: 1px solid #004C91;
	position: relative;
}
#contenido #contenidos_destacados h2 {
	background-color: #004C91;
	padding: 0.3em;
	font-size: 1.2em;
}
#contenido #contenidos_destacados a {
	color: #FFF;
}
#contenido #contenidos_destacados p {
	padding: 0.5em 0 0 0.5em;
	overflow: hidden;
}
#contenido #contenidos_destacados img {
	float: left;
	max-width: 50%;
}
#contenido #contenidos_destacados div.top,
#contenido #contenidos_destacados div.bottom {
	left: -1px;
}
#contenido #contenidos_destacados div.top div,
#contenido #contenidos_destacados div.bottom div {
	right: -2px;
}

/******************** Menu izquierdo ********************/

#menu {
	background: url("imgs/menu.png") repeat-y right;
	width: 15em;
	padding: 2em;
	float: left;
}
#menu li {
	font-size: 1.4em;
	font-weight: bold;
	list-style-type: none;
	margin-top: 0.5em;
}
#menu ul {
	padding-left: 1em;
}
#menu li li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 0.9em;
	font-weight: normal;
}
#menu li li.selected {
	font-weight: bold;
}
#menu li li a {
	color: #666;
}

#menu h2.rss {
	font-size: 1em;
	margin: 0 1em 2em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #C7C7C7;
}
#menu h2.rss a {
	background: url("imgs/rss.png") no-repeat right;
	padding-right: 1.5em;
}

#menu #banners {
	padding: 1em 0 0;
	margin: 3em 1em 0 0;
	border-top: 1px solid #C7C7C7;
}
#menu #banners li {
	list-style-type: none;
}
#menu #banners span {
	display: block;
	text-align: center;
}
#menu #banners img {
	max-width: 100%;
	margin-bottom: 0.5em;
}

/******************** Esquinas redondeadas ********************/

div.top,
div.bottom {
	position: absolute;
	width: 100%;
	height: 9px;
	left: 0;
}
div.top {
	background: url("imgs/tl.png") no-repeat left bottom;
	top: -1px;
}
div.bottom {
	background: url("imgs/bl.png") no-repeat left bottom;
	bottom: -1px;
}
div.top div,
div.bottom div {
	position: absolute;
	right: 0;
	width: 9px;
	height: 9px;
}
div.top div {
	background: url("imgs/tr.png") no-repeat right bottom;
	top: 0;
}
div.bottom div {
	background: url("imgs/br.png") no-repeat right bottom;
	bottom: 0;
}

/******************** Cajas portada ********************/

ul.cajas {
	padding: 0 2em;
}
ul.cajas li,
div.caja {
	width: 32%;
	float: left;
	list-style-type: none;
	margin-bottom: 1%;
	background: url("imgs/caja-top.png") repeat-x left 16px;
	position: relative;
	border-bottom: 1px solid #3F78AB;
}
div.caja {
	width: auto;
	float: none;
	margin: 1.5em 2% 1.5em 20.5em;
}
ul.cajas li.grande {
	width: 66%;
	margin-right: 2% !important;
}
ul.cajas div.titulo,
div.caja div.titulo {
	background: url("imgs/caja-tl.png") no-repeat left 16px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	padding-top: 16px;
}
ul.cajas div.tele,
div.caja div.tele {
	background: url("imgs/caja-tl-tele.png") no-repeat left top;
}
ul.cajas div.radio,
div.caja div.radio {
	background: url("imgs/caja-tl-radio.png") no-repeat left top;
}
ul.cajas div.prensa,
div.caja div.prensa {
	background: url("imgs/caja-tl-prensa.png") no-repeat left top;
}
ul.cajas div.familia,
div.caja div.familia {
	background: url("imgs/caja-tl-familia.png") no-repeat left top;
}
ul.cajas div.empresa,
div.caja div.empresa {
	background: url("imgs/caja-tl-empresa.png") no-repeat left top;
}
ul.cajas div.titulo a,
div.caja div.titulo a {
	color: #FFF;
}
ul.cajas h2,
div.caja div.titulo h2 {
	float: right;
	padding: 12px 4% 0 0;
	height: 28px;
	font-size: 1.5em;
	background: url("imgs/caja-tr.png" ) no-repeat right top;
	text-align: right;
}
ul.cajas li.grande h2 {
	padding-right: 3%;
}
ul.cajas li.grande ol {
	padding: 1em 0;
}
ul.cajas ol,
div.caja div.cuerpo {
	border-left: 1px solid #3F78AB;
	border-right: 1px solid #3F78AB;
	overflow: hidden;
	padding: 1em 0;
}
ul.cajas h3 {
	font-size: 1em;
}
ul.cajas h3 a {
	color: #666;
	font-size: 1.2em;
}
ul.cajas li.grande h3 {
	margin: 0.5em 0;
}
ul.cajas h3 a:hover {
	color: #004C91;
}
div.caja h3 {
	margin: 1em 0;
}
ul.cajas li li.primero h3 a,
div.caja h3 {
	color: #004C91;
	font-size: 1.4em;
}
ul.cajas li li img {
	width: 100%;
}
ul.cajas li.grande li {
	float: left;
	width: 43.8%;
	padding: 0 3%;
	border-top: 0;
	margin: 0;
}
ul.cajas li li {
	border: 0;
	margin: 1em 0 0;
	padding: 1em 1em 0;
	background: none;
	float: none;
	width: auto;
	border-top: 1px solid #3F78AB;
}
ul.cajas li li.primero {
	border-top: 0;
	margin: 0;
	padding-top: 0;
}
ul.cajas li.grande li.primero {
	border-bottom: 1px solid #3F78AB;
	float: none;
	width: auto;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
ul.cajas li.grande p {
	font-size: 1.1em;
	margin: 0.5em 0 0;
}
ul.cajas li p {
	margin: 0.3em 0;
}
ul.cajas li.grande p.fecha {
	margin: 0.5em 0 0;
}
ul.cajas li p.fecha {
	overflow: hidden;
	margin: 0;
}
ul.cajas li p.fecha span {
	float: left;
	font-weight: bold;
	padding: 2px 0;
}
div.caja div.cuerpo {
	padding: 1em;
}
div.caja ul, div.caja ol {
	margin: 0.5em 1em;
	list-style-position: inside;
}
div.caja ul ul, div.caja ol ol {
	margin: 0 1em;
}
div.caja ul.listado_imagenes {
	margin: 0 0 1em;
	padding-left: 0;
	overflow: hidden;
}
div.caja ul.listado_imagenes li {
	float: left;
	width: 31.1%;
	padding: 1.1%;
	list-style-type: none;
	font-size: 1.3em;
	position: relative;
}
div.caja ul.listado_imagenes li img {
	width: 100%;
}
div.caja ul.listado_imagenes .fechaTiempo {
	font-weight: bold;
	margin: 0;
}
div.caja ul.listado_imagenes .fechaTiempo span {
	float: right;
}
div.caja ul.listado_imagenes h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	height: 1.5em;
}
div.caja ul.listado_imagenes h4.completo {
	height: auto;
	position: absolute;
	bottom: -0.4em;
	left: 0;
	background: #E9E9E9;
	border: 1px solid;
	padding: 0.4em;
	width: 95%;
}
div.caja h4 {
	font-size: 1.4em;
	margin: 1em 0;
	clear: both;
}
div.caja p {
	margin: 1em 0;
}
div.caja p.fechaGrande {
	font-size: 1.4em;
	margin: 0.5em 0;
}
div.caja p.fechaGrande span {
	font-weight: bold;
}
ul.listado_radio {
	list-style-type: none;
	padding: 0 2em 1em !important;
}
ul.listado_radio li {
	background: url("imgs/puntos.png") repeat-x bottom;
	padding: 1em 0;
}
ul.listado_radio p {
	margin: 0.2em 0 0;
}
ul.listado_radio p.fecha {
	font-weight: bold;
	font-size: 1.1em;
}
ul.listado_radio p.fecha a {
	font-size: 0.9em;
	font-weight: normal;
}
ul.listado_radio h4 {
	clear: none;
}
ul.listado_radio a.imagen {
	float: right;
}

/******************** Paginador ********************/

ol.paginador {
	text-align: right;
	clear: both;
	margin-top: 1em;
}
ol.paginador li {
	display: inline;
	margin: 0.1em;
}
ol.paginador li a {
	color: #AAA;
	border: 1px solid;
	padding: 0.2em 0.5em;
}
ol.paginador li.selected span {
	font-weight: bold;
	border: 2px solid;
	padding: 0.2em 0.5em;
}
ol.paginador li a:hover {
	color: #666;
}

/******************** Financiación ********************/

#financiacion {
	text-align: center;
	padding: 1.5em 0;
	clear: both;
	border-top: 1px solid #C7C7C7;
}
#financiacion li {
	display: inline;
	margin: 0 1em;
}

/******************** Información del portal ********************/

#info_portal {
	color: #004C91;
	padding: 1em 350px 1em 2em;
	background: url("imgs/pie.png") no-repeat top right;
	float: left;
}
#info_portal li {
	display: inline;
}
#info_portal li a {
	padding: 0 1em;
}

/******* Seccion de enlaces *******/

#enlaces h3 {
	margin: 0;
}
#enlaces li {
	padding: 1em 0;
	font-size: 1.1em;
	list-style-type: none;
	border-bottom: 1px solid #004C91;
}
#enlaces li a {
 	color: #006DEF;
	font-size: 1em;
	text-decoration: underline;
}
#enlaces li.ultimo {
	border: none;
}
#enlaces ul {
	padding-left: 1.3em;
}
#enlaces li li {
	padding: 0.5em 0;
	border: none;
}
#enlaces li li a {
 	color: #006DEF;
	font-size: 1em;
	text-decoration: underline;
}
#enlaces li li.ultimo {
	padding-bottom: 0;
}
#enlaces li p {
	margin: 0;
	font-style: italic;
	padding-left: 1.3em;
}
#enlaces li li p {
	padding: 0;
	font-style: normal;
}

/******* Seccion del mapa web *******/

#mapaweb li {
	float: left;
	width: 47%;
	margin: 1%;
	list-style-type: none;
	border: 1px solid #666;
	background-color: #004C91;
}
#mapaweb li a {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #666;
	padding: 0.2em 0.6em;
	text-align: right;
}
#mapaweb ul {
	background-color: #FFF;
	margin: 0;
	padding: 1em;
}
#mapaweb ul ul {
	padding-left: 2em;
}
#mapaweb ul ul ul {
	padding-left: 1em;
}
#mapaweb li li {
	border: none;
	float: none;
	background-color: #FFF;
	margin: 0;
	width: auto;
}
#mapaweb li li a {
	color: #004C91;
	border: none;
	text-align: left;
	padding-left: 0.5em;
}
#mapaweb li li li a {
	color: #666;
	font-weight: normal;
	background: none;
	padding: 0;
}

/******************** Estilos para los formularios ********************/

div.caja form {
	padding: 1em 0;
}
div.caja form label {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 30%;
	text-align: right;
	margin-right: 2%;
	padding: 0.2em 0;
}
div.caja form input,
div.caja form textarea {
	font-size: 1.2em;
	width: 50%;
	padding: 0.2em;
}
div.caja form p.obligatorios {
	margin-left: 32%;
}
div.caja form p.botones {
	text-align: right;
	padding-top: 1em;
	padding-right: 17%;
}
div.caja form p.botones input {
	margin-left: 0.5em;
}
div.caja form label.label-check {
	text-align: left;
	width: 100%;
	float: none;
	font-weight: normal;
	font-size: 1em;
	color: #666;
}
div.caja form label.label-check input {
	width: auto;
}
div.caja form fieldset {
	clear: both;
	border: 1px solid #CCC;
	margin: 1em;
}
div.caja form legend {
	color: #004C91;
	font-size: 1.4em;
	margin: 0 1em;
	padding: 0 0.5em;
}
input.boton {
	padding: 0.3em 1em;
	border: 1px solid #004C91;
	background-color: #C6DBEF;
	color: #004C91;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	width: auto !important;
}


/********************* CONTENIDOS *********************/

/******* detalle de noticia y documento *******/

#detalle_noticia div p {
	text-align: justify;
	margin-bottom: 0.5em;
}

#detalle_noticia p.fechaNoticia {
	font-size: 1.2em;
	margin: 0.5em 0;
}

#detalle_noticia p.fechaNoticia span {
	font-weight: bold;
}

#detalle_noticia .foto {
	max-width: 30%;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

#detalle_noticia p.fuente{
	width: 48%;
}

#detalle_noticia p.documento {
	float: right;
	width: 48%;
	margin-top: 0;
	text-align: right;
}
#detalle_noticia p.documento a img {
	vertical-align: bottom;
}

/******* detalle de audio/video *******/

div.caja .coleccion {
	float: right;
	text-align: right;
	padding-left: 1em;
}
div.caja .coleccion p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.caja .fechasMultimedia {
	max-width: 480px;
	margin: 2em auto 0;
	overflow: hidden;
}
div.caja .fechasMultimedia p {
	margin: 0;
}
div.caja .fechasMultimedia .izda {
	float: left;
}
div.caja .fechasMultimedia .dcha {
	float: right;
}
div.caja .rep_alta {
	text-align: center;
	margin-top: -2em;
}
div.alternativo {
	text-align: left;
}

/************* Utiles de los contenidos ****************/

ul.utiles-detalle, ul.accesos-vista-imprimir {
	border-top: 1px dashed #CCC;
	margin-top: 2em !important;
	padding: 1em 0;
	overflow: hidden;
	clear: both;
}
ul.utiles-detalle li, ul.accesos-vista-imprimir li {
	text-align: center;
	list-style-type: none;
}
ul.utiles-detalle.dos li, ul.accesos-vista-imprimir li {
	float: left;
	width: 49.9%;
}
ul.utiles-detalle.tres li {
	float: left;
	width: 33%;
}
ul.utiles-detalle img {
	vertical-align: bottom
}

div.compartir {
	text-align: center;
}
div.compartir p, div.compartir ul, div.compartir li {
	display: inline;
}
div.compartir p {
	font-weight: bold;
}
div.compartir ul {
	padding: 0 0 0 0.5em;
}
div.compartir li {
	padding: 0 0.5em;
}
div.compartir img {
	vertical-align: bottom;
}	


#fondoStaff {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #FFF;
	opacity: 0.7;
	cursor: pointer;
}
#frameStaff {
	border: 0;
	position: absolute;
	top: 100px;
	z-index: 600;
	border: 1px solid #000;
}