/* CSS Document */
	@charset "utf-8";
	

h1 {
	color: #680E3A;
	font-size: 30px !important;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {
	
	font-size: 22px important;
	margin: .5em 0 1em 0;
	color: #83777D;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: 2px solid #754169;
}
h3 {
	font-size: 18px;
	margin: .2em 1em;
	color: #83777D;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	margin: 10px 0 0 0;
	color: #83777D;
	text-transform:uppercase;
	font-weight:bold;
}
p {
	padding:0px;
	color: #444;
	margin: 5px 0 0 0;
	
}

a {
	color: #680E3A;
}

a:link, a:visited {
	text-decoration:none;
	/*color:#98316D;*/
	font-weight:bold;
}

a:hover{
	opacity: 0.7;
}

.table_cuotas {
	padding:12px;
	background-color: #ffffff;
	box-shadow:0px 0px 12px #CCC;
	-webkit-box-shadow:0px 0px 12px #CCC;
	-moz-box-shadow:0px 0px 12px #CCC;
	box-sizing:border-box;
	margin: 10px 0 20px 0;
	font-size:14px;
	line-height:normal;
	border-spacing: 2px;
	

}

.table_cuotas td{
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.peq {
	font-size: 9px;
	text-align: justify;
	border-top: 1px solid #D8D8D8;
	color:#666;
	line-height:normal;
}

img {
	border: 0;
	
}


li {
	list-style-type:none;
	}
.imagenes {
	padding:12px;
	background-color: #ffffff;
	box-shadow:0px 0px 12px #CCC;
	-webkit-box-shadow:0px 0px 12px #CCC;
	-moz-box-shadow:0px 0px 12px #CCC;
	box-sizing:border-box;
	margin:20px 0 20px 0;
}

.mapa{
	padding:12px;
	background-color: #ffffff;
	box-shadow:0px 0px 12px #CCC;
	-webkit-box-shadow:0px 0px 12px #CCC;
	-moz-box-shadow:0px 0px 12px #CCC;
	box-sizing:border-box;
	margin:20px 0 20px 0;
}

.border {
	border: 2px #CCC solid;
	display:inline-block;
	padding:15px;
	margin:0px 5px 5px 0px;
	height: 80px;
	vertical-align:top; }
	
	.iconos-large {
	font-size: 2em;
	vertical-align:middle;
	}
		
	.iconos-large:link, .iconos-large:visited {
	color:#FFF;}
	
	img{
		max-width:100%;
		border:0px;
	}