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

h1 {
	color: #243038;
	font-size: 30px;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {
	
	font-size: 22px;
	margin: .3em 0 ;
	color: #847E71;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: 2px solid #E5C20A;
}
h3 {
	font-size: 18px;
	margin: 0;
	color: #222;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	margin: 0;
	color: #6E766F;
	text-transform:uppercase;
	font-weight:bold;
}
p {
	padding:0px;
	color: #444;
	margin: 5px 0 0 0;
	
}

a {
	color: #E5C20A;
}

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

a:hover{
	opacity: 0.7;
}

.table_cuotas {
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:8px;
	font-size:14px;
	margin:10px auto;
	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:8px;
	border: solid thin #cccccc;
	background-color: #ffffff;
	box-shadow:0px 0px 9px #999;
	-webkit-box-shadow:0px 0px 9px #999;
	-moz-box-shadow:0px 0px 9px #999;
	-webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	margin: 8px;
	text-align:center;	
}
.mapa{
	padding:8px; 
	background-color: #dddddd;
	box-shadow:0px 0px 5px #555555; 
	-webkit-box-shadow:0px 0px 5px #555555; 
	-moz-box-shadow:0px 0px 5px #555555;
	moz-border-radius: 8px;
	border-radius: 8px; 
	border:2px solid #4E559B; 
}

.border {
	border: 2px #CCC solid;
	display:inline-block;
	padding:15px;
	margin:0px 5px 5px 0px;
	height: 80px;
	vertical-align:top; 
	position:relative;
	}
	
	.iconos-large {
	font-size: 2em;
	vertical-align:middle;
	}
		
	.iconos-large:link, .iconos-large:visited {
	color:#FFF;}
	
	img{
		max-width:100%;
		border:0px;
	}
		.border_logo {
	border: 2px #CCC solid;
	display:inline-block;
	padding:15px;
	margin:0px 5px 5px 0px;
	height: 80px;
	vertical-align:middle; 
	position:relative;
	}
	
	.border_logo img{
		  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding:10px;
  box-sizing:border-box;
	}
	
	  
#mensaje {
color: #9F6000;
background-color: #FEEFB3;
border-radius:5px;
 margin: 20px;

}