body
{
    margin: 0px;
}

img
{
    /*width: 100%;*/
    border: 0;
}

#divHtml
{
	width: 95%;
	max-width: 930px;
	margin: auto;
	line-height: 24px;
	overflow-x: hidden;
	background-color: #FFF;
	
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-khtml-border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 5px
}

#divHtml img
{
    width: 90%;
}

#divHtml .encabezado
{
    overflow: hidden;
}

#divHtml .encabezado img
{
    width: 100%; 
    float: left;
}

#divHtml .contenido
{
    width: 100%;
    background-repeat: repeat-y;
    background-size: contain;
    margin: 0px;
    padding: 0px;
	
	font-size: 18px;

	line-height: 32px;

	font-family: 'Lato', sans-serif;
}

#divHtml .texto-margen-derecho
{
	width: 95%;
	background-repeat: repeat-y;
	background-size: contain;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	line-height: 21px;
	margin: 5px;
	padding: 5px;
	top: 15px;
	right: 15px;
	bottom: 15px;
}

#divHtml .pie
{
	overflow: hidden;
	line-height: 15px;
}

#divHtml .pie img
{
    width: 100%; 
    float: left;
}

#divHtml .intro
{
    width: 92%;
    max-width: 820px;
}

#divHtml .datos-autor
{
    width: 90%;
    margin: auto;
}

#divHtml .datos-autor
{
    padding-top: 20px;
    width: 85%;
    margin: auto;
    overflow: auto;
    text-align: left;
}

#divHtml .datos-autor .foto
{
    padding-right: 20px;
    float: left;
}

#divHtml .datos-autor .foto img
{
    width: 100%;
    max-width: 105px;
}

#divHtml .datos-autor .info
{
	float: left;
	font-size: 15px;
	line-height: 21px;
}

#divHtml .datos-autor .firma
{
    width: 100%;
    padding-bottom: 5px;
    float: left;
}

#divHtml .datos-autor .firma img
{
    width: 100%;
    max-width: 180px;
}

#divHtml .datos-autor .texto
{
    width: 100%;
    padding-bottom: 20px;
    float: left;
    font-size: 13px;
}

#divHtml p
{
	padding: 12px 0px;
	width: 86%;
	margin: auto;
	text-align: left;
	font-size: 19px;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
}

#divHtml .texto-grande
{
	padding: 20px 0px;
	width: 86%;
	margin: auto;
	text-align: left;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Lato', sans-serif;
}

#divHtml .titulo
{
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	color: #C00;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*    background-color: #BA0000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.2) 2px 3px 6px;*/
}

#divHtml .titulo-articulos {
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	font-family: 'Lato', sans-serif;
}
#divHtml .cuadro-articulos {
	width: 90%;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #CCC;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
}

#divHtml .cuadro-banner {
	width: 75%;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #CCC;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	background-color: #f7f7ff;
}

#divHtml .titulo-azul
{
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 26px;
	line-height: 35px;
	color: #1656BA;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

#divHtml .titulo img
{
    width: 90%;
}

#divHtml .img-80
{
    width: 80%;
}

#divHtml .img-90
{
    width: 90%;
}

#divHtml .listado1
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 70%;
    font-size: 18px;
}

#divHtml .listado1 li
{
	padding-left: 30px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    
}

#divHtml .listado-1
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 80%;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}

#divHtml .listado-1 li
{
	padding-left: 47px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/til02.jpg");
	background-size: 27px 30px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-size: 18px;
	
}

#divHtml .img-float-right
{
    float: right;
}

#divHtml .img-float-left
{
    float: left;
}



#divHtml .listado-5
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 80%;
    max-width: 700px;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}

#divHtml .listado-5 li
{
	padding-left: 55px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/til01.jpg");
	background-size: 27px 30px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 35px;
}



.div-left
{
    float: left;
}

#divHtml .membresia-enc
{
    margin: 0px auto;
    width: 90%;
    max-width: 770px;
    overflow: auto;
}

#divHtml .membresia-enc img
{
    width: 100%;
    float: left;
}

#divHtml .membresia
{
    width: 90%;
    max-width: 770px;
    margin: auto;
    text-align: left;
    background-image: url("../imagenes/g2.gif");
    background-repeat: repeat-y;
    background-size: contain;
}

#divHtml .membresia .contenido
{
    width: 90%;
    margin: auto;
    overflow: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
}

