@charset "utf-8";
@import "estilos-comentarios.css";
@import "styles-effects.css";
body {
	margin: 0 0 0 0;
	border: 0 0 0 0;
	color: #000;
	background-color: #ffffff;
	/* font-family: 'IBM Plex Mono', monospace; */
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Work Sans', sans-serif;
	font-size: 1.0rem;
}
/* h1, h4, h5, h6 {
	font: bold 21px;
	text-transform: capitalize;
}
h2 {
	position: relative;
	font: normal 24px;
	color: #000;
	text-transform: capitalize;
}
h3 {
	position: relative;
	left: 3px;
	vertical-align: top;
	font: normal 24px;
	color: #39F;
}
li {
	color: #36F;
}
li a:link {
	color: #36F;
}
li a:visited {
	color: #36F;
}
li a:active {
	color: #36F;
}
li a:hover {
	color: #11F;
}
#link {
	color: #36F;
}
#link a:link {
	color: #36F;
}
#link a:visited {
	color: #36F;
}
#link a:active {
	color: #36F;
}
#link a:hover {
	color: #11F;
} */

#contenedor {
	position: relative;
	font: normal 13px;
	color: #fff;
	width: 100%;
	height: 100%;
}
#contacto_aviso_envio{

position: relative;
top: 90px;
font: bold 16px Arial, Times New Roman;
width: 100%;
text-align: center;

}

/*configuraciones comunes*/
.fondos{
	background: -moz-linear-gradient(bottom, #333 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #FFF));
	background: -webkit-linear-gradient(bottom, #333 0%, #FFF 100%);
	background: -o-linear-gradient(bottom, #333 0%, #FFF 100%);
	background: -ms-linear-gradient(bottom, #333 0%, #FFF 100%);
	background: linear-gradient(bottom, #333 0%, #FFF 100%);
	background-color: transparent;
	}
.bordes{
	border: solid  #666 1px;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	}
.sombras{
	box-shadow: 1px -1px 4px #000;
	-moz-box-shadow: 1px -1px 4px #000;
	-webkit-box-shadow: 1px -1px 4px #000;
	-khtml-box-shadow: 1px -1px 4px #000;
	-o-box-shadow: 1px -1px 4px #000;
	-ms-box-shadow: 1px -1px 4px #000;
	}
.transitions{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.boton_general{
	position: relative;
	font-family: Arial, Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 15px;
	color: #000;
	cursor: pointer;
}
.boton_general:hover{
	padding: 8px 10px;
	}
.user_campos_form_general{
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	font-size: 12pt;
	color: black;
	letter-spacing : 1px;
	background-color: white;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*SECCION USUARIOS -------------------------------------------------------------------------------------- */

#user_pedidos {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#user_ingreso{
	font-size: 11px;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
	float: right;
}
/* .user_ingreso, .cabecera_salir a{
	position: relative;
	top: 48px;
	right: -2px;

	-webkit-border-radius: 8px 0 0 0;
   -moz-border-radius: 8px 0 0 0;
   border-radius: 8px 0 0 0;
   -ms-border-radius: 8px 0 0 0;
   -khtml-border-radius: 8px 0 0 0;
   -o-border-radius: 8px 0 0 0;

    box-shadow: 1px -1px 3px #666;
	-webkit-box-shadow: 1px -1px 3px #666;
	-moz-box-shadow: 1px -1px 3px #666;
	-ms-box-shadow: 1px -1px 3px #666;
	-o-box-shadow: 1px -1px 3px #666;
	-khtml-box-shadow: 1px -1px 3px #666;

	border-bottom: 0;
	padding: 5px 20px 3px 20px;
	width: auto;
	height: 25px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;


	margin: 0;
	float: right;
	} */
/* .user_ingreso{
	top: 38px;
		background-color: #000;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 40px;
	padding: 7px 30px 3px 30px;
} */
/* .user_ingreso:hover, .cabecera_salir a:hover{
	box-shadow: 1px -1px 5px #999;
	-webkit-box-shadow: 1px -1px 5px #999;
	-moz-box-shadow: 1px -1px 5px #999;
	-ms-box-shadow: 1px -1px 5px #999;
	-o-box-shadow: 1px -1px 5px #999;
	-khtml-box-shadow: 1px -1px 5px #999;
	} */

#user_link_datos, #user_link_pass{
	font-size: 11px;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}


#user_boton_recuperar{
	font-size: 12px;
    color: #06F;
	cursor: pointer;
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 5px;
	}

.user_campos_datos{
	width: 250px;
	}

#user_fondo_dat {
	font: bold 16px Arial, Helvetica, sans-serif;
	width: auto;
	max-width: 640px;
	height: auto;
	max-height: 400px;
	padding: 15px 3px 15px 3px;
	margin: 20px 6px 0 6px;
	text-align: center;
	cursor: auto;
}
#user_scroll_dat {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 380px;
	padding: 0 3px 0 0;
	margin: 0 0 0 5px;
	overflow: auto;
}



#user_aviso_pos{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39F;
	text-align:center;
	}


#user_check{
	background: url(Usuarios/images/check.jpg) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	}

/*fondos generales-------------------------------------------------*/

.fondo_ventana1 {
	position: relative;
	background-color: #09F;
	padding-top: 1px;



	box-shadow: 0px 0px 5px #FFF;
	-webkit-box-shadow: 0px 0px 5px #FFF;
	-moz-box-shadow: 0px 0px 5px #FFF;
	-ms-box-shadow: 0px 0px 5px #FFF;
	-o-box-shadow: 0px 0px 5px #FFF;
	-khtml-box-shadow: 0px 0px 5px #FFF;

	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=45, Strength=3),
	        progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=90, Strength=3);
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=45, Strength=3),
	            progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=90, Strength=3);

	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;


	margin: 5px 0 5px 9px;
	width: 710px;
	height: auto;

}
.fondo_ventana {
	position: relative;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	background-color: white;
	box-shadow: inset 1px 2px 5px #000000;
	-webkit-box-shadow: inset 1px 2px 5px #000000;
	-moz-box-shadow: inset 1px 2px 5px #000000;

	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	width: 710px;
	height: 393px;
}
.fondo_ventana1 {
	margin: 5px 0 0 9px;
	width: 710px;
	height: auto;
}
.fondo_ventana {
	font-weight: normal;
	width: 696px;
	height: 509px;
	padding: 10px 7px 0 7px;
}

