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

*{
	margin:0;
	padding:0;
}
body{
	/*background:url(images/fondojs.png) repeat-x;*/
	background-color:#102065;
	background-attachment:fixed;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#wrap{
	margin: 0 auto;
	width:955px;
}
#contenido{
	width:100%;
	margin-top:20px;
	background-image:url(images/fondoContenido.png);
	overflow:hidden;
}
#contenidoComisiones{
	width:100%;
	margin-top:-20px;
	background-image:url(images/fondoContenido.png);
	overflow:hidden;
}
#contenido p, li, td{
	font-size:14px;
}
.menus{
	width:150px;
	background-image:url(images/fondoMenus.png);
}
#menuIzq{
	margin-top:10px;
	margin-left:10px;
	min-height:350px;
	float:left;
}
#menuDer{
	margin-top:10px;
	margin-right:10px;
	float:right;
	min-height:350px;
}
#pie{
	clear: both;
	padding-top:20px;
	margin-bottom:20px;
}
#actividades{
	float:left;
	margin-left:15px;
	margin-top:10px;
	background-image:url(images/fondoMenus.png);
	width:600px;
}
#informacion{
	float:left;
	margin-left:15px;
	margin-top:10px;
	padding:5px;
	width:590px;
	background-image:url(images/fondoMenus.png);
	color:#FFF;
}
#informacion a{
	color:#FF0;
}

#informacionInterior{
	float:left;
	margin-left:15px;
	margin-top:10px;
	padding:5px;
	width:750px;
	background-image:url(images/fondoMenus.png);
	color:#FFF;
}
#izquierdaA{
	float:left;
	width:290px;
	background-image:url(images/fondoContenido.png);
	padding:4px;
	margin-bottom:5px;
}
#derechaA{
	float:right;
	width:290px;
	background-image:url(images/fondoContenido.png);
	padding:4px;
	min-height:150px;
	margin-bottom:5px;
}
#derechaA a{
	color:#fff;
	font-weight:bold;
}
#noticiasT{
	width:280px;
	padding:5px;
	background-color:#fff;
	color: #000;
}
#noticiasT a{
	color:#000;
	font-weight:bold;
}
li{
	margin-left:2em;}
p, li{
	margin-bottom:0.5em;
}
#reproductor{
	position:fixed;
	right:0;
	bottom:0;
	width:100%;
	background-color:#102065;
	text-align:right;
	}
#encabezadoImagen{
	text-align:center;
	margin-top:-5px;}
/* Easy Slider */
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:300px;
		overflow:hidden; 
		}	
	 #slider2 li{
		width:290px;
		height:200px;
		overflow:hidden; 	 
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:50px;
		height:15px;
		position:relative;
		left:10px;
		/*top:71px;
		z-index:1000;*/
		}	
	#nextBtn, #slider1next{ 
		left:200px;
		top:-15px;
		}														
/*	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:50px;
		height:30px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		display:block;
		position:relative;
		width:50px;
		height:30px;
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#my_twitter_status{
	color:#FF0;
	font-weight:bold;
}
#my_twitter_status_time{
	color:#FFF;
}
