@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/Opensans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/Opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Opensans/OpenSans-Regular-webfont.woff') format('woff'),
		url('/fonts/Opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('/fonts/Opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/Opensans/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/Opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Opensans/OpenSans-Semibold-webfont.woff') format('woff'),
		url('/fonts/Opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('/fonts/Opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 0.90em;
}

body {
	margin: 0px;
	overflow: hidden;
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
	/*  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;*/
}

.Header {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: black;
	color: white;
	z-index: 99;
}

.Header .MenuIcon.fa, .Header_right .fa, .Search_Box .fa{
	font-size: 1.5em;
}

.Header_right .fa-shopping-cart{
	padding-left: 4px;
}

.MenuIcon {
	width: 36px;
	cursor: pointer;
	margin-top: 10px; 
}

.Header .Header_center{
	text-align: center;
}

.Header .logo_menu{
	width: 125px;
	margin-top: 8px; 
}

.Header_right {
	/*  width: 100%;*/
	text-align: right;
	/*  //position: absolute;
	  //top: 0px;*/
	margin-top: 10px;
	float: right;
}

.Header_right > img {
	width: 26px;
	cursor: pointer;
	vertical-align: middle;
}

.Header_right > a {
	color: white;
	text-decoration: none;
}

.Header_right > a > img {
	width: 26px;
	cursor: pointer;
	vertical-align: middle;
}

.Search_Box {
	text-align: center;
	position: relative;
	top: -3px;
	background-color: black;
	padding: 10px;
	display: none;
	height: 50px;
	z-index: 99; 
}

/*.Search_Box > form {
  margin-right: 30px;
}*/

.Search_Box > form > input[type="text"] {
	width: 100%;
	height: 30px;
	border: solid 0px;
	float: left;
}

.Search_Box > form > button{
	width: 40px;
	height: 30px;
	float: right;
	background-color: white;
	cursor: pointer;
	margin-top: -30px;
	border: 0;
	padding: 0;
}

.Search_Box > form > button > img{
	width: 36px;
	/* float: right; */
	background-color: white;
	cursor: pointer;
	/* margin-top: -30px; */
	height: 30px;
}

.Container {
	/*  padding-top: 40px;*/
	overflow: auto;
}

.Menu {

	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	display: none;
	z-index: 100;
	margin-top: 40px;
}

.Menu > ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	width: 320px;
	background-color: #DCDBDB;
	cursor: pointer;
	height: 800px;
}

