/*--------------------------------
---- Lista de Actividades
--------------------------------*/

#actividades {
	position:relative;
	z-index:1;
}

#actividades a {
	text-decoration: none;
	color:#666666;
}

#actividades a:hover{
	color:#0099CC;
}

#actividades h1 {
	vertical-align: top;
	color:#808040;
	margin: 0px 0px 5px;
	font-weight: bold;
	font-size: 12px;
}

#actividades h2 {
	vertical-align: top;
	color:#A89584;
	margin: 0px 0px 5px;
	font-weight: bold;
	font-size: 11px;
}

#actividades h3 {
	vertical-align: top;
	color:#A89584;
	margin: 0px 0px 5px;
	font-weight: normal;
	font-size: 11px;
}
#actividades .separador {
	vertical-align: top;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #9D907F;
	text-transform: uppercase;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	height: 11px;
}

#actividades p.subtitulo {

	vertical-align: top;
	color:#A89584;
	margin: 0px 0px 5px;
	font-weight: normal;
}

#actividades p.fecha {
	vertical-align: top;
	color:#666666;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

#actividades div.rowList {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F7F7F7;
	border-top: 2px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 2px solid #EBEBEB;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-attachment: scroll;
}
.actImg {
	width: auto;
	float: left;
	margin-bottom: 20px;
}
.actCuadroTexto {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 25px;
	width: 280px;
}
.actCuadroTexto p {
	vertical-align: top;
	color:#333333;
	margin: 0px;
	font-weight: normal;
}


.actSeparador {
	margin-top: 10px;
}


#actividades div.rowList2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-top: 2px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 2px solid #EBEBEB;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-attachment: scroll;
}
