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


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

h2 {
	
	font-size: 22px; 
	margin: .8em 0 .8em 0;
	color: #536574;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom: 2px solid  #8EA1B8;
}
h3 {
	font-size: 18px;
	margin: .2em 0em;
	color: #222;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	margin: 10px 0 0 0;
	color:  #8EA1B8;
	text-transform:uppercase;
	font-weight:bold;
}
h5 {
	font-size:0.83em;
	margin: 0;
	color:  #666;
	font-weight:bold;
}
p {
	padding: 0px;
	margin: 5px 0 0 0;
}

a {
	color: #009DBE;
}

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

a:hover{
	opacity: 0.7;
}

.table_cuotas {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:8px;
	font-size:14px;
	margin:10px 0;
	line-height:normal;
	

}

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

.small{
	font-size: 10px !important;
	color:#000000;
	text-transform:uppercase;
	text-wrap:suppress;
	line-height:normal;
	text-align:right;
	
}
.programa{
	font-size: 13px;
	text-wrap:suppress;
	line-height:normal;
	
}

img {
	border: 0;
	
}


li {
	list-style-type:none;
	}
	
.imagenes {
	padding:8px;
	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;
	text-align:center;
	box-sizing:border-box;	
}
.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; 
}
	
.iconos-large {
	font-size: 2em;
	vertical-align:middle;
}
		
.iconos-large:link, .iconos-large:visited {
	color:#FFF;
}

.dia{
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}
	
img{
		max-width:100%;
		border:0px;
}

hr {
		border:dotted thin #CCC;
}
