/* ETIQUETAS GENERICAS */

html {
	height:100%;
}
body {
	border:0px;
	margin:0px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/fondo_diag.gif);
}
H1, H2, H3 {
	display:none;
}
H4 {
	font-size: 140%;
}
A {
	color: #666666;
	text-decoration:none;
}
A:hover {
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
/* CONTENEDORES */

#todo {
	width:875px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/borde_diag.gif);
	background-position: left top;
	padding-left: 7px;
	padding-right: 7px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: double;
	border-top-color: #DADADA;
	border-right-color: #E5E5E5;
	border-bottom-color: #DADADA;
	border-left-color: #FFFFFF;
	height: 100%;
	background-color: #FFFFFF;
}
#contenedor {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	height: 100%;
}
#contenedor_ix {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	height: 100%;
}
#contenedor_interior { /* CONTENEDOR PANTALLA INDEX */
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
/* CAPAS PANTALLA INDEX */

/* ---- EMPRESA */
#empresa {
	text-align:center;
	position:absolute;
	top:0px;
	left:355px;
	width:172px;
	height:139px;
	z-index: 10;
}
#empresa a {
	background-image:url(img/img_empresa_index.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	border: 0px;
	float: left;
}
#empresa a:hover {
	background-image:url(img/img_empresas_luz.gif);
}
/* ---- SERVICIOS */
#servicios {
	position:absolute;
	width:262px;
	height:163px;
	z-index: 5;
	top:123px;
	left:165px;
}
#servicios a {
	background-image:url(img/img_servicios_index.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	border: 0px;
	float: left;
}
#servicios a:hover {
	background-image:url(img/img_servicios_luz.gif);
}
/* ---- PERSONAS */
#personas {
	position:absolute;
	width:315px;
	height:169px;
	z-index: 15;
	top:115px;
	left:401px;
}
#personas a {
	background-image:url(img/img_personas_index.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	border: 0px;
	float: left;
}
#personas a:hover {
	background-image:url(img/img_personas_luz.gif);
}
#empresa img, #servicios img, #personas img, #babelcreativa img, #babelpersonas img {
	border:0px;
}
/* CAPAS INDEX FUTURAS */

/* ---- BABEL CREATIVA */
#babelcreativa {
	position:absolute;
	width:230px;
	height:72px;
	z-index: 5;
	top:245px;
	left:73px;
}
#babelcreativa a {
	text-decoration:none;
	background-image:url(img/img_creativa_index.gif);
	border: 0px;
	background-repeat:no-repeat;
	float: left;
}
#babelcreativa a:hover {
	background-image:url(img/img_creativa_luz.gif);
}

/* ---- BABEL PERSONAS */
#babelpersonas {
	height:72px;
	left:533px;
	position:absolute;
	top:76px;
	width:230px;
	z-index:20;
}
#babelpersonas a {
	text-decoration:none;
	background-image:url(img/img_babelpersonas_index.gif);
	border: 0px;
	background-repeat:no-repeat;
	float: left;
}
#babelpersonas a:hover {
	background-image:url(img/img_babelpersonas_luz.gif);
}
/* ---- ACCESIBILIDAD
#accesibilidad{
	position:absolute;
	width:260px;
	height:130px;
	top:300px;
	left:580px;
	}

#accesibilidad a{
	background-image:url(img/img_accesibilidad_index.gif);
	border: 0px;
}

#accesibilidad a:hover{background-image:url(img/img_accesibilidad_luz.gif)}
*/

/*************************** CABECERAS ****************************/