.fondo_tit_gen{
	border-top: 1px solid #379BFF;

   -webkit-border-radius: 0 8px 8px 0;
   -moz-border-radius: 0 8px 8px 0;
   border-radius: 0 8px 8px 0;
   -ms-border-radius: 0 8px 8px 0;
   -khtml-border-radius: 0 8px 8px 0;
   -o-border-radius: 0 8px 8px 0;

    box-shadow: 2px -1px 3px #000;
	-webkit-box-shadow: 2px -1px 3px #000;
	-moz-box-shadow: 2px -1px 3px #000;
	-ms-box-shadow: 2px -1px 3px #000;
	-o-box-shadow: 2px -1px 3px #000;
	-khtml-box-shadow: 2px -1px 3px #000;
	width: auto;
    display: inline-block;
	left: -22px;
	padding: 8px 15px 8px 22px;
}

.fondo_redondo{

	border-top: 1px solid #379BFF;

   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -ms-border-radius: 8px;
   -khtml-border-radius: 8px;
   -o-border-radius: 8px;

    box-shadow: 2px -1px 3px #000;
	-webkit-box-shadow: 2px -1px 3px #000;
	-moz-box-shadow: 2px -1px 3px #000;
	-ms-box-shadow: 2px -1px 3px #000;
	-o-box-shadow: 2px -1px 3px #000;
	-khtml-box-shadow: 2px -1px 3px #000;
	width: auto;
    display: inline-block;
	padding: 12px 15px 12px 22px;
	}


/*CABECERA------------------------------------------------------------------------*/

