/******* ESTILOS *******/

.contentint .seccion_mantenimiento{
	width:319px;
	height:309px;
	margin:0 auto 0 auto;
}
.valores2{
	margin-top:10px;
	width:504px;
}
.valores2 ul li{
	list-style-image:url(../images/bullet.jpg);
	list-style:url(../images/bullet.jpg);
}
.valores2 a{
	color:#005d51;
	text-decoration:none!important;
	font-size:11px;
}
.valores2 a:hover{
	text-decoration:underline!important;
}
.valores2 .contenido{
	background-image:url(../images/bg_texto.jpg);
	width:474px;
	padding:5px 15px 5px 15px;
}
.valores2 .contenido .datos{
	width:300px;
	margin:0 auto;
	line-height:15px;
}
.footer_cuadros{
	background-image:url(../images/partebaja.jpg);
	width:504px;
	height:19px;
}
.valores2 .contenido .porque{
	width:450px;
	margin:0 auto;
	text-align:justify;
}

/******* Acordion *******/

/*Vertical Accordions*/

.accordion_toggle {
	display: block;
	/*background-image:url(../images/t_sucursales_hsbc.jpg);*/
	width:504px;
	/*padding: 0 10px 0 10px;*/
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 15px;
	color: #033328;
	font-weight:bold;
	/*border-bottom: 1px solid #cde99f;*/
	cursor: pointer;
	margin: 0 0 0 0;
	
}
.accordion_toggle_active {
	color: #009900;
	/*border-bottom: 1px solid #033328;*/
}
.accordion_content {
	/*background-color: #ffffff;*/
	background-image:url(../images/bg_texto.jpg);
	width:504px;
	color: #454545;
	overflow: hidden;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/* Container styling*/

#horizontal_container {
margin: 20px auto 20px auto;
width: 680px;   
height: 100px;    
}
#vertical_nested_container {
margin: 20px auto 20px auto;
width: 620px;
}
