/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.

*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */


@import 'https://fonts.googleapis.com/css?family=Roboto';

@font-face {
	font-family: 'Helvetica Neue';
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue.eot'); /* IE9 Compat Modes */
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/HelveticaNeue/woff/HelveticaNeue.woff') format('woff'), /* Modern Browsers */
		url('fonts/HelveticaNeue/ttf/HelveticaNeue.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/HelveticaNeue/svg/HelveticaNeue.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue-Light.eot'); /* IE9 Compat Modes */
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/HelveticaNeue/woff/HelveticaNeue-Light.woff') format('woff'), /* Modern Browsers */
		url('fonts/HelveticaNeue/ttf/HelveticaNeue-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/HelveticaNeue/svg/HelveticaNeue-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue UltraLight';
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue-UltraLight.eot'); /* IE9 Compat Modes */
	src: url('fonts/HelveticaNeue/eot/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/HelveticaNeue/woff/HelveticaNeue-UltraLight.woff') format('woff'), /* Modern Browsers */
		url('fonts/HelveticaNeue/ttf/HelveticaNeue-UltraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/HelveticaNeue/svg/HelveticaNeue-UltraLight.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 100;
	font-style: normal;
}
/*
@font-face {
font-family: 'NobileRegular';
src: url('fonts/nobile/nobile-webfont.eot');
src: url('fonts/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/nobile/nobile-webfont.woff') format('woff'),
url('fonts/nobile/nobile-webfont.ttf') format('truetype'),
url('fonts/nobile/nobile-webfont.svg#NobileRegular') format('svg');
font-weight: normal;
font-style: normal;

}*/
@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('fonts/titillium/TitilliumText22L003-webfont.eot');
	src: url('fonts/titillium/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium/TitilliumText22L003-webfont.woff') format('woff'),
		url('fonts/titillium/TitilliumText22L003-webfont.ttf') format('truetype'),
		url('fonts/titillium/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'TitilliumText22LMedium';
	src: url('fonts/titillium/TitilliumText22L004-webfont.eot');
	src: url('fonts/titillium/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium/TitilliumText22L004-webfont.woff') format('woff'),
		url('fonts/titillium/TitilliumText22L004-webfont.ttf') format('truetype'),
		url('fonts/titillium/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
	font-weight: normal;
	font-style: normal;

}


/*

@font-face {
font-family: 'Helvetica Neue UltraLight Italic';
src: url('fonts/HelveticaNeue/eot/HelveticaNeue-UltraLightItalic.eot'); /* IE9 Compat Modes * /
src: url('fonts/HelveticaNeue/eot/HelveticaNeue-UltraLightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 * /
url('fonts/HelveticaNeue/woff/HelveticaNeue-UltraLightItalic.woff') format('woff'), /* Modern Browsers * /
url('fonts/HelveticaNeue/ttf/HelveticaNeue-UltraLightItalic.ttf')  format('truetype'), /* Safari, Android, iOS * /
url('fonts/HelveticaNeue/svg/HelveticaNeue-UltraLightItalic.svg#svgFontName') format('svg'); /* Legacy iOS * /
font-weight: normal;
font-style: normal;
}*/

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

*, *:focus,a, a:hover, a:active, a:focus  {
	outline: 0;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	margin: 1em 0;
	padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
	resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

















/* ==========================================================================
Helper classes
========================================================================== */

/*
* Image replacement
*/

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
		/* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	* Don't show links for images, or javascript/internal links
	*/

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

body{
	background-color:#1d1c1b;
	color:#ddd;
	background:url('/img/BG.png') #1d1c1b;
	font-family: 'Helvetica Neue UltraLight','Helvetica Neue Light','Helvetica Neue',Geneva;

	/*rgb(33,27,30) - #211b1e*/
	letter-spacing: 1px;

}

h1, h2, h3, h4, h5, h6{margin:0;padding:0} 


h1{
	font-size:27px;
}
.video-js{
	text-align:Center;
	margin:auto;
}

.center{

	text-align:Center;
	margin:auto;
}


#container{
	width:1024px;
	margin:auto;
}
#menu_superior_fixed{
	position:static;
	width:1024px;
	margin:auto;
	/*     height: 130px;*/

}

#menu_superior{
	float:right;
	/*width:460px;*/  /*500px*/
	/*height:0px*/


}
#menu_superior img{
	vertical-align: top;
}

