/* CSS Document */

	@charset "utf-8";

	

.z-tabs {
	color:#FFF ;
	margin-bottom:100px !important;
	
	}


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


h2{
	font-size: 20px;
	margin: 15px 0 0 0;
	color: #444;
	text-transform: uppercase;

	
}

h3{

	font-size: 18px;
	margin: 10px 0 0 0;
	color: #444;
	text-transform:uppercase;
	font-weight:bold;

}

h4{
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #FFF;
	text-transform:uppercase;
	font-weight:bold;

}


a{
	color:#0E80AB;
}

.girado {
	transform: rotate(-90deg);
}

a:link {

	text-decoration:none;
	/*color:#98316D;*/
	font-weight:bold;

}

a:visited {
	text-decoration:none;

	/*color:#98316D;*/

}

a:hover{
	opacity: 0.7;	

	/*color:#297D9F;*/

}

.table_cuotas {
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:8px;
	font-size:14px;
	line-height:normal;
	color:#444;
	

}

.table_cuotas td{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#444;
}

.table {
	
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:8px;
	font-size:14px;
	line-height:normal;
	color:#444;
}

.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;
	}


li {
	list-style-type:none;
	}

.imagenes {
	padding:8px;
	background-color: #fff;
	box-shadow:0px 0px 9px #333;
	-webkit-box-shadow:0px 0px 9px #333;
	-moz-box-shadow:0px 0px 9px #333;
	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: 2px;
	border-radius: 2px; 
	border:2px solid #4E559B; 

}