/* ---- CABECERA EN INDEX ---- */
#cabecera_index {
	height: 60px;
	position:relative;
	float:right;
	margin-bottom: 40px;
	width: 100%;
}
/* ---- CABECERA INTERIOR ---- */
#cabecera {
	height: 60px;
	position:relative;
	float:right;
	margin-bottom: 30px;
	width: 100%;
	background-image: url(img/fondocab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ---- AREA LOGO ---- */
#logo {
	width:20%;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
#logo a {
	border:0px;
}
#logo img {
	border:0px;
}
/* ---- AREA HERRAMIENTAS ---- */
#herramientas {
	text-align:right;
	font-family: "Trebuchet MS";
	font-size: 70%;
	padding-right: 15px;
	letter-spacing: 0px;
	background-image: url(img/int_fondo.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#herramientas UL {
	list-style-type:none;
	padding-top: 25px;
}
#herramientas LI {
	display:inline;
	border-right: 1px solid #A2A2A2;
	padding-right: 5px;
	padding-left: 10px;
}
#herramientas A {
	text-decoration: none;
	color: #A2A2A2;
}
#herramientas A:hover {
	border-bottom: thick solid #FFCC66;
}
/* ---- AREA NAVEGACIÓN ---- */
#navegacion {
	margin: 0px;
	padding: 0px;
	border-right-color: #EFEFEF;
	border-right-style: dotted;
	border-right-width: medium;
	text-align: right;
	float: left;
	position: static;
	left: 0px;
	top: 0px;
	padding-right: 12px;
	width: 402px;
	padding-left: 12px;
	height: 70%;
}
/* ---- MENU IZQUIERDO ---- */
#menu {
	float: left;
	position: relative;
	clear: right;
	height: 76px;
}
#menu IMG {
	padding:0px;
	margin:0px;
	border:0px;
}
#menu UL {
	padding:0px;
	margin:0px;
	background-color: #00FF99;
	list-style-type: none;
}
#menu LI {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
#menu .oculto {
	display: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu a:hover {
	border:0px;
}
/* ---- MENU IZQUIERDO EMPRESA---- */	
#menu a.op_empresa {
	background-image: url(img/img_empresa.gif);
}
#menu a.op_empresa:hover {
	background-image: url(img/img_empresa_visited.gif);
}
/* ---- MENU IZQUIERDO SERVICIOS ---- */
#menu a.op_servicios {
	background-image: url(img/img_servicios.gif);
}
#menu a.op_servicios:hover {
	background-image: url(img/img_servicios_visited.gif);
}
/* ---- MENU IZQUIERDO PERSONAS ---- */
#menu a.op_personas {
	background-image: url(img/img_personas.gif);
}
#menu a.op_personas:hover {
	background-image: url(img/img_personas_visited.gif);
}
/* ---- AREA CONTENIDO ---- */
#contenido {
	font-size: 70%;
	z-index: 100;
	padding-right: 15px;
	padding-left: 15px;
	width: 415px;
	float: left;
	margin-bottom: 100px;
}
HTML>BODY #contenido {
	width: 400px;
}
/* ---- AREA CONTENIDO. ENCABEZADOS ---- */
.headers_e, .headers_s, .headers_p, .headers_c, .headers_m, .headers_a, .headers_i, .headers_d {
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 50px;
}
.headers_e {
	background-image: url(img/img_titulo_empresa.jpg);
}
.headers_s {
	background-image: url(img/img_titulo_servicios.gif);
}
.headers_p {
	background-image: url(img/img_titulo_personas.gif);
}
.headers_c {
	background-image: url(img/img_titulo_contacta.gif);
}
.headers_m {
	background-image: url(img/img_titulo_mapaweb.gif);
}
.headers_a {
	background-image: url(img/img_titulo_accesibilidad.gif);
}
.headers_i {
	background-image: url(img/img_titulo_intranet.gif);
}
.headers_d {
	background-image: url(img/img_titulo_doscero.gif);
}
/* ---- AREA CONTENIDO. BLOQUES (PÁRRAFOS Y LISTAS) ---- */
#contenido P {
	line-height: 1.5em;
	text-align: justify;
}
#contenido li {
	margin-bottom: 1em;
	list-style-type: none;
	text-align:justify;
}
#contenido ul ul.subnivel {
	margin-left:13px;
	margin-top: 1em;
}
#contenido ul ul li {
	color:#888888;
}
#contenido ul ul.nobullet li {
	list-style-type: circle;
}
#contenido ul.listaclientes li, #contenido ul.con_bullet li {
	list-style-type: disc;
}
/* ---- AREA CONTENIDO. CABECERAS ---- */
.cab_empresa {
	background-image: url(img/img_titulo_empresa.jpg);
	padding-top: 75px;
	background-repeat:  no-repeat;
}
/* ---- AREA CONTENIDO.MIGAS ---- */
P.migas {
	color: #A2A2A2;
	padding-bottom: 5px;
	text-align: left;
}
/* ---- AREA CONTENIDO. SUBMENÚ ---- */
#submenu {
	font-weight:bold;
	float:left;
	font-size:70%;
	line-height: 24px;
	padding-right: 4px;
	padding-top:4px;
	text-align: right;
	margin-top: 25px;
	position: relative;
	width: 398px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
