@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
		
}	

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
	
	
	
/* Loading */

.loading #page-wrapper {opacity: 0; }
.loading:before  { content: 'CARGANDO'; display: block; margin: 100px 0 0; text-align: center; color: #2F2F2F; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
			
	
	
/* body */

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
	
	body.background  {
		color: #fff;
		background: #222629;
	}


/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/*	rotate-90 */

.rotate-90
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
 
  position: relative;
}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
		min-height: 400px;
	}
	

	@media screen and (min-width: 1280px) {		
		.container {
			width:90%;
			max-width: 1200px;
		}
		
		.container.style1 {
			min-width: 1200px;	
		}
	}

	@media screen and (max-width: 1280px) {
		.container {width: 100%;}
	}

	@media screen and (max-width: 840px) {
		.container {
			width: 95% !important;
		}
	}


	@media screen and (max-width: 480px) {
		.container {width: 100% !important;}
	}

	



/* container2 */

	.container2 {
		margin:auto;
		padding:auto;
	}

	@media screen and (min-width: 1280px) {
		.container2 {
			width:90%;
			max-width: 1400px;
		}

	}

	@media screen and (max-width: 1280px) {
		.container2 {width: 95%;}

	}

	@media screen and (max-width: 840px) {
		.container2 {
			width: 95% !important;
			padding: 0 15px 0 15px;
		}
	}
	
	
	@media screen and (max-width: 480px) {
		.container2 {width: 100% !important;}

	}
		

/* Row */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		min-width: 430px;	
		margin-right:-2em;
		margin-top:0;
	}
	
	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0;
		margin:0;
	}

	