#cabecera {
	position: relative;
	top: 5px;
	background: url(images/fondo-cabecera-velas.jpg) no-repeat;
	width: 980px;
	height: 130px;
	text-align: left;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;


	 box-shadow: 0px -3px 5px #969696;
	-webkit-box-shadow: 0px -3px 5px #969696;
	-moz-box-shadow: 0px -3px 5px #969696;
	-ms-box-shadow: 0px -3px 5px #969696;
	-o-box-shadow: 0px -3px 5px #969696;
	-khtml-box-shadow: 0px -3px 5px #969696;
}
#cabecera_izq {
	left: 7px;
	vertical-align: top;
	float: left;
}
#titulo_sitio {
	position: relative;
	top: 10px;
	left: 10px;
	vertical-align: top;
	color: #fff;
	font: bold 21px Arial;
	text-shadow: -3px -6px 7px #CCC;
	-moz-text-shadow: -1px -1px 4px #CCC;
	-webkit-text-shadow: -1px -2px 4px #CCC;
	-khtml-text-shadow: -1px -2px 4px #CCC;
	-ms-text-shadow: -1px -1px 4px #CCC;
	-o-text-shadow: -1px -1px 4px #CCC;
}
#subtitulo_sitio {
	position: relative;
	top: 25px;
	left: 10px;
	vertical-align: top;
	font: normal 21px Times New Roman, Arial;
	color: #39F;
}
#cabecera_links, #cabecera_links_izq{
	position: relative;
	top: 56px;
	margin: 0px 0px 0px 8px;
		background-color: #000;

	-webkit-border-radius: 8px 8px 0 0;
   -moz-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   -ms-border-radius: 8px 8px 0 0;
   -khtml-border-radius: 8px 8px 0 0;
   -o-border-radius: 8px 8px 0 0;

    box-shadow: 1px -1px 3px #666;
	-webkit-box-shadow: 1px -1px 3px #666;
	-moz-box-shadow: 1px -1px 3px #666;
	-ms-box-shadow: 1px -1px 3px #666;
	-o-box-shadow: 1px -1px 3px #666;
	-khtml-box-shadow: 1px -1px 3px #666;

	border-bottom: 0;
	padding: 5px 15px 3px 15px;
	width: 100px;
	height: 25px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#cabecera_links_izq{
	left: 0;

	padding: 5px 23px 3px 26px;
	margin: 0;
	border-left: 0;

	-webkit-border-radius: 0px 8px 0 0;
   -moz-border-radius: 0px 8px 0 0;
   border-radius: 0px 8px 0 0;
   -ms-border-radius: 0px 8px 0 0;
   -khtml-border-radius: 0px 8px 0 0;
   -o-border-radius: 0px 8px 0 0;
	}
#cabecera_links_izq:hover, #cabecera_links:hover{
	box-shadow: 1px -1px 5px #999;
	-webkit-box-shadow: 1px -1px 5px #999;
	-moz-box-shadow: 1px -1px 5px #999;
	-ms-box-shadow: 1px -1px 5px #999;
	-o-box-shadow: 1px -1px 5px #999;
	-khtml-box-shadow: 1px -1px 5px #999;
	}

#cabecera_der {
	position: relative;
	top: 52px;
	right: 3px;
	vertical-align: bottom;
	width: 240px;
	float: right;
}
.cabecera_saludo{
	padding-top: 52px;
	float: left;
	}


#imagen_hombre {
	position: relative;
	top: 0px;
	right: 0px;
	border: 0;
	padding-right: 15px;
}
/*CUERPO DEL SITIO  -----------------------------------------------------------*/

#ventana_js{
	position: absolute;
	z-index: 51;
	top: 150px;
	left: 25%;
	right: 25%;
	display:none;
	}
#ventana_js_cerrar{
	position:absolute;
	z-index: 50;
	display: inline_block;
	width: 100%;
	height: 100%;
	}
#ventana_js_cerrar_x{
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: solid #900 1px;
	font-size: 16px;
	color: #900;
	width: 20px;
	text-align:center;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	}