.Menu_Titulo {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px white;
	background-image: url(../img/triangle-icon_right.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 98%;
	cursor: pointer;
}

.Menu_Titulo.Menu_salir{
	background-image: none;
	padding-bottom: 20px;
}

.Menu_Titulo.Menu_catalogo{
	border-top: none;
	background-image: url(../img/triangle-icon_down.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 98%;
	cursor: pointer;
}

.Menu_Titulo.Menu_filtro_no_padre{
	background-image: none;
}

.Menu_Cross {
	margin-right: 7px;
	margin-top: -2px;
	float: right;
	cursor: pointer;
}

/*.Menu_Cross .fa{
	font-size: 1.5em;
}*/

.Menu_Cross > img {
	width: 14px;
}

#Submenu_catalogo_categorias{
	display:block;
}

.Menu_Submenu{
	display: none;
}

.Menu_Submenu > ul {
	list-style-type: none;
	padding-left: 0px;
	background-color: #EFEFEF;
}

.Menu_Titulo:hover {
	/*  text-decoration: underline;*/
	font-weight: 600;
}

.Menu_Submenu > ul > li {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: white;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.Menu_Titulo > a{
	text-decoration: none;
	color: black;
}

.Menu_Submenu > ul > li > a{
	text-decoration: none;
	color: black;
}

.Menu_Submenu > ul > li:hover {
	/*  text-decoration: underline;*/
	font-weight: 600;
}

.Submenu_Activo {
	background-color: lightgray;
}

.Menu_Submenu .Menu_Logout > a{
	color: darkred;
}

.Filtros {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 0px 10px gray;
	-moz-box-shadow: 2px 0px 10px gray;
	box-shadow: 2px 0px 10px gray;
	display: none;
	position: absolute;
	z-index: 1;
	margin-top: 40px;
}

.Filtros_Container{
	width: 240px;
	background-color: #EDEDED;
	padding: 10px;
	height: 565px;
}

.Filtros_Titulo {
	margin-top: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.Filtro_Check {
	color: gray;
	margin-bottom: 4px;
	cursor: pointer;
}

.Filtro_Check > img {
	width: 24px;
	float: left;
}

.Filtro_Text {
	margin-left: 34px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.Filtros_Cross {
	margin-right: 8px;
	margin-top: 7px;
	float: right;
	cursor: pointer;
}

.Filtros_Cross > img {
	width: 14px;
}

.Sections {
	background-color: #EDEDED;
	height: 54px;
	padding: 4px;
	margin-top: 40px;
}

.Sections > ul{
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	height: 40px;
}

.Sections > ul > li {
	float: left;
	width: 33.333%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.Sections > ul > li > a {
	display: block;
	height: 42px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	color: gray;
	border: 1px solid darkgray;
}

/*.Sections > ul > li > a:hover {
	color: white;
	background-color: darkgray;
}*/

#Sections_ofertas_off {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#Sections_ofertas_on {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: white;
	background-color: darkgray;
}

#Sections_recomendados_off {

}

#Sections_recomendados_on {
	color: white;
	background-color: darkgray;
}

#Sections_catalogo_off {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#Sections_catalogo_on {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: white;
	background-color: darkgray;
}

.inner_body {
	/*  z-index: 0;*/
}

.Cursos {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid lightgray;
}

.Curso {
	margin: 10px;
	padding: 10px;
	border-top: 1px solid lightgray;
	/*  -webkit-box-shadow: 0px 2px 6px gray;
	  -moz-box-shadow: 0px 2px 6px gray;
	  box-shadow: 0px 2px 6px gray;*/
}

.Curso_Left {
	width: 40%;
}

.Curso_Left > img {
	width: 100%;
	border: 1px solid darkgray;
}

.Curso_Left > a > img,
.Curso_Left > a > picture > img {
	width: 100%;
	/*  border: 1px solid darkgray;*/
}

.Curso_Right {
	position: relative;
	float: right;
	width: 58%;
	text-align: right;
}

/*.Curso_Estrellas {
  width: 96px;
  display: block;
  height: 18px;
  background-image: url(../images/stars-rating.png);
  background-repeat: no-repeat;
  background-size: 96px;
}

.Curso_Stars_Number {
  color: orange;
  font-size: 0.8em;
  float: left;
  margin-left: 100px;
  margin-top: 3px;
}*/


.financiacion-producto{
	font-size: 10px;
    color: #428bca;
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}

.estrellitasagregadas {
	min-height: 16px;
	font-size: 14px;
	color: rgb(247, 176, 0);
}

.estrellitasagregadasPortada {
	min-height: 16px;
	font-size: 14px;
	color: rgb(247, 176, 0);
	margin-left: 15px;
	display: inline;
}

.Curso_Descripcion {
	font-size: 14px;
	padding-bottom: 5px;
}

.Curso_Plazas {
	color: rgb(0, 119, 255);
	font-size: 0.8em;
}

.Curso_Precio {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(0, 119, 255);
}

.Curso_Precio del, .Curso_Precio span.precioplazos{
	color: gray;
    font-size: 12px;
}

/*.Curso_Precio span.precioplazos {
  color: gray;
    font-size: 12px;
}*/

.Cursos_VerMas {
	text-align: center;
	background-color: gray;
	color: white;
	margin: 8px;
	border: 2px solid;
	border-radius: 4px;
	padding: 14px;
	cursor: pointer;
}

.Cursos_Busqueda {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: gray;
	height: 34px;
}

.Busqueda_Seccion {
	padding-top: 6px;
}

.Busqueda_Filtrar {
	color: white;
	background-color: gray;
	border: solid 1px gray;
	width: 82px;
	text-align: center;
	padding: 4px;
	height: 32px;
	float: right;
	cursor: pointer;
}

.Comentarios_Generales {
	background-color: #F7F7F7;
	/*  //margin-left: 10px;
	  //margin-right: 10px;*/
	padding: 10px;
}

.Comentarios_Generales > p {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.Comentario {

	margin-top: 8px;
	margin-bottom: 22px;
	border-top: solid 1px rgb(202, 200, 200);
	line-height: 21px;
}

.Comentario > p {
	margin-top: 0px;
}

.Comentario_Foto {
	float: left;
	width: 80px;
}

.Comentario_Nombre {
	display: inline;
	font-weight: 600;
}

.Comentario_Stars {
	margin-left: 84px;
	width: 96px;
	display: block;
	height: 22px;
	background-image: url(../img/stars-rating.png);
	background-repeat: no-repeat;
	background-size: 96px;
}

.Footer {
	background-color: #F7F7F7;
	text-align: center;
	color: gray;
	padding-top: 10px;
}

.Footer > a {
	color: black;
	text-decoration: blink;
}

.Footer > a:hover {
	text-decoration: underline;
}

.Footer > hr {
	border: solid 1px lightgray;
}

.Telephone {
	font-weight: bold;
	background-color: lightgray;
	margin: 8px;
	border-radius: 2px;
	padding: 8px;
	cursor: pointer;
}

.Telephone > img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

/* ------------------ ficha curso ------------------ */
.Ficha {
	background-color: #EDEDED;
    margin-top: 80px;
}

.Ficha_Cabecera {
	position: fixed;
	width: 100%;
	margin-top: 40px;
	height: 40px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 6px gray;
	-moz-box-shadow: 0px 2px 6px gray;
	box-shadow: 0px 2px 6px gray;
	z-index:99;
}

.Ficha_Imagen{
	margin-top: 0px;
}

.Ficha_Imagen > img{
	width: 100%;
	/*  margin-top: 27px;*/
	/*  height: 400px;
	  margin-top: 55px;
	  background-image: url("../images/cursos/curso2.jpg");*/
	background-repeat: no-repeat;
	background-size: 100%;
}

.Ficha_Imagen_img {
	width: 100%;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.Ficha_Precio {
	width: 60%;
	height: 40px;
	padding-top: 8px;
	float: left;
	background-color: white;
	text-align: right;
}

/********* Precios curso por paises ********/

/*SP, BR, MX, PER*/
.precio {
	margin-right: 8px;
	font-size: 22px;
	font-weight: bold;
}

.precio > del {
	color: gray;
	font-size: 15px;
	font-weight: lighter;
}

/*** COLOMBIA, CHILE ***/
body.site_4 .precio, body.site_3 .precio{
	font-size: 17px;
}

body.site_4 .precio > del, body.site_3 .precio > del {
	font-size: 12px;
}

/*** ARG ***/
body.site_2 .precio {
	font-size: 16px;
}	

body.site_2 .precio > del{
	font-size: 11px;
}

body.site_2 .Ficha_Precio{
	padding-top: 16px;
}
/******************************************/
.country_BR .Ficha_CompraAhora {
	font-size: 1em;	
	padding-top: 11px;
}

.Ficha_CompraAhora {
	width: 40%;
	height: 40px;
	padding-top: 8px;
	float: left;
	color: white;
	cursor: pointer;
	font-size: 1.3em;
	text-shadow: 0px 1px 4px gray;
}

.Ficha_Titulo {
	margin: 8px 8px 8px 8px;
	font-size: 1.4em;
}

.FilaEstrellasPlazas{
	overflow: hidden;
}

.Ficha_Plazas {
	color: rgb(0, 119, 255);
	float: right;
	margin-right: 10px;
	/*  text-align: right;*/
}

.estrellitasagregadasProducto .estrellitasagregadas {
	margin-left: 8px;
	min-height: 16px;
	font-size: 17px;
	color: rgb(247, 176, 0);
	float:left;
}

.Ficha i.fa{
	display: inline;
}

/*.Ficha_Stars {
  margin-left: 6px;
  width: 112px;
  display: block;
  height: 25px;
  background-image: url(../images/stars-rating.png);
  background-repeat: no-repeat;
  background-size: 112px;
}

.Ficha_Stars_Number {
  color: orange;
  float: left;
  margin-left: 124px;
  margin-top: 3px;
}*/

.Ficha_Menu {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	color: white;
}

.Ficha_Menu  > li {
	list-style-type: none;
	margin: 1px;
	padding: 10px;
	background-color: #C2C2C2;
	background-image: url(../img/triangle-icon_right.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 98%;
	cursor: pointer;
	font-weight: bold;
}

.Ficha_Menu_Inside {
	list-style-type: none;
	padding: 0px;
	color: black;
	display: none;
}

.Ficha_Menu_Inside  > li {
	margin: 20px;
	background-repeat: no-repeat;
	background-size: 28px;
	height: 35px;
}

.Ficha_Menu_Inside a{
	text-decoration: none;
	color: #428bca;
}

/***** Formato info curso******/
.Ficha_Menu_Inside h3{
	color: #007ea7;
	font-size: 1.1em;
	font-weight: bold;
	/*	margin-left: 20px;
		margin-right: 20px;*/
	border-bottom: solid 1px lightgray;
}

.Ficha_Menu_Inside .info_curso, .Ficha_Menu_Inside .cond_curso, .Ficha_Menu_Inside .centro_curso{
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Videos dentro de la descripción del curso --> Se ajusta al ancho de la pantalla*/
.Ficha_Menu_Inside .info_curso iframe{
	width: 100%;
}

figure {
	margin: 0;
}

figure figcaption{
	display: none !important;
}

.Ficha_Menu_Inside .info_curso blockquote em{
	display: inline;
}

blockquote.left {
	float: left;
	text-align: left;
	/*margin: 10px 10px 10px 0;*/
}

blockquote {
	/*	padding: 0; 
		border: 0;*/
	font-size: 15px;
	color: black;
	max-width: 200px;
	border: 0;
	text-align: left;
	margin: 0 0 0px;
}

.comillas {
	color: #007ea7;
	font-size: 15px;
}

.despuescomillas{
	clear: both;
}

p{
	margin: 0 0 0px;
}

/**************************/

/*#Ficha_Cert {
  background-image: url(../images/flag-icon.png);
}

#Ficha_Tut {
  background-image: url(../images/tutor-icon.png);
}

#Ficha_Online {
  background-image: url(../images/arroba-icon.png);
}

#Ficha_Sec {
  background-image: url(../images/security-icon.png);
}*/

.Ficha_Menu_Inside_Icon{
	float: left;
    width: 30px;
}

.Ficha_Menu_Inside_Title {
	margin-left: 42px;
}

.Ficha_Menu_Inside_Desc {
	margin-left: 42px;
	font-size: 0.8em;
}

.Ficha_Opiniones_Titulo {
	margin: 8px 8px 24px 8px;
	font-size: 1.1em;
}

#Facebook_Comments {
	height: 200px;
	margin: 20px;
	background-color: white;
}

/* ------------------ compra ------------------ */
.ModShoppingCart .fa-bars, .ModShoppingCart .fa-search, .ModShoppingCart .fa-shopping-cart{
	display:none;
}

.ModShoppingCart #ModPage_main{
	background-color: #F7F7F7;
}

.ModShoppingCart #ModPage_main .Compra{
	margin-top: 50px;
}	

.Compra {
	background-color: #F7F7F7;
}

.Compra_Resumen {
	margin: 15px;
	padding: 5px;
	background-color: white;
	border: solid 1px lightgray;
}

.Compra_Resumen > form {
	font-size: 13px;
}

/*.Compra_Resumen > p > input {
  float: right;
  width: 34px;
  height: 26px;
  padding-left: 8px;
  color: rgb(0, 119, 255);
  border-radius: 6px;
  border-width: 0px;
  -webkit-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
  box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
}*/
.Compra_Resumen .Item_Compra_Resumen{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
    margin-right: 0px;
}

#ModCartItems div.cabecera {
	height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
}

.Compra_Resumen .Item_Compra_Resumen .ModCartItems_cantidad{ 
	width: 16%;
	padding-left: 0px;
	padding-right: 0px;
}

.Item_Compra_Resumen .col-xs-7{
	padding-right: 6px;
    padding-left: 0px;
	width: 57%;
}

.Item_Compra_Resumen .col-xs-3{
	width: 27%;
}

.ModCartItems_cantidad .form-control{
	font-size: 12px;
}

.Compra_Resumen form .form-control {
	color: rgb(0, 119, 255);
}

.Compra_Resumen .Item_Compra_Resumen .compra_resumen_precio {
	color: gray;
	font-size: 1.0em;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 0px;
	text-align: center;
}

.Item_Compra_Resumen .ModCartItemsEliminar{
	color: rgb(0, 119, 255);
}

.Compra_Resumen > h1 {
	margin: 10px 0px;
    font-size: 1.3em;
    text-align: center;
}

/*.Compra_Precio_Resumen_Total {
  margin: 38px 0px 0px 0px;
  font-size: 1.2em;
}*/

.Compra_Resumen .Compra_Precio_Total .total_texto{
	font-size: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-left: 0px;
}

.Compra_Resumen .Compra_Precio_Total .total_precio{
	font-weight: bold;
	color: black;
	text-align: right;
	padding-right: 0px;
	font-size: 19px;
}

.Compra_Resumen .impuestos {
	font-size: 0.6em;
	color: gray;
}

.ModCartItemsAnadir{
	text-align: right;
	margin-bottom: 6px;
}

.Compra_Anadir {
	font-size: 1.1em;
	color: rgb(0, 108, 155);
	/*  text-align: right;
	  margin-right: 10px;*/
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

#ModShoppingCartIdentifier .col-xs-12 h1 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 24px;
	border-bottom: solid 1px lightgray;
	padding-bottom: 4px;
}

#ModShoppingCartIdentifier .col-xs-12 h1 img {
	width: 22px;
	vertical-align: middle;
}