/* Basic */

	
	body {
		background: #f7f7f7 url("images/bg01.png");
		background: #fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 19pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #888;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 19pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #888;
	}
	


	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		color: #3F3F3F;;/*#37c0fb;*/
		text-decoration: none;
		
	}
		a.default {
			text-decoration: underline;
		}
		
		a.listas{
			color: #3F3F3F;
			padding:3em;
		
		}
		a:hover {
			color: rgba(170,0,40,1.00);
			border-bottom-color: transparent;
		}
		
		a.underline {
			text-decoration:underline;	
		}


	p, ul, ol, dl {
		margin-bottom: 2em;
	}

	
	p {
		text-align:justify;
		padding-bottom:1em;
	}
	
		p.intro {		
			text-align:justify;
			color: #333;		
		}
		
		p.list {
			margin:0;
			padding:0;	
		}

	.iframe_videos{
		height:315px;
		width:560px;
		min-width:400px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		color: #666;
		line-height: 1.5em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

		h1 a strong, h2 a strong, h3 a strong, h4 a strong, h5 a strong, h6 a strong {
			color: #333;
		}

	h1 {
		font-weight: 500;
	}

	h2 {
		font-size: 2em;
		letter-spacing: -1px;
	}	
		h2.title {
			margin-bottom:1.5em;	
		}

		h2.alt {
			color: #888;
		}

			h2.alt strong {
				color: #666;
			}

	h3 {
		text-align:left;
		font-size: 1.5em;
	}
	
		h3.title{
			margin-bottom:1em;
		}
	

	
	strong, b {
		font-weight: 600;
		color: #666;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	ol, ul {
		list-style: none;
	}
	
	li.videos {
		padding-bottom: 2em;
		width:100%;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	.label {
		color: inherit;
		line-height: 1.75em;
		margin: 0.5em 0 0.5em 0;
		font-size:1em;
		font-weight:bold;
	}

	
	br.clear {
		clear: both;
	}


/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #a0a0a0;
		border-radius: 5px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #446657;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	

	::-webkit-input-placeholder {
		color: #999;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	:-ms-input-placeholder {
		color: #999;
	}

	.formerize-placeholder {
		color: #999;		
	}


/* Image */
	
	.image {
		border: 0;
		display: inline-block;
		position: relative;
		border-radius: 5px;
	}

		.image img {
			display: block;
			border-radius: 5px;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
			position: relative;
			top: 0.25em;
		}

			.image.left img {
				display: block;
				width: 100%;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}


/* square */
			
	.square{
		width:300px;
		height:300px;
	}
	
	.square_title{
		height:2em;
		width:250px;
		text-align:center;
		margin:0;
		padding:0;
		
	}
	
	.square_img{
		border-radius: 2% 2%; /* Borde redondeado */
		box-shadow: 0px 0px 10px #000; /* Sombra */
		margin:0px;
		padding:0px;
	}


	.square_box{
		width:290px;
		border-radius: 2% 2%; /* Borde redondeado */
		box-shadow: 0px 0px 5px #999; /* Sombra */
		margin:0 2.9em 2.9em 0;
		padding:10px;
		line-height: 1.3em;
				
	}
	
		.square_box_title{
			height:3em;
			margin-top: 0.5em;	
		}
		
		.square_box_text{
			text-align:justify;
			font-size: 18px;
			line-height: 1.5em;
			margin: 1em 0.5em 1em 0.5em;
			height:5em;
		}
		
		.square_box_image{
			border: solid 1px #ddd;
			margin-top:0.2em;
					
		}


/* Icon */

	.icon {
		text-decoration: none;
		position: relative;	
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			text-align: center;
			cursor: default;
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 0 0 2em 0;
		}

			.icon.major:before {
				font-size: 36px;
			}


/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
		text-align:left;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: inside;
		padding-left: 1em;
		text-align:left;
	  	padding-top: 1em;

	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.links li {
		line-height: 2.5em;
		font-size: 20px;
	}

	ul.icons {
		cursor: default;
		height:90px;

	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 1.5em;			
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li a, ul.icons li span {
				font-size: 2em;
				border: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}


/* Tables */


	table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 1.5em;	
	}
	
	table, th, td {
		border: 1px solid #7D7D7D;
	}
	
	th 	{
		padding: 0.5em;
		font-weight: bold;
		vertical-align:middle;
	}
	
	td {
		padding: 0.5em;
		text-align: center;	
		vertical-align: middle;
	}
	
		td.content_justify {
			text-align: justify;	
		}
		
		td.content_left {
			text-align: left;
			padding-left:1em;
		}
	

		

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-color: #37c0fb;
		border-radius: 5px;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		padding: 0 1.5em;
		line-height: 2em;
		min-width: 9em;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		letter-spacing: 0em;
		width:100%;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #50c8fb;
			color: #fff !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: #fff;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #555555;
			color: #fff;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #626262;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #484848;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}


/* Box */

	.box.highlight {
		text-align: left;
	}

	.box.post {
		position: relative;
		margin: 0 0 2em 0;
	}

		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}

		.box.post .inner {
			margin-left: calc(30% + 2em);
		}

			.box.post .inner > :last-child {
				margin-bottom: 0;
			}

		.box.post .image {
			width: 30%;
			margin: 0;
		}


/* Header */

	#header {
		text-align: center;
		padding: 1.3em 0 0 0;
		background-color: #fff;
	    background-image: url("images/bg02.png"), url("images/bg02.png"), url("images/bg01.png"),url("images/logoupb.png");
		background-position: top left,					top left,					top,   top right;
		background-size: 100% 6em,					100% 6em,					auto,  auto;
		background-repeat: no-repeat,					no-repeat,					repeat, no-repeat;
	}

		#header h1 {
			padding: 0 0 1em 0;
			margin: 0;
		}

			#header h1 a {
				font-size: 1.5em;
				letter-spacing: -0.025em;
				border: 0;
			}