#divHtml .membresia-pie
{
    margin: 0px auto;
    width: 90%;
    max-width: 770px;
    overflow: auto;
}

#divHtml .membresia-pie img
{
    width: 100%;
    float: left;
}

#divHtml .listado-6
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 88%;
    max-width: 800px;
    font-size: 18px;
	font-family: 'Lato', sans-serif;
}

#divHtml .listado-6 li
{
	padding-left: 55px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes/til04.jpg");
	background-size: 27px 30px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 34px;
}


#divHtml .listado-2
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 80%;
    max-width: 700px;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}


#divHtml .listado-2 li
{
	padding-left: 55px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/til5.png");
	background-size: 30px 31px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}


#divHtml .listado-3
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 80%;
    max-width: 700px;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}


#divHtml .listado-3 li
{
	padding-left: 55px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/icon-x.jpg");
	background-size: 31px 30px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	
}


#divHtml .listado-4
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 90%;
    max-width: 700px;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}


#divHtml .listado-4 li
{
	padding-left: 55px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/til03.png");
	background-size: 27px 30px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	
}


#divHtml .formulario-enc
{
    margin: 0px auto;
    width: 90%;
    max-width: 652px;
    overflow: auto;
}

#divHtml .formulario-enc img
{
    width: 100%;
    float: left;
}

#divHtml .formulario
{
    width: 90%;
    max-width: 652px;
    margin: auto;
    text-align: left;
    background-image: url("../imagenes-r/for2.gif");
    background-repeat: repeat-y;
    background-size: contain;
}

#divHtml .formulario .contenido
{
    width: 90%;
    margin: auto;
    overflow: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
}

#divHtml .formulario-pie
{
    margin: 0px auto;
    width: 90%;
    max-width: 652px;
    overflow: auto;
}

#divHtml .formulario-pie img
{
    width: 100%;
    float: left;
}

#divHtml .listado-7
{
    margin: 0px auto;
    padding: 20px 0px;
    width: 100%;
    max-width: 700px;
    font-size: 15px;
}

#divHtml .listado-7 li
{
	padding-left: 44px;
	margin-bottom: 40px;
	min-height: 30px;
	text-align: left;
	list-style: none;
	background-image: url("../imagenes-r/tilde6.png");
	background-size: 24px 24px;
	background-position: 10px top;
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
}

#divHtml .ssl-enc
{
    margin: 0px auto;
    width: 90%;
    max-width: 500px;
    overflow: auto;
}

#divHtml .ssl-enc img
{
    width: 100%;
    float: left;
}

#divHtml .ssl
{
    width: 90%;
    max-width: 500px;
    margin: auto;
    text-align: left;
    background-image: url("../imagenes/s2.jpg");
    background-repeat: repeat-y;
    background-size: contain;
}

#divHtml .ssl .contenido
{
    width: 90%;
    margin: auto;
    overflow: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    text-align: center;
    background: transparent;
}

#divHtml .ssl-pie
{
    margin: 0px auto;
    width: 90%;
    max-width: 500px;
    overflow: auto;
}

#divHtml .ssl-pie img
{
    width: 100%;
    float: left;
}

#divHtml .titulo-gde {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 34px;
	color: #C00;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: 'Lato', sans-serif;
	line-height: 43px;
	font-weight: bold;
}

#divHtml .titulo-gde-afiliados {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	color: #BA0000;
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#divHtml .titulo-gde-gris {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 37px;
	font-weight: bold;
	line-height: 50px;
	color: #666;
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#divHtml .titulo-gde-upsell {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 37px;
	color: #BA0000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: 'Lato', sans-serif;
	line-height: 43px;
	background-color: #EBEBEB;
}


#divHtml .garantia {
	width: 90%;
	max-width: 770px;
	margin: auto;
	text-align: left;
	background-size: contain;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #81019E;
	border-right-color: #81019E;
	border-bottom-color: #81019E;
	border-left-color: #81019E;
}
#divHtml .cuadroamarillo {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	width: 90%;
	max-width: 770px;
	margin: auto;
	text-align: left;
	background-size: contain;
	background-color: #FDEC7C;
	border: 5px dashed #C00;
}
#divHtml .titulo-blanco {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 42px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#divHtml .texto-verde {
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 19px;
	color: #24AE3D;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
}