#ModShoppingCartIdentifier .col-xs-12 h1 .accedeCuenta{
	font-size: 11px;
}

#ModShoppingCartIdentifier .col-xs-12 h1 .accedeCuenta a{
	font-size: 11px;
	color: rgb(0, 119, 255);
}

#datos_pedido {
	width: 100%;
	text-align: left;
	margin-bottom: 28px;
}

/*.InputDatos {
  margin: 8px 12px 12px 8px;
}*/

.FormInputText {
	width: 100%;
	height: 32px;
	margin-top: 2px;
	padding-left: 4px;
	border-radius: 6px;
	border-width: 0px;
	-webkit-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
}

.FormInputCheckbox {
	width: 24px;
	height: 24px;
	margin: 0px -4px 0px 0px;
	float: right;
	border-radius: 6px;
	border-width: 0px;
	-webkit-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
}

.InputDatos > label {

}

.InputDatos > p {
	margin: 2px 0px 2px 0px;
	color: gray;
	font-size: 0.8em;
}

.FormNoYo {
	text-align: center;
	background-color: gray;
	color: white;
	margin: 8px;
	border-radius: 2px;
	padding: 8px;
	cursor: pointer;
}

#datos_pedido > h2 {
	text-align: left;
	margin-top: 24px;
	margin-left: 8px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.Compra_Resumen .col-xs-12 a{
	font-size: 0.9em;
}

