/*============================================================

	generales

============================================================*/
body{
	background-color:#eaeaea;
    background-image:url(../images/bg/fondo_natutools.png);
	background-size: cover;
    background-attachment: fixed;
 	background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: right;
    
    /*background-position: center right;*/
    /*background-position: center right;*/
    
    /*background-position: right center;*/
	/*background-position:right bottom;*/
	/*background-attachment: fixed;*/
	/*background-color:#eaeaea;
	opacity: 0.5;
    filter: alpha(opacity=50);
	background-position: center right;*/
    
	/*background-image:url(../images/bg/gotas.png);
	background-attachment: fixed;*/
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  body{
	background-color:#eaeaea;
    background-image:url(../images/bg/fondo_natutools.png);
    /*background-size: cover;*/
    /*background-attachment: scroll;*/
    background-position: right;
    background-repeat: no-repeat;
    }
}

.contenidoBG{
	background-color:#CCC;
}


.footerClass{
	background-color:#dfdff3;
	height:50px;
	width:100%;
	border-top:1px solid #989cff;
	text-align:center;
	position:fixed;
	bottom:0px;
}

.footerClass img{
	margin-top:8px;
}


.submenu_administracion{
	position:fixed;
	z-index:5000;
	left:0;
	width:100%;
	height:400px;
	background-color:#fff;
	border-top:1px solid #666;
	bottom:-150px;
}

.submenu_administracion div{
	width:90%;
	margin-left:5%;
	height:50px;
	border-bottom:1px solid #666;
	padding-top:12px;
	font-size:18px;
	cursor:pointer;
}
/*******************************************************/
.submenu_reporte{
	width:500px;
}

.submenu_reporte div{
	width:90%;
	margin-left:5%;
	height:50px;
	border-bottom:1px solid #666;
	padding-top:12px;
	font-size:18px;
	cursor:pointer;
}

.submenu_reporte div:last-child{
	border-bottom:none;
}
/*******************************************************/

/* JIMMYZ WAY */

.saludo_nick{
	font-size:3em;
	font-weight:bold;
	margin-top:10px;
	/*margin-bottom:5px;*/
}

.saludo_frase{
	font-size:1.75em;
	margin-bottom:20px;
}

.renglon_lista{
	background-color:#FFF;
	margin-bottom:20px;
}

.sombra{
	-moz-box-shadow:    0px 0px 5px 2px #ccc;
  	-webkit-box-shadow: 0px 0px 5px 2px #ccc;
  	box-shadow:         0px 0px 5px 2px #ccc;
}

.renglon_img{
	/*width:50px;*/
	margin: 0 auto;
 	width: 125px;
 	height: 125px;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center center;
	/*background-image:url(../images/bg.jpg)*/
}
.renglon_mas{
	/*width:50px;*/
	/*margin: 0 auto;*/
 	width: 25px;
 	height: 125px;
 	background-size: cover;
	background-color:#999;
	padding:10px;
	font-size:18px;
	color:#FFF;
}

.centrar_vertical{
	display: table-cell;
	vertical-align: middle;
}
.renglon_texto{
	margin:10px;
}

.floating-box {
    display: inline-block;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;  
}
/* JIMMYZ WAY */



#cortina{
	position:fixed;
	z-index:4999;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

/*-----------------------------*/
.cont_cont{
	border:1px solid #666666;
	height:132px;
	margin:0 20px 20px 20px;
	/*min-width:470px;*/
}

.cont_img{
	height:100%;
	float:left;
	border-right:1px solid #666666;
	padding:15px;
}

.cont_img img{
	width:auto;
	height:100px;
}

.cont_txt{
	float:left;
	position: relative;
	padding:15px;
	height:130px;	
}

.cont_txt h2{
	margin:0px;
	font-size:24px;
}

.cont_txt p{
	font-size:12px;
	position: absolute;
    bottom: 0px;
    left: 15px;
	white-space: nowrap;
}

.cont_op{
	/*float:right;
	border-left:1px solid #666666;
	height:100%;
	width:50px;
	padding-top:45px;*/
	cursor:pointer;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  margin:0 0 10px 20px;
}

.tamano_titulo{
	font-size:1.3em;
}

/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 480px) {

.saludo_nick{
	font-size:2em;
	font-weight:bold;
	margin-top:10px;
	/*margin-bottom:5px;*/
}

.saludo_frase{
	font-size:1.35em;
	margin-bottom:10px;
}
		
		
		
.cont_img{
	width:auto;
	height:100%;
	float:left;
	border-right:1px solid #666666;
	padding:10px;
}

.cont_img img{
	width:80px;
	height:80px;
}

.cont_txt{
	float:left;
	position: relative;
	padding:15px;
	height:130px;	
}

.cont_txt h2{
	margin:0px;
	font-size:22px;
}

.cont_txt p{
	font-size:10px;
	position: absolute;
    bottom: 0px;
    left: 15px;
	white-space: nowrap;
}

.cont_op{
	/*float:right;
	border-left:1px solid #666666;
	height:100%;
	width:30px;
	padding-top:45px;*/
	cursor:pointer;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  margin:0 0 10px 10px;
}

.tamano_titulo{
	font-size:1em;
}

 }
 