.cuerpo {
	position: relative;
	font: normal 13px Arial, Times New Roman;
	border: 0;
	width: 980px;
	background-color: #fff;
	color: #333;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 2px 10px #fff;
	-webkit-box-shadow: 0px 2px 10px #fff;
	-moz-box-shadow: 0px 2px 10px #fff;
	-o-box-shadow: 0px 2px 10px #fff;
	-ms-box-shadow: 0px 2px 10px #fff;
	khtml-box-shadow: 0px 2px 10px #fff;
	padding-bottom: 30px;
}
#cuerpo_contenido {
	position: relative;
	font: normal 14px Arial, Times New Roman;
	padding: 20px;
	vertical-align: top;
	border: 0;
	float: left;
	width: 640px;
	min-height: 467px;
	border-right: 0px;
}
#cuerpo_tit_sup {
	position: relative;
	font: normal 24px Times New Roman, Arial;
	text-transform: capitalize;
}
#cuerpo_fecha {
	position: relative;
	top: 15px;
	font: normal 14px Times New Roman, Arial;
	float: right;
	text-transform: none;
}
#linea-separacion {
	position: absolute;
	top: 12px;
	left: 675px;
	vertical-align: top;
	border-right: dashed #C0C0C0 1px;
	width: 4px;
	height: 96%;
}
#lateral {
	position: relative;
	padding: 20px 0 45px 0;
	vertical-align: top;
	top: 0;
	width: 260px;
	float: right;
	text-align: center;
}
.lateral_reg{
	position:relative;
	width: 260px;
	height: 190px;
	display:inline-block;
	}
#lateral_contenido1 {
	position: relative;
	margin: 2px 0px 20px 25px;
	padding-left: 10px;
	right: 7px;
	vertical-align: top;
	text-align: center;
	/*
	background: url(images/degradado-blanco.png);*/
	background: #303030;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#303030));
   background: -webkit-linear-gradient(top, #000000, #303030);
   background: -moz-linear-gradient(top, #000000, #303030);
   background: -ms-linear-gradient(top, #000000, #303030);
   background: -o-linear-gradient(top, #000000, #303030);
	border-top: 1px solid #379BFF;

	border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	-ms-border-radius: 12px 0 0 12px;
	-o-border-radius: 12px 0 0 12px;
	-khtml-border-radius: 12px 0 0 12px;

	box-shadow: -1px -1px 3px #000;
	-webkit-box-shadow: -1px -1px 3px #000;
	-moz-box-shadow: -1px -1px 3px #000;
	-o-box-shadow: -1px -1px 3px #000;
	-ms-box-shadow: -1px -1px 3px #000;
	-khtml-box-shadow: -1px -1px 3px #000;

	width: 270px;
	height: 195px;
	z-index: 11;
}
#reg_texto_sup {
	position: relative;
	font: bold 17px Arial, Times New Roman;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 245px;
	color: #09F;
}
#reg_campos, #reg_campos_big {
	position: relative;
	margin: 2px 0 2px;
	border: solid #5976AC 1px;
	color: #969696;
	width: 180px;
	height: 20px;
	text-align: center;
}
#reg_submit, #reg_submit_big {
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #fff;
	border: solid #5976AC 1px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;

	width: 220px;
	height: 30px;
	font: bold 16px Arial;
	color: #000;

	cursor: pointer;
}

#reg_submit_big{
	height: 60px;
	font: bold 32px Arial, Helvetica, sans-serif;
	width: 260px;
	margin-top: 20px;
	background-color: #2d9eff;
	color: #FFF;
}

#reg_submit:hover, #reg_submit_big:hover{
	box-shadow: 1px -2px 3px #999;
	-webkit-box-shadow: 1px -2px 3px #999;
	-moz-box-shadow: 1px -2px 3px #999;
	-ms-box-shadow: 1px -2px 3px #999;
	-o-box-shadow: 1px -2px 3px #999;
	-khtml-box-shadow: 1px -2px 3px #999;
	}

#reg_campos_big{
color: #333;
font: normal 18px Arial, Helvetica, sans-serif;
width: 300px;
height: 30px;
margin-bottom: 15px;
}


#reg_info_prot {
	position: relative;
	color: #666;
	vertical-align: top;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	text-align: justify;
	width: 240px;
	display: inline-block;
}

#reg_info_prot a{
	color: #164ae9;
	}
/* Menu Lateral -----*/

