/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body{margin-top: 0px;}
h1,h2,h3,h4,h5,h6,p,a{
	font-family: Arial;
}
p{margin: 0;}
a{text-decoration: none;}
/* Padding styles
================================================== */
.padding-all {padding: 10px;}
.padding-top {padding-top: 10px;}
.padding-bottom {padding-bottom: 10px;}
.padding-left {padding-left: 10px;}
.padding-right {padding-right: 10px;}
/* Text align styles
================================================== */
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}

.gray{color: #25292c;}
.blue{color: #1b4465;}
#header{
	width: 100%;
	background: #25292c;
	border-bottom: 4px solid #2a5b83;
}
#bg-mega-slider{width: 100%;}
#bg-welcome{width: 100%; background: #fff;}

#bg-icon-columns{
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg-icon.jpg);
	background-size: cover;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
#bg-read-more{width: 100%; background: #fff; padding-top: 40px; padding-bottom: 40px;}
#bg-video{
	width: 100%; 
	background: url(../images/imagen-video.jpg) no-repeat; 
	padding-top: 80px; 
	padding-bottom: 80px;
	background-size: cover;
}
#footer{
	width: 100%;
	background: #F0F0F0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer-2{
	width: 100%;
	background: #25292c;
	border-bottom: 4px solid #17181a;
	}
.logo{max-width: 200px;}
.register{
	margin-top: 12px;
	background: #2a5b83;
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 4px solid #1b4465;
}

.register h5{
	color: #fff;
}

.a-register{color:#2a5b83; }
.learn-more{
	width: 200px;
	margin-top: 20px;
	background: #2a5b83;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 4px solid #1b4465;
}

.learn-more h5{
	color: #fff;
}

.boton-footer{
	background: #2a5b83;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 4px solid #1b4465;
}

.boton-footer h5{
	color: #fff;
}

.icono-column{
	display: inline-block;
	width: 29%;
	vertical-align: middle;
}

.text-column{
	display: inline-block;
	width: 69%;
	vertical-align: middle;
}
.line-blue{margin: 0 auto; margin-top:35px;background:#2a5b83; width: 25%; height: 3px; }

.padding-welcome{
	padding-top: 100px;
	padding-bottom: 100px;
}

.explore{
	width: 150px;
	background: #ff7f27;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 4px solid #dd6a1b;
}
.explore h5{
	padding: 6px;
	color: #fff;

}
.explore2{
	margin-top: 12px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.explore2 h5{
	padding: 6px;
	color: #1b4465;

}
.social-icon{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.social-icon:hover{
	color: #fff;

}

ul.menu-secciones{text-align: right;}
ul.menu-secciones li{
	display: inline-block;
	padding: 15px 10px 0px 10px;
}
ul.menu-secciones li a{
	color: #fff;
	font-size: 16px;

}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	@media only screen and (min-width: 959px) and (max-width: 1200px) {
		.register{
			margin-top: 10px;
		}
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.register{
			margin-top: 7px;
			background: #2a5b83;
			padding: 7px;
			text-align: center;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border-bottom: 4px solid #1b4465;
		}
		.explore2{
			margin-top: 8px;
			text-align: center;
			background: #fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.register{
			margin-top: 0px;
			margin-bottom: 3px;
			background: #2a5b83;
			padding: 7px;
			text-align: center;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border-bottom: 4px solid #1b4465;
		}
		.boton-footer{
			margin-bottom: 20px;
		}
		ul.menu-secciones{text-align: center;}
		ul.menu-secciones li{
			display: inline-block;
			padding: 5px 10px 0px 10px;
		}
		ul.menu-secciones li a{
			color: #fff;
			font-size: 12px;

		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/************************************************************************************
Boton menu <span class="buttonextra buttonextra2">Explore</span>
<span style="background-color: #FFA500; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 4px;">Explore</span>
*************************************************************************************/


.buttonextra {
    background-color: #FFA500; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonextra1 {border-radius: 2px;}
.buttonextra2 {border-radius: 4px;}
.buttonextra3 {border-radius: 8px;}
.buttonextra4 {border-radius: 12px;}
.buttonextra5 {border-radius: 50%;}