.Compra_Resumen .col-xs-12{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    float: none;
}

.compra_resumen_precio_total {
	float: right;
	text-align: center;
	font-size: 1.2em;
}

.Compra_Precio_Total {
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
	color: rgb(0, 108, 155);
	text-align: right;
}

.Compra_Metodo_Pago {
	/*  height: 34px;*/
	background-color: lightgray;
	color: grey;
	font-weight: bold;
	padding: 6px 2px 2px 15px;
	cursor: pointer;
	margin-bottom: 15px;
}

.Compra_Metodo_Pago > input {
	float: right;
	margin: 10px 8px 0px 0px;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
}

.Compra_Metodo_Pago_texto {
	margin-top: 5px;
}

.Compra_Metodo_Pago_texto > img {
	width: 120px;
	vertical-align: middle;
	margin-left: 10px;
}

.recuadroInfoPayment > img {
	width: 100%;
}

.Realizar_Pago {
	color: white;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px;
	-webkit-box-shadow: 2px 2px 4px gray;
	-moz-box-shadow: 2px 2px 4px gray;
	box-shadow: 2px 2px 4px gray;
	cursor: pointer;
	margin-bottom: 15px;
}

/*.Realizar_Pago > img {
  width: 24px;
  vertical-align: middle;
  margin-right: 6px;
}*/



/*Formas de pago*/
.formas_pago_mobile .hiddenFormaPago{
	display: none;
}

.formas_pago_mobile .visibleFormaPago{
	display: block;
}

.formas_pago_mobile .datos_formas_pago{
	margin-bottom: 15px;
}

#datos_formas_pago_credit_card_tefpay .row .control-group{
	margin-bottom: 10px;
}

#credit_card_tefpay div img{
	width: 39%;
}

#datos_formas_pago_payu_credit_card .row .control-group{
	margin-bottom: 10px;
}	

#datos_formas_pago_payu_credit_card #num_cuotas, #datos_formas_pago_payu_credit_card #instalments{
	margin-bottom: 0px;
}

#datos_formas_pago_payu_pse .row .control-group{
	margin-bottom: 10px;
}

#datos_formas_pago_EBANX_Credit_Card .form-horizontal .row .control-group{
	margin-top: 10px;
}

#datos_formas_pago_EBANX_Credit_Card #ebanx_tarjeta_plazos{
	margin-top: 0px;
}

#datos_formas_pago_EBANX_Credit_Card #ebanx_tarjeta_mes, #datos_formas_pago_EBANX_Credit_Card #ebanx_tarjeta_anio{
	margin-top: 0px;
	padding-left: 13px;
}

#tarjetasebanx, #tarjetasebanx .tipo_tarjetasebanx{
	padding-left: 0px;
	padding-right: 0px;
}

#tarjetasebanx .tipo_tarjetasebanx img{
	height: 45px;
	width: 75px;
}	

#datos_formas_pago_EBANX_Pago_Efectivo #pago_efectivo, #datos_formas_pago_EBANX_Pago_Efectivo #pago_efectivo .tipo_itau{
	padding-left: 0px;
	padding-right: 0px;
}

#datos_formas_pago_EBANX_Pago_Efectivo #pago_efectivo .tipo_itau img{
	height: 45px;
	width: 60px;
}

#datos_formas_pago_EBANX_Pago_Efectivo .recuadroInfoPayment{
	padding-left: 0px;
	padding-right: 0px;
}
/************/
/*Variantes*/

#variants_option_modal .modal-body{
	padding: 15px 10px;
}

#variants_option_modal .modal-footer button{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
}
/***********/

/*Redirección Pago*/

#ModPage_main .container .contentText .centrado{
	text-align: center;
}

#redirect_form .buttonSet .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 20px;
}

/***********/
.linea-boton-pagar .checkbox{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}

.linea-boton-pagar .checkbox a{
	color: rgb(0, 119, 255);
	text-decoration: none;
}

.FormInputCheckboxPrivacidad {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border-radius: 6px;
	border-width: 0px;
	-webkit-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.5);
}

.FormInputPrivacidad {
	color: gray;
	margin-left: 24px;
	margin-right: 24px;
}

.Confirmacion {
	text-align: center;
	font-size: 1.4em;
	padding: 30% 24px 24px 24px;
}

.ConfirmacionVolver {
	color: white;
	padding: 4px;
	font-size: 0.9em;
	width: 260px;
	margin: auto;
	margin-top: 18px;
	-webkit-box-shadow: 2px 2px 4px gray;
	-moz-box-shadow: 2px 2px 4px gray;
	box-shadow: 2px 2px 4px gray;
	background-image: url(../img/triangle-icon_left.png);
	background-image: url(../img/triangle-icon_left.png), -webkit-linear-gradient(orange, rgb(255, 97, 0));
	background-image: url(../img/triangle-icon_left.png), -o-linear-gradient(orange, rgb(255, 97, 0));
	background-image: url(../img/triangle-icon_left.png), -moz-linear-gradient(orange, rgb(255, 97, 0));
	background-image: url(../img/triangle-icon_left.png), linear-gradient(orange, rgb(255, 97, 0));
	background-repeat: no-repeat;
	background-size: 25px, cover;
	background-position: 4px, 0px;
	cursor: pointer;
}

