/* 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;
	}
	
a.pagos {
	color:#F00;
	text-decoration:none;
}
	
/*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:700px;
	padding-top:10px;
	margin-top:20px;
}
	#sucursales span.direcciones{
		background:url(bitmaps/direcciones.gif) left center no-repeat;
		text-indent:-9999px;
		display:block;
		height:30px;
		margin:10px 0 0px 95px;
		padding-top:10px;
	}
	h2{
		margin: 15px 0 10px 0;
		color: #FF0000;
		font-size: 16px;
		font-weight: bold;
		text-align:center;
		font-size:13px;
	}
	h3{
		margin: 10px 0 5px 75px;
		/*color: #f60;*/ /*-----cambio color 2011-----*/
		color:#ff0000;
		font-size: 12px;
		font-weight: bold;
	}
	#sucursales ul{
		list-style-image:none;
		list-style:none;
	}
	
#sucursales .titulo_supercaja ul.tipo_transaccion li {
	list-style-image:url(bitmaps/bullet.gif);
	line-height:18px;
	margin-left: 14px;
	color:#666666;
	display:inline;
	}

		#sucursales ul  li{
			list-style-image:url(bitmaps/bullet.gif);
			line-height:18px;
			margin-left: 85px;
			color:#666666;
		}
		
.primera{
	float:left;
	margin-left:25px;
}
.segunda{
	float:right;
	margin-right:20px;
}
.mitad{
	width:45%;
}
.titulo_supercaja {
	width:920px;
	height:100px;
	border:1px dotted #CCC;
	margin:10px auto;
	padding:0;
	}
.titulo_supercaja ul.tipo_transaccion {
	margin:0 40px 0 40px;
	font-size:11px;
	list-style-image:none;
	list-style:none;
	text-align:center;
	}
	

/*---------------------- agregar horarios-------------------------*/

#abajo{
	border-top: 1px dashed #E4E4E4;
	padding:10px 0;
	width:940px;
	margin-top:25px;
}

#abajo h2{
	background:url(bitmaps/horarios.gif) left center no-repeat;
	text-indent:-9999px;
	display:block;
	height:30px;
	margin:10px 0 0px 100px;
	padding-top:10px;
}

#abajo h3{
	margin-left: 100px;
}

#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: 110px;
	color:#666666;
}
.hrs {
	color: #f00;
}


<!--acordeon-->

#cont_tab{
	width:650px;
	}


dl { 
	margin: 20px auto; 
	width:650px;
	}

dt { 
	background:url(bitmaps/bg_suc.gif) left bottom repeat-x;
	color: #283235; 
	border-bottom: 1px solid white; 
	padding: 5px 5px 10px 5px; 
	cursor: pointer; 
	font-weight:bold;
	font-size:13px;
	}
dt:hover {
		background:url(bitmaps/bg_suc.gif) left bottom repeat-x;
		color:red;
		}
dd { 
	border-bottom: 1px solid white; 
	padding: 5px;
	margin:0;
	}

.selected { 
	background:url(bitmaps/bg_suc.gif) left bottom repeat-x;
	font-weight:bold;
	color:red;
	}

.faq{
	list-style:none;
	list-style-image:none;
	margin-bottom:8px;
	}

.subtitulo {
	font-weight:bold;
	}

#cont_tab .lsucursales{
	color:#343f42;
	background:none;
	}
#cont_tab .lsucursales li{
	color:#343f42;
	list-style:url(bitmaps/bull_suc.gif);
	}
.hrs {
	color: #f00;
	float:right;
}







