/*ESTILOS PARA SACAR LOS BANNERS*/
#base_banners{
	position:relative;
	float:left;
	width:23%;/*26%*/
	height:auto;
	margin:5px 0 0 0.5%;
	overflow:hidden;	
}
	ul.fijos{
		list-style-type:none;
	}
		ul.fijos li{			
			margin:0 auto;
			text-align:center;
			margin-bottom:10px;
		}
			ul.fijos li img{
				border:0;
				margin:0 auto;
			}
	ul.galerias{
		list-style-type:none;
	}
		ul.galerias li.separador_banners{
			width:100%;
			height:25px;
			background:url(../img/separador.jpg) top no-repeat;
		}
		ul.galerias li{
			margin:0 auto;
			text-align:center;
			margin-bottom:10px;
		}			
			ul.galerias li img{
				border:0;
				margin:0 auto;
			}