#menu_lateral {
	position: relative;
	font: normal 13px Arial, Times New Roman;
	top: 5px;
	width: 260px;
	text-align: left;
	border: 0;
	vertical-align: top;
}
#menu_seguinos {
	position: relative;
	padding-left: 5px;
	margin-top: 0px;
	left: 0px;
	width: 98%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	color: #000;
}
#menu_tit{
	position: relative;
    border-top: 1px solid #379BFF;

   -webkit-border-radius: 8px 0px 0px 8px;
   -moz-border-radius: 8px 0px 0px 8px;
   border-radius: 8px 0px 0px 8px;
   -ms-border-radius: 8px 0px 0px 8px;
   -khtml-border-radius: 8px 0px 0px 8px;
   -o-border-radius: 8px 0px 0px 8px;

    box-shadow: -1px -1px 3px #000;
	-webkit-box-shadow: -1px -1px 3px #000;
	-moz-box-shadow: -1px -1px 3px #000;
	-ms-box-shadow: -1px -1px 3px #000;
	-o-box-shadow: -1px -1px 3px #000;
	-khtml-box-shadow: -1px -1px 3px #000;

    display: inline-block;
	right: -19px;
	padding: 8px 9px 8px 10px;

	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #000;
	}
#menu_tit1 {
	position: relative;
	padding: 6px 0px 6px 10px;
	margin: 0px 0px 25px 0px;
	right: -10px;
	width: 105%;
	height: 25px;
	border-top: 1px solid #379BFF;

   background: #303030;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#303030));
   background: -webkit-linear-gradient(top, #000000, #303030);
   background: -moz-linear-gradient(top, #000000, #303030);
   background: -ms-linear-gradient(top, #000000, #303030);
   background: -o-linear-gradient(top, #000000, #303030);

   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -ms-border-radius: 8px;
   -khtml-border-radius: 8px;
   -o-border-radius: 8px;

    box-shadow: 3px -3px 3px #000;
	-webkit-box-shadow: 3px -3px 3px #000;
	-moz-box-shadow: 3px -3px 3px #000;
	-ms-box-shadow: 3px -3px 3px #000;
	-o-box-shadow: 3px -3px 3px #000;
	-khtml-box-shadow: 3px -3px 3px #000;

}

.menu_fondo{
   position: relative;
   display: inline-block;
   right: -32px;
   margin: 1px 0 30px 0;;

   -webkit-border-radius: 0 0 8px 8px;
   -moz-border-radius: 0 0 8px 8px;
   border-radius: 0 0 8px 8px;
   -ms-border-radius: 0 0 8px 8px;
   -khtml-border-radius: 0 0 8px 8px;
   -o-border-radius: 0 0 8px 8px;

    box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	-ms-box-shadow: 0px 1px 3px #999;
	-o-box-shadow: 0px 1px 3px #999;
	-khtml-box-shadow: 0px 1px 3px #999;
	padding: 8px;
	width: auto;
	width: 240px;
	text-align: center;
	}

#menu_links {
	position: relative;
	margin: 20px 0 25px -10px;
	left: 40px;
	color: #36F;
	text-align: left;
	width: 82%;
}
/* ARTICULOS ---------------------------------------------------------------------------------------------------*/

#art_image {
	padding: 0px 0px 10px 10px;
	float: right;
}
/*articulo metatrader */

#art_metatrader_imagen1 {
	float: left;
}
#art_metatrader_imagen2 {
	float: none;
}
#art_metatrader_imagen3 {
	float: right;
}
/*SECCION INDEX ----------------------------------------------------------------------------------------------*/


.vista_previa {
	position: relative;
	top: 10px;
	left: -22px;
	margin-bottom: 40px;
	padding: 20px 20px 20px 32px;
	font: normal 14px Arial, Helvetica, sans-serif;
	border: solid #D3CCCC 1px;
	background-color: #FFF;
	color: #333333;
	width: 93%;
	height: auto;
	text-align: left;

	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-ms-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0;
	-khtml-border-radius: 0 8px 8px 0;

	box-shadow: 0 -3px 4px #222;
	-webkit-box-shadow: 0 -3px 4px #222;
	-moz-box-shadow: 0 -3px 4px #222;
	-khtml-box-shadow: 0 -3px 4px #222;
	-ms-box-shadow: 0 -3px 4px #222;
	-o-box-shadow: 0 -3px 4px #222;
}
#item{
	font: normal 16px Arial;
	}
#item_li li{
	list-style: circle;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
		}
#item_tit{
	position: relative;
	padding-left: 0px;
	font: bold 21px Arial;
	color: #333;
	font-weight: normal;
	text-transform: capitalize;
	height: 30px;
	}
