/* CSS Document */
#contenedorGeneral #centro{
	background-image:url(../images/fondo_centro_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F9F7E2;
}

#contenedorGeneral #centro #columnaDerechaHome{
	width: 600px;
	margin: 0px;
	float: left;
	font-size: 12px;
	color: #666;
}

#contenedorGeneral #centro #tituloProximosEventos{
	background-image:url(../images/bulletProximosEventos.jpg);
	background-position:left;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 40px;
	height: 42px;
}

#contenedorGeneral #centro #tituloProximosEventos SAMP{
	position: relative;
	top: 5px;
	left: 52px;
	font-size: 20px;
	color:#9F0403;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contenedorGeneral #centro #columnaIzquierda DIV.evento A.eventoVerMas{
	float: right;
	color: #F60;
	font-size: 11px;
	text-decoration: none;
	width: 80px;
}

#tituloMultiespacio{
	margin-top: 30px;
	color:#9F0403;
	margin-left: 10px;
	float: left;
	width: 200px;
}

#tituloMultiespacio SAMP{
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#multiespacioContenedorImagenes{
	float: left;
	width: 180px;
	margin-top: 30px;
	background-color:#fff;
	text-align: center;
	padding-top: 10px;
}

#multiespacioContenedorImagenes IMG{
	margin: 0 auto;
	margin-bottom: 10px;
}	

#multiespacioDescripcion{
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-top: 20px;
	line-height: 25px;
	font-size:12px;
	color: #666;
}

DIV.evento DIV.descripcion{
	color: #666;
}