.limpio {
	clear: both;
}

#botonesColor  {
	text-align: center;
}

#botonesColor input {
	font-size: 14px;
	width: 100px;
	text-align: center;
	font-family: tahoma, arial;
	font-weight: bold;
	color: #222;
	border: 1px solid #000;
}

#eventos {
	margin-top: 20px;
	font-size: 12px;
	font-family: tahoma, arial;
	color: #222;

}

.eventoDia {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0px;
}

.horaEvento {
	float: left;
	width: 100px;
}

.descEvento {
	float: left;
	width: 515px;
}

.evento {
	margin: 10px 0px;
}

.eventoRojo {
	background: #fcc;
}

.eventoAzul {
	background: #ccf;
}

.eventoAmarillo {
	background: #ff6;
}

.eventoVerde {
	background: #8f8;
}

.eventoMarron {
	background: #944;
}

/* Videoteca */

#videoPpal {
	text-align: center;
	margin-bottom: 30px;
}

#otrosVideos {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.otroVideo {
	position:relative;
	width: 120px;
	height: 90px;
	float: left;
	padding: 11px;
	border-bottom: 1px solid #ccc;
}

.otroVideo img{
	width: 120px;
	height: 90px;
}

.infoVideo {
	position:absolute;
	bottom:10px;
	width:120px;
	height:20px;
	background:#222;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
}

/* Ponentes */

.ponente {
	border-bottom: 3px solid #ddd;
	padding: 10px 0px;
}

.ponenteDesc {
	float: left;
	width: 480px;
	font-family: Tahoma, Verdana, Arial;
	color: #222;
	font-size: 12px;
	text-align: justify;
}

.ponenteFoto {
	float: right;
	width: 110px;
	text-align: right;
}

/* PORTADA */

#portadaPrincipal {
	width: 100%;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
	width: 640px;
}

#portadaPrincipal h1 {
	color: #1E1140;
	margin: 10px 0px;
	padding: 4px 0px;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	border-bottom: 3px solid #1E1140;
	
}

.textoPortada {
	text-indent: 30px;
	margin: 10px 0px;
}

.video {
	float: left;
	width: 300px;
	margin-left: 14px;
}



#slideVideos {
	width: 640px;
	overflow: hidden;
	position: relative;
}

.carruselVideo {
	position: relative;
}

.mapaSlider {
	margin-top: 10px;
	text-align: center;
}

.noticiasPortada {
	border-bottom: 3px solid #ccc;
	margin-bottom: 20px;
}

.noticia {
	margin: 20px 0px;
	padding-bottom: 5px ;
	border-bottom: 1px solid #ccc;
}

.noticia .titularNoticia {
	font-weight: bold;
	font-size: 16px;
}

.noticia .fechaNoticia {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.noticia .leerMas {
	text-align: left;
	margin-top: 10px;
}

.noticia img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.inforVideo {
	margin-top: 5px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

.listadoVideos {
	margin-bottom: 20px;
}

.listadoVideos ul {
	list-style-type: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

.listadoVideos ul li {
	padding: 5px 10px;
}

.listadoVideos ul li a {
	color: #000;
}

.listadoVideos ul .claro {
	background: #eee;
}

.listadoVideos .izq {
	float: left;
	width: 300px;
	margin-left: 14px;
}

.listadoVideos .der {
	float: left;
	width: 300px;
	margin-left: 14px;
}

.fotosPortada {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.fotosPortada img {
	border: 1px solid #ddd;
	padding: 5px;
	width: 290px;
	height: 210px;
	margin-left: 14px;
	margin-bottom: 14px;
}