.video_column_left{
	float:left;
	width:200px;
}

.video_column_right{
	float:left;
	width:770px;
	max-width: 770px;
	padding-left: 30px;
}



#body{
	/*margin-top:40px;	*/
}

.menu_superior_boton{
	float:left;
	margin-left:4px;
	position:relative;
}

.menu_top_boton_icon{
	/*position:absolute;
	top:-87px;
	left:0px;
	*/
}

#login_box{
	text-align:center;
	margin-top:80px;
	width:350px;
	margin:auto;

}

#header .logo{
	margin-top:20px;
	float:left;
	z-index: 100000000000;
}


#login_box select{
	max-width: 275px;	
	background:#ccc;
	color:#000;
	border-radius:4px;
	height: 35px;
}

#login_box input[type=text],
#login_box input[type=password],
#login_box textarea{



	background-color:#4a4949;
	text-align:center;
	border:0;
	height:39px;
	line-height:39px;
	width:186px;
	padding:0;
	margin:auto;

	margin-left:0;margin-right:0;
	border-collapse: collapse;
	border-spacing: 0px;
	space:0px;
	/****************/

	background:#ccc;
	width:330px;
	/*color:#1fbbff;*/
	color:#000;
	border-radius:4px;
}
input[type=text], input[type=password],textarea{ 
	background:#ccc;
	width:230px;
	border:0;
	height:39px;
	line-height:39px;
	border-radius:4px;
	color:#000;
	padding:5px;
	border-collapse: collapse;
	border-spacing: 0px;

	padding: 10px;
}



#login_box input[type=button], a.button, #login_button{
	/*background-color:#837d0f;*/


	background-color:rgba(80,103,132,0.8);

	background-color:rgba(80,127,169,0.8);


	background:#1fbbff;
	border-radius:4px;

	text-align:center;
	border:0;
	width:146px;
	padding:0;
	height:39px;
	line-height:39px;
	color:#fff;
	margin:auto;
	margin-top:10px;
	position:relative;
	/*left:-2px;*/
	font-size:17px;

	margin-left:0;margin-right:0;
	border-collapse: collapse;
	border-spacing: 0px;
	space:0px	;
}
#login_box input[type=button]:hover, a.button:hover{
	background-color:rgba(80,127,169,1);
}

a.button{
	display:block;
	margin:auto;
	left:0px;
}

#login_box h2{
	font-size:33px;
}

#register_box{

	font-family:"Helvetica Neue";

	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-weight: 100;
	letter-spacing: 0.05em;

}

.menu_item_categoria{
	/*font-family:"Helvetica Neue";*/
	margin:auto;
	text-align:center;
	font-size:23px;
	color:#fff;

	width:620px;
	margin:auto;

	/*height:70px;
	line-height:70px;	*/

	border-radius:8px;
	opacity: 1;
	filter: alpha(opacity=70);
	margin-top:14px;
	margin-bottom:14px;
	padding:20px 0px 20px 0px;
}

.menu_item_categoria a, .menu_item_subcategoria a{
	display:block;
	/*height:100%;*/
	width:100%;
	text-decoration:none;
	color:#fff;
}

.menu_item_subcategoria{
	/* font-family:"Helvetica Neue"; */
	margin:auto;
	text-align:center;
	font-size:25px;
	color:#fff;

	width:770px;
	margin:auto;

	height:70px;
	line-height:70px;
	border-radius:8px;

	margin-top:4px;
	margin-bottom:4px;
}

