/*--------------------------------------- GENERAL ---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	}
	
	body {
		background-color: #fff;
		font-family: Tahoma, Arial;
		line-height: 20px;
		font-size:11px;
		color: #fff;
		}

	html, body, #wrapper { height: 100%; }
	body > #wrapper {height: auto; min-height: 100%;}
	#col_2 { padding-bottom: 50px; }
	#footer { height: 50px;}

		
		.clear_floar {
			display: inline-block;
			}
		
		.clear_floar:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden; 
			}
		
		#wrapper {
			width: 882px;
			margin: 0 auto;
			}
			
			#col1 {
				width: 220px;
				float: left;
				margin-top: 60px;
				color: #777779;
				}
				
				#col1 h1 a{
					background: url(../img/estructura/logo.gif) 0 0 no-repeat;
					width: 213px;
					height: 94px;
					text-indent: -9999px;
					margin-bottom: 19px;
					display: block;
					}
									
					.menu {
						margin-bottom: 29px;
						}
					
					.menu li a {
						background: url(../img/botones/back_menu_rep.gif) 8px 11px no-repeat;
						width: 212px;
						display:block;
						color: #777779;
						text-align: right;
						text-decoration: none;
						height: 19px;
						padding: 0 7px 2px 0;
						}
					
					.menu li a:hover {
						background: url(../img/botones/back_menu_hover.gif) 0 2px no-repeat;
						color:#fff;
						}
					
					.noticias li { 
						/*border-bottom: 2px solid #598600;
						padding-bottom: 6px;*/
						margin-bottom: 6px;
						}
						
						.noticias li.not_no_bord {
							border-bottom: none;
							}
					
					.noticias li h4 {
						font-size: 11px;
						color: #6c8709;
						font-weight:normal;
						}
					
					.noticias li h5 {
						font-size: 11px;
						color: #a9ca38;
						font-weight:normal;
						width: 100%;
						line-height:14px;
						/*background: url(../img/estructura/punt_noticias.gif) 0 21px repeat-x;
						padding-bottom: 8px;*/
						margin-bottom: 3px;
						}
				
				
				
					.noticias li p {
						line-height: 16px;
						font-size:11px;
						}
						
						.noticias li p a {
							color: #A9CA38;
							text-decoration: none;
							}
						
						.noticias li p a:hover {
							text-decoration: underline;
							}
					
					#col1 h2 {
						background: url(../img/titulos/h2twitss.gif) 0 0 no-repeat;
						width: 81px;
						height: 14px;
						text-indent: -9999px;
						margin-bottom: 10px;
						}	
					
					#col1 h2.secretaria {
						background: url(../img/titulos/h2_secretariatecnica.gif)  0 0 no-repeat;
						width: 100px;
						height: 11px;
						text-indent: -9999px;
						margin-top: 20px;
						}
			
			#cont_col2 {
				width: 589px;
				float: right;
				}
			
			#col2 {
				width: 519px;
				background: url(../img/estructura/top_col2.gif) 0 0 no-repeat;
				padding: 70px 35px 0 35px;
				background-color: #777779;
				min-height:100%;
				position: absolute;
				}
				
				.social {
					height: 24px;
					margin:8px 0 0 417px;					
					}
				
				.social li {
					display: inline;
					float: left;
					}
				
				.social li a{	
					background: url(../img/botones/social.gif) no-repeat;
					display: block;
					text-indent: -9999px;
					float: left;
				}
				
				.social li a.youtube {
					background-position: 0 -20px;
					width: 40px;
					height: 16px;
					margin-right:15px;
					}
				
				.social li a.flickr {
					background-position: 0 -10px;
					width: 38px;
					height: 10px;
					margin: 3px 15px 0 0;
					}
				
				.social li a.facebook {
					background-position: 0 0;
					width: 48px;
					height: 10px;
					margin: 3px 15px 0 0;
					}
				
				.social li a.twitter {
					background: url(../img/botones/twitter.gif)  0 0 no-repeat;
					width: 48px;
					height: 10px;
					margin: 3px 8px 0 0;
					}
				
				#col2 p, .lista_normal {
					margin-bottom: 20px;
					}
					
					.lista_normal li{
						list-style: disc inside;
						}
				
				
				#footer {
					width: 519px;
					background-color: #777779;
					/*bottom: 0;
					position: absolute;*/
					float:left;
					}
					
					#footer h6 a.enl_aepd {
						background: url(../img/titulos/aepd_foot.gif) 0 0 no-repeat;
						width: 42px;
						height: 16px;
						text-indent: -9999px;
						float: left;
						margin: 5px 8px 0 0;
						display:block;
						}
					
					#footer p {
						/*margin-top: 5px;*/
						float:left;
						/*font-size:9px;
						line-height:14px;*/
						}
					
					#footer a {
						float: right;
						display: block;
						background: url(../img/botones/inicianet_foot.gif) 0 0 no-repeat;
						width: 85px;
						height: 9px;
						line-height:1px;
						font-size:1px;
						text-indent: -9999px;
						margin-top: 6px;
						}
						
						#footer a:hover {
							background-position: 0 -9px;
							}
							
					
					.verde {
					color: #c2ff00;
					}
					
					a.verde {
					color: #c2ff00;
					text-decoration: none;
					}
					
					a.verde:hover {
					color: #fff;
					text-decoration: underline;
					}
					
					.secretaria {
						font-size: 10px;
						line-height: 16px;
						margin-bottom: 12px;
						}
						
					.secretaria .negr {
						font-weight:bold;
						}
						
						
						.secretaria a {
							color: #777779;
							text-decoration: none;
							} 
						
						.secretaria a:hover {
							color: #6C8709;
							}
			
			