/* nav */

	#nav {
		text-align: center;
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url("images/bg01.png");
		padding: 0;
	}

		#nav:after {
			content: '';
			display: block;
			width: 100%;
			height: 0.75em;
			background-color: rgba(170,0,40,1.00);/*#446657;  #37c0fb;*/
			background-image: url("images/bg01.png");
		}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				position: relative;
				display: inline-block;
				margin-left: 1em;
			}

				#nav > ul > li a {
					color: #c0c0c0;
					text-decoration: none;
					border: 0;
					display: block;
					padding: 0.75em 0.5em 0.75em 0.5em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li:hover a {
					color: #fff;
				}

				#nav > ul > li.current {
					font-weight: 600;
				}

					#nav > ul > li.current:before {
						-moz-transform: rotateZ(45deg);
						-webkit-transform: rotateZ(45deg);
						-ms-transform: rotateZ(45deg);
						transform: rotateZ(45deg);
						width: 0.75em;
						height: 0.75em;
						content: '';
						display: block;
						position: absolute;
						bottom: -0.5em;
						left: 50%;
						margin-left: -0.375em;
						background-color: rgba(170,0,40,1.00);/*#446657; /*#37c0fb;*/
						background-image: url("images/bg01.png");
					}

					#nav > ul > li.current a {
						color: #fff;
					}

				#nav > ul > li.active a {
					color: #fff;
				}

				#nav > ul > li.active.current:before {
					opacity: 0;
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		background-color: #333;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0)), url("images/bg01.png");
		border-radius: 5px;
		color: #fff;
		min-width: 10em;
		padding: 1em 0;
		text-align: center;
		box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
	}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1.1em 0 1em;
		}

			.dropotron > li > a {
				color: #c0c0c0;
				text-decoration: none;
				border: 0;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: #fff;
			}

		.dropotron.level-0 {
			border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding-top: 0;
			margin-top: -1px;
		}

		
/* flex-nav	*/

	.flex-nav-container {
		float: left;
		padding: 0 3em 3em 3em;
		width: 50%;
		position: relative;
	}
	
	.flex-nav-text {
		float: left;
		padding: 0 0 0 3em;
		width: 50%;
		position: relative;
	}



/* Wrapper */

	.wrapper {
		padding: 5em 0 3em 5em;
	}
	
		.wrapper.style0 {
			background: #fff;
			margin:0;
			padding: 1em 1em 2em 1em;
		}

		.wrapper.style1 {
			background: #fff;
			margin-left:0;
			padding:3em 3em 0 3em;
			width:100%;
		}
		
		.wrapper.style2 {
			background: #fff;
			margin-top:2em;
			margin-bottom: 3em;
			padding:2em;
			width:100%;
		}
				

		
		
/* header2 */

	#header2 {
		position:fixed;
		bottom: 0;
		top:180px;
		left: 0;
		width: 25%;
		height: auto;
		color: #fff;
		background: #222629 url("images/overlay.png");
		box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
		text-align: left;
		margin: 0 0 2em 0;
	}
	
		
		header2 > p {
			margin: 1em 0 0 0;
		}


/* nav2 */

	#nav2 ul li a {
		display: block;
		padding: 0.5em 1.5em 0.5em 1.5em;
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		outline: 0;
		border: 0;
		-moz-transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		transition: none;
	}

		#nav2 ul li a span {
			position: relative;
			display: block;
			font-size: 0.8em;
			line-height: 1.6em;
		}

			#nav2 ul li a span:before {
				position: absolute;
				left: 0;
				color: #41484c;
				text-align: center;
				width: 1.25em;
				line-height: 1.75em;
			}

		#nav2 ul li a.active {
			background: rgba(0, 0, 0, 0.15);
			box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
			color: #fff;
		}

			#nav2 ul li a.active span:before {
				color: #e27689;
			}



/* Footer */

	#footer {
		text-align: center;
		background-color: #efefef;
		padding: 0em 0 0.1em 0;
		color:#494949;		
	}

		#footer a {
			color: inherit;
			border-bottom-color: rgba(71, 71, 71, 0.25);
		}

			#footer a:hover {
				color: #37c0fb;
				border-bottom-color: transparent;
			}

		#footer .container {
			margin-bottom: 4em;
		}

		#footer .icons {
			text-align: center;
			margin: 0;
		}

			#footer .icons a {
				color: #999;
			}

				#footer .icons a:hover {
					color: #474747;
				}

		#footer .copyright {
			color: #494943;
			margin-top: 1.5em;
			text-align: center;
			font-size: 0.9em;
			
		}
		
		



/* Main */

	#main {
		position:inherit;
		color:#333;
		
	}

		#main > section {
			position:inherit;
			margin: 0;
			overflow: hidden;
			padding: 4em;
			box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
			text-align: center;
			background-color: #FFF;
		}
		
		
		