.menu_item_subcategoria:hover, .menu_item_categoria:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	cursor:pointer;
}
.menu_item_blue{
	background-color:#1fbbff;
}
.menu_item_green{
	background-color:#62785e;
}
.menu_item_red{
	background-color:#88443f;

}


.menu_item_categoria.menu_item_categoria_free_course, .menu_item_categoria_free_course{
	background: #000;
	line-height: 70px;
	min-height:70px;
	height:70px;
	box-shadow: inset 0px 0px 31px #555;
	font-size: 30px;
	font-family: 'Helvetica Neue Light';
}


a{
	color:inherit;
	text-decoration: none;
}


input.error{
	border: 1px solid red !important;
}

.error{
	color:red;      
	margin:auto;
	padding:10px;
}

.caja_mensaje{
	margin-bottom:25px;
}

.button_blue,.button_green, .blue_button{
	border-radius:4px;
	padding:10px 40px 10px 40px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light";
	color:#fff;
	background-color:#1fbbff;
	opacity:0.9;
	border: 0;
}

.button_blue:hover{
	opacity:1;
}

.button_green{
	display:inline-block;
	width:200px;
	padding:0;
	padding-top:7px;
	padding-bottom:7px;
	text-align:Center;
	font-size:18px;
}

.button_green{
	background-color:#576d48;

	background-color:#1fbbff;

	background-color:#00566A;

}



.button_green_activo{
	opacity:1;
}
.button_green_activo:hover{
	opacity:0.7;
}

.button_green_inactivo{
	opacity:0.7;
}
.button_green_inactivo:hover{
	opacity:1;
}

.menu_top_boton{
	opacity:0.7;
}

.menu_top_boton:hover{
	opacity:1;
}


.checkout_box{

	background-color:#d2d2d1;
	width:534px;
	border-radius:12px;
	padding:30px 60px 20px 60px;
	color:#333;
	margin:auto;
	text-align:left;
	margin-bottom:30px;

}


.checkout_cell{
	background-color:#fff;
	color:#000;
	border-radius:6px;
	margin: 10px;
	box-shadow:inset 0px 2px 5px #666;
	padding:5px;

}


.checkout_box table{
	border-spacing: 10px;
	border-collapse: separate;
}

.checkout_cell_course{
	width:350px;
	padding-left:15px;
}

.checkout_cell_price{
	width:100px;
	text-align:right;
	padding-right:15px;
}

.checkout_cell_full{
	text-align:right;
	padding-right:15px;
}

#translation_text p{
	margin-left:40px;
}


.menu_videos ul, .menu_videos ul li ul{
	list-style-type:none;
	padding-left: 0px;
}

.menu_videos ul li{
	text-overflow: ellipsis;
}

.menu_videos ul li ul{
	border-left: 1px solid white;
	margin-left: 20px;
	padding-left:20px;
	line-height: 25px;
	display:none;
}

.menu_videos ul{
	line-height: 35px;
}

.menu_videos{
	/*height: 400px;
	overflow-y: scroll;*/

	/*opacity: 0.05;*/
	padding-left:5px;
	position:relative;
	padding:20px;
	padding-top:5px;
	border-radius:12px;
	width:400px;
	z-index:10001;


	width:200px;

}


.menu_videos > ul, .menu_videos > .titulo_curso{
	/*margin-top:40px;*/
	background:#1d1c1b;
	opacity:0.3;
}
/*
.menu_videos:hover{
opacity:1;
}*/



.menu_videos_container{
	/*overflow:hidden;*/
}

.blurry_text{
	text-shadow: 0px 0px 10px #fff;
	color:transparent;
	box-shadow: 10px 0px 15px -10px #ccc inset;
	overflow:hidden;
}