.margin_top_section {
	margin-top: 38px;
}

.very_light_gray {
	background-color: #F7F7F7;
}

.orange_gradient {
	background: -webkit-linear-gradient(orange, rgb(255, 97, 0));
	background: -o-linear-gradient(orange, rgb(255, 97, 0));
	background: -moz-linear-gradient(orange, rgb(255, 97, 0));
	background: linear-gradient(orange, rgb(255, 97, 0));
}

.inner_shadow {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/*Formularios Carrito*/
.ModShoppingCartLogado .btnNoSoyYo{
	width: 100%;
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
}

.ModShoppingCartLogado .btnNoSoyYo, .ModShoppingCartLogado .campoemailcarrito, .ModShoppingCartNoLogado input{
	margin-bottom: 10px;
}

/*.ModShoppingCartNoLogado .col-xs-10{
	padding-left: 0px;
	padding-right: 0px;
	width: 19%;
}*/

.ModShoppingCartNoLogado input.correcto{
	border-color: #3c763d;
	border-width: 2px;
}

.ModShoppingCartNoLogado #check-success{
	display: none;
	top: 25px;
	color: #3c763d;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.ModShoppingCartNoLogado .col-xs-12 .btnValidarEmail{
	width: 100%;
	height: 34px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
}

.btnTengoCupon{
	width: 100%;
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	display: inline;
}

.ModShoppingCartNoLogado .col-xs-2{
	padding-right: 0px;
	padding-left: 10px;
}

#cargandoCarrito img, #check_ok_email i{
	color: #1d9d74; 
	padding-left: 1%; 
	position: absolute;
	padding-top: 3px;
}

#datosMatriculacion .recuadrado-contenido input{
	margin-top: 5px;
	margin-bottom: 10px;
}

#datosMatriculacion .recuadrado-contenido #customers_telephone_div input{
	margin-bottom: 0px;
}

#datosMatriculacion .recuadrado-contenido #notaTelefono{
	font-size: 0.6em;
	color: gray;
	margin-bottom: 10px;
}

#check_comment{
	color: #1d9d74;
}

#comentariosPedido .comentariosPedidoTextArea{
	/*	margin-left: 15px;
		margin-right: 15px;*/
	min-height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comentariosPedido .comments_label{
	margin-bottom: 10px;
	font-weight: bold;
}

#selected_billing_zone_div select, #selected_billing_country_div select{
	margin-top: 5px;
	margin-bottom: 10px;
}
/*cupones*/
#cuponesPedido .cart_have_a_coupon{
	margin-top: 10px;
	margin-bottom: 10px;
}

#cuponesPedido .cart_have_a_coupon label{
	font-weight: bold;
}

#cupones #boton_validar{
	width: 100%;
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	display: inline;
}

#cupones input{
	margin-bottom: 10px;
}

/*********** Nuevo **************/
div#aptshop_modal, div#aptshop_modal2 {
	display: none;
}

.red_gradient{
	background: -webkit-linear-gradient(rgb(204, 141, 121), rgb(234, 32, 2));
	background: -o-linear-gradient(rgb(204, 141, 121), rgb(234, 32, 2));
	background: -moz-linear-gradient(rgb(204, 141, 121), rgb(234, 32, 2));
	background: linear-gradient(rgb(204, 141, 121), rgb(234, 32, 2));
}

/*Formato comentarios producto*/
.tituloComentariosProducto{
	text-align: left;
	font-size: 15px;
	margin-left: 13px;
	padding-bottom: 11px;
	margin-bottom: 9px;
	/*border-bottom: 1px solid silver;*/
	margin-top: 10px;
	font-weight: bold;
	margin-top: 30px;
}

.comentariosProducto .Comentario .estrellitasagregadasPortada{
	display: inline;
	margin-left: 16px;
}

.comentariosProducto .Comentario .Comentario_Nombre{
	display: inline;
	font-weight: bold;
	margin-left: 5px;
}

.comentariosProducto .Comentario .Comentario_info{
	margin-left: 16px;
	text-align: justify;
	margin-right: 16px;
}

.comentariosProducto .Comentario .Comentario_info > p{
    margin-top: 0px;
}

.comentariosProducto .Comentario .Comentario_Fecha{
	font-weight: bold;
	display: inline;
}

.ModFilter_noProducts{
	margin: 10px;
}

.ModFilter_noProducts a[href]{
	text-decoration: none;
	color: #428bca;
}
/**********************************/

.breadcrumb, .breadcrumb a, .breadcrumb li + li:before, .breadcrumb > .active {
	color: gray;
	text-decoration: none;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: -10px;
	list-style: none;
	border-radius: 4px;
	margin-top: 45px; 
}

.breadcrumb > li{
	display:inline;
}

/*No mostrar miga de pan en páginas de: producto*/
/*En la pagina principal no hace falta controlarlo. No tiene miga de pan, pero coge otroas datos de InfoExtraPortada, que para móvil está vacía, para que no introduzca nada*/
.breadcrumb.ModPageProduct{
	display:none;
}


/****** Filtros ******/
.Filtros label[for]{
	font-weight: bold;
	line-height: 2;
}

.Filtros .priceRangeInfo select, #currentfilters .sortInfo .form-control{

	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#currentfilters .sortInfo{
	width: 100%;
	padding: 0px 0px 12px 0px;
}

#botonBorrarFiltros .btn{
	width: 100%;
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
}

/******* búsqueda ******/
.terminoBusqueda{
	color: rgb(83, 83, 83);
	font-weight: 600;
}

/*quienes somos*/
.myContentBlockStyle .content_block .container .row div{
	text-align: justify;
	margin-top: 60px;
}

.ModShoppingCart .row{
	margin-left: 0px;
	margin-right: 0px;
}