.whatslink a{
	color:#333;
	text-decoration:none;
}
/*============================================================

	administracion

============================================================*/

.caja_busqueda{
	/*border:1px solid;*/
	background-color:#fff;
	margin:0 20px 0 20px;
}

.caja_busqueda_titulo{
	margin:20px;
	font-size:16px;
}

.campo_busqueda{
	float:left;
	width:80%;
	padding-right:5px;
}

.avanzada_busqueda{
	padding:30px 5px 0 5px;
	margin-bottom:-10px;
}

.boton_busqueda{
	float:left;
	width:20%;
	padding:0 5px 0 5px;
}

.boton_busqueda .btn{
	width:100%;
	margin:auto;
	padding:7px;
}

/*============================================================

	listado de productos

============================================================*/
.cont_cont{
	border:1px solid #666666;
	height:132px;
	margin:0 20px 20px 20px;
	/*min-width:470px;*/
}

.cont_img{
	height:100%;
	float:left;
	border-right:1px solid #666666;
	padding:15px;
}

.cont_img img{
	width:auto;
	height:100px;
}

.cont_txt{
	float:left;
	position: relative;
	padding:15px;
	height:130px;	
}

.cont_txt h2{
	margin:0px;
	font-size:24px;
}

.cont_txt p{
	font-size:12px;
	position: absolute;
    bottom: 0px;
    left: 15px;
	white-space: nowrap;
}

.cont_op{
	/*float:right;
	border-left:1px solid #666666;
	height:100%;
	width:50px;
	padding-top:45px;*/
	cursor:pointer;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  margin:0 0 10px 20px;
}

/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.cont_img{
	width:auto;
	height:100%;
	float:left;
	border-right:1px solid #666666;
	padding:10px;
}

.cont_img img{
	width:80px;
	height:80px;
}

.cont_txt{
	float:left;
	position: relative;
	padding:15px;
	height:130px;	
}

.cont_txt h2{
	margin:0px;
	font-size:22px;
}

.cont_txt p{
	font-size:10px;
	position: absolute;
    bottom: 0px;
    left: 15px;
	white-space: nowrap;
}

.cont_op{
	/*float:right;
	border-left:1px solid #666666;
	height:100%;
	width:30px;
	padding-top:45px;*/
	cursor:pointer;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
  margin:0 0 10px 10px;
}

 }
 
.nuevo_contenido{
	background-color:#c38eca;
	border:1px solid #944d9d;
	text-align:center;
	padding:10px 0px;
	cursor:pointer;
	margin:20px;
	color:#FFF;
}
.nuevo_contenido:hover{
	background-color:#944d9d;
}

.centrar{
    margin: auto;
    text-align:center;
}
/*============================================================

	renglones

============================================================*/

.table_titulos{
	height:40px;
	font-size:14px;
	border-bottom:1px solid #bfbfbf;
}

.renglon{
	height:40px;
	font-size:14px;
	border-bottom:1px solid #bfbfbf;
	padding:0 10px;
}

.par{
	background-color:#f4f4f4;
}

.non{
	background-color:white;
}

.anuncioC{
	height:50px;
	font-size:14px;
	border-bottom:1px solid #bfbfbf;
	padding:5px 10px;
}

.cantidadAnuncios span{
	border-radius: 15px;
	background-color:#337ab7;
	font-size:10px;
	padding:2px 5px;
	color:#fff;
}

/*============================================================

	NatUniversity

============================================================*/

.videoVimeo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.videoVimeo iframe, videoVimeo object, videoVimeo embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.margen-izq{
    padding: 0px 0px 0px 30px;
}

.link-test{
    padding: 20px;
    font-size:1.25em;
    background-color:#eaeaea;
}

.banner-home{
    /* border: 1px solid; */
    margin: 0 20px 0 20px;
    background: url("../images/pizarronNatUniversity.jpg");
    background-size: cover;
    background-position: center;
    /*max-width: 600px;*/
    height: 200px;
    text-align: center;
}

.area-logo{
    margin: auto;
    text-align: center;
}

.logoNatUniversity{
    width: 80%;
    max-width: 450px;
    height: auto;
}

.btn-NatUniversity {
    font-size: 1em;
    color: #3f3f3f;
    border-color: #3f3f3f;
    border:2px solid;
    background-color: #fff;
    
}
.btn-NatUniversity:hover { 
    color: #fff;
    background: #fdb1ad; 
}
.btn-nav-clases {
    font-size: 1em;
    color: #f3f3f3;
    border-color: #434343;
    border:2px solid;
    background-color: #434343;
    
}
.btn-nav-clases:hover { 
    color: #434343;
    background: #fbdf74; 
}
.experiencia{
    padding: 10px;
    margin: 25px;
    border:1px solid #d0d0d0;
    background-color: #fff;
    width: 90%;
}
.img-experiencia{
    max-width:100%;
}