/*--------------------------------------- INDEX ---------------------------------------*/

				#video {
					width: 449px;
					height: 449px;
					margin: 0 0 35px 35px;
					}
				
				
				body.fondo_port {
					background: url(../img/estructura/fondo3.gif) 100% 10px no-repeat;
					}	
			
				h2.h2_home {
					background: url(../img/titulos/home.gif) 0 0 no-repeat;
					width: 519px;
					height: 23px;
					text-indent: -9999px;
					margin-bottom: 33px;
					}
				
				h2.h2_home2 {
					background: url(../img/titulos/home2.gif) 0 0 no-repeat;
					width: 519px;
					height: 23px;
					text-indent: -9999px;
					margin-bottom: 33px;
					}
					
					a.saber_mas {
						background: url(../img/botones/saber_mas.gif) 0 0 no-repeat;
						width: 77px;
						height: 21px;
						display:block;
						text-indent: -9999px;
						margin-bottom: 23px;
						} a.saber_mas:hover { background-position: 0 -21px;}




/*--------------------------------------- AEPD ---------------------------------------*/				

				body.fondo_ind {
					background: url(../img/estructura/fondo1.gif) 50% 0 no-repeat;
					}
					
				h2.h2_aepd {
					background: url(../img/titulos/la_aepd.gif) 0 0 no-repeat;
					width: 115px;
					height: 22px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					h3.info_aepd {
						background: url(../img/titulos/h3_info_aepd.gif) 0 0 no-repeat;
						width: 196px;
						height: 14px;
						text-indent: -9999px;
						margin-bottom: 13px;
						}
					
					h3.objetivos {
						background: url(../img/titulos/h3_objetivos.gif) 0 0 no-repeat;
						width: 70px;
						height: 18px;
						text-indent: -9999px;
						margin:36px 0 13px 0;
						}
						


/*--------------------------------------- JORNADAS ---------------------------------------*/

			body.fondo_jor {
					background: url(../img/estructura/fondo2.gif) 50% 450px no-repeat;
					}
			
			h2.h2_2jorn {
					background: url(../img/titulos/jornadas.gif) 0 0 no-repeat;
					width: 211px;
					height: 36px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
				
					h3.h3_informacion {
						background: url(../img/titulos/h3_info.gif) 0 0 no-repeat;
						width: 86px;
						height: 14px;
						text-indent: -9999px;
						margin-bottom: 13px;
						}
						

/*--------------------------------------- PROGRAMA ---------------------------------------*/


			body.fondo_pro {
					background: url(../img/estructura/fondo7.gif) 50% 0 no-repeat;
					}
			
			h2.h2_prog {
					background: url(../img/titulos/programa.gif) 0 0 no-repeat;
					width: 142px;
					height: 23px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					h3.h3_jueves {
						background: url(../img/titulos/h3_jueves.gif) 0 0 no-repeat;
						width: 179px;
						height: 17px;
						text-indent: -9999px;
						margin-bottom: 13px;
						}
					
					h3.h3_viernes {
						background: url(../img/titulos/h3_viernes.gif) 0 0 no-repeat;
						width: 189px;
						height: 17px;
						text-indent: -9999px;
						margin-bottom: 16px;
						}
						
						
						ul.programacion {
							margin-bottom: 8px;
							}
						
						ul.programacion li {
							width: 100%;
							height: 29px;
							background: url(../img/estructura/background_pro.gif) 0 31px repeat-x;
							border-bottom: 1px solid #777779;
							padding-top:4px;
							margin: 0;
							}
						
						ul.programacion li h6 {
							width: 83px;
							height: 10px;
							float: left;
							background: url(../img/titulos/Horas.gif) no-repeat;
							text-indent: -9999px;
							margin: 7px 0 0 10px;
							line-height:16px;
							}
						
						ul.programacion li h5 {
							width: 419px;

							float: left;
							font-size: 11px;
							font-weight:normal;
							line-height:16px;
							margin-top: 3px;
							}
							
							ul.programacion li h5 a {
								color: #fff;
								text-decoration: none;
								}
							
							ul.programacion li h5 a:hover {
								text-decoration: underline;
								}
						
						ul.programacion li.li_gris_claro {
							background-color: #989899;
							}
						
						ul.programacion li.li_verde {
							background-color: #8ca82d;
							}
						
						ul.programacion li.li_naranja {
							background-color: #b8a03f;
							}
							
							
						ul.programacion li h6.h_0830 {
							background-position: 0 0;
							}
						
						ul.programacion li h6.h_0930 {
							background-position: 0 -10px;
							}
						ul.programacion li h6.h_1030 {
							background-position: 0 -20px;
							}
						ul.programacion li h6.h_1100 {
							background-position: 0 -30px;
							}
						ul.programacion li h6.h_1200 {
							background-position: 0 -40px;
							}
						ul.programacion li h6.h_1400 {
							background-position: 0 -50px;
							}
						ul.programacion li h6.h_1600 {
							background-position: 0 -60px;
							}
						ul.programacion li h6.h_1715 {
							background-position: 0 -70px;
							}
						ul.programacion li h6.h_1815 {
							background-position: 0 -80px;
							}
							
						ul.programacion li h6.h_1000 {
							background-position: 0 -90px;
							}
						ul.programacion li h6.h_1130 {
							background-position: 0 -100px;
							}
						ul.programacion li h6.h_1200_2 {
							background-position: 0 -110px;
							}

						ul.programacion li h6.h_1400_2 {
							background-position: 0 -120px;
							}
						ul.programacion li h6.h_1600_2 {
							background-position: 0 -130px;
							}
						ul.programacion li h6.h_1745 {
							background-position: 0 -140px;
							}
						ul.programacion li h6.h_1815_2 {
							background-position: 0 -150px;
							}
						ul.programacion li h6.h_1945 {
							background-position: 0 -160px;
							}
							
							
							#g_map {
								width: 508px;
								height: 284px;
								border: 2px solid #94be0f;
								color: #666;
								}
							

/*--------------------------------------- PONENTES ---------------------------------------*/

				body.fondo_pon {
					background: url(../img/estructura/fondo5.gif) 50% 0 no-repeat;
					}

				h2.h2_ponentes {
					background: url(../img/titulos/ponentes.gif) 0 0 no-repeat;
					width: 132px;
					height: 24px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					.ponentes {
						margin-bottom: 68px;
						}
					
					.ponentes li a {
						display:block;
						width: 503px;
						height: 19px;
						background: url(../img/estructura/background_li_ponen.gif) 498px 9px no-repeat;
						color: #fff;
						text-decoration: none;
						line-height: 16px;
						padding-left: 9px;
						margin-bottom: 1px;
						}
						
						.ponentes li a:hover {
							background: url(../img/estructura/background_li_ponen_hover.gif) 0 0 no-repeat;
							}
				
				h4.marco a{
					background: url(../img/imagenes/marco.jpg) 0 0 no-repeat;
					width: 424px;
					height: 142px;
					text-indent: -9999px;
					margin-bottom: 15px;
					display:block;
					}

				h4.camino a{
					background: url(../img/imagenes/camino.jpg) 0 0 no-repeat;
					width: 424px;
					height: 142px;
					text-indent: -9999px;
					margin-bottom: 15px;
					display:block;
					}

				h4.lorenzo a{
					background: url(../img/imagenes/lorenzo.jpg) 0 0 no-repeat;
					width: 424px;
					height: 142px;
					text-indent: -9999px;
					margin-bottom: 15px;
					display:block;
					}

				h4.cuartel a{
					background: url(../img/imagenes/cuartel.jpg) 0 0 no-repeat;
					width: 424px;
					height: 58px;
					text-indent: -9999px;
					margin-bottom: 15px;
					display:block;
					}

				a.subir {
					background: url(../img/botones/subir.gif) 0 0 no-repeat;
					width: 49px;
					height: 21px;
					display:block;
					text-indent: -9999px;
					margin-bottom: 61px;
					} a.subir:hover { background-position: 0 -21px;}
				
					.margin_bottom_pon {
						height: 61px;
						}

/*--------------------------------------- STANDS ---------------------------------------*/
		
		body.fondo_sta {
					background: url(../img/estructura/fondo4.gif) 50% 30px no-repeat;
					}

		h2.h2_stands {
					background: url(../img/titulos/stands.gif) 0 0 no-repeat;
					width: 102px;
					height: 24px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					.img_stand {
						background: url(../img/imagenes/stand.jpg) 0 0 no-repeat;
						width: 359px;
						height: 316px;
						text-indent: -9999px;
						}
						
						.margen_pie_foto {
							margin: 15px 0 0 5px;
							}

/*--------------------------------------- PRECIOS ---------------------------------------*/

		body.fondo_prec {
					background: url(../img/estructura/fondo7.gif) 25% 70px no-repeat;
					}

		h2.h2_inscripcion {
					background: url(../img/titulos/inscripcion.gif) 0 0 no-repeat;
					width: 153px;
					height: 24px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					a#hoja {
						background: url(../img/botones/hojainscripcion.gif) 0 0 no-repeat;
						width: 248px;
						height: 29px;
						display:block;
						text-indent: -9999px;
						margin-bottom: 90px;
						}
						
						a#hoja:hover {
							background-position: 0 -29px;
							}
					
					ul.precios {
							margin-bottom: 38px;
							}
						
						ul.precios li {
							width: 100%;
							height: 25px;
							background: url(../img/estructura/punt_precios_sup.gif) 0 0 repeat-x;
							border-bottom: 1px solid #777779;
							padding-top:8px;
							margin: 0;
							background-color: #8ca82d;
							}
							
							ul.precios li.verde_oscuro {
								background-color: #818e55;
								} 
						
						ul.precios li h6 {
							width: 50px;
							float: left;
							font-size: 11px;
							font-weight:normal;
							line-height: 16px;
							}
						
						ul.precios li h5 {
							width: 440px;
							float: left;
							font-size: 11px;
							font-weight:normal;
							line-height: 16px;
							padding-left: 12px;
							}
							
							
							
						#contacto_form {
							width: 512px;
							}
							
							#contacto_form label {
								width: 250px;
								float: left;
								margin: 0;
								}
								
								#contacto_form label input {
									background: url(../img/estructura/input_small.gif) 0 0 no-repeat;
									width: 236px;
									height: 23px;
									padding: 8px 7px 0 7px;
									font-family: Tahoma, Arial;
									font-size: 11px;
									color: #fff;
									border: 0;
									margin: 3px 0 6px 0;
									}
								
								#contacto_form label textarea {
									background: url(../img/estructura/textarea.gif) 0 0 no-repeat;
									width:498px;
									height: 75px;
									padding: 8px 7px 8px 7px;
									font-family: Tahoma, Arial;
									font-size: 11px;
									color: #fff;
									border: 0;
									margin: 3px 0 20px 0;
									line-height: 16px;
									}
								
								#contacto_form label input.inp_acepto {
									background: none;
									width: 12px;
									height: 12px;
									padding: 0px;
									border: 0;
									margin: 3px 0 12px 0;
									}
									
									#contacto_form label.margen_label {
										margin-right: 12px;
										}
									
									#contacto_form label.label_acepto {
										width: 24px;
										float: left;
										}
										
										.acepto {
											float: left;
											}
								
								#contacto_form label.label_text {
									width: 512px;
									margin: 0;
								}
									
									.padding_label {
										padding-left: 7px;
										}
										
							a.enviar {
								background: url(../img/botones/enviar.gif) 0 0 no-repeat;
								width: 55px;
								height: 21px;
								display: block;
								text-indent: -9999px;
								float: right;
								margin-top: 1px;
								}
								
								a.enviar:hover {
									background-position: 0 -21px;
									}
								
								.text_legal {
									text-align: justify;
									float: left;
									font-size: 9px;
									color: #ccc;
									line-height: 16px;
									padding-bottom: 20px;
									}
							
							a.volver {
								background: url(../img/botones/volver.gif) 0 0 no-repeat;
								width: 55px;
								height: 21px;
								display: block;
								text-indent: -9999px;
								}
								
								a.volver:hover {
									background-position: 0 -21px;
									}
								
								