#submenu a {
	text-decoration:none;
}
#submenu li.activado {
	color: #000000;
}
#submenu li.generico {
	list-style-type:none;
	text-align:right;
	background-image:url(img/img_bullet_generico.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right: 16px;
}
#submenu li.generico a {
	color: #B7B7B7;
}
/*capa empresa VERDE*/
#submenu.verde {
	background-image:url(../images/img_hoja.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#submenu li.verde {
	list-style-type:none;
	text-align:right;
	background-image:url(img/img_bullet_verde.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right: 16px;
}
#submenu ul li.verde a {
	color:#01CC00;
}
#submenu ul li.verde a:hover {
	color:#648500;
}
#submenu li.verde2 {
	list-style-type:none;
	background-image:url(img/img_bullet_verde2.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:normal;
	padding-right: 16px;
}
#submenu li.verde2 a {
	list-style-type:none;
	text-decoration:none;
	color: #01CC00;
}
#submenu li.verde2 a:hover {
	color:#648500;
}
/*capa servicios AZUL*/
#submenu li.azul {
	list-style-type:none;
	text-align:right;
	background-image:url(img/img_bullet_azul.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right: 16px;
}
#submenu ul li.azul a {
	color:#0099CC;
}
#submenu ul li.azul a:hover {
	color:#06679b;
}
#submenu li.azul2 {
	list-style-type:none;
	background-image:url(img/img_bullet_azul2.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:16px;
	font-weight:normal;
}
#submenu li.azul2 a {
	list-style-type:none;
	text-decoration:none;
	color: #0099CC;
}
#submenu li.azul2 a:hover {
	color:#06679b;
}
/*capa servicios NARANJA*/
#submenu li.naranja {
	list-style-type:none;
	text-align:right;
	background-image:url(img/img_bullet_naranja.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right: 16px;
}
#submenu li.naranja ul li {
	list-style-image:none;
}
#submenu ul li.naranja a {
	color:#FF9900;
}
#submenu ul li.naranja a:hover {
	color:#EA5E00;
}
#submenu li.naranja2 {
	list-style-type:none;
	background-image:url(img/img_bullet_naranja2.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:16px;
	font-weight:normal;
}
#submenu li.naranja2 a {
	list-style-type:none;
	text-decoration:none;
	color: #FF9900;
}
#submenu li.naranja2 a:hover {
	color:#EA7500;
}
/* ---- PIE DE PAGINA ---- */

#pie {
	width: 875px;
	z-index: 500;
	bottom: 0px;
	left: 0px;
	position: absolute;
	height:auto;
}
#sedes {
	text-align:left;
	font-family: "Trebuchet MS";
	font-size: 70%;
	letter-spacing: 0px;
	position: relative;
	float: left;
	color: #A2A2A2;
	padding-left: 15px;
	clear: left;
	padding-top: 70px;
}
#validacion {
	font-family: "Trebuchet MS";
	font-size: 70%;
	float: right;
	padding-right: 10px;
	text-align: right;
	clear: right;
	padding-top:57px;
}
#validacion_hc {
	display:none;
}
/************************** ESPECIFICOS PÁGINAS *******************/
.empresa, .servicios, .personas, .generico, .mapaweb, .contacto, .accesibilidad, .doscero {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.pantaindex {
	background-image: url(img/pantaindex.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.empresa {
	background-image: url(img/empresa_fondo_p.jpg);
}
.servicios {
	background-image: url(img/servicios_fondo_p.jpg);
}
.personas {
	background-image: url(img/personas_fondo_p.jpg);
}
.generico {
	background-image: url(img/servicios_fondo_p_bk.jpg);
}
.mapaweb {
	background-image: url(img/mapaweb_fondo_p.jpg);
}
.contacto {
	background-image: url(img/contacto_fondo.jpg);
}
.accesibilidad {
	background-image: url(img/accesi_fondo_p.jpg);
}
.doscero {
	background-image: url(img/redes_fondo.jpg);
}
/************************** ESTILOS VARIOS *************************/
.texto {
	padding-top: 5px;
}
.italica {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 100%;
	padding-top: 0px;
	margin-top: 0px;
}
.centrado {
	text-align:center;
	overflow: hidden;
}
.centrado_normal {
	text-align:center;
	overflow: hidden;
}
.centrado_hc {
	display:none;
}
.grafica {
	margin-bottom: 150px;
}
.separador {
	height: 50px;
}
#area_central {
}
.mitad {
	float:left;
	width:48%;
}
.tercio {
	background-color:#F5F5F5;
	float:left;
	height:270px;
	margin:10px 2px 10px 3px;
	padding:6px;
	width:116px;
}
.tercio ul {
	 /*margin-left:-20px;
.margin-left:20px;*/
}
.h_mapa {
	float:left;
	margin-bottom: 1ex;
}
#puntal {
	height: 485px;
	background-color: #FF0000;
	float: left;
	width: 7px;
}
/* CAPA CONTACTE */
#oficinas {
	position:relative;
	float:right;
	font-size:70%;
	padding-right: 4px;
	padding-top:4px;
	text-align: right;
	margin-top: 25px;
	width: 90%;
}
#oficinas h4 {
	border-bottom-color: #D4D4D4;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