#vista_previa_tit {
	position: relative;
	padding-left: 0px;
	font: normal 21px Times New Roman, Arial;
	color: #333;
	font-weight: normal;
	text-transform: capitalize;
	height: 30px;
}
#vista_previa_fecha {
	position: relative;
	font: normal 16px Times New Roman, Arial;
	color: #969696;
	text-transform: none;
	float: right;
}
#vista_previa_texto {
	position: relative;
	font: normal 13px Arial, Times New Roman;
	top: 25px;
	padding-bottom: 65px;
	width: 99%;
}
#vista_previa_img {
	padding: 0px 20px 20px 0px;
	float: left;
}
#vista_previa_ver_mas {
	position: absolute;
	top: 125px;
	left: 170px;
	font: normal 14px Times New Roman, Arial;
	color: #36F;
	padding-bottom: 10px;
	float: left;
}
#vista_previa_ver_mas a:hover {
	color: #11F;
}
/*SECCION CURSO ----------------------------------------------------------------------------------------------*/

.curso_contenido_centro {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#curso_tit_sup {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	font-size: 21px;
	text-transform: capitalize;
	color: #39F;
}
.curso_texto_sup {
	position: relative;
	top: 0px;
}
#curso_audio {
	position: relative;
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
}
#curso_texto_play {
	font: bold 18px Arial, Helvetica, sans-serif;
}
.curso_texto_sup {
	font-size: 14px;
}
.curso_fondo_items {
	background: -moz-linear-gradient(bottom, #CCE6FF 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCE6FF), color-stop(100%, #FFF));
	background: -webkit-linear-gradient(bottom, #CCE6FF 0%, #FFF 100%);
	background: -o-linear-gradient(bottom, #CCE6FF 0%, #FFF 100%);
	background: -ms-linear-gradient(bottom, #CCE6FF 0%, #FFF 100%);
	background: linear-gradient(bottom, #CCE6FF 0%, #FFF 100%);
	background-color: transparent;
	position: relative;
	font-family: Arial, Gadget, sans-serif;
	font-size: 14px;
	border: solid #39F 1px;

	border-radius: 24px 4px 24px 4px;
	-moz-border-radius: 24px 4px 24px 4px;
	-webkit-border-radius: 24px 4px 24px 4px;
	-khtml-border-radius: 24px 4px 24px 4px;
	-ms-border-radius: 24px 4px 24px 4px;
	-o-border-radius: 24px 4px 24px 4px;


	box-shadow: 1px -1px 4px #000;
	-webkit-box-shadow: 1px -1px 4px #000;
	-moz-box-shadow: 1px -1px 4px #000;
	-khtml-box-shadow: 1px -1px 4px #000;
	-ms-box-shadow: 1px -1px 4px #000;
	-o-box-shadow: 1px -1px 4px #000;

	padding: 15px 3px 20px 3px;
	margin: 35px 6px 0 6px;
	width: auto;
	max-width: 600px;
	height: auto;
	min-height: 168px;
}
#curso_img_1 {
	background-image: url(images/curso/3d-1.jpg);
	width: 200px;
	height: 200px;
	float: right;
}
#curso_img_2 {
	background-image: url(images/curso/3d-2.jpg);
	width: 200px;
	height: 200px;
	float: right;
}
#curso_img_3 {
	background-image: url(images/curso/3d-3.jpg);
	width: 168px;
	height: 126px;
	float: right;
}
#curso_img_4 {
	background-image: url(images/curso/3d-4.jpg);
	width: 168px;
	height: 168px;
	float: right;
}
#curso_img_5 {
	background-image: url(images/curso/3d-5.jpg);
	width: 168px;
	height: 168px;
	float: right;
}
#curso_img_6 {
	background-image: url(images/curso/3d-6.jpg);
	width: 168px;
	height: 126px;
	float: right;
}
#curso_img_7 {
	background-image: url(images/curso/3d-7.jpg);
	width: 140px;
	height: 168px;
	float: right;
}
#curso_img_principal {
	background-image: url(images/curso/imagen-curso.jpg);
	width: 225px;
	height: 239px;
	float: right;
}
#curso_img_cap1 {
	background-image: url(images/curso/dvd-curso1.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap2 {
	background-image: url(images/curso/dvd-curso2.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap3 {
	background-image: url(images/curso/dvd-curso3.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap4 {
	background-image: url(images/curso/dvd-curso4.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap5 {
	background-image: url(images/curso/dvd-curso5.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap6 {
	background-image: url(images/curso/dvd-curso6.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap7 {
	background-image: url(images/curso/dvd-curso7.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
#curso_img_cap8 {
	background-image: url(images/curso/dvd-curso8.jpg);
	width: 224px;
	height: 231px;
	float: right;
}
.curso_temas {
	position: relative;
	top: 50px;
	padding-bottom: 110px;
	font-size: 13px;
	border-bottom: dashed #C0C0C0 1px;
}
#curso_temas_tit {
	position: relative;
	top: 30px;
	font-size: 18px;
	text-transform: capitalize;
}
.curso_temas_cont {
	position: relative;
	top: 50px;
}
#curso-text-inf {
	font-size: 14px;
}
.curso_fondo_comprar {
	font-size: 14px;
	text-align: center;
}
#curso_link {
	position: relative;
	text-transform: capitalize;
	color: #008CB7;
	font-weight: bold;
	font-size: 13px;
}

/* Curso Video*/
.iframe_video{
	width: 100% !important;
	height: 100% !important;
	 -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px 8px;
   -ms-border-radius: 8px;
   -khtml-border-radius: 8px;
   -o-border-radius: 8px;
	}



#video_cont_inf{
	width: 685px;


	}
/* LANDING PAGES ----------------------------------------------------------------------------------------------*/

#landing_contenido {
	position: relative;
	text-decoration: none;
	margin-top: -92px;
}
.landing_tit_sup2{
	position: relative;
	background-color: #000;
	top: -16px;
	left: -22px;
	text-transform: capitalize;
	text-align: center;
	color: #39F;

	border-top: 1px solid #379BFF;

   -webkit-border-radius: 12px 12px 0px 0px ;
   -moz-border-radius: 12px 12px 0px 0px ;
   border-radius: 12px 12px 0px 0px ;
   -ms-border-radius: 12px 12px 0px 0px ;
   -khtml-border-radius: 12px 12px 0px 0px ;
   -o-border-radius: 12px 12px 0px 0px ;

    box-shadow: 1px -1px 5px #000;
	-webkit-box-shadow: 1px -1px 5px #000;
	-moz-box-shadow: 1px -1px 5px #000;
	-ms-box-shadow: 1px -1px 5px #000;
	-o-box-shadow: 1px -1px 5px #000;
	-khtml-box-shadow: 1px -1px 5px #000;
	width: auto;
    display: inline-block;
	padding: 0px 25px;

	}
#landing_tit_sup {
	position: relative;
	top: 15px;
	font-size: 24px;
	text-transform: capitalize;
	text-align: center;
	color: #39F;
}
#landing_txt_big{
	background: url(landing/imagenes/fondo-tit-landing-white.jpg) no-repeat;
	background-color: #FFF;
	box-shadow: 0px -1px 6px #333;
	-webkit-box-shadow: 0px -1px 6px #333;
	-moz-box-shadow: 0px -1px 6px #333;
	-khtml-box-shadow: 0px -1px 6px #333;
	-ms-box-shadow: 0px -1px 6px #333;
	-o-box-shadow: 0px -1px 6px #333;

	width: 980px;
	height: auto;
	text-align: center;
	font: bold 30px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.45;
	padding: 12px 0;
	margin: -15px 0 0 -22px;
	}
#landing_txt_reg{
	position: relative;
	background-color: #000;
	/*background: url(landing/imagenes/fondo-tit-landing1.jpg) no-repeat;*/
	width: 980px;
	height: auto;
	/*min-height: 415px;*/
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.45;
	padding: 14px 0 0 0;
    margin: -22px 0 0 -22px;
    display: inline-block;
	}

#landing_txt_reg1{
	position: relative;
	background-color: #000;
	/*background: url(landing/imagenes/fondo-tit-landing1.jpg) no-repeat;*/
	width: 980px;
	height: auto;
	/*min-height: 415px;*/
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.45;
	padding: 0px 0 0 0;
	margin: -15px 0 0 -22px;
	}
#landing_reg_izq{
	position: absolute;
	top: 90px;
	left: 162px;
}
#landing_reg_der{
	position: absolute;
	top: 137px;
	left: 166px;
}

#landing_video {
	position: relative;
	top: 35px;
	height: 272px;
	text-align: center;
}
#landing_audio {
	position: relative;
	top: 30px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	left: -22px;
}
#landing_texto_play {
	position: relative;
	top: 0px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
}
#landing_texto_central {
	position: relative;
	top: 0px;
	font-size: 21px;
	float: left;
	margin-top: -10px;
	text-align: left;
	display: block;
	width: 615px;
	/*color: #000;*/
}

