/* CSS Document */
#Cabecera {
	margin-bottom: 5px;

}
#Contenedor {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFE1FF;
	padding: 5px;
	margin-top: 30px;
	border: 1px solid #B7C9D5;
}

#Centro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330099;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 5px;
	border: 1px solid #B7C9D5;
}
#Cuerpo {
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC9900;
	font-weight: lighter;
	font-style: italic;
	text-align: center;
}
.nota {
	font-size: 9px;
	color: #FF0000;
}

body {
	background-image: url(../images/background.jpg);
}
#Pie {
	height: 30px;
}
#Tablon {
	height: 350px;
	background-image: url(../images/anuncios.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Fecha {
	font-weight: bold;
	color: #FF0000;
}
#index {
	height: 350px;
}
.Buscador {
	float: right;
	border: 1px solid #FFE1FF;
	margin-bottom: 5px;
	margin-left: 5px;
}