#information_pane, #linea{
	background-color:#000;
	min-height:50px;border-radius:8px;width:720px;color:#fff;text-align:center;
	line-height: 35px;
	margin:auto;opacity:0.7;
	margin-top:0px;  
	padding:0px 10px 0px 10px;
	position:relative;
}

#video_buttons{
	margin-top:10px;
	margin-top:0px;
}

#saber_mas{
	line-height: 130%;
	width: 60%;
	margin: auto;
	/*text-align: left;*/
	margin-top: 20px;
	padding-bottom: 20px;
}









.menu_item_dashboard{
	font-family:"Helvetica Neue";
	margin:auto;
	text-align:center;

	color:#fff;

	width:772px;
	margin:auto;


	/*height:70px;
	line-height:70px;	*/

	border-radius:8px;
	/*opacity: .7;*/
	/*filter: alpha(opacity=70);*/

	font-size:42px;
	height:152px;
	line-height:152px;
	margin-top:14px;
	margin-bottom:14px;
	padding:20px 0px 20px 0px;

	position:relative;
	font-weight:bold;
	cursor:pointer;
}

.menu_item_dashboard_green{
	background-color:rgba(136,194,126,0.7);
}
.menu_item_dashboard_green:hover{
	background-color:rgba(136,194,126,1);
}

.menu_item_dashboard_blue{
	background-color:rgba(109,217,218,0.7);
}
.menu_item_dashboard_blue:hover{
	background-color:rgba(109,217,218,1);
}

.menu_item_dashboard_icon{
	position:absolute;
	top:25px;
	left:30px;
}

.menu_item_cuadrado_container{
	width:772px;
	margin:auto;
}


.menu_item_cuadrado{
	font-family:"Helvetica Neue";

	text-align:center;
	color:#fff;
	width:124px;
	height:124px;
	padding:0;
	padding-top:15px;
	height:109px;
	float:left;
	margin-right:5px;


	/*line-height:125px;*/

	border-radius:8px;
	font-size:16px;
	margin-top:0px;
	margin-bottom:14px;

	position:relative;

	cursor:pointer;

	background:#915351;
	line-height: 300%;
}

.menu_item_cuadrado_tutorial{
	background-color:rgba(145,83,81,0.7);
}

.menu_item_cuadrado_tutorial:hover{
	background-color:rgba(145,83,81,1);
}


.menu_item_cuadrado_sales{
	background-color:rgba(80,103,132,0.7);     
}
.menu_item_cuadrado_sales:hover{
	background-color:rgba(80,103,132,1);
}
.menu_item_cuadrado_contact{
	background-color:rgba(75,47,74,0.7);
}
.menu_item_cuadrado_contact:hover{

	background-color:rgba(75,47,74,1);
	;
}

.menu_item_cuadrado_news{
	background-color:rgba(80,103,132,0.3);
}
.menu_item_cuadrado_news:hover{

	background-color:rgba(80,103,132,1);
}
.menu_item_cuadrado_settings{
	background-color:rgba(244,139,3,0.7);
}
.menu_item_cuadrado_settings:hover{
	background-color:rgba(244,139,3,1);
}
.menu_item_cuadrado_logout{
	background-color:rgba(50,135,240,0.7);
}
.menu_item_cuadrado_logout:hover{
	background-color:rgba(50,135,240,1);
}


.icono_dashboard_box{
	height: 65px;
	width: 100%;
	margin: auto;
}
/*
-#88c27e
-#6dd9da
-915351
-506784
-506784
-f48b03
-4b2f4a
-3287f0
*/


.menu_videos{
	background:none;
}
.menu_videos ul, .menu_videos ul li ul{
	margin:0;
	padding:0;
	border:0px
}

.menu_videos > ul > li > a{
	display:block;
	width:90%;
	color:#fff;

	background-color:#00566A;

	background-color:#1fbbff;

	background-color:#2DBAE1;

	text-align:left;
	padding-left:10%;
	font-size:13px;
	margin-bottom:5px;
	line-height:120%;
	padding-top:5px;
	padding-bottom:5px;

}