/*--------------------------------------- PATROCINADORES ---------------------------------------*/

		body.fondo_pat {
					background: url(../img/estructura/fondo10.gif) 25% 0 no-repeat;
					}

		h2.h2_patrocinadores {
					background: url(../img/titulos/patrocinadores_cola.gif) 50% 0 no-repeat;
					width: 439px;
					height: 24px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
				
				h3.h3_patrocin {
						background: url(../img/titulos/h3_patrocinadores.gif) 0 0 no-repeat;
						width: 126px;
						height: 14px;
						text-indent: -9999px;
						margin-bottom: 19px;
						}
						
						.ul_pat li a.ayto {
							background: url(../img/estructura/ayto_cadiz.gif) 0 0 no-repeat;
							width: 150px;
							display:block;
							height: 29px;
							text-indent: -9999px;
							margin-bottom: 36px;
							}
				
				h3.h3_colaboradores {
						background: url(../img/titulos/h3_colaboradores.gif) 0 0 no-repeat;
						width: 124px;
						height: 14px;
						text-indent: -9999px;
						margin-bottom: 19px;
						}
					
				h3.h3_organiza {
						background: url(../img/titulos/h3_organiza.gif) 0 0 no-repeat;
						width: 78px;
						height: 18px;
						text-indent: -9999px;
						margin-bottom: 15px;
						}
						
						.ul_org li a.aepd_enl {
							background: url(../img/botones/aepd.gif) 0 0 no-repeat;
							width: 170px;
							display:block;
							height: 70px;
							text-indent: -9999px;
							margin-bottom: 36px;
							}
						
						.ul_colaboradores {
							width: 477px;
							height: 212px;
							}
							
						.ul_colaboradores li {
							display:none;
							width: 150px;
							float: left;
							display: inline;
							margin: 0 9px 0 0;
							}
							
							.ul_colaboradores li a {
								width: 150px;
								display:block;
								text-indent: -9999px;
								float: left;
								}
							
							.ul_colaboradores li.junta, .ul_colaboradores li.uca, .ul_colaboradores li.lapepa {
								display:block;
								height: 59px;
								}
							
							.ul_colaboradores li.junta a {
								background: url(../img/botones/junta_and.gif) 0 0 no-repeat;
								height: 58px;
								margin: 0 34px 0 0;
								}
							
							.ul_colaboradores li.uca a {
								background: url(../img/botones/uca.gif) 0 0 no-repeat;
								height: 58px;
								margin: 0 33px 0 0;
								}
							
							.ul_colaboradores li.lapepa a {
								background: url(../img/botones/lapepa.gif) 0 0 no-repeat;
								height: 58px;
								margin: -15px 33px 0 0;
								}
							
							.ul_colaboradores li.jimenez a {
								background: url(../img/botones/jimenez.gif) 50% 50% no-repeat;
								height: 70px;
								margin: 12px 33px 0 0;
								}
							
							.ul_colaboradores li.bitems a {
								background: url(../img/botones/bitems.gif) 50% 50% no-repeat;
								height: 70px;
								margin: 12px 33px 0 0;
								}
								
							.ul_colaboradores li.barcelo a {
								background: url(../img/botones/barcelo.gif) 50% 50% no-repeat;
								height: 70px;
								margin: 12px 33px 0 0;
								}
								
							.ul_colaboradores li.indios a {
								background: url(../img/botones/indios_zurd.gif) 50% 50% no-repeat;
								height: 56px;
								margin: 25px 33px 0 0;
								}
							
							.ul_colaboradores li.sonido a {
								background: url(../img/botones/sonido5.gif) 50% 50% no-repeat;
								height: 56px;
								margin: 25px 33px 0 0;
								}
							
							.ul_colaboradores li.indexbook a {
								background: url(../img/botones/indexbook.gif) 50% 50% no-repeat;
								height: 56px;
								margin: 25px 33px 0 0;
								}
							
													
							.ul_colaboradores li.diario a {
								background: url(../img/botones/diariocadiz.gif) 50% 50% no-repeat;
								height: 29px;
								margin: 30px 33px 0 0;
								}
							
							.ul_colaboradores li.ono a {
								background: url(../img/botones/ono.gif) 50% 50% no-repeat;
								height: 29px;
								margin: 30px 33px 0 0;
								}
							
							.ul_colaboradores li.ser a {
								background: url(../img/botones/ser.gif) 50% 50% no-repeat;
								height: 45px;
								margin: 20px 33px 0 0;
								}
							
							.ul_colaboradores li.lavoz a {
								background: url(../img/botones/lavoz.gif) 50% 50% no-repeat;
								height: 45px;
								margin: 20px 33px 0 0;
								}
							
							.ul_colaboradores li.clearch a {
								background: url(../img/botones/clearchannel.gif) 50% 50% no-repeat;
								height: 45px;
								margin: 20px 33px 0 0;
								}
							
							.ul_colaboradores li.puntoradio a {
								background: url(../img/botones/puntoradio.gif) 50% 50% no-repeat;
								height: 45px;
								margin: 20px 33px 0 0;
								}
							
							.ul_colaboradores li.diauto a {
								background: url(../img/botones/diauto.gif) 50% 50% no-repeat;
								height: 60px;
								margin: 12px 33px 0 0;
								}
							
							.ul_colaboradores li.fotocromia a {
								background: url(../img/botones/fotocromia.gif) 50% 50% no-repeat;
								height: 60px;
								margin: 12px 33px 0 0;
								}
							
							.ul_colaboradores li.goldenmac a {
								background: url(../img/botones/goldenmac.gif) 50% 50% no-repeat;
								height: 60px;
								margin: 12px 33px 0 0;
								}
							
/*--------------------------------------- NUEVAS TECNOLOGIAS ---------------------------------------*/

				body.fondo_tec {
					background: url(../img/estructura/fondo6.gif) 50% 0 no-repeat;
					}

				h2.h2_tecn {
					background: url(../img/titulos/nuevas_tecn.gif) 0 0 no-repeat;
					width: 347px;
					height: 24px;
					text-indent: -9999px;
					margin-bottom: 34px;
					}
					
					
					
					
					.margin_tope_pon {
						height: 50px;

						display:block;
						width: 100%;
						}
						
						
/*--------------------------------------- ALTO COLUMNA 2 ---------------------------------------*/

	.foot_jorn {
		margin-top: 420px;
		}
	
	.foot_prog {
		margin-top:70px;
		}
		
	.foot_tecn {
		margin-top: 110px;
		}
	
	.foot_stand {
		margin-top: 550px;
		}
	
	.foot_pat {
		margin-top: 160px;
		}
		
/*--------------------------------------- TWITS ---------------------------------------*/


#twitter_update_list {
	margin-bottom: 5px;
	}
#twitter_update_list li a, .enlaces_twits {
	color: #6c8709;
	text-decoration: none;
	}
	
	#twitter_update_list li a:hover, .enlaces_twits:hover {
	text-decoration: underline;
	}
	
	.enlaces_twits {
		margin-right: 5px;
		}
	


.twittLI {
	min-height: 48px;
	margin-bottom: 20px;
	}

.twittLI img {
	float: left;
	border:none;
	margin-right: 20px;
	}

.twittLI a {
	color: #C2FF00;
	text-decoration: none;
	}
	
	.twittLI a:hover {
		text-decoration: underline;
		}
		

/*--------------------------------------- ULTIMOS TWITTS---------------------------------------*/

	
				h2.h2_ult_twitt {
					background: url(../img/titulos/ultimos_twitts.gif) 0 0 no-repeat;
					width: 208px;
					height: 29px;
					text-indent: -9999px;
					margin-bottom: 34px;
					margin-top: -5px;
					}