* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
BODY {
	background: #DA6 url(img/bg.gif) repeat-x top;
	margin-top: 5px;
	text-align: center;
	color: #521;
	}

A {
	text-decoration:none; border-bottom: 1px dotted #a44; color: #515;
	}
A:hover {
	text-decoration:none; border-bottom: 1px solid #a44;
	}
HR {
	
	border-top: 1px solid #521;
	height: 1px;
	}

input.login{
	background: #EEE;	
	font: bolder 100% Times, serif;	border: 1px solid #000;
	}
input.boton{
	background: #EEE;	
	font: bolder 100% Times, serif;	border: 1px solid #000;
	}
input{
	border: 1px solid #000;
	}
	
#contenedorTodo {
	margin: 0 auto;
	width: 711px;
	text-align:left;
	}	

#contenedorCabecera {
	width:705px;
	text-align:left;
	}
#contenedorCabecera A {
	border: 0px;
	}
	#bannerCabecera {
		background: url('img/sombra1.gif') repeat-y right;
		cursor: pointer;
		height: 150px;
		width: 705px;
		}
	.tituloCabecera {
		background: url('img/sombra2.gif') no-repeat bottom;
		height: 25px;
		text-align: center;
		}
	.tituloCabecera A.titulo,
	.tituloCabecera A.titulo:visited {
		position: relative;
		top: 2px;
		font: bold 80% Verdana, sans-serif; letter-spacing: 0.3em;
		color: #515;
		text-decoration: none;
		display: block;
		}

#contenedorLateral {
	float: left;
	width: 170px;
	margin-top: 16px;
	text-align:left;
	}
	
	.cajaLateral {
		width: 170px;
		margin-top: 0px;
		margin-bottom: 14px;
		display: block;
		}
	.cajaLateral .cabeza{
		background: url('img/cabezalateral.gif') repeat-y;
		width: 170px;
		height: 21px;
		display: block;
		}
	.cajaLateral .cabeza p{
		position: relative;
		left: 10px;
		top: 2px;
		font: bold 80% Verdana, sans-serif; color: #FFF;
		display: block;
		}
	.cajaLateral .centro{
		background: url('img/contenidolateral.gif') repeat-y;
		padding: 5px 10px 5px 5px;
		}
	.cajaLateral .centro .contenido{
		width: 153px;
		font: normal 80% Verdana, sans-serif;
		display: block;
		}

	.cajaLateral .pie{
		background: url('img/pielateral.gif') no-repeat;
		width: 170px;
		height: 7px;
		font-size: 0px;
		display: block;
		}
	
	
#contenedorCentral {
	float:left;
	margin-top: 16px;
	margin-left: 13px;
	display: inline;	
	}
	.cajaCentral {
		width: 525px;
		margin-top: 0px;
		margin-bottom: 14px;
		display: block;
		}
	.cajaCentral .cabeza{
		background: url('img/cabezacentral.gif') repeat-y;
		width: 525px;
		height: 21px;
		display: block;
		font: normal 80% Verdana, sans-serif; color: #FFF;
		}
	.cajaCentral .cabeza .titulo{
		position: relative;
		width: 57%;
		left: 10px;
		top: 2px;
		font-weight: bold;
		display: block;
		float:left;
		}
	.cajaCentral .centro{
		background: url('img/contenidocentral.gif') repeat-y;
		padding: 5px 10px 5px 5px;
		}
	.cajaCentral .centro UL{
		margin-left:12px;
		}
	.cajaCentral .centro .contenido,
	.cajaCentral .centro .contenidoEstatico{
		width: 508px;
		font: normal 80% Verdana, sans-serif;
		display: block;
		}
		.contenido .tsume{
			float:left;
			margin-right: 5px;
		}
	
		.contenido .titulo{
			font-weight: bold;
		}
		.contenido .texto{
            margin:0 10px;
        }
		.contenido .fecha{
			font-size: smaller;
		}
		.contenido .fecha_ini, .contenido .fecha_fin{
			font-size: smaller;
			display: inline !important;
		}
		.contenido .mes{
			font:italic bold 100% Verdana,sans-serif;
		}
		.contenido .localidad{
			display: inline !important;
		}
	.cajaCentral .pie{
		background: url('img/piecentral.gif') no-repeat;
		width: 525px;
		height: 7px;
		font-size: 0px;
		display: block;
		}

#pie{
	width: 100%;
	background: url('img/manopie.gif') no-repeat bottom right;
	height: 58px;
	margin:0px;	
	}

	#firma{
		position: relative;
		top: 35px;
		text-align: center;
		font: 70% Arial, sans-serif; color: #515;
	}
	#firma A{
		border: 0px;
	}

/*MENUS*/
.cajaLateral ul {
	list-style-type: none;
}
.cajaLateral UL LI {
	height:20px;
	display:block;
}