.menu_videos > ul > li > ul> li > a{
	display:block;
	width:90%;
	padding-left:10%;
	color:#fff;
	/*background-color:#009CC8;*/
	text-align:left;
	margin-bottom:3px;
	font-size:13px;
	border-bottom: 1px solid #00566A;
}

.menu_videos > ul > li > ul> li >  ul > li >a{
	/*display:block;*/
	/*width:100%;*/
	margin-left:15px
}
.menu_videos > ul > li > ul> li >  ul > li{
	margin-bottom:3px;
	/*border-bottom: 1px solid #00566A;*/
}

.menu_videos > ul > li > ul> li > ul > li >a{
	font-size:13px;
	margin-left:40px;
}

.menu_videos > ul > li > ul> li >  ul > li >a:before{
	content:"  ";
}

.enlace_seccion{
	text-align:left;
}


.cuadradito_verde{
	float:right;
	width:20px;
	height:20px;
	/*background-color:green;*/
	background-image: url('/img/check_yes_ok.png');
	background-repeat:no-repeat;

	background-position: center center;
	background-size: 20px;


}

.cuadradito_azul{
	float:right;
	width:20px;
	height:20px;
	/*background-color:red;*/
	background-image: url('/img/check_yes_current.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}


.cuadradito_rojo{
	float:right;
	width:20px;
	height:20px;
	/*background-color:red;*/
	background-image: url('/img/check_yes_still.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}

.cuadradito_yellow{
	float:right;
	width:20px;
	height:20px;

	background-image: url('/img/info_icon_25.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;

	cursor:pointer;
}


.shadow, .blocked_shadow{
	/*background-color: #000;*/
	/*opacity: 0.6;*/
	background: rgba(0,0,0,0.6);
	display: none;
	height: 100%;
	left: 0;

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10009;
}

.blocked_shadow{
	z-index: 10008;
}

.popup > div{
	padding:35px;
}

.popup > .popup_header{
	padding: 10px;
}

.popup{
	display:none;
	position:absolute;
	top:100px;
	left:30%;
	height:auto;

	width:40%;
	background-color:#fff;
	/*border:1px #cccccc solid;*/
	color:#333;
	padding:0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index:10010;
}

.menu_superior_pestanya{
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	display:block;
	padding:10px;
	padding-top:8px;
	font-size:14px;
	padding-right:0;
	padding-left:0;
	width:72px;
	text-align:center;
}

.menu_superior_pestanya_selected{
	width:72px;
}


/*
.menu_superior_pestanya_dashboard{
background-color:rgba(80,103,132,0.7);


}

.menu_superior_pestanya_dashboard:hover{
background-color:rgba(80,103,132,1)

}

.menu_superior_pestanya_buy{
background-color:rgba(109,217,218,0.7);
}

.menu_superior_pestanya_buy:hover{
background-color:rgba(109,217,218,1);
}

.menu_superior_pestanya_method{
background-color:rgba(164,165,63,0.7);
}

.menu_superior_pestanya_method:hover{
background-color:rgba(164,165,63,1);
}


.menu_superior_pestanya_biz{
background-color:rgba(127,159,122,0.7);
}

.menu_superior_pestanya_biz:hover{
background-color:rgba(127,159,122,1);
}

.menu_superior_pestanya_topics{
background-color:rgba(243,107,99,0.7);
}

.menu_superior_pestanya_topics:hover{
background-color:rgba(243,107,99,1);
}

.menu_superior_pestanya_daytoday{
background-color:rgba(31,187,249,0.7);
}

.menu_superior_pestanya_daytoday:hover{
background-color:rgba(31,187,249,1);
}
*/
.menu_top_boton_icon{
	max-width: 55px;

}


.label_puntuacion{

	width: 155px;
	display: inline-block;
}

.vjs-default-skin .vjs-big-play-button{
	display:none;
}


#persiana{
	width:60%;
	margin:auto;
	position:absolute;;
	top:-30px;
	left:20%;
	background-color:#ccc;
	color:#000;
	text-align:center;
}

#copyright{
	color:#555;
	font-sie:12px;
}


#all_footer{
	margin-top:100px;
}
#footer_language{

}

#footer{
	text-align:center;
	margin-top: 0px;
	padding: 20px 0px 20px 0px;

	padding:0;

}
#footer a{
	color:#ddd;
}