/* BOTONES Y MAPA WEB */
.boton {
	background-image: url(img/sombra_boton.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	float:left;
	position:relative;
	clear: both;
}
.boton_servicios {
	background-image: url(img/sombra_boton.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	position:relative;
	clear: both;
}
div.boton {
	float: left;
	width: 412px;
	padding-bottom: 1em;
	background-image: url(img/sombra_pag.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.boton a, .boton_servicios a {
	background-image: url(img/formu_fnd_boton.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
	padding: 7px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #5AD03F;
}
.boton a:hover, .boton_servicios a:hover {
	border: 1px solid #FEAD02;
	background-image: url(img/formu_fnd_boton_ac.png);
	background-color: #FFF2DA;
	color: #000000;
}
/*----- APLICACION EN MAPA WEB. SOLAPAS DE CABECERA -----*/
.boton a.estrecho {
	padding-right: 1em;
	padding-left: 1em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 385px;
	background-image: url(img/solapa_verde.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
}
.boton a.estrecho:hover {
	padding-right: 1em;
	padding-left: 1em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 385px;
	background-image: url(img/solapa_naranja.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
}
.boton a.estrecho_cab {
	background-image: url(img/solapa_naranja.png);
	padding-right: 1em;
	padding-left: 1em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px none #FEAD02;
	border-right: 1px none #FEAD02;
	border-bottom: 1px solid #FEAD02;
	border-left: 1px solid #FEAD02;
}
.boton a.estrecho_cab:hover {
	background-image: url(img/solapa_verde.png);
	background-position: right top;
	border-top: 1px none #5AD03F;
	border-right: 1px none #5AD03F;
	border-bottom: 1px solid #5AD03F;
	border-left: 1px solid #5AD03F;
}
/*----- APLICACION EN MAPA WEB. LISTAS Y ENLACES -----*/
ul.mapa {
	margin:0px;
	padding:0px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position:relative;
	float:left;
}
.bandamapa_a {
	background-image: url(img/formu_fnd_boton.png);
	background-position: left;
	background-repeat:  repeat-x;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #CCCCCC;
}
.bandamapa_a:hover {
	background-image: url(img/formu_fnd_boton_ac.png);
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.bandamapa_b {
	background-image: url(img/formu_fnd_boton_act.png);
	background-position: left;
	background-repeat:  repeat-x;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: medium;
	display: block;
}
ul.mapa ul li a, ul.mapa ul li a:hover {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 2em;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(img/bullet_circ.gif);
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
ul.mapa ul li a:hover {
	background-image: url(img/bullet_circ.gif);
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
.mapa ul {
	margin-top: 0px;
	font-size: 80%;
	font-weight: normal;
	padding-top: 1em;
	margin-left: 0px;
	padding-left:0px;
	background-image: url(img/int_fondo.png);
	background-position: right top;
	background-repeat: no-repeat;
	list-style-type:none;
}
.mapa ul ul li {
	list-style-type:none;
}
.mapa ul li {
	padding-left: 1em;
}
/* CORRECIÓN MAPA WEB */

div.cor_map {
	margin:0px;
	padding:0px;
	clear:both;
}
/* AJUSTES FIREFOX e IE7 */
HTML>BODY #contenedor {
	min-height:600px;
	height:auto;
	padding-bottom:150px;
	margin-bottom:0px;
}
HTML>BODY #todo {
	min-height:100%;
	height:auto;
}
/*		
*:first-child+html #contenido{
padding-bottom:150px;

}


*:first-child+html #todo{
	min-height:100%;
	height:auto;
}

*:first-child+html #contenedor{
	min-height:600px;
	height:auto;
}*/
 

	
HTML>BODY #contenedor.pantaindex {
	height:100%;
	padding-bottom:0px;
	background-color:#FFFFFF;
}
HTML>BODY #todo.pantaindex {
	height:100%;
	background-color:#FFFFFF;
}
/**:first-child+html #contenedor.pantaindex{
	height:100%;}*/
	
	
.texto .sin_borde {
	border:none;
}

.texto strong a  {
	text-decoration:underline;
	}
.menor {
	font-size: 90%;
}
A.link_babel {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	display:block;
	width:14.5em;
	margin-left:auto;
	margin-right:auto;
}
A.link_babel:hover {
	border-bottom-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.texto strong a:hover  {
		border-bottom-width: 0px;
		color:#C60;
	}
/* ESTILOS 2.0 */

a.tube, a.linked, a.blog, a.job, a.futbol7, a.dnie, a.concursofoto, a.seminario, a.twitter, a.slideshare {
	display:block;
	width:284px;
	height:42px;
	text-align:left;
	padding-top:15px;
	padding-left:20px;
	background-repeat:no-repeat;
}
a.tube {
	background-image:url(img/2cero_tube.gif);
}
a.linked {
	background-image:url(img/2cero_linkedin.gif);
}
a.blog {
	background-image:url(img/2cero_blog.gif);
}
a.job {
	background-image:url(img/2cero_job.gif);
}
a.futbol7 {
	background-image:url(img/2cero_futbol7.gif);
}
a.dnie {
	background-image:url(img/2cero_dnie.gif);
}
a.concursofoto {
	background-image:url(img/2cero_concursofoto.gif);
}

a.seminario{
	background-image:url(img/2cero_seminario.gif);
	color:#ffffff;
	font-size:110%;}



a.twitter{
	background-image:url(img/2cero_twitter.gif);
	}
	
a.slideshare{
	background-image:url(img/2cero_slideshare.gif);
	}

a.tube:hover, a.linked:hover, a.blog:hover, a.job:hover, a.futbol7:hover, a.dnie:hover, a.concursofoto:hover, a.seminario:hover, a.twitter:hover, a.slideshare:hover  {
	border:0px;
	color:#000000;
	font-weight:bold;
}
.parking {
	border:none;
	vertical-align:middle;
}
a.sin_borde:hover, IMG.sin_borde {
	border:0px;
}
/* CALIDAD */
#calidad {
	position:relative;
	float:left;
	width:300px;
	padding-left:8px;
}
#calidad IMG {
	padding-left:12px;
	border:0px;
}
#calidad a:hover {
	border-bottom:none;
}
.hc_iso {
	display:none;
}
.estrecha {
	/*margin-left: 56px;*/
}
.estrecha {
 /*.margin-left: 100px;*/
}
.logos_calidad, .hc_logos_calidad {
	/*position:absolute;
	width:65px;
	height:270px;
	right:355px;*/
float:left;
height:370px;
position:relative;
width:85px;
}

.igualdad {
	height:220px;
	}


.hc_logos_calidad {
	display:none;
}
h5 {
	clear:both;
	font-size:120%;
}


.lista_twitter strong{
	font-size:120%;
	font-weight:bold;
	
	}
	
	
.lista_twitter a, .lista_twitter a:hover{
	border-bottom-width: 2px;
	}
.lista_twitter{
	margin-left:0px;
	padding-left:0px;
	}
	
.lista_twitter li{
	line-height:auto;
	float:left;
	}
.lista_twitter a{
background-image:url("img/twit_bp.gif");
background-position:left top;
background-repeat:no-repeat;
padding-left:69px;
float:left;
height:60px;
border:0px;
}

.lista_twitter a:hover{
color:#f39912;
text-decoration:underline;
border:0px;
font-weight:bold;
}
.lista_twitter span{
display:block;
float:right;
height:50px;
line-height:1.2em;
margin-left:69px;
margin-top:-42px;
width:333px;
}
.lista_twitter a.twit_babel{
	background-image:url(img/twit_babel.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

.lista_twitter a.twit_btic{
	background-image:url(img/twit_btic.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

.lista_twitter a.twit_bc{
	background-image:url(img/twit_bc.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}

.lista_twitter a.twit_bp{
	background-image:url(img/twit_bp.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