#divHtml .texto-azul {
	width: 90%;
	background-size: contain;
	margin: 0px;
	color: #4F1AB0;
	font-size: 16px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#divHtml .texto-condiciones {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 12px;
	color: #000;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 15px;
}

#divHtml .cuadro-celeste {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
-khtml-border-radius: 15px;
	width: 90%;
	max-width: 770px;
	margin: auto;
	text-align: left;
	background-size: contain;
	background-color: #D7EEFF;
	border: 5px dashed #006;
}

#divHtml .cuadro-promo90 {
	width: 85%;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 4px solid #D61F3C;
	padding-top: 15px;
	padding-bottom: 15px;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	text-align: center;
}

#divHtml .titulo-azul-chico {
	padding: 0px 0px 30px;
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 25px;
	line-height: 33px;
	color: #06C;
	font-family: 'Lato', sans-serif;
}

#divHtml .titulo-azul-cursiva {
	padding: 0px 0px 30px;
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 27px;
	line-height: 33px;
	color: #06C;
	font-family: 'Handlee', cursive;
}


#divHtml .titulo-rojo-chico {
	padding: 0px 0px 30px;
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 20px;
	line-height: 28px;
	color: #D70000;
	font-family: 'Lato', sans-serif;
}
#divHtml .cuadro-celeste-chico {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	width: 90%;
	max-width: 640px;
	margin: auto;
	text-align: left;
	background-size: contain;
	background-color: #d7eeff;
	border: 3px solid #009;
}
#divHtml .cuadro-rojo {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	width: 90%;
	max-width: 800px;
	text-align: left;
	background-size: contain;
	border: 4px solid #EC0000;
	padding: 0px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #EFEFEF;
}

#divHtml .cuidado {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	color: #E60000;
	font-family: 'Oswald', sans-serif;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#divHtml .titulo-negrita {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 24px;
	line-height: 30px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#divHtml .texto-fondo-rojo {
	width: 40%;
	text-align: center;
	/*color: #BA0000;*/
    font-size: 25px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	background-color: #C03;
	line-height: 25px;
	padding: 4px;
}
#divHtml .titulos-bonus-descarga {
	width: 85%;
	text-align: center;
	/*color: #BA0000;*/
    font-size: 30px;
	font-weight: bold;
	color: #4A4A4A;
	font-family: 'Lato', sans-serif;
	padding: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4A4A4A;
	border-bottom-color: #4A4A4A;
	border-top-width: thin;
	border-bottom-width: thin;
	line-height: 35px;
}
#divHtml .cuadro-recomendaciones {
	width: 85%;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Geneva, sans-serif;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#divHtml .titulo-azul-grande {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 28px;
	line-height: 35px;
	color: #000DB0;
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}#divHtml .texto-fondo-gris {
	width: 85%;
	text-align: center;
	/*color: #BA0000;*/
    font-size: 30px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	background-color: #666;
	padding: 10px;
}
#divHtml .links {
	width: 100%;
	background-repeat: repeat-y;
	background-size: contain;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 22px;
	color: #00F;
}
#divHtml .titulo-dieta {
	padding: 0px 0px 30px;
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 25px;
	line-height: 28px;
	color: #D70000;
	font-family: 'Cuprum', sans-serif;
}
#divHtml .titulo-gris {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 24px;
	line-height: 33px;
	color: #666;
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#divHtml .texto-rojo {
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 20px;
	color: #F70100;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
}


#divHtml .titulo-upsell {
	width: 85%;
	text-align: center;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: 'Lato', sans-serif;
	background-color: #FF9;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 28px;
}
#divHtml .cuadro-upsell {
	width: 85%;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-family: Verdana, Geneva, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	border: 3px solid #DF0000;
	padding-top: 15px;
	padding-bottom: 15px;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
}
#divHtml .titulo-negro-grande {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 34px;
	font-weight: bold;
	line-height: 43px;
	color: #000;
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#divHtml .titulo-negro {
	padding: 40px 0px 30px;
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color: #000;
	font-family: 'Lato', sans-serif;
}
#divHtml .titulo-rosa {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 28px;
	line-height: 35px;
	color: #D822AB;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}
#divHtml .cuadro-testim {
	width: 72%;
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	font-family: 'Handlee', cursive;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 60px;
	margin: auto;
	z-index: -1;
	background-image: url(../imagenes-r/testim1.gif);
	background-repeat: repeat-y;
}