.left{
	text-align:left;
	float:left;
}
.right{
	text-align:right;
	float:right;
}
._80{
	width:80%;
	border:0;
	padding:0;
	margin:0;
}
._20{
	width:20%;
	border:0;
	border:0;
	padding:0;
	margin:0;
}
._70{
	width:70%;
	border:0;
	border:0;
	padding:0;
	margin:0;
}
._30{
	width:30%;
	border:0;
	border:0;
	padding:0;
	margin:0;
}

._50{
	width:50%;
	border:0;
	border:0;
	padding:0;
	margin:0;
}


#body.centered, #footer.centered, #all_footer.centered{
	width: 700px;
	margin: auto;
}



.blue{
	color:#1fbbff;
}


.more_button{
	background: white;
	background: wheat;
	background: white;
	color: #000;
	border-radius: 6px;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	box-shadow: inset 0px 0px 5px #000;
}


input{
	background: #eee;
}















/*// NEW STYLES//*/

.button_blue{

	min-width: 47px;
	display: inline-block;
	font-size: 17px;
	border-radius: 3px;
	padding: 5px 40px 5px 40px;
}


.landing_titles{
	font-size:54px;
	font-family:"Helvetica Neue UltraLight";
	text-align:left;
	letter-spacing: 3px;
}

.align_left{
	text-align:left;
}

.align_right{
	text-align:right;
}




.color_business, .color_business_inactive:hover{
	background: #212F35;
	/*rgb(8, 80, 117)*/
}

.color_business_inactive{
	background: rgba(8, 80, 117,0.8);
}

.color_day_to_day, .color_day_to_day_inactive:hover, .color_day, .color_day inactive:hover{
	background: #D0905B;
	/*rgb(208, 144, 91)*/
}

.color_day_to_day_inactive, .color_day_inactive{
	/*background: #D0905B;*/
	background:rgba(208, 144, 91,0.8);
}

.color_topics, .color_topics_inactive:hover, .color_demo, .color_demo_inactive:hover{
	background:#FF6947;
	/*rgb(255, 105, 71)*/
}

.color_topics_inactive{
	background:rgba(255, 105, 71,0.8);
}




.color_dashboard, .color_dashboard_inactive:hover{
	/*background: rgb(255,72,100);*/
	background: rgb(255,105,71);

}
.color_dashboard_inactive{
	background: rgb(155,65,45);
}

.color_tutorial, .color_tutorial_inactive:hover{
	background: rgb(208,144,91);
}
.color_tutorial_inactive{
	background: rgb(95,67,43);
}

.color_courses, .color_courses_inactive:hover{
	background: rgb(10,144,212);
}

.color_courses_inactive{
	background: rgb(8,80,117);
}

.color_cart, .color_cart_inactive:hover{
	background: rgb(42,63,97);
}
.color_cart_inactive{
	background: rgb(22,38,54);
}

.color_login, .color_login_inactive:hover{
	background: rgb(142,143,143);
}
.color_login_inactive{
	background: rgb(49,46,47);
}


.color_blue_nativox{
	background: rgb(66,185,228);
}

.color_black_nativox{
	background: rgb(29,26,27);
}

.color_white_nativox{
	background: rgb(255,255,255);
}



.warning{

	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	padding: 15px;


	margin-bottom: 32px;
	border: 1px solid transparent;
	border-radius: 4px;


	margin-top: 41px;

	width:400px;
	margin:auto;
	text-align:center;      
}