.btn-Experiencia {
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
    border-color: #87e3dc;
    border:2px solid;
    background-color: #6ba29c;
    
}
.btn-Experiencia:hover { 
    color: #fff;
    background: #fdb1ad; 
}
.pregunta{
    font-weight: bold;
    font-size: 1.25em;
    margin: 30px 0px 10px 0px;
}
.respuesta{
    margin: 10px 0px 10px 20px;
}
.puntosPreg{
    font-size: 0.75em;
    color: gray;
    font-style: italic;
    font-weight: normal;
}
.retro_bien{
    padding: 10px;
    color: #269e2f;
    background-color: #c5f4c4;
    border-radius: 10px;
}
.retro_mal{
    padding: 10px;
    color: #d50f0f;
    background-color: #f4c4c4;
    border-radius: 10px;
}
.txt_grande{
    font-size: 2em;
}
.calificacion{
    padding: 20px;
    color: #828282;
    background-color: #e3e3e3;
    border-radius: 10px;
}
.txt_3em{
    font-size: 3em;
    font-weight: bold;
}
.avance{
    padding: 20px;
    color: #2f7aa1;
    background-color: #bfe9ff; /*a0defe*/
    border-radius: 10px;
}
.txt_2em{
    font-size: 2em;
    font-weight: bold;
}
.txt_1_5em{
    font-size: 1.5em;
    font-weight: bold;
}
.txt_1_25em{
    font-size: 1.25em;
}
.txt_bold{
    font-size: 1.25em;
    font-weight: bold;
}
.contenedor_barra_progreso{
    background-color: #d9f1fd;
    border-radius: 25px;
    color: #fff;
}
.barra_progreso{
    background-color: #1fa8ef;
    border-radius: 25px;
    color: #fff;
}
.graduado{
    padding: 20px;
    color: #fff;
    background-color: #792772; /*a0defe*/
    border-radius: 10px;
    background-image:url(../images/bg/fondo_fiesta.jpg);
	background-size: cover;
 	background-repeat: no-repeat;
    /*background-size: auto;*/
    background-position: center bottom;
}
.banner_programaTransforma{
    /* border: 1px solid; 
    margin: 0px 0px 0px 0px; */
    border-radius: 10px;
    background: url("../images/programas/B-TransformaEstiloVida.jpg");
    background-size: cover;
    background-position: center;
    /*max-width: 600px;*/
    height: 200px;
    text-align: center;
    
    /*padding: 20px;
    color: #fff;
    background-color: #888;
    border-radius: 10px;
    background-image:url(../images/programas/B-TransformaEstiloVida.jpg);
	background-size: cover;
 	background-repeat: no-repeat;
    background-position: center bottom;*/
}
.logoPrograma{
    /*width: 80%;*/
    max-width: 200px;
    height: auto;
}
.fondo_oscuro{
    padding: 10px;
    background: rgb(95, 95, 95); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    /*background-color: #383838;
    opacity:0.8;*/
    border-radius: 10px;
}
.txt_blanco{
    color: #fff;
}

.txt_gris{
    color: #5f5f5f;
}
.regaloClase{
    padding: 20px;
    color: #ea6309;
    background-color: #f9f394;
    background-image:url(../images/bg/fondo_regalo.png);
    border-radius: 10px;
}
.calif_tbl{
    /*border-collapse: separate;
    border: 1px solid #ddd;
    border-radius:6px;
    -moz-border-radius:6px;
    background-color: #f3f3f3;*/
    text-align: center;
}
.calif_tr{
    /*background-color: #c5f4c4;*/
}
.calif_cool{
    color: #fff;
    background-color: #5cb85c;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
}
.calif_cool_icon{
    color: #5cb85c;
}
.calif_media{
    color: #fff;
    background-color: #f0c728;
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
}
.calif_media_icon{
    color: #f0c728;
}
table.calif_tbl th{
    background-color: #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}
table.calif_tbl td{
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}
.alinear_izq{
    text-align: left;
}
.calif_tip{
    background-color: #faf4c3;
    padding: 5px;
}
.encabezado_tbl{
    /*background-color: cadetblue;
    padding: 10px;*/
}
/*============================================================

	PAGINACION

============================================================*/	
.pag_resaltada p{
	text-align:center;
}

.pag_resaltada p a{
    width: 40px;
    color:#fff;
	border:1px solid #6ba29c;
    border-radius: 50px;
    /*margin-top: 100px;*/
	margin:5px;
	padding:5px 10px;
	text-decoration:none;
	font-size:18px;
    background-color: #6ba29c;
    display: inline-block;
}

.pag_resaltada a:hover{
	color:#5d5d5d;
	border:1px solid #fff59e;
    background-color: #fff59e;
	text-decoration:none;
}

.pag_resaltada .num_resaltado{
	color:#fff;
	border:1px solid #ff8e80;
	text-decoration:none;
    background-color: #ff8e80;
}