/*//////////////////////////// INDEX ///*/

div#index {
	width: 760px;
	margin: 10px 0 0 0;
}
/*-----------    columna de titulares     */

div#colNoticias {
	float: left;
	width: 445px;
}
div#colNoticias h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:500;
	margin: 0 0 10px 0;
}
div#colNoticias p {
	line-height: 1.2;
	text-align:justify;
	padding: 0;
	width: 440px;
}
.act {
	border-top: 1px solid blue;
	margin: 25px 0 10px 0;
	padding: 20px 0 5px 0;
}
.act ul li {
	overflow: auto;
	padding: 5px 2px;
	height: auto;
}
.act .tituloList {
	background-repeat:no-repeat;
	overflow: hidden;
	width: 190px;
	height: 35px;
	line-height: 1000;
	margin: 15px 0 0 0;
	display:block;
}
.act .titActividades {
	background-image:url(../img/index/titActividades.jpg);
}
.act .titNoticias {
	background-image:url(../img/index/titNoticias.jpg);
}
.act .titRevista {
	background-image:url(../img/index/titRevista.jpg);
}
.act img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	top: -2px;
}
.act li {
	display: block;
	height: 50px;
	margin: 5px 0 10px 0;
	line-height:13px;
}
.act .titulo {
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
	color:#000;
	text-decoration:none;
}
.act .fecha, .act .autor, .act .subTitulo {
	margin: 5px 0 0 0;
	font-size: 85%;
	display: block;
	overflow:hidden;
}
.act .fecha {
}
.act .autor, .act .subTitulo {
	color: #666;
}
.act .resumen {
	font-size:12px;
	overflow:hidden;
	display:block;
	margin:5px 0 0 0;
}
.act .verMas {
	color:#09F;
	font-size:11px;
	overflow:hidden;
	display:block;
	margin:5px 0 0 0;
}
/************************************************************/

/*-----------    columna de videos     */

div#colVideos {
	float: right;
	width: 265px;
}
#colVideos #videos #minis object {
	margin: 10px 0 0 0;
	}
	object.videoPortada{ z-index:5;}
#colVideos .miniVideo {
	overflow: auto;
	margin: 5px 0;
	width: 245px;
	position: relative;
	top: 10px;
}
#colVideos img {
	float: left;
	margin: 0 10px 0 0;
}
div#banner1 {
	background:url(../img/banners/banner1.jpg) no-repeat;
	height: 90px;
	margin: 10px 0;
}
div#banner1 a:link, div#banner1 a:visited {
	display: block;
	width: 260px;
	height: 106px;
	overflow:hidden;
	text-indent: -9000px;
}
div#banner2 {
	background:url(../img/banners/banner2.jpg) no-repeat;
	height: 107px;
	margin: 0 0 15px 0;
}
div#banner2 a:link, div#banner2 a:visited {
	display: block;
	width: 260px;
	height: 106px;
	overflow:hidden;
	text-indent: -9000px;
}
.bannerLat {
	display:block;
	overflow:hidden;
	margin:0 0 20px 0;
	clear:both;
}
div#newsletter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../img/index/newsletter.jpg) no-repeat;
	height: 124px;
	margin: 0 0 15px 0;
}
/*//////////////////////////////////////// VIDEO  //////*/

div#videos {
	margin: 0;
	padding:0;
	background:url(../img/index/videos1.gif) no-repeat;
	width: 270px;
}
#minis {
	width: 260px;
	margin: 0 0 0 3px;
	padding: 3px 0 0 7px;
	height:400px;
	overflow:hidden;
	display:block;
}
div#footer_minis {
	height: 25px;
	width: 268px;
	margin: 0 0 20px 0;
 *margin: -5px 0 0 0;
	background:url(../img/index/videos2.gif) no-repeat;
}
.titVideoGrande {
	color: #00f;
	font-size:125%;
	font-weight:bold;
	margin: 0 0 10px 0;
	width: 240px;
}
.minivideo {
	float: left;
	margin: 15px 10px 0 0px;
}
.minivideo img {
	border: 1px solid #666;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	width: 80px;
	height: 60px;
}
/*//////////////////////////  form  ////////*/

form {
	padding: 25px 0 0 10px;
}
legend {
	overflow: hidden;
	text-indent: -9000px;
}
input {
	border: 1px solid black;
	margin: 10px 0 0 0;
	width: 235px;
	height: 16px;
	padding: 3px 0 0 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #666;
}
.boton {
	border: 1px solid #ccc;
	background-color:#e4e4e4;
	color: #333;
	font-weight:bold;
	font-size:smaller;
	cursor:pointer;
	padding: 0 0 2px 0;
	height: 20px;
	width: 45px;
	float:right;
	margin: 8px 16px 0 0;
}
.leerMas {
	float: right;
	font-weight: bold;
	color: #00f;
}
.leerMas:before {
	content:"> ";
}

