@charset "utf-8";
/* CSS Document */


/* esta es la clase q se aplica al menu*/



nav ul ul {
	display: none;
	
	
}

	nav ul li:hover > ul {
		display: block;
		
	}
	
	
	nav ul {
	
	list-style: none;
	position: relative;
	display: block;
	margin-top:5px;
	
}
	nav ul:after {
		content: ""; clear: both; display: block;
		
		
	}
	
	nav ul li {
	float: left;
	
}
	nav ul li:hover {
		background-color: rgba(0, 65, 137, 1);
		
		
	}
		nav ul li:hover a {
			color: #fff;
			
		}
	
	nav ul li a {
		display: block;
		color: #fff; text-decoration: none;
		padding-left:22px;
		padding-right:22px;
		padding-top:10px;
		padding-bottom:10px;
	
		
	}
	
	
	nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	margin-top:-5px;
		

}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		
	}
		nav ul ul li a {
			padding: 10px 10px;
			color: #fff;
			padding-left:20px;
		padding-right:20px;
	
		}	
			nav ul ul li a:hover {
				background: #4b545f;
						
			}
			
			nav ul ul ul {
	position: absolute; left: 100%; top:0;

	
}



 /* esta la clase para elfondo de la tabla o divs*/


.fondoBLANCO {
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 8px 1px rgba(2, 2, 2, 0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(2, 2, 2, 0.2);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(2, 2, 2, 0.2);


-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;	
	
}




 /* esta la clase para la base el color*/
.base {
	
font-family:Arial, Helvetica, sans-serif;
 	color: #fff;
	font-size: 13px;
	
		background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #00438c 0%, #002b5a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#00438c), color-stop(100%,#002b5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#002b5a',GradientType=0 ); /* IE6-9 */
	}

 /* esta la clase para boton quote*/
	
	
	.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}



.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}

		body {
			max-width: 700px;
			margin: 0 auto;
		}