.myContentBlockStyle .content_block .container .row h2{
	color: #007ea7;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: solid 1px lightgray;
}

.myContentBlockStyle .content_block .container .row div .botones{
	margin-top: 25px;
	text-align: right;
}

.myContentBlockStyle .botones a{
	padding-right: 15px;
}

/*preguntas frecuentes*/
.myContentBlockStyle .content_block .container h2{
	color: #007ea7;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px lightgray;
}

.myContentBlockStyle .content_block .container h2 u{
	text-decoration: none;
}

.myContentBlockStyle, .myContentBlockStyle p{
	padding-left: 15px;
	padding-right: 15px;
}

.myContentBlockStyle .content_block .preguntas_frecuentes{
	margin-top: 40px;
}

.myContentBlockStyle .content_block .preguntas_frecuentes h1{
	font-weight: 500;
}

/*links*/
.myContentBlockStyle .content_block .container a{
	text-decoration: none;
	color: #428bca;
}

.myContentBlockStyle .content_block .container.preguntas_frecuentes .btn{
	margin-left: 0px;
	margin-right: 0px;
}

/********************************* FORMULARIOS **************************************/

/*Form contact us*/
#contact_us .entrada {
	margin-top: 40px;
}

#contact_us .entrada .row h2 span{
	font-size: 16px;
	font-weight: bold;
}

#contact_us .entrada .row h4{
	font-size: 14px;
	font-weight: 600;
}

#contact_us .entrada .row p, #contact_us .entrada .row span{
	font-size: 14px;
	text-align: justify;
}

#contact_us .entrada .row .form-group{
	padding-bottom: 10px;
}

#contact_us .entrada a:link, #contact_us .entrada u{
	color: #428bca;
	text-decoration: none
}

#contact_us .entrada .row .row .form-group button{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 20px;
	float: right;
}

#contact_us .entrada .row .row .form-group textArea{
	min-height: 100px;
}

/*******************/

/*Área personal*/

.areapersonal h1{
	font-weight: 500;
}

.selectAreaPersonalContent a[href]{
	text-decoration: none;
	color: #428bca;
}

/*Select*/
#MODACCOUNT_ORDERS_DATA{
	margin-bottom: 30px;
	margin-top: 20px;
	display: block;
}

#MODACCOUNT_USER_DATA, #MODACCOUNT_COUPONS_DATA, #MODACCOUNT_NEWSLETTER_DATA{
	margin-bottom: 30px;
	margin-top: 20px;
	display: none;
}

#area_personal{
	margin-top: 10px;
	margin-bottom: 10px;
}

.alert.alert_areapersonal{
	margin-top: 40px;
	margin-bottom: 0px;
}

.areapersonal{
	margin-top: 40px;
}
/*********/

/*Funcionamiento --Pedidos-- */
#MODACCOUNT_ORDERS_DATA .collapse{
	display:none;
}

#MODACCOUNT_ORDERS_DATA .collapse.in{
	display:table-row;;
}
/*********/
/*--Datos de Usuario-- */
#MODACCOUNT_USER_DATA .form-group label, #MODACCOUNT_USER_DATA .form-group div{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#MODACCOUNT_USER_DATA form button, #MODACCOUNT_USER_DATA form input.btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
	margin-left: 5px;
}

/*Datos de usuario -> Cambio contraseña*/
#update_password .modal-footer .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
}

/*********/
/*Funcionamiento -- Preferencias / Newsletter -- */
#MODACCOUNT_NEWSLETTER_DATA h3{
	font-weight: 500;
}

#MODACCOUNT_NEWSLETTER_DATA form div input.btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin: 10px 0px 10px 0px;
}
/*********/

/*Form Baja*/
#divbaja{
	margin-top: 40px;
}

#divbaja h3{
	font-weight: 500;
}

#divbaja .form-group, #divbaja .form-group label, #divbaja .form-group select{
	margin: 0px 0px 10px 0px;
}

#divbaja .form-group label{
	padding-left: 0px;
}

#divbaja .form-group textArea{
	min-height: 100px;
}

#divbaja .form-group .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}
/*********/
/*Form Create Account*/
.aprendum_createacount{
	margin-top: 55px;	
}

.aprendum_createacount h1{
	font-size: 23px;
	font-weight: 500;
	margin: 10px 10px 20px 10px;
}

.aprendum_createacount div{
	margin-bottom: 5px;
	margin-top: 5px;
}

.aprendum_createacount .form-group label{
	margin-bottom: 5px;
	margin-top: 5px;
}

.aprendum_createacount a[href]{
	text-decoration: none;
	color: #428bca;
}

.aprendum_createacount .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
	margin-right: 20px;
}

.aprendum_createacount .form-actions{
	text-align: right; 
}
/*********/
/*Form Promociona tus cursos*/
#promociona_tu_negocio .entrada{
	margin-top: 40px;
}

#promociona_tu_negocio .entrada div label, #promociona_tu_negocio .entrada div div{
	margin-bottom: 5px;
	margin-top: 5px;
}

#promociona_tu_negocio .entrada p{
	margin-bottom: 25px;
}

#promociona_tu_negocio a[href]{
	text-decoration: none;
	color: #428bca;
}

#promociona_tu_negocio .entrada .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
}

#promociona_tu_negocio .entrada textArea{
	min-height: 100px;
}

#afiliacion .entrada{
	margin-top: 40px;
}

#afiliacion .entrada div label, #afiliacion .entrada div div{
	margin-bottom: 5px;
	margin-top: 5px;
}

#afiliacion .entrada p{
	margin-bottom: 25px;
}

#afiliacion a[href]{
	text-decoration: none;
	color: #428bca;
}

#afiliacion .entrada .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
}

#afiliacion .entrada textArea{
	min-height: 100px;
}
/*********/
/**************** MODALS *****************/

#create_account .modal-footer .btn, #form_login_general .modal-body .btn, #aptshop_modal .modal-footer .btn{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
}

/*Mensajes de error formularios*/
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #eed3d7;

	position: absolute;
	top: -4px;
	right: 0px;
}