#landing_texto_inferior {
	position: relative;
	top: 0px;
	font-size: 14px;
}


#landing_texto_inferior ul, #landing_texto_inferior li{
	font: normal 21px "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.4;
}

#landing_texto_central li{
	font: normal 24px "Times New Roman", Times, serif;
	color: #29ACFF;
	line-height: 1.4;
	padding-left: 70px;
}

#landing_texto_inferior ul{
	padding-left: 270px;
}

#landing_leyenda_reg {
	position: relative;
	top: 25px;
	font-size: 16px;
	text-align: left;
	color: #000;
}
#landing_form1{
	float: right;
	padding: 5px 10px 10px 0;
	}
#landing_formulario {
	position: relative;
	margin-bottom: 20px;
	top: 20px;
	left: 100px;
	vertical-align: top;
	text-align: center;
	background: url(images/degradado-blanco.png);
	border: solid #000 1px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

	box-shadow: 4px -4px 4px #000;
	-webkit-box-shadow: 4px -4px 4px #000;
	-moz-box-shadow: 4px -4px 4px #000;
	-khtml-box-shadow: 4px -4px 4px #000;
	-ms-box-shadow: 4px -4px 4px #000;
	-o-box-shadow: 4px -4px 4px #000;

	width: 250px;
	min-height: 135px;
	z-index: 1;
}
#landing_formulario1 {
	position: relative;
	margin-bottom: 40px;
	top: 55px;
	left: 195px;
	vertical-align: top;
	text-align: center;
	background: url(images/degradado-blanco.png);
	border: solid #000 1px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

	box-shadow: 4px -4px 4px #000;
	-webkit-box-shadow: 4px -4px 4px #000;
	-moz-box-shadow: 4px -4px 4px #000;
	-khtml-box-shadow: 4px -4px 4px #000;
	-ms-box-shadow: 4px -4px 4px #000;
	-o-box-shadow: 4px -4px 4px #000;

	width: 250px;
	min-height: 135px;
	z-index: 1;
}
/*Menu Lateral Landing*/