.warning a{
	color :#000;
	font-weight:700;

	text-decoration:underline;
}


form a, .link_terms{
	text-decoration:underline;
}


#cookie_warning{
	display:none;
	position:fixed;
	bottom:10px;
	left:10px;
	padding:10px;
	padding-top:5px;
	padding-bottom:2px;
	background-color: #f7f7f7;
	border-radius:5px;
	border: 1px solid #ddd;
	width:600px;
	color:#000;
	font-size:13px;
	line-height: 120%;
}


#body.centered, #footer.centered, #all_footer.centered{

	margin: auto;

	width: 780px;
}


.landing_cursos .titulo_curso{
	display: block;
	padding: 17px 14px 16px 14px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	margin: 4px 0px 4px 0px;
	width: 401px;
	font-size: 18px;
}

.pricing_cell_header{
	font-size:38px;
	padding-bottom:5px;
	padding-top:10px;
}




/* SUPER Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	#container{
		width: 560px;
		margin:auto;
	}

	#body.centered, #footer.centered, #all_footer.centered{
		width: 560px;
	}

	#youtube_landing{
		width:400px;
		height:275px;
	}

	.icono_curso{
		width:200px;
	}


	.landing_cursos .titulo_curso{
		width: 323px;

		padding: 11px 14px 10px 14px;
	}

	.pricing_cell_header{
		font-size: 35px;
	}
}

/* Extra small devices (phones, less than 768px) */
@media (min-width: 481px) and (max-width: 767px) { 	
	#container{
		width: 560px;
		margin:auto;
	}

	#body.centered, #footer.centered, #all_footer.centered{
		width: 560px;
	}

	#youtube_landing{
		width:400px;
		height:275px;
	}

	.icono_curso{
		width:200px;
	}


	.landing_cursos .titulo_curso{
		width: 323px;

		padding: 11px 14px 10px 14px;
	}

	.pricing_cell_header{
		font-size: 35px;
	}

}









#popup_garantias a{
	text-decoration:underline;
	font-family: 'Helvetica Neue Light','Helvetica Neue',Geneva;
}

#card{
	font-family: 'Helvetica Neue Light','Helvetica Neue',Geneva;
}

ul#consejos li{
	margin-top:15px;
}


.input_error{
	border:red;
	color:#a94442;
	background-color: #f2dede;
	border-color: #ebccd1;

}



















body{
	font-family: "Helvetica Neue Light";
	background: #F2F3F3;
	color:#333;


	font-size: 16px;
	font-family:"TitilliumText22LMedium";
	font-family:"Roboto", sans-serif;

}
p, #body{
	line-height: 28px;
}
#header{
	background:#000;

	background: #1d1c1b;
}

#menu_superior_fixed{
	position:fixed;

	padding-bottom: 10px;
	/*background: url('/img/BG.png') #1d1c1b;*/
	z-index: 9999;
	box-shadow: 0px 4px 8px #1d1c1b;
	background: #000;
	background: #1d1c1b;
}


.icons_nativox{
	margin-top:20px;	
}


.icons_nativox img{

	max-width:220px;	
}



#header{
	width:100%;
	color:#fff;
	/*background: url('/img/BG.png') #1d1c1b;*/

	/*position: fixed;*/
	position:static;

	top:0px;
}
#menu_superior_fixed{
	position:static;	
	box-shadow:none;
	padding-bottom: 0px;
}
#header .logo {
	margin-top:0px;

}
#header .logo a img{
	display:block;
	visibility:visible;
	width:100px;


	width: 60px;

}

#menu_superior{
	position:relative;
	top:40px;
}

.menu_superior_boton .menu_superior_pestanya{
	border-radius:2px;
}
#header .claim{
	padding-left:0px;
	padding-top:15px;
	color:#eee;
}
footer{
	width:100%;
	color:#fff;
	background: url('/img/BG.png') #1d1c1b;
	padding-top:20px;

	margin-top:50px;
}