#divHtml .titulo-testimonios {
	padding: 40px 0px 30px;
	width: 90%;
	text-align: left;
	margin: auto;
	font-size: 23px;
	line-height: 26px;
	color: #770AA0;
	font-family: 'Oswald', sans-serif;
}


#divHtml .titulo-bonus {
	text-align: center;
	/*color: #BA0000;*/
    font-size: 33px;
	font-weight: bold;
	line-height: 42px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	background-color: #903;
	margin: auto;
	width: 100%;
	padding: 10px;
}

#divHtml .titulo-bonus2 {
	text-align: center;
	/*color: #BA0000;*/
    font-size: 38px;
	line-height: 40px;
	color: #903;
	font-family: 'Amaranth', sans-serif;
	margin: auto;
	width: 90%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


#divHtml .cuadro-bonus {
	width: 85%;
	text-align: left;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: auto;
	z-index: -1;
	border: 5px solid #903;
	-moz-border-radius: 0px 0px 35px 0px;
	-webkit-border-radius: 0px 0px 35px 0px;
	border-radius: 35px 0px 35px 0px;
	-moz-box-shadow: 0px 0px 6px #d6dde5;
	-webkit-box-shadow: 0px 0px 6px #d6dde5;
	box-shadow: 0px 0px 6px #d6dde5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 10px;

}

#divHtml .today-for-free {
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 25px;
	color: #F00F14;
	font-family: 'Lato', sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding-top: 35px;
	line-height: 26px;
}

#divHtml .cuadro-garantia {
	width: 80%;
	text-align: left;
	font-size: 18px;
	line-height: 29px;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	border: 1px solid #fed999;
	background-color: #fdfdd6;
	clip: rect(auto,auto,auto,auto);
	margin: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
}

#divHtml .titulo-garantia {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 34px;
	font-weight: bold;
	line-height: 38px;
	color: #BA0000;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#divHtml .cuadro-amarillo {
	width: 55%;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: auto;
	vertical-align: middle;
	z-index: -1;
	border: 4px dashed #FED154;
	background-color: #fffccd;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}

#divHtml .cuadro-descarga {
	width: 67%;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: auto;
	z-index: -1;
	border: 4px dashed #1DB135;
	background-color: #eff7fa;
	text-align: center;
	font-size: 18px;
}

#divHtml .titulo-centrado {
	width: 88%;
	text-align: center;
	margin: auto;

	/*color: #BA0000;*/estim
    font-size: 29px;
	line-height: 39px;
	color: #C03;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
}

#divHtml .titulo-verde {
	width: 90%;
	text-align: center;
	margin: auto;
	font-size: 27px;
	color: #1DB135;
	font-family: 'Lato', sans-serif;
	line-height: 31px;
}

#divHtml .titulo-verde2 {
	width: 90%;
	text-align: center;
	font-size: 27px;
	color: #1DB135;
	font-family: 'Oswald', sans-serif;
	line-height: 31px;
	padding-top: 20px;	
	margin: auto;


}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
  
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#divHtml .texto-rosa {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 22px;
	line-height: 35px;
	color: #D822AB;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: normal;
}

#divHtml .texto-rosa-gde {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 26px;
	line-height: 35px;
	color: #D822AB;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

#divHtml .texto-gris {
	width: 90%;
	text-align: left;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 22px;
	line-height: 35px;
	color: #666;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}


#divHtml .texto-centrado {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#divHtml .texto-cbk {
	width: 90%;
	text-align: center;
	margin: auto;
	/*color: #BA0000;*/
    font-size: 11px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 13px;
}

#divHtml .cuadro-gris {
	width: 75%;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: auto;
	z-index: -1;
	text-align: left;
	font-size: 16px;
	background-color:#F2F2F2;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	border: 1px solid #D4D4D4;
}

#divHtml .cuadro-blanco {
	width: 75%;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: auto;
	z-index: -1;
	text-align: left;
	font-size: 16px;
	
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
	border: 2px solid #C00;
}

#divHtml .titulo-garantia2 {
	padding: 40px 0px 30px;
	width: 90%;
	text-align: left;
	margin: auto;
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-family: 'Oswald', sans-serif;
}

#divHtml .menu {
	width: 90%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #00C;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: auto;
}