#menu_landing_tit {
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	text-align: center;
	color: #39F;
}
#menu_landing1 {
	position: relative;
	padding: 8px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*PAGINA GRACIAS -----------------------------------------------------------------------------------------------*/

#gracias_contenido {
	position: relative;
	text-decoration: none;
	width: 880px;
}
#gracias_tit_sup {
	position: relative;
	top: 10px;
	font-size: 28px;
	text-transform: capitalize;
	text-align: center;
	color: #39F;
}
#gracias_texto_sup {
	position: relative;
	top: 35px;
	font-size: 18px;
	padding-left: 200px;
}
#gracias_video {
	position: relative;
	top: 20px;
	height: 390px;
	text-align: left;
}
#gracias_texto_inf {
	position: relative;
	top: 100px;
	margin-bottom: 120px;
	font-size: 14px;
}
/* TESTIMONIOS*/

.testimonios_lateral_inferior {
	font: normal 12px Arial, Times New Roman;
	color: #36F;
	background-color: #FFF;
}

.testimonios-carta-de-venta{
font: normal 14px Arial, Times New Roman;
	color: #36F;
}

#testi_scroll{
	padding-top: 20px;
	width: 240px;
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;

	}
/* PIE DEL SITIO -----------------------------------------------------------------------------------------------*/

#pie {
	position: relative;
	border: 0;
	text-align: center;
	margin-bottom: 10px;
}

#advertencia {
	font-size: 14px;
}