/* Web full */

	@media screen and (min-width: 1280px) {

	

		/* Basic */

			body, input, textarea, select {
				font-size: 17pt;
			}
			
			p.intro{
				margin-top:0;
				font-size: 22px;
				font-weight: 300;
				line-height: 1.5em;
			}	

		/* header2 */

			#header2 {
				width: 300px;
			}

		/* footer */

			#footer {
				font-size:18px;
			}

			.footer_left_sidebar {
				margin-left: 300px;
			}

		/* Main */

			#main {
				margin-left: 300px;
			}

			#main > section {
				padding: 3em 0;
			}

			#main section.cover {
				padding: 5em 0;
			}
			
		/* flex-nav-container		*/

			.flex-nav-container {
				float: left;
				padding: 0;
				width: 100%;
				position: relative;
			}
		
		
		/* nav-col */
		
			.nav-col {
				float: left;
				padding: 0 1em 3em 1em;
				width: 50%;
				position: relative;
				height: 21em;
			}	
					
	
	}



/* Web reducida */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 1280px) {
			

		/* Basic */
	
			html, body {
				overflow-x: hidden;
			}
	
			body, input, select, textarea {
				font-size: 15pt;
				line-height: 1.5em;
			}

	
			p.intro{
				font-size: 22px;
				font-weight: 300;
				line-height: 1.9em;
			}
			
			h2.title {
				padding-top:40px;		
				
			}
						
			.wrapper.style2 {
				padding: 2em;
				position:relative;
				margin-top:1em;				
	
			}
			

			#logo {
				display:none;
			}
			
			#nav {
				width:100%;
				padding:0;
				margin-top:0px;	
			}
			
			
		/* container2 */
				
			.container2 {
				padding: 0 2em 0 2em;
			}
			
				

		/* footer */
	
			#footer {
				font-size:17px;
			}
		
			.footer_left_sidebar {
				margin-left: 0;
				margin-top:-2px;
			}


		/* Main */

			#main {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				margin-left: 0;
			}

				#main > section {
					padding: 3em 0;
				}

				#main section.cover {
					padding: 4em 0;
				}


		/* flex-nav-container		*/

			.flex-nav-container {
				float:none;
				padding: 0;
				width: 80%;	
				position:relative;
				margin: 0 10% 0 10%;		
			}
		
		/* nav -col */
		
			.nav-col {			
			    float:none;
				padding: 0 1em 0 1em;
				width: 100%;						
			}	
		
		
		/* header */

			#header{
				margin:0px;
				padding:0px;
				
			}
			
			#header2 {
				
				display:none;
			}
						

	/* Off-Canvas Navigation */


			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px;								
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;				
				background-color: #fff;
				background-image: url("images/bg02.png"), url("images/bg02.png"), url("images/bg01.png");
				background-position: top left,					top left,					top ;
				background-size: 100% 6em,					100% 6em,					auto;
				background-repeat: no-repeat,					no-repeat,					repeat;
				height: 65px;
				line-height: 44px;
				box-shadow: 0 7px 0 0 #333; /*Cambiar color del borde del titulo para tablet y mobile*/

			}

				#titleBar .title {
					display: block;
					position: relative;
					top:50%;
					margin-top: -25px;
					font-weight: 300;	/*Cambiar el grosor del titulo*/
					text-align: center;
					color: #333;
					z-index: 1;
					font-size:28px;
				}

					#titleBar .title em {
						font-style: normal;
						font-weight: 300;
					}

				#titleBar .toggle {
					text-decoration: none;
					border: 0;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 80px;
					z-index: 2;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#titleBar .toggle:before {
						content: '\f0c9';
						display: block;
						height: 44px;
						text-align: center;
						width: 44px;
						color: #333;
						opacity: 0.5;
						position:relative;
						top:50%;
						margin-top:-22px;
					}

					#titleBar .toggle:active:before {
						opacity: 0.75;
					}

			#navPanel {
				background-color: #1f1f1f;
				box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);
				background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
			}

				#navPanel .link {
					border-bottom: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: #888;
					display: block;
					height: 48px;
					line-height: 48px;
					padding: 0 1em 0 1em;
					text-decoration: none;
					font-size: 16px;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #fff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 4em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 5em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
				
			
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
			


	}

	
	
