body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #666666;
	background-image: url(imagenes_css/fondo.jpg);
	background-repeat:  repeat-x;
}
a:link {
	color: #902342;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #902342;
}
a:active {
	text-decoration: none;
	color: #902342;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.contenedorPrincipal {
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
}
.cabecera {
	height: 267px;
	width: 900px;
	background-image: url(imagenes_css/cabecera.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
}
.mostrarMapa {
	width: 180px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.contenedorBuscador {
	padding-top: 5px;
	padding-bottom: 5px;
}
.franjaLateral {
	padding: 10px;
	width: 200px;
	background-color: #EFEFEF;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.franjaLateralLista {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.franjaLateralCaja {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.franjaLateralCaja p {
	background-image: url(imagenes_css/lateral_enlaces_flecha.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.pie {
	font-size: 11px;
	background-color: #E1E1E1;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	color: #902342;
}
h2 {
	font-size: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 14px;
	color: #902342;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(imagenes_css/cuadrito_h3.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 5px 5px;
}
.destacado {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.noticia {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
}
.noticiaTitulo {
	font-size: 13px;
	font-weight: bold;
	color: #902342;
}
form {
	margin: 0px;
	padding: 0px;
}
.imagenDer {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagenIzq {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.contenido {
	padding-right: 60px;
	padding-left: 50px;
}
.efectoComerntario {
	background-image: url(imagenes_css/comillas.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	background-position: left 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mapa {
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mapa a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mapa a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mapa a:hover {
	text-decoration: none;
	color: #902342;
}
.mapa a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mapa h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.imagenesNoticiasInicio {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;	
}
.invisible {
	visibility:hidden;
}