@charset "utf-8";
/* CSS Document */

@import url(common.css);
@import url(noticias.css);
@import url(submenu.css);

#CABECERA,
#ENLACES {
	background-image: url(../images/portadaCabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#ENLACES {
	background-image: url(../images/portadaEnlaces.jpg);
}

.submenu .contenido ul {
	margin: 0px 20px;
}




/* ********************************** DATOS DE LA ACTIVIDAD ********************************** */

.datosActividad {
	border: 1px dotted red;
	width: 85%;
	margin-top: 30px;
	padding: 10px 20px 20px 20px;
}

.datosActividad h3 {
	margin: 0px;
	margin-bottom: 20px;
}

.datosActividad p {
	text-indent: 0px;
}

.fechas p {
	margin: 5px 0px;
}

.precio {
	margin: 20px 0px;
}

.precio p {
	margin: 5px 0px;
}

.lugar {
	margin: 10px;
	white-space: nowrap;
	margin-top: 20px;
}


.lugar p {
	font-size: 0.9em;
	margin: 5px;
}




/* ********************************** PROMOCION ********************************** */

.promocion {
	background-color: #FFFFFF;
	border: 1px dotted #AFAFAF;
	margin-top: 20px;
	padding: 5px;
}

.promocion p {
	margin: 0px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #444444;
}

.promocion p strong {
	font-size: 1.15em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}




/* ********************************** PROMOCION ********************************** */

.promocion {
	background-color: #FFFFFF;
	border: 1px dotted #AFAFAF;
	margin-top: 20px;
	padding: 5px;
}

.promocion p {
	margin: 0px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #444444;
}

.promocion p strong {
	font-size: 1.15em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}