#slider{
	position:relative;
	padding:0px;
	width:705px;
	height:290px;
	margin:0px auto 10px auto;
	padding:0px;
	
}

.slider-titulo{
font-size:1.5em;
text-align:right;
height:40px;
line-height:40px;
border:1px solid #fbb966;
width:100%;
background:url(imagenes/barra2.png);
}

.slider-titulo a:link{margin:0px 15px;color:white;}
.slider-titulo a:visited{margin:0px 15px;color:white;}
.slider-titulo a:hover{margin:0px 15px;color:white;}
.slider-titulo a:active{margin:0px 15px;color:white;}

#slider-tl{ position:absolute;top:0px;left:0px;height:6px;width:6px;background:url(imagenes/slider-tl.png);-background:url(imagenes/slider-tl.gif);font-size:1px;z-index:10}
#slider-tr{ position:absolute;top:0px;right:0px;*right:-1px;height:6px;width:6px;background:url(imagenes/slider-tr.png);-background:url(imagenes/slider-tr.gif);font-size:1px;z-index:10}
#slider-bl{ position:absolute;bottom:0px;left:0px;height:6px;width:6px;background:url(imagenes/slider-bl.png);-background:url(imagenes/slider-bl.gif);font-size:1px;z-index:10}
#navegacion{ position:absolute;bottom:40px;right:0px;*right:-1px;height:50px;padding-right:10px;font-size:1px;z-index:10}
#slider-br{ position:absolute;bottom:0px;right:0px;*right:-1px;height:6px;width:6px;background:url(imagenes/slider-br.png);-background:url(imagenes/slider-br.gif);font-size:1px;z-index:10}

#navegacion a{width:30px;height:35px;line-height:35px;display:inline-block;margin:5px;background: url(imagenes/slider-change.png) no-repeat;-background:url(imagenes/slider-change.gif) no-repeat ;color:white;font-size:20px;z-index:10}
#navegacion a.activeSlide { background: url(imagenes/slider-change-hover.png);-background: url(imagenes/slider-change-hover.gif); text-decoration:none; }

/*.slider-change{
	font-size:18px;
	cursor:pointer;
	margin:4px;
	float:right;
	width:30px;
	height:35px;
	line-height:35px;
	list-style:none;
	background: url(imagenes/slider-change.png) no-repeat;
}*/

#tri-contenedor{
	width:705px;
	/*background-color:yellow;*/
	margin:0px auto;
	clear:both;
	overflow:auto;
}

.tri-top{
	width:225px;
	padding-top:6px;
	background: url(imagenes/tri-top.png) no-repeat center top;
	float:left;
}

.tri-mid{
	width:225px;
	height:302px;
	cursor:pointer;
	background: url(imagenes/tri-mid.png) no-repeat;
}

.tri-bottom{
	width:225px;
	padding-bottom:6px;
	background: url(imagenes/tri-bottom.png) no-repeat center bottom;
}

#bi-contenedor ul{margin:0px;padding:0px;list-style:none;}
#bi-contenedor a:link{text-decoration:none;color:#888888;}
#bi-contenedor a:visited{text-decoration:none;color:#888888;}
#bi-contenedor a:hover{text-decoration:underline;color:#888888;}
#bi-contenedor a:active{text-decoration:underline;color:#888888;}

#bi-contenedor{
	width:705px;
	/*background-color:green;*/
	margin:10px auto 0px auto;
	clear:both;
	overflow:auto;
}

.bi-top{
	width:345px;
	padding-top:41px;
	background: url(imagenes/bi-top.png) no-repeat center top;
	float:left;
	position:relative;
}

.bi-mid{
	width:345px;
	background: url(imagenes/bi-mid.png) repeat-y;
}

.bi-bottom{
	width:345px;
	padding-bottom:10px;
	background: url(imagenes/bi-bottom.png) no-repeat center bottom;
}



.ultimas-noticias{
	padding:0px 10px 0px 0px;
	margin:10px 0px;
	font-size:14px;
	background:url(imagenes/list2.png) no-repeat 20px 5px; 
	text-align:left;
	padding-left:40px; 
	color:#888888;
	list-style:none;
}