.validationError{
	border: 2px solid #811;
	padding: 4px;
	position: relative;
	left: 10px;
	white-space: nowrap;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

/*--- Mensaje error email carrito personalizado ---*/
/*.ModShoppingCartNoLogado .inputContainer .validationErrorContainer{
	right: -41px;
	top: 39px;
} 

.ModShoppingCartNoLogado .inputContainer .validationErrorContainer .arrow-up{
	right: 50px;
}*/
/*-------------------*/

/*******************************/

/*Formulario baja*/
#divbaja #email{
	height: 32px;
}

/*Formularios news ajax*/
#formnewsletterajax .modal-footer .pull-right{
	text-align: left;
	float:none;
}

#formnewsletterajax .modal-footer .pull-right .en_otro_momento{
	margin-right: 10px;
	margin-left: 10px;
}
#formnewsletterajax .modal-footer .pull-right .guardar_pref{
	margin-left: 0px;
}

/*Formulario recuperar contraseña*/
.aprendum_password{
	margin-top: 40px;
}

.aprendum_password h1{
	font-weight: 500;
}

.aprendum_password form input, .aprendum_password form button{
	margin-top: 10px;	
}

.aprendum_password form button{
	height: 32px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-bottom: 10px;
}

.aprendum_password form button.enviar{
	float: right;
}


/*Error checkout_error*/
.checkout_error{
	margin-top: 40px;
}

.checkout_error .text-center{
	text-align: center;
}

.checkout_error a{
	text-decoration: none;
	color: #428bca;
}

/*Página de éxito: checkout_success*/
#checkout_success{
	margin-top: 40px;
}

#checkout_success a{
	text-decoration: none;
	color: #428bca;
}

#checkout_success a.btn{
	margin-bottom: 20px;
	float:right;
}

/*cookies*/
#cookies_notice{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom: 0;
}

#cookies_notice div {
	background-color: #CCE1EC;
	z-index: 10000;
	line-height: 1.4em;
	padding-top: 10px;
	text-align: justify;
	font-size: 13px;
}

#cookies_notice button{
	height: 30px;
	background-color: gray;
	border: solid 1px gray;
	color: white;
	margin-top: -2px;
	margin-bottom: 10px;
	width: 50%;
	font-size: 15px;
}

#cookies_notice a{
	text-decoration: none;
	color: #428bca;
	font-size: 14px;
}

/*Botón facebook*/
#create_account .modal-footer .btn.btn-facebook{
	margin-left: 0px;
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #2b669a;
}

.btn-facebook-modal i {
	padding-right: 15px;
	border-right: solid 1px #2d4278;
}

.btn-facebook-modal span {
	padding-left: 15px;
}
/********************/

/********** No se van a ver lo cupones por ahora ***********/
#cupon1{
	/*display:none;*/
}
/*Popover cupón*/ 
#cupon1{
	background-image: -webkit-linear-gradient(top, #0DA8EC 0, #006A98 100%);
	background-image: linear-gradient(to bottom, #0DA8EC 0, #006A98 100%);
	color: white;
}

#cupon1 .close {
	color: black;
}
#cupon1 .close:hover {
	color: black;
}

#boton-abrir-regla a {
	color: #7FFFD7;
}

/*Alerts mobile con alertify, piso los originales.*/

.alertify-log-success {
    background-position: 0 -15px;
    color: #fff;
    padding: 10px 5px 5px;
    background-color: #3071a9;
    border-color: #285e8e;
    -webkit-box-shadow: 0 0 8px #285e8e;
}

.textocuponalert{
    margin-top: -10px;
}

.alertify-logs {
	position: fixed;
	z-index: 50000;
	top: 80%;
	right: 10px;
	width: auto;
	font-weight: bold;
}

.alertify, .alertify-logs {
	width: 68%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/***** LANDING *****/
#banner-registro-pantalla-completa{
	position: fixed;
    top: 40px;
	width: 325px;
	z-index: 1035;
	/* width: 815px; */
	/*	margin-left: -49%;*/
	/*	background-color: rgb(237, 237, 237);*/
	background-color: #f0f1f2;
	border-radius: 4px;
	right: -150%;
    margin-left: -155px;
}

.img_landing{
	text-align: center;
}

.img_landing img{
	height: 215px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#banner-registro-pantalla-completa fieldset{
	border:none;
}

#banner-registro-pantalla-completa .btn{
	width: 100%;
	height: 34px;
	margin-bottom: 5px;
	background-image: -webkit-linear-gradient(top, #ff904a 0, #ff6a0d 100%);
    background-image: linear-gradient(to bottom, #ff904a 0, #ff6a0d 100%);
	background-repeat: repeat-x;
	border-color: #ff6403;
    color: #fff;
	background-color: #f0ad4e;
    border: 1px solid transparent;
	font-size: 14px;
}

#banner-registro-pantalla-completa a{
	color: #428bca;
	font-size: 11px;
}

#banner-registro-pantalla-completa #cerrar{
	font-size: 18px;
	position: absolute;
	/* top: 0px; */
	right: 3px;
}

#banner-registro-pantalla-completa #cerrar a{
	color: #8D8D8D;
	font-size: 19px;
	text-decoration: none;
}

#banner-registro-pantalla-completa .registrado input{
	margin-bottom: 10px;
}

#banner-registro-pantalla-completa .registrado label{
	font-size: 11px;
}

/******************/

.minitira article.ModOfferSmall .cuerpo .subcabecera{
	text-align: right;
}

.tiracart{
	margin: 15px;
	margin-top: 20px;
    padding: 5px;
    background-color: white;
    border: solid 1px lightgray;
}

.minitira article.ModOfferSmall .cuerpo {
	padding: 0px 0px;
}

.discover-courses-list.one-line.minitira { 

	height: 100%;
	margin: 0;
	padding: 0;
}

.tiraproductos .tiraproductos-listado.tiraproductos-cart{ 
	height: 100%;
	margin-bottom: 20px;
}


.cursotira {
	display:inline;
	position:relative;
	vertical-align:top;
	white-space:normal;
	/*    height: 304px;*/
	height: 280px;
    margin: 0 5px;
	margin-right:9px;
	margin-left:9px;
	text-align: center;
}