#container{
	margin-top:100px;	
	background:#fff;
	border-radius:4px;
	padding-top:20px;
}



#menu_superior {
	float: right;
	/*	width: 485px;		*/
}
.menu_superior_boton .menu_superior_pestanya {
	border-radius: 2px;
	/*line-height: 322%;*/
	line-height: 115%;
}
.menu_superior_pestanya {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	padding: 10px;
	padding-top: 8px;
	font-size: 14px;
	padding-right: 0;
	padding-left: 0;
	/*width: 76px;
	width: 79px;*/
	width: 90px;
	text-align: center;
}
.logo.claim div{
	font-size:22px;	
}
#menu_superior {
	position: relative;
	top: 25px;
 
	top: 4px;
	padding: 3px 0px;
}
#header .logo a img {
	display: block;
	visibility: visible;
	width: 93px;
	width: 45px;
	padding: 2px 0px 3px 0px;
}


.menu_superior_boton{
	margin:0;	
}
.menu_superior_boton .menu_superior_pestanya {
	border-radius:0;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	margin-right:0px;
	color:#fff;
}

.testimonial{
	padding:20px;
	border:1px solid #ccc;
	background:#f7f7f7;
}

body{
	background:#EBEEF1;

	background: #fff;
 
}
#container{
	background:none;
}
#container .landing_titles{
	line-height:100%;	
}

.grey_box{
	background:#E4E6E9;
	padding:40px;
	margin:auto;
}


.landing_titles{
	color:rgb(8,80,117);
}

video{
	box-shadow: 0px 0px 5px #000;
	border-radius: 1px;
}

.listado_categorias ul li a{
	text-decoration:underline;
}


/*para wo*/

#content footer{
	background: none;
}




/* NEW HOME PAGE*/



.gradient_black{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}


















@media (max-width: 480px) { 



	body,footer{
		width: 580px;
	}
	#body.centered, #footer.centered, #all_footer.centered {
		width: 500px;
	}
	.icono_curso {
		width: 144px;
		top:5px;
		position: relative;
	}
	.cover-text{
		width: 480px;
	}
	#nativox_video, #nativox_video video{
		width:auto;
		height:auto;
		max-width:300px;
	}
	#linea_canvas,#information_pane, #linea{
		max-width:300px;
		height:100px;
	}	
	.cover-text h1{
		font-size:37px;
	}
	#menu_superior {
		position: absolute;
		right: 0px;
	}
	#linea_canvas{
		height: auto;
	}


	#container{
		width: 480px;
		/* margin:auto; */
	}
	.video_column_left{
		width:200px
	}

	.video_column_right{
		width:500px;
	}

	#menu_superior_fixed{
		width:auto;
	}
	.menu_superior_boton{
		float:none;
	}
	#header,#menu_superior_fixed{
		max-height: 100px;
	}
	.logo.claim{
		display: none;
	}


	#header{
		position:fixed;
	}

}

@media (min-width: 481px) and (max-width: 767px) { 

	body,footer{
		width: 767px;
	}
	#body.centered, #footer.centered, #all_footer.centered {
		width:560px;
	}
	.home_cover{
		width: 767px;
	}





	#container{
		width: 767px;
		/* margin:auto; */
	}
	.video_column_left{
		width:200px
	}

	.video_column_right{
		width:500px;
	}

	#menu_superior_fixed{
		width:auto;
	}
	.menu_superior_boton{
		float:none;
	}
	#header,#menu_superior_fixed{
		max-height: 100px;
	}
}








/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 979px) {
	#container{
		width: 768px;
		margin:auto;
	}



	#youtube_landing{
		width:680px;
		height:415px;
	}

	#menu_superior_fixed{
		width:auto;
	}

}

/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#container{
		width: 1024px;
		margin:auto;
	}
}


































