/*ESTILOS PARA SACAR LOS BANNERS*/
#base_banners{
	position:relative;
	clear:both;
	width:230px;
	height:auto;
	margin:5px 0 0 5px;
	padding-left:5px;
	overflow:hidden;
	text-align:center;
}

	ul.fijos{
		list-style-type:none;
		text-align:center;
	}
		ul.fijos li{
			display:block;
			position:relative;
			float:left;			
			margin:0 auto;
			text-align:center;
			margin-bottom:15px;
		}
			ul.fijos li img{
				border:0;
				margin:0 auto;
			}
			ul.fijos li a{
					position:relative;
					margin-left:10px;
					font-weight:bold;
					color:#FFFFFF;				
					display:block;
					float:left;
			}
			ul.fijos li a:hover{
				border:1px solid #CCCCCC;
			}
	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;
			}
#BannersIzq{
	position:relative;
	clear:both;
	width:230px;
	height:auto;
	margin:5px 0 0 9px;
	padding-left:5px;
	overflow:hidden;
	text-align:center;
}			