/* Tablet */

	@media screen and (max-width: 840px) {
				
		
		/* Basic */

			html, body {
				overflow-x: hidden;
				min-width:480px;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}

			#titleBar .title {
				font-weight: 300;
			}		

			h1, h2, h3, h4, h5, h6 {
				margin-bottom: 0.5em;
			}
												
			
			h2.title {
				padding-top:40px;		
				margin-bottom:1em;					
			}
			
					
			p.intro{
				font-size: 20px;
				font-weight: 300;
				line-height:1.4em;		
			}

		/* iframe_videos */
					
			.iframe_videos{
				width:440px;
				height:248px;
			}



		/* Lists */

			ul.menu li {
				border: 0;
				padding: 0;
				margin: 0;
				display: block;
				line-height: 1.9em;
			}
			

		/* Box */

			.box.highlight {
				text-align: left;
				position: relative;
				padding-left: 7em;
			}

				.box.highlight i {
					position: absolute;
					margin: 0;
					left: 0;
					top: 0.25em;
				}

			.box.post .inner {
				margin-left: calc(20% + 2em);
			}

			.box.post .image {
				width: 20%;
			}


		/* Header */

			#header{
				margin:0px;
				padding:0px;
				
			}

			header p {
				margin-top: -0.75em;
			}
			
			#header2 {
				display:none;	
			}

			

		/* logo */

			#logo {
				display:none;
			}
			

		/* nav */			
			
			#nav {
				width:100%;
				padding:0;
				margin-top:-20px;	
			}
				
			
		/* flex-nav-container */
			
			.flex-nav-container {
				float:none;
				padding: 0;
				width: 100%;
				margin:0;		
			}
		
		/* nav-col */
			
			.nav-col {			
			   float:none;
				padding: 0;
				width: 100%;
						
			}	
		
		/*square_box*/
			
			.square_box {
				margin: 3em 0 0 3em;
				float:left;
			}
			
			.square_box_title{
				font-size:20px;
			}
				
					
		/* Footer */

			#footer {
				text-align: center;
			}



		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px;								
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background-color: #FFF;
				background-image: url("images/bg02.png"), url("images/bg02.png"), url("images/bg01.png");
				background-position: top left,					top left,					top ;
				background-size: 100% 6em,					100% 6em,					auto;
				background-repeat: no-repeat,					no-repeat,					repeat;		
				height: 44px;
				line-height: 44px;
/*				box-shadow: 0 4px 0 0 rgba(170,0,40,1.00); /*Cambiar color del borde del titulo para tablet y mobile*/
				box-shadow: 0 4px 0 0 #333; /*Cambiar color del borde del titulo para tablet y mobile*/
				min-width:480px;

			}

				#titleBar .title {
					display: block;
					position: relative;
					font-weight: 400;	/*Cambiar el grosor del titulo*/
					text-align: center;
					color: #333;
					z-index: 1;
					font-size:18px;
					top:50%;
					margin-top:-22px;
				}

					#titleBar .title em {
						font-style: normal;
						font-weight: 300;
					}

				#titleBar .toggle {
					text-decoration: none;
					border: 0;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 80px;
					z-index: 2;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#titleBar .toggle:before {
						content: '\f0c9';
						display: block;
						height: 44px;
						text-align: center;
						width: 44px;
						color: #333;
						opacity: 0.5;
						position:relative;
						top:50%;
						margin-top:-30px;
					}

					#titleBar .toggle:active:before {
						opacity: 0.75;
					}

			#navPanel {
				background-color: #1f1f1f;
				box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);
				background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				background-image: linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
			}

				#navPanel .link {
					border-bottom: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: #888;
					display: block;
					height: 48px;
					line-height: 48px;
					padding: 0 1em 0 1em;
					text-decoration: none;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #fff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 4em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 5em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
				
			
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
		

		/* Main */

			#main > section {
				padding: 2em 0;
			}

			#main section.cover {
				padding: 4em 0em;
			}

				#main section.cover header2 {
					padding: 0 1em;
				}

	}
	




/* Mobile */
	
	@media screen and (max-width: 480px) {
		
		.square{
			margin-left:3em;
			height:250px;	
		}
		
		.square_box{
			margin-left:4.5em;	
		}				
		
	}
		

.clear {
	clear:both;	
}