/* CSS Document */
#contenedor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(bitmaps/bk.gif) left 17px no-repeat;
/*	border:1px solid red;*/
	height:500px;
}
#izq{
	float:left;
	width:473px;
/*	border:1px solid blue;*/
}
	#izq h1{
		background:url(bitmaps/logo.gif) left top no-repeat;
		height:103px;
		text-indent:-9999px;
		margin:0 0 0 38px;
	}
	#izq p{
		width:349px;
		margin:0 0 0 38px;
	}
		#info{
			background:url(bitmaps/bk_info.gif) left top no-repeat;
			height:290px;
			margin-left:5px;
			margin-top:20px;
		/*	border:1px solid red;*/
		}
			#info span.agilidad{
				background:url(bitmaps/mas_agilidad.gif) left center no-repeat;
				text-indent:-9999px;
				display:block;
				height:30px;
				margin-left:25px;
				padding-top:10px;
			}
			#info span.rapidez{
				background:url(bitmaps/mayor_rapidez.gif) left center no-repeat;
				text-indent:-9999px;
				display:block;
				height:30px;
				margin:0 0 0px 25px;
				padding-top:10px;
			}
			#info h3{
				text-indent:-9999px;
				background:url(bitmaps/cajas_multiservicios.gif) left top no-repeat;
				margin-left:25px;
				margin-bottom:10px;
			}
			#info ul{
				list-style-image:none;
				list-style:none;
			}
			#info ul li{
				list-style-image:url(bitmaps/tick.gif);
				line-height:20px;
			}
#derecha{
	width:261px;
	float:right;
}

	#derecha a{
		margin-top:380px;
		background:url(bitmaps/bton_sucursales.gif) center top no-repeat;
		height:52px;
		display:block;
		text-indent:-9999px;
	}
	#derecha a:hover{
		background:url(bitmaps/bton_sucursales.gif) center bottom no-repeat;
	}
	
/*SUCURSALES*/
#contenedor_sucu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
#contenedor_sucu h1{
		background:url(bitmaps/logo_sucursales.gif) center top no-repeat;
		height:58px;
		text-indent:-9999px;
		margin:0;
}
#sucursales{
	background:url(bitmaps/bk_sucursales.gif) left top no-repeat;
	height:740px;
}
	#sucursales span.direcciones{
		background:url(bitmaps/direcciones.gif) left center no-repeat;
		text-indent:-9999px;
		display:block;
		height:30px;
		margin:0 0 0px 25px;
		padding-top:10px;
	}
	h2{
		margin: 5px 0 5px 5px;
		color: #666;
		font-size: 14px;
		font-weight: bold;
	}
	h3{
		margin: 5px 0 5px 5px;
		color: #f60;
		font-size: 12px;
		font-weight: bold;
	}
	#sucursales ul{
		list-style-image:none;
		list-style:none;
	}
		#sucursales ul li{
			list-style-image:url(bitmaps/bullet.gif);
			line-height:18px;
			margin-left: 18px;
			color:#666666;
		}
.primera{
	float:left;
}
.segunda{
	float:right;
	margin-right:10px;
}
.mitad{
	width:48%;
}
.titulo_supercaja {
	width:460px;
	height:120px;
	border:1px dotted #CCC;
	margin:10px auto;
	padding:0;
	}
.titulo_supercaja ul.tipo_transaccion {
	margin:0 0 0 30px;
	list-style-image:none;
	list-style:none;
	}
.titulo_supercaja ul.tipo_transaccion li {
	list-style-image:url(bitmaps/bullet.gif);
	line-height:18px;
	margin-left: 18px;
	color:#666666;
	}
/*---------------------- agregar horarios-------------------------*/

#abajo{
	border-top: 1px dashed #E4E4E4;
	padding:10px 0;
	width:740px;
	margin-top:15px;
}

#abajo h2{
	background:url(bitmaps/horarios.gif) left center no-repeat;
	text-indent:-9999px;
	display:block;
	height:30px;
	margin:0 0 0px 23px;
	padding-top:10px;
}

#abajo h3{
	margin-left: 23px;
}

#abajo ul{
	list-style-image:none;
	list-style:none;
	margin-top:10px;
}

#abajo li{
	padding:5px 0;
	list-style-image:url(bitmaps/bullet.gif);
	margin-left: 35px;
	color:#666666;
}