/*--------------------------------
---- Lista de Actividades
--------------------------------*/

#noticias {
	position:relative;
	z-index:1;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#noticias a {
	text-decoration: none;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#noticias a:hover{
	color:#0099CC;
}

#noticias h1 {
	color:#B39A66;
	font-size: 11pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 2px;
}

#noticias h2 {
	color:#999999;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 2px;
}

#noticias h3 {
	vertical-align: top;
	color:#333333;
	margin: 0px 0px 5px;
	font-weight: normal;
	font-size: 10pt;
	width: 500px;
}

#noticias p {
	vertical-align: top;
	color:#666666;
	margin: 0px 0px 5px;
	font-weight: normal;
	font-size: 12px;
}
.texto_intro {
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
	line-height: 20px;
}


#menuPublicaciones {
	margin: 0px;
	position: static;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menuPublicaciones a:link, #menuPublicaciones a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}

#menuPublicaciones a:hover {
	color: #0099CC;
}

.libroCuadroImagen {
	vertical-align:bottom;
	padding-bottom: 5px;
	padding-top: 20px;
}

.libroImg {
	border: 1px solid #7E7E7E;
	margin-left: 10px;
}
.libroCuadroTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*--------------------------------
---- Cuadro Destacado
--------------------------------*/


#destacado {
	position:relative;
	border: 1px solid #E1E1E1;
	padding: 4px 4px 20px 4px;
	background-image: url(../img/destacadoFondo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	margin-top: 10px;
}


#destacado  img {
	border: 1px solid #CCCCCC;
}

#destacado  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #BEB0A3;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	letter-spacing: -1pt;
	line-height: 22px;
}
#destacado h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px 0px 10px;
	padding: 0px;
	color: #9C9A9B;
}
#destacado p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B6B6B6;
	line-height: 11px;
}


#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;
	background-image: url(../img/sombraEsq2.jpg);
}

.pieFoto {
	position: relative;
	vertical-align: bottom;
	left: 0px;
	bottom: 30px;
	float: right;
	background-image: url(../img/pie_foto.gif);
	width: 100px;
	height: 30px;
	margin-bottom: -30px;
	cursor: hand;
	background-position: right;
}