.minitira article.ModOfferSmall h2 {
	font-size: 0.86em;
}



#mod_page_product .tiraproductos-header-right{
	display:none;
}

/*Esta clase solo se usa dentro de un modal big, o sea que no debería afectar a nada de la página.*/
div.modal-lg div.modal .modal-dialog.modal-sm {
	width: 356px;
}
div.modal-lg div.modal {
	bottom: -235px;
}

body .modal{
    z-index: 50001;
}

/*Estilos específicos para el producto cargado en el modal del carrito.*/
.modal-content .Ficha {
    margin-top: 0px;
}

.modal-content .Ficha_Cabecera {
    margin-top: 10px;
    position: relative;
    box-shadow: 0 4px 6px gray;
    -moz-box-shadow: 0 4px 6px gray;
    -webkit-box-shadow: 0 4px 6px gray;
}

/*Cupón modal*/

.modal-content #cupon1{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 15px;
    height: 55px;
    padding: 8px;
    text-align: center;
    background-color: #428bca;
    display: block;
    color: white;
    margin-top: 10px;
}

.modal-content #cupon1 .close{
	position: static;
}


/*form sorteos*/

.form-right{
	float:right;
}

#form-concurso-blanco{
	color:white;
	margin-top: 120px;
}

#form-concurso-blanco legend {
	color: white;
}

div#form-concurso-blanco .form-group{
	margin-bottom: 30px;
}


@media (max-width: 1170px) and (min-width: 320px){
    #form-concurso-blanco{
		margin-top: 20px;
	}

	div#form-concurso-blanco .form-group{
		margin-bottom: 15px;
	}
}

.h1-home{
	font-size: 15px;
    color: #444;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

/*Frases de titulos y descripciones en categorías, listas y búsquedas de sitemap*/
h1.titulocategoria {
	font-size: 17px;
	padding-left: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333;
}
h4.frasecategoria {
	font-size: 14px;
	padding-left: 0;
	line-height: 20px;
	color: #333;
}



.caja-busqueda{
    background-color: #fff;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 -1px 0 rgba(0,0,0,0.1) inset;
    font-size: 14px;
    color: #444;
    text-align: justify;
}

.caja-busqueda a {
	color: rgb(0, 119, 255);
    text-decoration: none;
}


.h1-cajita-busqueda{
	text-align: center;
	margin: 20px auto;
}

.num-resultados-cajita-busqueda{

	font-size: 28px;
	font-weight: 400;
	display: inline;
	border: 0;
}

.busqueda-texto-titulo{
	font-size: 22px;
	font-weight: 400;
	display: inline;
	border: 0;
}

.busqueda-texto-titulo:first-letter{
	text-transform: capitalize;
}

.accordion-toggle.collapsed i:before {
    /* symbol for "collapsed" panels */
    content: "\f107";    /* adjust as needed, taken from bootstrap.css */
}
.accordion-toggle i:before {
    /* symbol for "collapsed" panels */
    content: "\f106";    /* adjust as needed, taken from bootstrap.css */
}


.div-caja-busqueda-desc{
	margin: 0px;
	overflow: hidden;
	line-height: 22px; 
	margin: 0px 20px 20px; 
	/*height: 0px; Le quitamos la altura en el móvil para que no salga desplegado.*/
	height: auto; /*Le quitamos la altura en el móvil para que no salga desplegado.*/
}

.link_info_politica{
	display:inline-block;
}

.fa-info-politica-privacidad{
	font-size: 16px;
}


/*Botones Desc cajitas*/

.description-container li {
    display: inline-block;
    margin-right: 35px;
    background: #f0f0f0;
    padding: 10px;
/*    margin-top: 10px;*/
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.description-container ul {
    padding-left:0px;
	text-align: center;
}

.description-container li:hover {
    background: #007fad;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.description-container li:hover a {
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.description-container li a {
    color: #444;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.description-container li a:hover {
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    text-decoration: none;
}

@media (max-width: 1000px) and (min-width: 320px){
    .description-container li {
		display: inline-block;
		margin-right: 15px;
		background: #f0f0f0;
		padding: 14px;
	    margin-top: 10px;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		-ms-transition: background .2s ease-in-out;
		-o-transition: background .2s ease-in-out;
	}
	
	.description-container ul {
		padding-left: 0px;
		text-align: center;
		margin-top: -15px;
		margin-bottom: 0px;
	}
}


.social .titulocomparte {
	line-height: 40px;
	font-size: 18px;
}

.row.social {
    margin: 5px !important;
}

article .social a {
	color:#444444;
}
article .social iframe {
	margin-top: 5px;
}
article .social li {
	display: inline-block;
	vertical-align: top;
}

article .social .facebook:hover {
    color: #3B5998
}
article .social .google:hover {
    color:#cc3732;
}
article .social .newsletter:hover {
    color:yellowgreen;
}
article .social .twitter:hover {
    color: #4099FF;
}
article .social .whatsapp:hover {
    color: #25D366;
}



/*///////////////////
FORMULARIOS DE ENTRADA
////////////////////*/

.entrada{
	padding-bottom: 30px;
}

.entrada h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

.entrada small {
	font-size: 11px;
	color: #999999;
}

.entrada label{
	font-weight: normal;
}

.entrada input[type="checkbox"] {
	margin-top:10px;
}

.entrada .text-center{
	text-align: center;
}

/*botones home*/
.enlaces-home .enlaces-home-boton {
	text-align: center;
	margin-bottom: 10px;
}
.enlaces-home .enlaces-home-boton a {
	display: block;
	text-decoration: none;
	font-size: 15px;		
	font-weight: bold;
	color: #222;
	transition: all .2s ease-out 0s;
	background: #CCC;
	padding: 14px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
}

.enlaces-home .enlaces-home-boton a:hover {
	text-decoration: none;
	color: #FFF;
	background: #007fad;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
}

.mensaje_tarjeta .texto-tarjeta-invalida{
	color:red;
}
.mensaje_tarjeta .texto-tarjeta-valida{
	color:green;
}