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

/* ------------------------------------------------------------------ NOTICIAS HOME */

#prensa_home {
	width:491px;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:8px;	
}

#noticiaHome {
	
}

#navegar_prensa {
	margin-top:5px;
	margin-bottom:5px;
	height:25px;
	width:491px;
	background-image:url(fondoPieNoticiasHome.jpg);
	background-repeat:no-repeat;
	clear:both;
}

.link_prensaHome{
	float:left;
	height:20px;
	margin-left:10px;
	margin-top:5px;
}
.link_prensaHome a{
	padding:2px;
	color:#1b5694;
	text-decoration:none;
	font-weight:bold;
}
.link_prensaHome a:hover{
	padding:2px;
	color:#FFF;
	background-color:#1b5694;
}



#cuerpoNotaHome{
	width:491px;	
}

#cuerpoNotaHome img{
	border: 4px solid #E6E6E6;
	float: none;
	margin: 0px 0px 0px 0px;
}

#cuerpoNotaHome h1{
	font-size:18px;	
	margin-top:5px;
	margin-bottom:5px;
}

#cuerpoNotaHome p{
	margin-bottom:5px;
}

.ajax-loading {
	background: url(ajax-loader.gif) no-repeat center;
}
#barraControles {
	 background-image:url(fondoBarraControles.jpg);
	 background-repeat:no-repeat;
	 margin-bottom:10px;
	 height:25px;
}

#auto {
	font-size:10px;
	color:#999999;
	height:10px;
	float:right;
	margin-top:7px;
	margin-bottom:8px;
	margin-right:10px;	
}

#noti1 {
	width:21px;
	height:13px;
	margin-top:8px;
	margin-bottom:7px;
	margin-right:5px;	
	float:right;
}

.noti1_normal{
	background-image:url(uno_normal.jpg);
	background-repeat:no-repeat;	
}
.noti1_sel{
	background-image:url(uno_selec.jpg);
	background-repeat:no-repeat;		
}

#noti2 {
	width:21px;
	height:13px;
	margin-top:8px;
	margin-bottom:7px;
	margin-right:5px;	
	float:right;	
}

.noti2_normal{
	background-image:url(dos_normal.jpg);
	background-repeat:no-repeat;	
}
.noti2_sel{
	background-image:url(dos_selec.jpg);
	background-repeat:no-repeat;		
}

#noti3 {
	width:21px;
	height:13px;
	margin-top:8px;
	margin-bottom:7px;
	margin-right:5px;	
	float:right;	
}

.noti3_normal{
	background-image:url(tres_normal.jpg);
	background-repeat:no-repeat;	
}
.noti3_sel{
	background-image:url(tres_selec.jpg);
	background-repeat:no-repeat;		
}


#cargadorAjax {
	height:25px;
	width:25px;
	float:right;
}

/*.btnPlayPause {
	height:16px;
	width:16px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}*/

#iniciar{
	height:13px;
	width:21px;
	float:left;
	margin-top:5px;
	margin-left:5px;		
}

#parar{
	height:13px;
	width:21px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}

.iniciar_on {
	background-image:url(iniciar.jpg);
	background-repeat:no-repeat;
}
.iniciar_off {
	background-image:url(iniciar_off.jpg);
	background-repeat:no-repeat;
}

.parar_on{
	background-image:url(parar.jpg);
	background-repeat:no-repeat;
}
.parar_off{
	background-image:url(parar_off.jpg);
	background-repeat:no-repeat;
}

