BODY {
	font-family: Verdana, Arial, Tahoma;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

A {
	outline: none;
}

FORM {
	padding: 0;
	margin: 0;
}

.Navegacion {
	width: 475px;
	margin: 20px 0;
	line-height: 0;
	text-align: center;
}
	
	
.LimpiarFloat {
	clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
}

IMG {
	outline: none;
	border: 0;
}

P {
	text-align: justify;
	padding: 0 0 15px 0;
	margin: 0;
}

P A {
	text-decoration: underline;
	color: #336599;
}

.Pointer {
	cursor: pointer;
}
.Color {
	color: #7696B7;
}

.FloatDerecha {
	float: right;	
	padding: 0 0 5px 0;
}

.FloatIzquierda {
	float: left;
	padding: 0 0 5px 0;	
}

.Justify {
	text-align: justify;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;	
}

.Center {
	text-align: center;
}

.VTop {
	vertical-align: top;
}

.VBottom {
	vertical-align: bottom;
}

.VMiddle {
	vertical-align: middle;
}

OL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

OL.Lista LI {
	padding-bottom: 10px;
}



UL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

UL.Lista LI {
	padding-bottom: 10px;
}

	UL.Lista LI UL.Lista {
		text-align: justify;
		padding: 0 0 0 20px;
		margin: 0;
		list-style: square;
	}

DT, DD {
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 0;
}


UL.Lista A {
	color: #336599;
	text-decoration: underline;	
}

UL.Lista A:hover {
	color: #336599;
	text-decoration: underline;	
}

OL.Lista A {
	color: #336599;
	text-decoration: underline;	
}

OL.Lista A:hover {
	color: #336599;
	text-decoration: underline;	
}

H1 {
	color: #7696B7;
	font: bold 14px Verdana, Arial, Tahoma;
	margin: 0;
	padding: 0;
	text-align: left;
}

H1 A {
	color: #7696B7;
	text-decoration: none;
}


H1 A:hover {
	color: #7696B7;
	text-decoration: underline;
}

H2 {
	color: #336599;
	font: 12px Georgia, Verdana, Arial;
	margin: 0;
	padding: 0;
	text-align: left;
}

H2 A {
	color: #336599;
	text-decoration: none;	
}

H2 A:hover {
	color: #336599;
	text-decoration: underline;	
}

H3 {
	color: #336599;
	font: 14px Georgia, Verdana, Arial;
	margin: 0;
	padding: 0;
	text-align: left;
}

H3 A {
	color: #336599;
	text-decoration: none;
}


H3 A:hover {
	color: #336599;
	text-decoration: underline;
}

H4 {
	color: #7696B7;
	font: bold 12px Verdana, Arial, Tahoma;
	margin: 0;
	padding: 0;
	text-align: left;
}

H4 A {
	color: #7696B7;
	text-decoration: none;
}

H4 A:hover {
	color: #7696B7;
	text-decoration: underline;
}

H5 {
	color: #336599;
	font: 20px Georgia, Verdana, Arial;
	margin: 0;
	padding: 0;
	text-align: left;
}

H5 A {
	color: #336599;
	text-decoration: none;
}


H5 A:hover {
	color: #336599;
	text-decoration: underline;
}

.Cursiva {
	font-style: italic;
}

.DescargarPdf {
	background: url(/imagenes/pdf.gif) no-repeat left center;
	height: 32px;
	line-height: 32px;
	margin: 0 0 15px 0;
	text-align: left;
	padding-left: 40px;
	font-size: 12px;
}

	.DescargarPdf A {
		text-decoration: underline;
		color: #7696B7;
	}

.DescargarPdfMini {
	background: url(/imagenes/pdfmini.gif) no-repeat left center;
	height: 21px;
	line-height: 21px;
	margin: 0;
	text-align: left;
	padding-left: 25px;
	font-size: 11px;

}

	.DescargarPdfMini A {
		text-decoration: underline;
		color: #7696B7;
	}

.Centrado {
	text-align: center;
}

.Dcha {
	text-align: right;
}

.Izq {
	text-align: left;
}

.Top {
	width: 910px;
	height: 147px;
	margin: 25px auto 0 auto;
	background: url(/imagenes/top.jpg) no-repeat left 14px;
}

	.Top .Pestanas {
		width: 900px;
		margin: 0 auto;
		font-size: 11px;
	}
	
		.Top .Pestanas UL {
			margin: 0;
			padding: 0;
			list-style: none;
			float: right;
			padding-right: 25px;
			height: 22px;
		}
		
			.Top .Pestanas UL LI {
				float: left;
				padding: 0;
				margin-left: 4px;
				height: 22px;
			}
			
		.Top .Pestanas A {
			float: left;
			background: url(/imagenes/pestana_izquierda.jpg) no-repeat left top;
			margin: 0;
			padding: 0 0 0 4px;
			text-decoration: none;
			cursor: pointer;	
		}
		
			.Top .Pestanas A SPAN {
				float: left;
				display: block;
				background: url(/imagenes/pestana_derecha.jpg) no-repeat right top;
				height: 13px;
				color: #668CB3;
				padding: 5px 15px 4px 11px;
				
			}
			
			.Top .Pestanas A:hover SPAN {
				color: #FFF;
			
			}
			
			.Top .Pestanas A:hover {
				background-position:0% -22px;
			}
			
			.Top .Pestanas A:hover SPAN {
				background-position:100% -22px;
			}
			
	.Top .EnlaceHome {
		height: 75px;
		padding-top: 10px;
		width: 190px;
		clear: both;
		margin: 0 0 0 auto;
		}


	.Top .MenuTop {
		width: 885px;
		margin: 0 auto;
		font-size: 11px;
		padding-top: 0px;
		clear: both;
		padding-left: 15px;
	}
	
		.Top .MenuTop LI {
			float: left;
			list-style: none;
			color: #FFF;
		}
	
			.Top .MenuTop LI A {
				color: #FFF;
				text-decoration: none;
				padding: 0 10px;
			}
			
			.Top .MenuTop LI A:hover {
				color: #FFF;
				text-decoration: underline;
			}
			
			.Top .MenuTop LI A.Seleccionado {
				color: #FFF;
				text-decoration: underline;
			}
			

	
	

.Contenedor {
	width: 900px;
	margin: 0 auto;
	background: url(/imagenes/linea_puntos.gif) repeat-y 185px;
}



	.Contenedor .Izquierda {
		float: left;
		width: 185px;
		padding-bottom: 50px;
	}
	
		.Contenedor .Izquierda .Menu {
			padding: 40px 10px 210px 10px;
			width: 165px;

		}
		
			.Contenedor .Izquierda .Menu UL {
				margin: 0;
				padding: 0;
			}
		
			.Contenedor .Izquierda .Menu LI {
				border-bottom: 1px solid #e6e6e6;
				margin: 0;
				padding: 0;
				list-style: none;
				height: 25px;
				line-height: 25px;
				text-align: right;
				
			}
			
			.Contenedor .Izquierda .Menu LI A {
				text-decoration: none;
				color: #666;
				
			}
			
			.Contenedor .Izquierda .Menu LI A:hover {
				text-decoration: none;
				color: #668CB3;
				background: transparent;
			}
			
			.Contenedor .Izquierda .Menu LI A.Seleccionado {
				text-decoration: none;
				color: #668CB3;
				font-weight: bold;
			}
			
			.Contenedor .Izquierda .Menu LI A.SeleccionadoRojo {
				text-decoration: none;
				color: #EA2330;
				font-weight: bold;
			}
	
	.Contenedor .Derecha {
		float: right;
		width: 200px;
	}
		
		.Contenedor .Derecha .MenuDerecha {
			background: #e7eef4;
		}
		
			.Contenedor .Derecha .MenuDerecha UL {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.Contenedor .Derecha .MenuDerecha UL LI {
				border-bottom: 1px solid #e2e2e2;
				height: 25px;
				line-height: 25px;
				margin: 0 10px;
			}
			
			.Contenedor .Derecha .MenuDerecha UL LI.NombreMenu {
				border-bottom: 1px solid #e2e2e2;
				height: 25px;
				line-height: 25px;
				margin: 0;
				padding: 0 10px;
				background: #7596b7;
				color: #FFF;
	
			}
						
			.Contenedor .Derecha .MenuDerecha LI A {
				text-decoration: none;
				color: #666;
				
			}
			
			.Contenedor .Derecha .MenuDerecha LI A:hover {
				text-decoration: none;
				color: #668CB3;
				background: transparent;
			}
			
			.Contenedor .Derecha .MenuDerecha LI A.Seleccionado {
				text-decoration: none;
				color: #668CB3;
			}

		
		.Contenedor .Derecha .Noticias {
			margin-top: 20px;
		}
		
			.Contenedor .Derecha .Noticias .Noticia {

				padding: 10px 0;
			}
			
			.Contenedor .Derecha .Noticias .LineaNormal {
				border-bottom: 1px dashed #CCC;
			}
			
			.Contenedor .Derecha .Noticias .VideoSemana {
				border-bottom: 5px solid #7696B7;
				border-top: 5px solid #7696B7;
				overflow: hidden;

			}
			
				.Contenedor .Derecha .Noticias .VideoSemana .VTit {
					background: #7696B7;
					color: #FFF;
					float: right;
					font-size: 10px;
					padding: 0 3px 3px 3px;
					margin-bottom: 5px;
				}

		
			.Contenedor .Derecha .Noticias .Noticia .Foto {
				float: left;
				width: 80px;
				height: 80px;
				text-align: center;
			}
			
				.Contenedor .Derecha .Noticias .Noticia .Foto .Play {
					margin: 28px auto;
				}
	
			.Contenedor .Derecha .Noticias .Noticia .Intro {
				margin-left: 90px;
			}
	
				.Contenedor .Derecha .Noticias .Noticia .Intro H2 {
					line-height: 13px;
					font-size: 11px;
					padding-top: 0;
					margin-top: 0;
				}			
						
				.Contenedor .Derecha .Noticias .Noticia .Intro .Tema {
					font: 10px Arial, Tahoma;
					color: #666;
					padding-bottom: 0;
					text-align: left;
					text-transform: uppercase;
					
	
				}

				.Contenedor .Derecha .Noticias .Noticia .Intro .LeerMas {
					font: 10px Verdana, Arial, Tahoma;
					padding-top: 3px;
					text-align: left;
				}
								
				.Contenedor .Derecha .Noticias .Noticia .Intro .LeerMas A {
					color: #D69400;
					text-decoration: underline;
				}
		
		.Contenedor .Derecha .Banner {
		
		}

		.Contenedor .Derecha .Alcalde {
			border-top: 1px dashed #CCC;
			padding-bottom: 10px;
			background: url(/imagenes/alcalde_fondo.jpg) no-repeat 0 bottom;
			padding-top: 15px;

		}
		
			.Contenedor .Derecha .Alcalde .Foto {
				float: left;
				width: 70px;
				height: 60px;
				text-align: center;
			}
			
			.Contenedor .Derecha .Alcalde .Intro {
				margin-left: 75px;
				font-size: 10px;
				color: #666;
				line-height: 11px;
				text-align: left;
				width: 125px;				
			}
			
				.Contenedor .Derecha .Alcalde .Intro H3 {
					line-height: 14px;
					padding-bottom: 3px;
				}
				
			.Contenedor .Derecha .Alcalde .Intro .DejaPregunta {
				font-size: 11px;
				font-weight: bold;
				background: url(/imagenes/tip.gif) no-repeat left center;
				padding-left: 12px;
				text-align: left;
				clear: both;
			}
			
				.Contenedor .Derecha .Alcalde .DejaPregunta A {
					text-decoration: underline;
					color: #7696B7;
				}	
	
	.Contenedor .Contenido {
		text-align: center;
		margin: 0 auto;	
		padding-left: 202px;
		padding-right: 217px;
		background: url(/imagenes/fondo_simbolo.gif) no-repeat left bottom;
	}
	
	.Contenedor .ContenidoD {
		text-align: center;
		margin: 0 auto;	
		padding-left: 202px;
		padding-right: 217px;
		background: url(/imagenes/fondo_simbolo.gif) no-repeat left bottom;
	}
	
	.Contenedor .Contenido .Titulo {
		height: 30px;
	}
	
		.Contenedor .Contenido .Titulo H1 SPAN {
			font-size: 14px;
			color: #666;
			font-weight: normal;
			border-left: 1px solid #CCC;
			padding-left: 10px;
			margin-left: 10px;
		}
	
	.Subtitulo {
		color: #7696B7;
		font: bold 12px Verdana, Arial, Tahoma;
		margin: 0;
		text-align: left;
		padding: 0 0 15px 0;
	}	
	
	.Subtitulo A {
		color: #7696B7;
		text-decoration: none;
	}		
	
	.Subtitulo A:hover {
		color: #7696B7;
		text-decoration: underline;
	}		
		
.Pie {
	width: 900px;
	height: 45px;
	margin: 15px auto;
	background: url(/imagenes/pie.jpg) no-repeat;	
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	clear: both;
}

	.Pie A {
		text-decoration: underline;
		color: #FFF;
	}

/* ####### HOME ####### */

.Home {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

	.Home .Izquierda {
		width: 380px;
		float: left;
	}
	
		.Home .Izquierda .NoticiaPrincipal {
			height: 393px;
		}
		
		.Home .Izquierda .NoticiaPrincipal .ImagenNoticia {
			height: 190px;
			width: 380px;
			float: left;
			text-align: center;
		}
		
			.Home .Izquierda .NoticiaPrincipal .ImagenNoticia .Play {
				margin: 72px auto;
			}
		
		.Home .Izquierda .NoticiaPrincipal .Titulo {
			color: #336599;
			font: 17px Georgia, Verdana, Arial;
			margin: 0;
			padding: 10px 0;
			text-align: left;
			font-weight: bold;
		}
		
		.Home .Izquierda .NoticiaPrincipal .Titulo A {
			color: #336599;
			text-decoration: none;
		}
				
		.Home .Izquierda .NoticiaPrincipal P {
			line-height: 13px;
			margin: 0;
			padding: 0;
		}		
		
		
		.Home .Izquierda .NoticiaPrincipal .Continuar {
				padding: 10px 0 12px 0;
		}
	
		
		.Home .Izquierda .NoticiaPrincipal .Continuar A {
			color: #668CB3;
			text-decoration: underline;
		}
		
		.Home .Izquierda .LineaInf {
			border-bottom: 1px dashed #CCC;
			height: 1px;
			font-size: 0px;
			line-height: 0px;
		}
		
		.Home .Izquierda .Agenda {
			height: 72px;
			background: url(/imagenes/home_fondoagenda.png) no-repeat left top;
			padding: 40px 15px 10px 15px;
			width: 350px;
			margin-top: 23px;
		}
		
			.Home .Izquierda .Agenda .Titular {
				font-weight: bold;
			}
			
				.Home .Izquierda .Agenda .Titular A {
					color: #5C7693;
					text-decoration: underline;
				}
			
			.Home .Izquierda .Agenda .Intro {
				color: #5C7693;
				text-align: justify;
				padding: 5px 0 0 0;
				line-height: 12px;
			}
			
			.Home .Izquierda .Agenda .IrAgenda {
				text-align: right;
			}
			
				.Home .Izquierda .Agenda .IrAgenda A {
					color: #50667D;
				}
	
		.Home .Izquierda .Alcalde {
			height: 120px;
			background: url(/imagenes/home_alcalde_fondo.jpg) no-repeat;
			margin-top: 35px;
			padding-right: 10px;
		}
		
			.Home .Izquierda .Alcalde .Foto {
				float: left;
				width: 90px;
				height: 95px;
				text-align: center;
			}
			
			.Home .Izquierda .Alcalde .Info {

			}
			
				.Home .Izquierda .Alcalde .Info .Intro {
					margin-left: 100px;
					font-size: 11px;
					color: #333;
					line-height: 14px;
				}
				
					.Home .Izquierda .Alcalde .Info .Intro H3 {
						font-size: 18px;
						padding-bottom: 3px;
						color: #336599;
					}
					
				.Home .Izquierda .Alcalde .Info .Intro .DejaPregunta {
					font-size: 11px;
					font-weight: bold;
					background: url(/imagenes/tip.gif) no-repeat left center;
					padding-left: 12px;
					margin-top: 5px;
				}
				
					.Home .Izquierda .Alcalde .Info .DejaPregunta A {
						text-decoration: underline;
						color: #7696B7;
					}		
	
	.Home .Derecha {
		width: 200px;
		float: right;
	}
	
		.Home .Derecha .Banner {
		
		}
		
		.Home .Derecha .EmailTodos {
			height: 115px;
			background: url(/imagenes/emailtodos_fondo.jpg) no-repeat 0 6px;
			padding-top: 0px;
		}
		
			.Home .Derecha .EmailTodos .Titulo {
				height: 33px;
				background: url(/imagenes/emailtodos_titulo.jpg) no-repeat;

			}
		
			.Home .Derecha .EmailTodos .Acceso {
				color: #666;
				font-size: 10px;
				margin: 10px auto 5px auto;
				letter-spacing: -1px;
				
			}
			
				.Home .Derecha .EmailTodos .Acceso .Etiqueta {
					text-align: right;
					color: #50667D;
					width: 30px;
					padding-right: 5px;
					height: 22px;
					
				}
			
				.Home .Derecha .EmailTodos .Acceso .Campo {
					width: 60px;
					height: 13px;
				}
				
				.Home .Derecha .EmailTodos .Acceso .Acceder {
					width: 85px;					
					text-align: center;
				}
			
			.Home .Derecha .EmailTodos .Consigue {
				font-size: 10px;
				width: 180px;
				text-align: center;
				margin: 25px auto;
			}
			
				.Home .Derecha .EmailTodos .Consigue A {
					color: #7696B7;
					text-decoration: underline;
				}
				
	.Home .Centro {
		padding-left: 400px;
		padding-right: 220px;
		margin: 0 auto;	
		text-align: center;	
	}
	
	.Home .Centro .Noticias {
		text-align: left;
	
	}
		
			.Home .Centro .Noticias .Noticia {


			
				overflow: hidden;
				width: 270px;
					min-height: 90px; /* para los browsers buenos */
	height: auto !important; /* para los browsers buenos */
	height: 90px; /* para IE5+ */
			}
			
			.Home .Centro .Noticias .Noticia .Titulo {
				color: #336599;
				font: 12px Georgia, Verdana, Arial;
				margin: 0;
				padding: 0;
				text-align: left;
				font-weight: bold;
			}
			
			.Home .Centro .Noticias .Noticia .Titulo A {
				color: #336599;
				text-decoration: none;
			}
					
			.Home .Centro .Noticias .VideoSemana {
				border-bottom: 5px solid #7696B7;
				border-top: 5px solid #7696B7;
				overflow: hidden;
			width: 274px;
			}
			
				.Home .Centro .Noticias .VideoSemana .VTit {
					background: #7696B7;
					color: #FFF;
					float: right;
					font-size: 11px;
					padding: 0 5px 3px 5px;
					margin-bottom: 5px;
				}
			
			.Home .Centro .Noticias .NoticiaDep {

	width: 274px;
					border-top: 5px solid #EA2330;
				border-bottom: 5px solid #EA2330;
				overflow: hidden;


				
			}
			
				.Home .Centro .Noticias .NoticiaDep .DTit {
					background: #EA2330;
					color: #FFF;
					float: right;
					font-size: 11px;
					padding: 0 5px 3px 5px;
				}
			
			.Home .Centro .Noticias .NoticiaNormal {
				padding-top: 10px;
				margin-bottom: 10px;
				overflow: hidden;
				width: 274px;
				
			}
				
			
			.Home .Centro .Noticias .LineaNormal {
				border-bottom: 1px dashed #CCC;
			}
				
					
			.Home .Centro .Noticias .Noticia .Foto {
				float: left;
				width: 80px;
				height: 80px;
				text-align: center;
				
			}
			
				.Home .Centro .Noticias .Noticia .Foto .Play {
					margin: 28px auto;
				}
	
			.Home .Centro .Noticias .Noticia .Intro {
				float: right;
				width: 175px;
				height: 80px;
			}
	
				.Home .Centro .Noticias .Noticia .Intro H2 {
					line-height: 15px;
					padding-bottom: 2px;
					font-size: 13px;
				}	
				
				.Home .Centro .Noticias .Noticia .Intro .Entradilla {
					color: #333;
					font-size: 10px;
					padding-bottom: 5px;
					text-align: justify;
					line-height: 13px;
				}		

				.Home .Centro .Noticias .Noticia .Intro .LeerMas {
					font: 10px Verdana, Arial, Tahoma;
					text-align: right;
					padding-bottom: 10px;
				}
								
				.Home .Centro .Noticias .Noticia .Intro .LeerMas A {
					color: #D69400;
					text-decoration: none;
				}
	
	.Home .Centro .BannerPersonalizado {
		float: left;
		padding-top: 17px;
		width: 280px;
		text-align: center;
	}
	
	.Home .Centro .Radio {
		float: left;
		width: 260px;
		text-align: center;
		background: url(/imagenes/home_radiofondo.png) no-repeat;
		height: 96px;
		margin-top: 35px;
		padding: 10px;
	}
	
		.Home .Centro .Radio .Texto {
			width: 130px;
			float: right;
			text-align: left;
		}
	
		.Home .Centro .Radio .Botones {
			clear: both;
			height: 27px;
			padding-top: 20px;
		}
		
			.Home .Centro .Radio .Botones .BotonFm {
				width: 90px;
				float: left;
			}
			
			.Home .Centro .Radio .Botones .BotonQuick {
				width: 165px;
				float: right;
			}


/* ####### AMPLIAR NOTICIA ####### */	
	
.AmpliarNoticia {
	font-family: Verdana, Arial, Tahoma;
	color: #666;
	font-size: 11px;
	text-align: justify;
	width: 475px;
}

	.AmpliarNoticia H5 {
		font-weight: bold;
		font-size: 17px;
	}
		
	.AmpliarNoticia .ImagenAmplia {
		width: 475px;
		height: 300px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	
			.AmpliarNoticia .ImagenAmplia .Play {
				margin: 127px auto;
			}
	
	.AmpliarNoticia .Cursiva {
		font-style: italic;
		padding-bottom: 5px;
		padding-top: 0;
	}
	
	.AmpliarNoticia A {
		text-decoration: underline;
		color: #336599;
	}
	
	.AmpliarNoticia .OtroVideo {
		float: left;
		width: 220px;
		height: 165px;
		text-align: center;
		margin: 0 7px 14px 7px;
	}
			
	.AmpliarNoticia .OtroVideo .Play {
		margin: 60px auto;
	}
	
	.AmpliarNoticia .FotoG {
		float: left;
		width: 80px;
		height: 80px;
		margin: 0 6px 14px 6px;
	}
	
/* ####### VENTANAS E-MAIL PARA TODOS ####### */	
	
.Ventana {
	width: 475px;
	margin: 0 auto;
	font-family: Verdana, Arial, Tahoma;
	color: #666;
	font-size: 11px;
	text-align: justify;
	padding-bottom: 20px;
}

	.Ventana .TopVentana {
		width: 475px;
		height: 90px;
		margin-top: 10px;
	}
	
	.Ventana .ImagenVentana {
		width: 475px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.Ventana .Cursiva {
		font-style: italic;
		text-align: right;
	}
	
	.Ventana A {
		text-decoration: underline;
		color: #336599;
	}
	
	.Ventana UL.Lista {
		text-align: justify;
		padding: 0 0 15px 20px;
		margin: 0;
		width: 455px;
	}

	.Ventana UL.Lista LI {
		padding-bottom: 10px;
	}

	
	.Ventana .Subtitulo {
		background: #7696B7;
		color: #FFF;
		font: bold 12px Verdana, Arial, Tahoma;
		margin: 0;
		text-align: left;
		padding: 5px;
		margin-bottom: 10px;
		margin-top: 10px;
	}	
	
	.Ventana TABLE.MailTodos {
		font-family: Verdana, Arial, Tahoma;
		color: #666;
		font-size: 11px;
		width: 475px;
	}
	
	.Ventana TABLE.Pregunta {
		font-family: Verdana, Arial, Tahoma;
		color: #666;
		font-size: 11px;
		width: 500px;
	}
	
	.Ventana TABLE TD {
		padding: 4px 0;
	}
	
	.Ventana TABLE TD.Instrucciones {
		font-size: 10px;
	}
	
	.Ventana .CampoExtraCorto {
		width: 70px;
	}	
	
	.Ventana .CampoCorto {
		width: 140px;
	}
	
	.Ventana .CampoNormal {
		width: 260px;
	}
	
	.Ventana .CampoLargo {
		width: 350px;
	}
	
	.Ventana .Textarea {
		width: 475px;
		height: 150px;
	}	
	
	.Ventana .TextareaNormal {
		width: 350px;
		height: 150px;
	}	
	
	
/* ####### MENU SUBCONTENIDO ####### */		

.MenuSubcontenido {
	font-size: 12px;
	color: #A0BDD7;
	font-weight: bold;
	line-height: 14px;
}

.MenuSubcontenido A {
	font-size: 12px;
	color: #A0BDD7;
	text-decoration: none;
}


.MenuSubcontenido a:hover {
	font-size: 12px;
	color: #4E7BA3;
	text-decoration: none;
}

.TablaMenu {
	border-left: 1px solid #A0BDD7;
}

.TablaDatos {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #668cb3;
	border-top: 4px solid #FFF;
}

.TablaDatosIzq {
	border-top: 4px solid #FFF;
	border-right: 1px solid #B7CEE2;
}

.TablaMonumentos {
	border-bottom: 1px solid #9C9A9A;
	text-align: left;
}

.FondoArticulos {
	background: url(imagenes/marcadeagua.gif) no-repeat bottom;
	min-height: 500px;
}

.Articulos {
	color: #666666;
	padding-top: 10px;
	vertical-align: top;
}

.Articulos TD {
	padding: 6px 3px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2 ;
}

.Articulos .Fecha {
	font-size: 11px;
	color: #666666;
	margin-left: 20px;
}

.Articulos .Titulo {
	font-size: 12px;
	font-weight: normal;
}	
	
	.Articulos .Titulo A:link {
		color: #A0BDD7;
		text-decoration: none;
	}

	.Articulos .Titulo A:visited {
		color: #A0BDD7;
		text-decoration: none;
	}

	.Articulos .Titulo A:hover {
		color: #4E7BA3;
		text-decoration: underline;
	}

.BotonCerrar {
	text-align: right;
	font-size: 12px;
	vertical-align: bottom;
	margin-bottom: 0;
}

	.BotonCerrar A:link {
		color: #4E7BA3;
		text-decoration: none;
	}

	.BotonCerrar A:visited {
		color: #4E7BA3;
		text-decoration: none;
	}

	.BotonCerrar A:hover {
		color: #4E7BA3;
		text-decoration: underline;
	}

.Articulo {
	vertical-align: top;
	color: #666666;
	margin-top: 20px;
}

	.Articulo .Fecha {
		vertical-align: top;
		font-size: 11px;
		color: #666666;
		padding-left: 20px;
		padding-bottom: 5px;
	}

	.Articulo .Titulo {
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
		color: #4E7BA3;
		padding-bottom: 5px;
	}

	.Articulo .Autor {
		font-size: 13px;
		padding-left: 20px;	
		color: #4E7BA3;
	}

	.Articulo .Imagen {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.Articulo .Desarrollo {
		font-size: 12px;
		text-align: justify;
		padding-left: 20px;
		padding-right: 20px;
	}

	.Articulo .Volver {
		text-align: right;
		padding-right: 20px;
		font-size: 12px;
		padding-bottom: 10px;	
	}

	.Articulo .Volver A {
		color: #4E7BA3;
		text-decoration: underline;		
	}

	.Articulo .Volver A:hover {
		color: #A0BDD7;
		text-decoration: underline;		
	}


.Mini {
	font-size: 10px;
	color: #9C9A9A;
}
.Mini A {
	font-size: 10px;
	color: #9C9A9A;
	text-decoration: underline;
}

.Mini a:hover {
	font-size: 10px;
	color: #9C9A9A;
	text-decoration: underline;
}	

.FarmaciasLinea {
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
}


.CeldaAgenda {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.CeldaAgenda A {
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.CeldaAgenda a:hover {
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.Autobuses A {
	color: #4E7BA3;
	text-decoration: underline;
}
	
/*#### BLOQUES EFECTO (AZUL) ############################################*/

.TituloSubBloque { 
	background: #668cb3;
	width: 475px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: left;
	color: #FFF;
}

	.TituloSubBloque A {
		text-decoration: none;
	}

	.TituloSubBloque .Bloque {
	  	font-size: 12px;
		font-weight: bold;
		color: #FFF;
		margin: 0;
		padding: 2px 10px;
	}
	


	.TituloSubBloque b.SupSub, b.InfSub {
		display:block;
		background: #FFF;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}

	.TituloSubBloque b.SupSub b, b.InfSub b {
		display:block;		
	    overflow: hidden;
	   	background: #668cb3;
	   	height: 1px;
	}

	.TituloSubBloque b.r1 {
		margin: 0 1px;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}
	
	.TituloSubBloque b.SupSub b.r2, b.InfSub b.r2 {
		margin: 0;
		background: #668cb3;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}

/*#### BLOQUES EFECTO (ROJO) ############################################*/

.TituloSubBloqueR { 
	background: #EA2330;
	width: 475px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-align: left;
	color: #FFF;
}

	.TituloSubBloqueR A {
		text-decoration: none;
	}

	.TituloSubBloqueR .BloqueR {
	  	font-size: 12px;
		font-weight: bold;
		color: #FFF;
		margin: 0;
		padding: 2px 10px;
	}
	


	.TituloSubBloqueR b.SupSubR, b.InfSubR {
		display:block;
		background: #FFF;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}

	.TituloSubBloqueR b.SupSubR b, b.InfSubR b {
		display:block;		
	    overflow: hidden;
	   	background: #EA2330;
	   	height: 1px;
	}

	.TituloSubBloqueR b.r1 {
		margin: 0 1px;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}
	
	.TituloSubBloqueR b.SupSubR b.r2, b.InfSubR b.r2 {
		margin: 0;
		background: #EA2330;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}


/* Zona oculta */

.Oculto {
	width: 475px;
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
	text-align: left;
}


	.Oculto .Asociacion {
		padding-left: 10px;	
		padding-right: 10px;
		padding-top: 3px;
		margin-bottom: 7px;
	}
	
		.Oculto .Asociacion A {
			text-decoration: underline;
			color: #336599;
		}


/*#### OFICINA VIRTUAL ############################################*/

.BannerOficina {
	width: 420px;
	margin: 10px auto;
	overflow: hidden;
}

	.BannerFloat {
		float: left;
		width: 210px;
		height: 80px;
	}
	
	
	
/*- Menu Tabs--------------------------- */ 

.Tabs {
	margin-top: 30px;
	width: 475px;
	overflow: hidden;
    line-height: normal;
    font-size: 11px;
    right: 0;


}

.Tabs UL {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}

.Tabs LI {
      display: inline;
      margin: 0;
      padding: 0;
}

.Tabs A {
      float: left;
      background: url(/imagenes/legislatura_left.gif) no-repeat left top;
      margin: 0;
      padding: 0 0 0 8px;
      text-decoration: none;
}

.Tabs A SPAN {
      float: left;
      display: block;
      background: url(/imagenes/legislatura_right.gif) no-repeat right top;
      padding: 5px 15px 4px 6px;
      color: #94AFCA;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.Tabs A SPAN {
	float: none;
}

/* End IE5-Mac hack */
.Tabs A:hover SPAN {
      color: #668cb3;
}

.Tabs A:hover {
	text-decoration: underline;
	color: #668cb3;
}

.Tabs A:hover SPAN {
	text-decoration: underline;
	color: #668cb3;
}	
	
/* End IE5-Mac hack */
.Tabs A.Seleccionado SPAN {
      color:#668cb3;
      cursor: default;
}

.Tabs A.Seleccionado {
	background-position:0% -42px;
	cursor: default;
}

.Tabs A.Seleccionado SPAN {
	background-position:100% -42px;
	cursor: default;
}	

/*############################## Plenos ######################### */ 

.FondoPlenos {
	background: url(/imagenes/fondo_plenos.png) no-repeat;
	width: 475px;
	padding-top: 10px;
}

	.FondoPlenos .Plenos {
		margin: 10px auto;
		width: 435px;
		line-height: 16px;
	}

		.FondoPlenos .Plenos .Fecha {
			text-align: left;
			width: 95px;
			vertical-align: top;
			padding: 6px 0;
		}
	
		.FondoPlenos .Plenos .Pleno {
			text-align: justify;
			vertical-align: top;
			padding: 6px 0;
		}	
		
		.FondoPlenos .Plenos .Pleno A {
			text-decoration: none;
			color: #666;
		}
		
		.FondoPlenos .Plenos .Pleno A:hover {
			text-decoration: underline;
			color: #336599;
		}
		
		.FondoPlenos .Plenos .Fecha A {
			text-decoration: none;
			color: #668cb3;	
			font-weight: bold;
		}
		
		.FondoPlenos .Plenos .Fecha A:hover {
			text-decoration: underline;
			color: #336599;
		}


/*############################## Contactos ######################### */ 

.FondoContactos {
	background: url(/imagenes/fondo_plenos.png) no-repeat;
	width: 475px;
	padding-top: 10px;
}

	.FondoContactos .Filas {
		margin: 10px auto;
		width: 435px;
		line-height: 16px;
	}

		.FondoContactos .Filas .ImagenLugar {
			text-align: left;
			vertical-align: top;
			padding: 6px 20px 6px 0;
		}
	
		.FondoContactos .Filas .DatosLugar {
			text-align: justify;
			vertical-align: middle;
			padding: 6px 0;
		}	
		
		.FondoContactos .Filas .DatosLugar A {
			text-decoration: none;
			color: #666;
		}
		
		.FondoContactos .Filas .DatosLugar A:hover {
			text-decoration: underline;
			color: #336599;
		}
		


/*############################## Postales ######################### */ 	
	
.Postales {
	overflow: hidden;
	width: 475px;
}

	.Postales .Postal {
		width: 140px;
		float: left;
		padding-left: 27px;
		margin-bottom: 27px;
		font-size: 0;
	}
	
	.Postales .Primera {
		width: 140px;
		float: left;
		padding-left: 0;
		padding-bottom: 27px;
		font-size: 0;
	}
	
	.Postales .Foto {
		width: 140px;
		height: 140px;
	}
	.Postales .Nombre {
		background: #668cb3;
		padding: 5px;
		color: #FFF;
		font-size: 10px;
		height: 25px;
		width: 130px;
	}	

/*############################## Ver Postal ######################### */ 		

.VerPostal {
	background: #668cb3;
	height: 100%;
}

.VerPostal .FotoPostales {
	background: #668cb3;
	text-align: center;
	border-style: inset;
}	

.VerPostal .PiePostales {
	background: #668cb3;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}	

/*############################## Impresos ######################### */ 	

.Impresos {
	margin-top: 20px;
	width: 475px;
	text-align: left;
}

	.Impresos .Icono {
		width: 40px;
		padding: 5px 10px;
	}

	.Impresos .Descarga {

		padding: 5px 0;
	}
	
	.Impresos .Descarga A {
		text-decoration: underline;
		color: #336599;
	}

/*############################## Áreas Municipales ######################### */ 

.Areas {
	background: url(/imagenes/fondoareas.png) no-repeat;
	width: 475px;
	height: 580px;
	margin-bottom: 20px;
}

	.Areas .Area {
		height: 30px;
		line-height: 30px;
		text-align: left;
		color: #4c79ac;
		font-size: 12px;
		padding-left: 10px;
		width: 465px;
	}
	
	.Areas .Area A {
		text-decoration: none;
		color: #4c79ac;
		display: block;
		width: 465px;
	}
	
	.Areas .Area A:hover {
		text-decoration: none;
		color: #4c79ac;
		font-weight: bold;
		display: block;
	}
	
	
	.Areas .AreaDes {
		height: 30px;
		line-height: 30px;
		text-align: left;
		color: #CCC;
		font-size: 12px;
		padding-left: 10px;
		width: 465px;
	}

/*############################## Sociedades y Patronatos ######################### */ 

.Sociedades {
	background: url(/imagenes/fondosociedades.png) no-repeat;
	width: 475px;
	height: 550px;

	padding-top: 20px;
}

	.Sociedades .Sociedad {
		width: 455px;
		padding: 15px 0 0 20px;
		text-align: left;
	}
	
	
/*############################## Ordenanzas ######################### */ 

.BuscarOrdenanza {
	text-align: left;
	width: 475px;
}

.BuscarOrdenanza TD {
	padding: 5px 0;
}

.BuscarOrdenanza .Etiqueta {
	width: 75px;	
}

.BuscarOrdenanza .Ancho {
	width: 400px;
}

.BuscarOrdenanza .Boton {
	width: 100px;
}

.LineaSep {
	border-top: 1px dashed #CCC;
	height: 1px;
	font-size: 0;
	line-height: 0;
	padding-top: 10px;
}

.Ordenanzas {
	text-align: left;
	width: 475px;
}

	.Ordenanzas .Icono {
		width: 20px;
		padding: 5px 10px;
	}

	.Ordenanzas .Descarga {
		padding: 5px 0;
	}
	
	.Ordenanzas .Descarga A {
		text-decoration: underline;
		color: #666;
	}
	
	.Ordenanzas .Descarga A:hover {
		text-decoration: underline;
		color: #4c79ac;
	}


/*############################## Empleo Público ######################### */ 


.EmpleoPublico {
	width: 475px;
}

	.EmpleoPublico .Empleos {
		line-height: 16px;
		width: 475px;
	}

		.EmpleoPublico .Empleos .Fecha {
			text-align: left;
			width: 95px;
			vertical-align: top;
			padding: 6px 0;
			border-bottom: 1px dashed #CCC;
		}
	
		.EmpleoPublico .Empleos .Empleo {
			text-align: justify;
			vertical-align: top;
			padding: 6px 0;
			border-bottom: 1px dashed #CCC;
		}	
		
		.EmpleoPublico .Empleos .Empleo A {
			text-decoration: none;
			color: #666;
		}
		
		.EmpleoPublico .Empleos .Empleo A:hover {
			text-decoration: underline;
			color: #336599;
		}
		
		.EmpleoPublico .Empleos .Empleo SPAN A {
			text-decoration: underline;
			color: #336599;	
		}

/*############################## Grandes Proyectos. Notas de Actualidad ######################### */ 

.ContenedorNotas {
	height: auto!important; /* para los browsers buenos */
    height: 100px; /* para IE5+ */
    min-height: 100px; /* para los browsers buenos */
}

	
.NotasActualidad {
	overflow: hidden;
	background-color: #dfe6ef;
	width: 475px;
}

	.TituloNotas .Bloque {
	  	font-size: 12px;
		font-weight: bold;
		color: #FFF;
		margin: 0;
		padding: 2px 10px;
		text-align: left;
		background: #668cb3;
		width: 455px;

	}
	


	.TituloNotas b.SupSub, b.InfSub {
		display:block;
		background: #FFF;
		font-size: 0;
		line-height: 0;
		height: 1px;
		width: 475px;

	}

	.TituloNotas b.SupSub b, b.InfSub b {
		display:block;
	   	background: #668cb3;
	   	height: 1px;
		line-height: 0;
	}

	.TituloNotas b.r1 {
		margin: 0 1px;
		font-size: 0;
		line-height: 0;		
		height: 1px;
	}
	
	.TituloNotas b.SupSub b.r2, b.InfSub b.r2 {
		margin: 0;
		background: #668cb3;
		font-size: 0;
		line-height: 0;
		height: 1px;
	}


	.NotasActualidad .Nota1 {
		float: left;
		margin-top: 10px;
		width: 220px;
		text-align: left;
		padding: 0 10px;
		border-right: 1px solid #7696B7;		
	}

	.NotasActualidad .Nota2 {
		float: right;
		margin-top: 10px;
		width: 210px;
		text-align: left;
		padding: 0 10px 0 0;
	}
	
	.NotasActualidad .TituloNota {
		font: bold 11px Verdana, Arial, Tahoma;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
		.NotasActualidad .TituloNota A {
			color: #7696B7;
			text-decoration: none;
		}
	
	.NotasActualidad .TextoNota {
		padding-bottom: 5px;
	}
	
		.NotasActualidad .TextoNota A {
			color: #666;
			text-decoration: none;
		}
	
	.NotasActualidad .VerMas {
		clear: both;
		text-align: left;
		padding: 10px;
	
	}
	
	.NotasActualidad .VerMas A {
		text-decoration: underline;
		color: #7696B7;
		
	}
	.NotasActualidad A:hover {
		text-decoration: underline;	
	}


/*############################## Farmacias ######################### */ 

.Farmacias {
	text-align: left;
	width: 475px;
	float: none;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

.Farmacias TD {
	padding: 5px;
	border-bottom: 1px solid #e2e2e2;
	
	
}

.Farmacias .CeldaFarmacias {

	font-size: 1px;
	line-height: 1px;
}

.Farmacias .DireccionFarmacia {
	padding-left: 20px;
}

.Farmacias .TfnoFarmacia {
	text-align: right;
	
}

.CalendarioFarmacias {
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
}


/*############################## Actualidad ######################### */ 

.BloqueNot {
	margin-bottom: 20px;
}

.NoticiaDoble {
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
}
		
			
	.NoticiaDoble .ImgNoticia {
		width: 220px;
		height: 165px; 
		text-align: center;
	}
	
			.NoticiaDoble .ImgNoticia .Play {
				margin: 57px auto;
			}		
	
	.NoticiaDoble .Titular {
		color: #336599;
		font: 12px Georgia, Verdana, Arial;
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: bold;
	}

	.NoticiaDoble .TitularR {
		color: #EA2330;
		font: 12px Georgia, Verdana, Arial;
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: bold;
	}

	.NoticiaDoble .TitularR A {
		color: #EA2330;
		text-decoration: none;
	}
				
	.NoticiaDoble .Titular A {
		color: #336599;
		text-decoration: none;
	}
	
	.NoticiaDoble .IntroNoticia {
		padding-top: 5px;
		text-align: justify;
	}	
	
	.NoticiaDoble .AmpNoticia {
		padding-top: 5px;
	}

	.NoticiaDoble .AmpNoticia A {
		text-decoration: underline;
		color: #D69400;
	}

.OtrasNoticias {
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
	width: 475px;
}
	
	.OtrasNoticias .ImgNot {
		float: left;
		width: 80px;
		height: 80px;
		text-align: center;
	}	
	
		.OtrasNoticias .ImgNot .Play {
			margin: 28px auto;
		}
	
	
	.OtrasNoticias .DatosNot {
		margin-left: 90px;
	}
	
			
		.OtrasNoticias .DatosNot .Titular {
			color: #336599;
			font: 12px Georgia, Verdana, Arial;
			margin: 0;
			padding: 0;
			text-align: left;
			font-weight: bold;
		}
		
		.OtrasNoticias .DatosNot .TitularR {
			color: #EA2330;
			font: 12px Georgia, Verdana, Arial;
			margin: 0;
			padding: 0;
			text-align: left;
			font-weight: bold;
		}
		
		
				
		.OtrasNoticias .DatosNot .Titular A {
			color: #336599;
			text-decoration: none;
		}
		.OtrasNoticias .DatosNot .TitularR A {
			color: #EA2330;
			text-decoration: none;
		}
		.OtrasNoticias .DatosNot .IntroNoticia {
			text-align: justify;
		}	
		
		.OtrasNoticias .DatosNot .AmpNoticia {
		}
	
		.OtrasNoticias .DatosNot .AmpNoticia A {
			text-decoration: underline;
			color: #D69400;
		}

.TomaNota {
	padding-bottom: 10px;
	padding-top: 5px;
}

.TomaNota A {
	text-decoration: none;
	color: #336599;
}

.TomaNota A:hover {
	text-decoration: underline;
	color: #336599;
}

/*############################## Empresa ######################### */ 

.TablaEmpresa {
	text-align: left;
	margin: 0 auto 20px auto;

}

	.TablaEmpresa TH {
		border-bottom: 1px solid #e2e2e2;
		padding: 3px 10px;
		background: #dfe6ef;
		color: #4E7BA3;
		font-weight: bold;
		text-align: center;
	}
	
	.TablaEmpresa TD {
		border-bottom: 1px solid #e2e2e2;
		padding: 3px 10px;
	}


/*############################## Encuentro Digital ######################### */ 


.Personaje {
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	padding-bottom: 20px;
	width: 475px;
}
	
	.Personaje .ImgPer {
		float: left;
		width: 80px;
		height: 80px;
	}	
	
	.Personaje .DatosPer {
		margin-left: 90px;
	}
	
		.Personaje .DatosPer .IntroPer {
			text-align: justify;
		}	
		
		.Personaje .DatosPer .Acciones {
			color: #D69400;
		}
	
		.Personaje .DatosPer .Acciones A {
			text-decoration: underline;
			color: #D69400;
		}

.DatosPersonaje {
	width: 475px;
	overflow: hidden;
	padding-bottom: 10px;
}

	.DatosPersonaje .FotoPersonaje {
		width: 215px;
		height: 200px;
		float: left;
		text-align: left;
	}
	
	.DatosPersonaje .TextoPersonaje {
		text-align: justify;
		
	}
	
	P.Pregunta {
		text-align: left;
		padding: 0;
		margin: 0;
		color: #7696B7;
		font-weight: bold;
	}


.Derecha .HacerPregunta {
	
	background: url(/imagenes/emailtodos_fondo.jpg) no-repeat 0 bottom;
	overflow: hidden;
	padding-top: 5px;
}
		
	.Derecha .HacerPregunta .Titulo {
		height: 33px;
		background: url(/imagenes/hacerpregunta_titulo.jpg) no-repeat;
	}
			
	.Derecha .HacerPregunta .Etiqueta {
		text-align: left;
		color: #50667D;
		margin: 3px 10px;
	}
			
	.Derecha .HacerPregunta .Dato {
		text-align: left;
		color: #50667D;
		margin: 3px 10px;
	}		
			
	.Derecha .HacerPregunta .Dato .CampoNombre {
		width: 175px;
		height: 16px;
		font-size: 11px;
	}
	
	.Derecha .HacerPregunta .Dato .TextArea {
		width: 175px;
		height: 120px;
		overflow: auto;
		font-size: 11px;
		font-family: Arial;

	}
	
	.Derecha .HacerPregunta .BEnviar {
		margin: 10px 10px 20px 10px;
		text-align: center;
	}
	
	.Derecha .HacerPregunta .Politica {
		font-size: 10px;
	}
	
		.Derecha .HacerPregunta .Politica A {
			color: #336599;
		}
	
	.Derecha .HacerPregunta .NotaMail {
		font-size: 10px;
		margin: 3px 10px;
		color: #9E9E9E;
	}




/*############################## Indice ######################### */ 
	
.Indice {
}


	.Indice .Paginas {
		padding-top: 5px;
	}
	
	.Indice A {
		text-decoration: none;
		color: #336599;
	}
	
	.Indice A:hover {
		text-decoration: underline;
		color: #336599;
	}
	
	.Indice STRONG {
		color: #336599;
	}
	
	
/*############################## Indice ######################### */ 


	.IndiceNoticias {
		width: 475px;
	}
	

	.IndiceNoticias .Contador {
		float: left;
		text-align: left;
		width: 150px;
		height: 14px;
		
	}
		.IndiceNoticias .Contador STRONG {
			color: #336599;
		}
	
	.IndiceNoticias .Paginas {
		float: right;
		width: 200px;
		height: 14px;
	}
	
	
	.IndiceNoticias .Anterior {
		float: left;
		text-align: left;
		width: 100px;	
		
	}
	
		.IndiceNoticias .SimboloAnterior {
			width: 14px;
			float: left;
			text-align: left;
		}
	
		.IndiceNoticias .Anterior IMG {
			vertical-align: middle;
		}

	.IndiceNoticias .Siguiente {
		float: right;
		text-align: right;
		width: 100px;
				
	}

		.IndiceNoticias .SimboloSiguiente {
			width: 14px;
			text-align: right;
			float: right;
			
		}

	.IndiceNoticias .Pagina {
		text-align: center;
		margin: 0 20px;
	}
	
		.IndiceNoticias .Pagina STRONG {
			color: #336599;
		}
		
		.IndiceNoticias .Pagina A {
			color: #336599;
			text-decoration: none;
		}
		
		
		.IndiceNoticias .Pagina A:hover {
			color: #336599;
			text-decoration: underline;
		}
		
		
		
.IndiceNoticias A {
	text-decoration: none;
	color: #336599;
}

.IndiceNoticias A:hover {
	text-decoration: underline;
	color: #336599;
}
	
	
/*############################## Buscador Noticias ######################### */ 	
	
.Buscador {
	width: 435px;
	height: 20px;
	background: url(/imagenes/fondo_buscador.gif) no-repeat;
	margin-top: 30px;
	color: #FFF;
	padding: 20px;
	font-size: 13px;
}

	.Buscador .Buscar {
		float: left;
		height: 20px;
		line-height: 20px;
		width: 120px;
		text-align: left;
	}
	
	.Buscador .Campo {
		float: left;
		height: 20px;
		width: 255px;
	}

		.Buscador .Campo INPUT {
			height: 13px;
			width: 240px;
			font-size: 11px;
		}	
	
	.Buscador .BotonBuscar {
		float: left;
		height: 20px;
		width: 60px;
	}

 	
	
.BuscadorR {
	width: 435px;
	height: 20px;
	background: url(/imagenes/fondo_buscador_r.gif) no-repeat;
	margin-top: 30px;
	color: #FFF;
	padding: 20px;
	font-size: 13px;
}

	.BuscadorR .Buscar {
		float: left;
		height: 20px;
		line-height: 20px;
		width: 120px;
		text-align: left;
	}
	
	.BuscadorR .Campo {
		float: left;
		height: 20px;
		width: 255px;
	}

		.BuscadorR .Campo INPUT {
			height: 13px;
			width: 240px;
			font-size: 11px;
		}	
	
	.BuscadorR .BotonBuscar {
		float: left;
		height: 20px;
		width: 60px;
	}
	
/*############################## Perfil del Contratante  ######################### */ 		


.PerfilContratante {
	padding-bottom: 20px;
}

	.PerfilContratante .TopPerfil {
		width: 900px;
		margin: 10px auto;
	}
	
	.PerfilContratante .TablaPerfil {
		width: 900px;
		margin: 0 auto;
	}
	
		.PerfilContratante .TablaPerfil TH {
			text-align: center;
			font: bold 12px;
			color: #336599;
			padding: 5px;
			background-color: #c9d6e3;
		}
		
			.PerfilContratante .TablaPerfil TH.SubMenu {
				background-color: #9DB4CB;
			}
		
		.PerfilContratante .TablaPerfil TR.Normal {
			background-color: #EBECEF;
		}
	
		.PerfilContratante .TablaPerfil TR.Hover {
			background-color: #F3DFB2;
			color: #333;
			text-decoration: none;
		}
		
		.PerfilContratante .TablaPerfil TR.Seleccionado {
			background-color: #336599;
			color: #FFF;
		}
	
		.PerfilContratante .TablaPerfil TD {
			text-align: left;
			padding: 5px;
		}
		
	
		.PerfilContratante .TablaPerfil .Exp {
			width: 100px;
			text-align: center;
		}
	
		.PerfilContratante .TablaPerfil .Objeto {
		}
		
		.PerfilContratante .TablaPerfil .Procedimiento {
			width: 150px;
			text-align: center;
		}
		
		.PerfilContratante .TablaPerfil .Presupuesto {
			text-align: right;
			width: 100px;
		}
		
		.PerfilContratante .TablaPerfil .Pliego {
			text-align: center;
			width: 180px;
		}
	
		.PerfilContratante .TablaPerfil .Anuncio {
			width: 125px;
			text-align: center;
		}
		
		.PerfilContratante .TablaPerfil .Estado {
			width: 160px;
			text-align: center;
		}

		.PerfilContratante .TablaPerfil .Adjudicado {
			width: 140px;
			text-align: left;
		}

	.PerfilContratante .SelectorPerfil {
		width: 900px;
		margin: 20px auto;
		font: bold 12px;
		color: #333;
		height: 25px;
		text-align: right;
	}
	
	

	.PerfilContratante .SinResultado {
		width: 900px;
		margin: 20px auto;
		font: bold 14px;
		color: #D69400;
		height: 25px;
		text-align: center;
	}
	


/* Formulario */

.Formulario {
	padding-top: 20px;
}
	
	.Formulario FIELDSET {
		padding: 0.9em;
		border: 1px solid #E2E2E2;
		margin: 0;
	}
	
		.Formulario FIELDSET LEGEND {
			padding: 0.2em 0.5em;	
			margin: 0;
			color: #336599;	
		}
	
	.Formulario TABLE {
		margin: 5px auto;
	}

		
		.Formulario TABLE .Campo {
			width: 300px;
		}

		.Formulario TABLE .CampoCorto {
			width: 150px;
		}		
		
		.Formulario TABLE TD {
			padding: 4px 0;
			text-align: left;
		}
		
		.Formulario TABLE TEXTAREA {
			height: 80px;
			overflow: auto;
		}
		
		.Formulario .Politica {
			text-align: center;
		}
				
		.Formulario .BotonEnviar {
			text-align: center;
		}

		.Formulario .BotonEnviar INPUT {
			width: 100px;
		}

.EnlacePointer {
	cursor: pointer;
	text-decoration: underline;
}

.TablaHorarioDep {
}
	
.TablaHorarioDep TD {
	text-align: left;
	padding: 2px 0;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}

.NoticiasDeportivas {
	
}	

.TopDeportes {

	height: 168px;
	text-align: right;
	padding-bottom: 20px;
	
}
	