acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
strong {
	font-weight: bold;
}

acronym:hover {
	cursor: help;
}
abbr:hover {
	cursor: help;
}
.oculto { position: absolute; left: -999em; }
.comentario {
	font-size: 75%;
	color: #666;
}

.clear_both { clear:both; }
/*********************************************************/
#texto .bloque50_izq {
	display: block;
	width: 44%;
	margin-right: 2%;
	margin-left: 1%;
	padding: 0.5em;
	float: left;
}
#texto .bloque50_der {
	display: block;
	width: 44%;
	margin-right: 1%;
	margin-left: 2%;
	padding: 0.5em;
	float: right;
}
#texto .bloque70_izq {
	display: block;
	width: 60%;
	margin-right: 2%;
	margin-left: 1%;
	padding: 0.5em;
	float: left;
}
#texto .bloque30_der {
	display: block;
	width: 28%;
	margin-right: 1%;
	margin-left: 2%;
	padding: 0.5em;
	float: right;
}
/******************** ENLACES ***********************/
#texto a.enlace_ext {
	background-image: url(../imagenes/bullet_enlace_ext.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.3em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_email {
	background-image: url(../imagenes/bullet_email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_pdf {
	background-image: url(../imagenes/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.7em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_zip {
	background-image: url(../imagenes/bullet_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.3em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_noticias {
	background-image: url(../imagenes/bullet_noticia.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-right: 0.3em;
}
#texto a.enlace_descargas {
	background-image: url(../imagenes/bullet_descargas.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.8em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_calendario {
	background-image: url(../imagenes/bullet_calendario.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.3em;
	margin-right: 0.3em;
	margin-left: 0.5em;
}
#texto a.enlace_cambio_a-v {
	background-image: url(../imagenes/enlace_azul_verde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.3em;
	margin-right: 0.3em;
	margin-left: 0.2em;
}
#texto a.enlace_cambio_v-a {
	background-image: url(../imagenes/enlace_verde_azul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.3em;
	margin-right: 0.3em;
	margin-left: 0.2em;
}
#texto .fecha_actualizacion {
	background-image: url(../imagenes/bullet_fecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-right: 0.3em;
	margin-left: 0.5em;
	font-size: 0.9em;
	color: #666666;
}
#texto a.enlace_audio {
	background-image: url(../imagenes/bullet_audio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-right: 0.3em;
	margin-left: -1em;
}
#texto a.enlace_video {
	background-image: url(../imagenes/bullet_video.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-right: 0.3em;
	margin-left: -1em;
}
/******************************************************************************/
#texto li {
	margin-bottom: 0.3em;
}
#texto img.img_derecha {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	clear: right;
	background-color: #FFFFFF;
}
#texto img.img_izquierda {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-right: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	clear: left;
	background-color: #FFFFFF;
}

#texto img.img_centrada {
	background-color: #FFFFFF;
	margin:auto;
	display: block;
}

#texto div.imagen_pie {
	float: right;
	margin-left: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	background-color: #F8F8F8;
	font-size: 0.75em;
	color: #333333;
	clear: both;
	margin-top: 0.5em;
}
#texto p.facil_lectura {
	border: 2px dashed #59A537;
	font-size: 1.2em;
	margin-top: 2em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	background-image: url(../../imagenes/icono_facil_lectura.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}
#texto #aviso_destacado {
	background-color: #FBF3E6;
	border: 2px solid #F2AF31;
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#texto #aviso_destacado h4 {
	font-size: 1.6em;
	margin-top: 0.2em;
}
#texto .sinlista {
	list-style:none!important;
}
#texto .aling_centrado {
	text-align: center!important;
}
#texto .aling_izquier{
	text-align: left!important;
}
#texto .aling_derecha{
	text-align: right!important;
}
#texto td img.zona_wifi_si {
	vertical-align: middle;
}

/**************** FORMULARIOS ***************************/
div.formulario {
	border: 1px solid #9b9fa2;
	margin: 0.5em;
	padding: 0.5em;
}
div.formulario fieldset{
	border: 1px solid #C9CED3;
	margin-bottom: 1em;
}
div.formulario fieldset legend{
	font-size: 1.1em;
	font-weight: bold;
	color: #383F46;
}
div.formulario label {
	width: 40%;
	display: block;
	float: left;
	text-align: right;
	margin-right: 1em;
	font-size: 0.9em;
	color: #383F46;
	padding: 0.2em;
}
div.formulario input {
	margin: 0.2em;
}
div.formulario select {
	margin: 0.2em;
}
div.formulario textarea {
	margin: 0.2em;
}
div.formulario p {
	text-align: center;
}
input[type="text"]:focus {
	background-color: #F7F7FB;
	border: 1px solid #7F9DB9;
	padding: 2px;
}
textarea:focus {
	background-color: #F7F7FB;
	border: 1px solid #7F9DB9;
	padding: 2px;
}
iframe.mapa_ciber-log {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 1.2em;
	background-color: #FFFFFF;
	height: 250px;
	width: 371px;
}
.destacado {
	width: 90%;
	margin: auto;
	padding: 0 0.5em;
	border: 2px solid #f2af31;
}

.destacado h5 {
	color:#f2af31;
	text-align: center;
	background: #000;
	margin-top: 0.5em!important;
	font-size: 1.2em;
}

