/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, checkbox {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border: 0;
}

/* ------------------------------------------------------- */
body {
	background-color: #646464;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #646464;
	line-height: 17px;
}

body.mceContentBody {
   background: #FFF;
}

body.mail {
	background-color: #FFF;
}

p{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #646464;
	line-height: 17px;
	margin: 0px 0px 17px 0px;
}

p.justify {
	text-align: justify;
}

p.center {
	text-align: center;
}

.clear{
	clear: both;
}

h1 {
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #E62D2D;
	line-height: 24px;
}

/*-- HEADER --*/
#header {
	margin-bottom: 10px;
}
#header h1 {
	margin: 0; text-indent: -9000px;
	height:192px;
	background: url(../imgs/headers/header_usuarios.jpg) no-repeat 0px 0px;
}
#header h1.main{
	background: url(../imgs/headers/header_home.jpg) no-repeat 0px 0px;
}
#header h1.amigo_logged {
	background: url(../imgs/headers/header_amigo.jpg) no-repeat 0px 0px;
}
#header h1.socio_logged {
	background: url(../imgs/headers/header_socio.jpg) no-repeat 0px 0px;
}
#header h1.masquesocio_logged {
	background: url(../imgs/headers/header_mas_que_socio.jpg) no-repeat 0px 0px;
}
#header_links {
	position: absolute;
}
#header_links a {
	text-indent: -9000px;
  	position: absolute; display: block;
  	text-decoration: none;
}
#header_links h1 a i {
	visibility: hidden;
}
#header_links a#micronet {
	top: 28px; left: 55px; width: 116px; height: 95px;
}
#header_links a#home {
	top: 25px; left: 190px; width: 190px; height: 57px;
}

/*-- COLUMNAS --*/
h2{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #646464;
	line-height: 17px;
}
h3{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #646464;
	line-height: 30px;
	padding: 5px 0px 0px 0px;
}

#content ul {
	margin-left: 2em;
}
#content li {
	list-style-type: disc;
	margin-bottom: 10px;
}
.divisor_rojo{
	display:block;
	margin: 5px 0px;
	height: 2px;
	border-bottom: 1px dotted #E62D2D;
}
.divisor_gris{
	display:block;
	margin: 5px 0px;
	height: 2px;
	border-bottom: 1px solid #8F8F8F;
}
.divisor_gris_vip{
	display:block;
	margin: 0px;
	height: 2px;
	border-bottom: 1px solid #8F8F8F;
}
.divisor_gris_products{
	display:block;
	margin: 10px 0px 15px 0px;
	height: 2px;
	border-bottom: 1px solid #8F8F8F;
}
.divisor_gris_register{
	display:block;
	margin: 5px 25px;
	height: 2px;
	border-bottom: 1px solid #8F8F8F;
}
.divisor_blanco{
	display:block;
	width: 190px;
	margin: 0px 0px 10px -10px;
	height: 2px;
	border-bottom: 1px dotted #FFF;
}
.vip_destacado{
	font-style: italic;
	color: #E62D2D;
	font-weight: bold;
}

/*-- CONTAINER --*/
#container {
	margin: 0 auto;
	width: 990px;
	background-color: #FFF;
}

/*-- LOGIN BAR --*/
#login_bar {
	width: 950px;
	background-image: url(../imgs/bg_barra_login.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px; padding: 0px 20px;
}
.login_box{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	height: 36px;
}
.login_box input{
	display: block;
	background-color:#FFF;
	border: 1px solid #FFF;
	height: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000;
}
.login_buttons{
	display: block;
	float: left;
	padding: 13px 10px 2px 10px;
}
.login_buttons input{
	border: 0px;
	margin: 0px;
	display: inline;
	float:left;
}
.login_buttons img{
	border: 0px;
	margin: 0px;
	display:inline;
	float:left;
}
.logout_button{
	display: block;
	float: left; width: 720px;
	padding: 8px 0;
}
.logout_button img{
	border: 0px;
	margin: 0px;
	display:inline;
	float:left;
}
.logout_button b {
	font-weight: normal; color: #eee;
	height: 20px; border: 0px; margin: 0px; margin-right: 6px;
	float:left;
}
.logout_button a{
	border: 0px;
	margin: 0px;
	display:inline;
	float:left;
}
ul#navbar {
}
ul#navbar li {
	display: block;
	float: right;
	margin-top: 10px;
}

/*-- LEFTCOLUMN --*/
#leftcolumn {
	margin: 0px;
	padding: 0 10px 20px 20px;
	width: 180px;
	float: left;
}

html* #leftcolumn {
	padding-right: 0;
}

/*-- MENU DE ROLES --*/

/*********************************
 * MENU PRINCIPAL
 ********************************/

ul#top_menu {
	margin-bottom: 20px;
}
ul#top_menu li {
	border: 1px solid #fff;
}
ul#top_menu a {
}
ul#top_menu .item {
	display: block;
	height: 45px;
	margin-bottom: 1px;
	text-indent: -9000px; outline: none;
}
ul#top_menu .tm_amigos {
	background: #fff url(../imgs/amigos/btn_amigos_out.jpg) no-repeat center;
}
ul#top_menu .tm_amigos_selected, ul#top_menu a:hover.tm_amigos {
	background: #fff url(../imgs/amigos/btn_amigos_over.jpg) no-repeat center;
}
ul#top_menu .tm_socios {
	background: #fff url(../imgs/socios/btn_socios_out.jpg) no-repeat center;
}
ul#top_menu .tm_socios_selected, ul#top_menu a:hover.tm_socios {
	background: #fff url(../imgs/socios/btn_socios_over.jpg) no-repeat center;
}
ul#top_menu .tm_masquesocios {
	background: #fff url(../imgs/masquesocios/btn_mas_que_socios_out.jpg) no-repeat center;
}
ul#top_menu .tm_masquesocios_selected, ul#top_menu a:hover.tm_masquesocios {
	background: #fff url(../imgs/masquesocios/btn_mas_que_socios_over.jpg) no-repeat center;
}

/*********************************
 * REGISTRO
 ********************************/

a#registro_big {
	display: block;
	text-indent: -9000px; outline: none;
	width: 174px; height: 124px;
	background: #fff url(../imgs/registrate_aqui.jpg) no-repeat center center;
	margin-bottom: 20px;
}
.banner_box{
	margin: 10px 0px 10px 0px;
}
.banner_box a:link{
	text-decoration: none;
	color: #646464;
}
.banner_box a:visited{
	text-decoration: none;
	color: #646464;
}
.banner_box a:hover{
	text-decoration: none;
	color: #961E1E;
}
.banner_box a:active{
	text-decoration: none;
	color: #646464;
}
.banner_recomienda{
	display: block;
	margin: 10px auto;
}
.banner_box img{
	display: block;
	margin: 0 auto;
}
.banner_box_dotted{
	margin: 10px 0px 0px 0px;
	border: 1px dotted #646464;
	width: 208px
}
.banner_box_dotted img{
	display: block;
	margin: 0 auto;
}

/*********************************
 * HIGHLIGHTS
 ********************************/

ul#highlights {
	width: 174px;
	margin-bottom: 20px; padding-top: 155px;
	background: #fff url(../imgs/highlights.gif) no-repeat top left;
}
ul#highlights li {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 30px;
	border-bottom: 1px dotted #8F8F8F;
	background: #fff url(../imgs/arrow_lateral.gif) no-repeat 10px 14px;
}
ul#highlights a {
	text-decoration: none;
	color: #646464;
}
ul#highlights a:hover{
	text-decoration: none;
	color: #961E1E;
}
#bases{
	display: block;
	margin: 10px 0px 10px 0px;
}
#opiniones{
	display: block;
	margin: 20px 0px 10px 0px;
}

/*-- PATHWAY - EVENTOS --*/
ul#pathway {
	margin: 0px;
	height: 15px;
	border-bottom: 1px dotted #8F8F8F;
}
ul#pathway li {
	display: block;
	float: left;
	font: bold normal 11px Arial, Helvetica, sans-serif;
}
ul#pathway a {
	font-weight: normal;
	text-decoration: underline;
	color: #646464;
}
ul#pathway a:hover{
	color: #E62D2D;
}

/*-- CONTENT --*/
#content{
	float: left;
	margin: 0px 20px;
	padding: 0 0 10px 0;
	width: 510px;
	display: inline;
}
/*
#content ul{
}
#content li{
	list-style-image:url(../imgs/bullet.gif);
	list-style-position:inside;
	line-height: 20px;
	padding: 3px 0px;
}
*/
#content_one_column{
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0px 10px 0px;
	width: 670px;
	display: inline;
}
#content_image{
	display: block;
	margin: 0 auto;
	padding: 30px 0px 10px 0px;
}
#content, #content_one_column a:link{
	text-decoration: none;
	color: #646464;
}
#content, #content_one_column a:visited{
	text-decoration: none;
	color: #646464;
}
#content, #content_one_column a:hover{
	text-decoration: none;
	color: #E62D2D;
}
#content, #content_one_column a:active{
	text-decoration: none;
	color: #646464;
}
#content p a:link{
	text-decoration: none;
	color: #646464;
}
#content p a:visited{
	text-decoration: none;
	color: #646464;
}
#content p a:hover{
	text-decoration: none;
	color: #E62D2D;
}
#content p a:active{
	text-decoration: none;
	color: #646464;
}
.image_title{
	display: block;
	height: 43px;
	background-image:url(../imgs/arrow_title.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 5px 0px 0px 50px;
	margin: 10px 0px 10px 0px;
}

/*-- CONTENT - BOXES CONTAINER --*/
#boxes_container{
	width: 700px;
	margin: 0px 0px 10px 0px;
}
.main_box{
	display: inline;
	background-image:url(../imgs/top_main_boxes.gif);
	background-color: #E6E6E6;
	background-position: top left;
	background-repeat: no-repeat;
	width: 184px;
	height: 413px;
	float: left;
	margin: 0px 16px 8px 0px;
	padding: 14px;
}
.main_box_content_wrapper{
	height: 398px;
}
.arow_24{
	display: inline;
	border: 0px;
	margin: 0px 10px 0px 0px;
}
.main_box_title_name{
	border: 0px;
	padding: 3px 0px 5px 5px;
}
.main_box_title{
	border: 0px;
	padding: 3px 0px 5px 0px;
}
.main_box_graphic{
	display: block;
	border-top: 2px dotted #E52B2E;
	border-bottom: 2px dotted #E52B2E;
	width: 180px;
	padding: 5px 0px;
}
.main_box ul{
	margin: 10px 0px 5px 0px;
}
.main_box li {
	list-style-type: disc; list-style-position: outside;
	font: normal normal 11px Arial, Helvetica, sans-serif; color: #646464;
	margin-left: 2em; margin-bottom: 1px;
}
.main_box_mas_info{
	display: block;
	width: 180px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #E62D2D;
	text-align: right;
	margin: 5px 0px;
}
.main_box_mas_info a:link{
	text-decoration: none;
	color: #E62D2D;
}
.main_box_mas_info a:visited{
	text-decoration: none;
	color: #E62D2D;
}
.main_box_mas_info a:hover{
	text-decoration: none;
	color: #646464;
}
.main_box_mas_info a:active{
	text-decoration: none;
	color: #E62D2D;
}
.main_box_event{
	display: block;
	width: 510px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 12px;
	border: 1px dotted #646464;
}
#main_box_footer{
	background-color:#093;
}
.productos_destacados ul{
	display: block;
	margin: 10px 0px;
}
.productos_destacados li{
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 12px;
	border-right: 1px solid #646464;
	padding: 0px 5px;
}
.productos_destacados li:last-child{
	display: block;
	border-right: 0px;
}
.productos_destacados li a:link{
	color: #646464;
	text-decoration: none;
}
.productos_destacados li a:visited{
	color: #646464;
	text-decoration: none;
}
.productos_destacados li a:hover{
	color: #E62D2D;
	text-decoration: none;
}
.productos_destacados li a:active{
	color: #646464;
	text-decoration: none;
}
#content .productos_destacados_small ul{
	display: block;
	margin: 12px 0px;
}
#content .productos_destacados_small li{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	line-height: 11px;
	border-right: 1px solid #646464;
	padding: 0px 5px;
}
#content .productos_destacados_small li:last-child{
	display: block;
	border-right: 0px;
}
#content .productos_destacados_small li a:link{
	color: #646464;
	text-decoration: none;
}
#content .productos_destacados_small li a:visited{
	color: #646464;
	text-decoration: none;
}
#content .productos_destacados_small li a:hover{
	color: #E62D2D;
	text-decoration: none;
}
#content .productos_destacados_small li a:active{
	color: #646464;
	text-decoration: none;
}
.amigos_product_box{
	display: block;
	width: 510px;
	height: 230px;
	background-color: #E6E6E6;
	background-image:url('../imgs/productos/bottom_amigos_product_box.gif');
	background-position:bottom;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
}
.amigos_product_wrapper{
	display:block;
	height: 190px;
}
.amigos_product_box .oferta_exclusiva{
	display:block;
	height: 30px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding: 10px 0px 5px 20px;
}
.amigos_product_image{
	display: block;
	float:left;
	width: 200px;
	height: 160px;
	padding: 15px 10px;
}
.amigos_product_image img{
	display: block;
	margin: 0 auto;
}
.amigos_product_title{
	display:block;
	width: 270px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
	padding: 20px 10px 10px 10px;
}
.amigos_product_detail{
	display:block;
	width: 270px;
	height: 90px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 20px 10px 0px 10px;
	overflow: hidden;
}
.amigos_product_detail a:link{
	text-decoration: none;
	color: #646464;
}
.amigos_product_detail a:visited{
	text-decoration: none;
	color: #646464;
}
.amigos_product_detail a:hover{
	text-decoration: none;
	color: #646464;
}
.amigos_product_detail a:active{
	text-decoration: none;
	color: #646464;
}
.amigos_product_price{
	display:block;
	width: 260px;
	height: 20px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px 10px 5px 15px;
	overflow: hidden;
}
.main_banner_box{
	display: block;
	margin: 10px auto;
	padding: 10px 0px;
	clear: both;
}
.main_banner_box_custom{
	display: block;
	margin: 10px auto;
	padding: 0px;
	background-image:url('../imgs/bg_descarga_ya.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width: 510px;
	height: 166px;
}
.main_banner_box_survey{
	display: block;
	margin: 10px auto;
	padding: 0px;
	background-image:url('../imgs/bg_participa_ya.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width: 510px;
	height: 166px;
}
.main_banner_box_beta{
	display: block;
	margin: 10px auto;
	padding: 0px;
	background-image:url(../imgs/bg_beta.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 510px;
	height: 200px;
}
.banner_title{
	display: block;
	width: 290px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 34px;
	line-height: 38px;
	color: #E62D2D;
	margin: 0px 0px 0px 160px;
	padding: 30px 0px 0px 0px;
}
.banner_detail{
	display: block;
	width: 250px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #646464;
	margin: 5px 0px 0px 160px;
	padding: 0px 0px 0px 0px;
}
.banner_detail a:link{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail a:visited{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail a:hover{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail a:active{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_beta{
	display: block;
	width: 250px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #646464;
	margin: 5px 0px 0px 180px;
	padding: 90px 0px 0px 0px;
}
.banner_detail_beta a:link{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_beta a:visited{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_beta a:hover{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_beta a:active{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
/*----------*/
.banner_detail_survey{
	display: block;
	width: 250px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #646464;
	margin: 5px 0px 0px 180px;
	padding: 90px 0px 0px 0px;
}
.banner_detail_survey a:link{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_survey a:visited{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_survey a:hover{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
.banner_detail_survey a:active{
	text-decoration: none;
	color: #E62D2D;
	font-size: 16px;
	font-weight: bold;
}
/*---------*/
.amigos_tryout_box{
	display: block;
	width: 510px;
	background-color: #E6E6E6;
	background-image:url(../imgs/bottom_amigos_tryout_box.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	margin: 0 0px 10px;

}
.amigos_tryout_wrapper{
	display:block;
	height: 190px;
}
.amigos_tryout_image{
	display: block;
	float:left;
	width: 200px;
	height: 160px;
	padding: 20px 10px;
}
.amigos_tryout_image img{
	display: block;
	margin: 0 auto;
}
.amigos_tryout_title{
	display:block;
	width: 270px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
	padding: 20px 10px 10px 10px;
}
.amigos_tryout_subtitle{
	display:block;
	width: 260px;
	float:left;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	padding: 0px 10px 5px 13px;
}
.amigos_tryout_detail{
	display:block;
	width: 270px;
	overflow: auto;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 10px 0px 10px 15px;
}
.amigos_tryout_detail a:link{
	text-decoration: none;
	color: #646464;
}
.amigos_tryout_detail a:visited{
	text-decoration: none;
	color: #646464;
}
.amigos_tryout_detail a:hover{
	text-decoration: none;
	color: #646464;
}
.amigos_tryout_detail a:active{
	text-decoration: none;
	color: #646464;
}
.amigos_tryout_button{
	display:block;
	width: 260px;
	height: 30px;
	float:left;
	padding: 0px 10px 5px 10px;
}
.socios_tryout_subtitle{
	display:block;
	background-color: #646464;
	width: 263px;
	float:left;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px 3px 5px;
	margin: 3px 0px 3px 12px;
}
.socios_product_detail{
	display:block;
	width: 270px;
	height: 70px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 5px 0px 5px 12px ;
	overflow: hidden;
}

/*-- RIGHTCOLUMN --*/
#rightcolumn {
	margin: 0px;
	padding: 0 0px 20px 0px;
	width: 215px;
	float: left;
}
/*----------*/
#right_how_to{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 210px;
	background-color: #E6E6E6;
	padding: 0px 0px 5px 0px;
}
.right_how_to_item ul{
    margin-left: 5px;
    list-style-type: none;
}
.right_how_to_item li{
	padding: 10px 10px 10px 10px;
    border-bottom: 1px dotted #8F8F8F;
	background: url("../imgs/arrow_lateral_13.gif") no-repeat 5px 15px;

}
.right_how_to_item li img {
	padding-left: 18px;
}
.right_how_to_item_text{
	display: block;
	width: 150px;
	float: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #646464;
}
.right_how_to_item{
	display: block;
	width: 190px;
	padding: 10px 0px;
	margin: 0px 0px 0px 5px;
}
/*----------*/
#how_to{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 210px;
	background-color: #E6E6E6;
	padding: 0px 0px 15px 0px;
}
.how_to_item{
	display: block;
	width: 190px;
	padding: 10px 0px;
	margin: 0px 0px 0px 5px;
	border-bottom: 1px dotted #8F8F8F;
}
.how_to_item_arrow{
	display: block;
	float:left;
	margin: 0px 0px 0px 15px;
	padding: 7px 0px 0px 0px;
}
.how_to_item_number{
	display: block;
	width: 50px;
	float:left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}
.how_to_item_text{
	display: block;
	width: 150px;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #646464;
}
.how_to_item_text a:link{
	text-decoration: none;
	color: #646464;
}
.how_to_item_text a:visited{
	text-decoration: none;
	color: #646464;
}
.how_to_item_text a:hover{
	text-decoration: none;
	color: #961E1E;
}
.how_to_item_text a:active{
	text-decoration: none;
	color: #646464;
}
.how_to_title{
	display: block;
	border: 0px;
	margin: 0px;
}
.how_to_image{
	display: block;
	border: 0px;
	margin: 0px 0px 10px 0px;
}
.big_number{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	line-height: 22px;
	color: #646464;
}
#rightcolumn #right_bottom_box{
	display: block;
	width: 210px;
	height: 75px;
	background-image: url(../imgs/bg_caja_lateral_gris_contacto.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 10px 0px;
	color: #FFF;
	padding: 10px 0px;
}
#rightcolumn #right_bottom_box_container{
	display: block;
	border: 1px dotted #FFF;
	width: 188px;
	height: 23px;
	padding: 10px;
	margin: 5px 0px 0px 0px;
}

/*-- MENU DE USUARIO --*/
#account {
	padding-top: 40px; width: 210px;
	background: #e6e6e6 url(../imgs/t_mi_cuenta.jpg) no-repeat top left;
	margin-bottom: 20px;
}
ul#account_options {
	padding: 24px 24px 0 24px;
}
ul#account_options li {
	font: normal normal 12px Arial, Helvetica, sans-serif; color: #646464;
	text-transform: uppercase;
	padding: 7px 0 7px 10px;
	background: url(../imgs/plus.gif) no-repeat left;
	border-bottom: 1px dotted #646464;
}
ul#account_options a {
	text-decoration: none;
	color: #646464;
}
ul#account_options a:hover {
	color: #E62D2D;
}
#account #star {
	width: 50px; height:50px;
	float: right;
	background: #e6e6e6 url(../imgs/points.gif) no-repeat;
	margin-right: 4px;
}
#account #star div {
	font: normal normal 9px Arial, Helvetica, sans-serif; color: #fff;
	margin: 10px 8px;
	text-align: center;
}
#account_logout {
	margin: 18px  0 0 24px;
	display: block;	width: 75px; height: 19px;
	background: #e6e6e6 url(../imgs/btn_cerrar_sesion_gris.gif) no-repeat;
	text-indent: -9000px; outline: none;
}

/*-- PRODUCTOS --*/
.item_products{
	margin: 0px 0px 5px 0px;
}
.item_products_title{
	display: block;
	height: 23px;
	border-top: 1px dotted #646464;
	border-bottom: 1px dotted #646464;
	padding: 5px 0px;
}
.item_products_title span{
	display:block;
	float: left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #E62D2D;
	line-height: 24px;
}
.item_products_title span a:link{
	color: #E62D2D;
	text-decoration: none;
}
.item_products_title span a:visited{
	color: #E62D2D;
	text-decoration: none;
}
.item_products_title span a:hover{
	color: #000000;
	text-decoration: none;
}
.item_products_title span a:active{
	color: #E62D2D;
	text-decoration: none;
}
.item_products_title img{
	display: block;
	float: right;
}
.item_products_image{
	display: inline;
	float: left;
	padding: 10px;
}
.item_products_detail{
	display: block;
	padding: 30px 10px;
	overflow: hidden;
}
.item_products_detail_small{
	display: block;
	padding: 30px 10px 10px 10px;
	overflow: hidden;
}
.item_products_detail_big{
	display: block;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

/*-- REGISTRO --*/
.register_box{
	display: block;
	width: 510px;
	background-color: #E6E6E6;
	background-image:url(../imgs/form/t_form_registro.gif);
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}
.pregunta{
	display: block;
	z-index: 9999;
	margin: 12px 2px -55px 0px;
}
#register_box_maintitle{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 22px;
	color:#FFF;
	display: block;
	margin: 0px 0px 0px 17px;
	padding: 13px 0px 0px 0px;
}
#register_box_maintitle img{
	display: block;
	float: right;
	margin: -20px 10px 0px 0px;
}
.arroba_right {
	background: transparent url(../imgs/solo_arroba.gif) no-repeat 460px 8px;
}
.register_wrapper{
	display:block;
	padding: 30px 0px 10px 0px;
}
#register_email_box{
	background-color: #646464;
	width: 290px;
	height: 95px;
	padding: 20px;
	margin: 30px auto;
	color:#FFF;
}
#register_email_innerbox{
	border: 1px dotted #FFF;
	height: 55px;
	text-align:center;
	padding: 20px 0px;
}
#register_email_innerbox input{
	color: #000;
	display: block;
	height: 18px;
	border: 1px solid #FFF;
	text-align:left;
	margin: 10px auto;
	width: 200px;
}
.register_box_title{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #646464;
	margin: 10px 25px;
}
.register_wrapper table{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	border-collapse: collapse;
}
.register_wrapper table td{
	width: 50%;
}
.register_wrapper table td.left{
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
	width: 30%;
}
.register_wrapper table td.right{
	vertical-align: top;
	text-align: left;
	width: 70%;
}
.register_wrapper table td.center{
	vertical-align: top;
	text-align: center;
}
.register_wrapper table input{
	color: #000;
	display: block;
	height: 18px;
	line-height: 16px;
	border: 1px solid #E6E6E6;
	margin-top: 5px;
}
.register_wrapper table select{
	color: #000;
	display: block;
	height: 22px;
	width: 150px;
	line-height: 16px;
	border: 1px solid #E6E6E6;
	margin: 5px 0px 0px 0px;
}
.register_wrapper table select#sex{
	display: block;
	width: 55px;
}
.register_wrapper table select#day,
.register_wrapper table select#month,
.register_wrapper table select#year {
	display: inline;
	width: auto;
}
.register_wrapper table select#professionId{
	display: block;
	width: 220px;
}
.register_wrapper table select#countryId{
	display: block;
	width: 335px;
}
input[type="checkbox"] {
	float: left;
}
#suscrip, #platform, #equipment{
	display: block;
	margin: 0 auto;
	padding: 20px 130px 30px 130px;
	line-height: 25px;
}
.checkbox_text{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	display: block;
	float: left;
}
.letra_chica{
	display: block;
	margin: 10px 25px 40px 25px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.letra_chica sup {
	font-size: 14px;
}
.form_btn{
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
}
#box_puntos{
	display: block;
	margin: 10px 25px 10px 25px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#box_popup{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #646464;
}
.box_popup_destacado{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}
.centrado{
	text-align: center;
}

/*-- OPINIONES --*/
.opiniones_box{
	display: block;
	width: 510px;
	background-color: #E6E6E6;
	background-image:url(../imgs/opiniones/t_opiniones_sobre_productos.gif);
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}
#opiniones_box_maintitle{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 26px;
	line-height: 30px;
	color:#646464;
	display: block;
	margin: 0px 0px 0px 17px;
	padding: 20px 0px 0px 0px;
}
.opiniones_wrapper{
	display:block;
	padding: 40px 0px 10px 0px;
}
.opiniones_box_pasos{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 20px;
	color:#000;
	line-height: 24px;
	margin: 10px 20px 10px 20px;
}
.opiniones_box input, .opiniones_box textarea, .opiniones_box select{
	display: block;
	width: 250px;
	background-color: #FFF;
	border: 2px solid #FFF;
	color: #000;
	line-height: 16px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	overflow: auto;
}
.opiniones_box table{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 16px;
	table-layout:fixed;
}
.opiniones_box table td:first-child{
	width:35%;
	font-weight: bold;
}

.opiniones_box table td:last-child{
	width:65%;
}
.btn_enviar_opiniones img{
	display: block;
	padding: 10px 90px;
}
.item_opiniones{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	color:#646464;
	line-height: 17px;
	margin: 20px;
	border-bottom: 1px dotted #646464;
}
.opiniones_nombre{
	display: block;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.opiniones_comentario{
	font-style:italic;
}
.opiniones_producto{
	font-weight: bold;
	font-style: normal;
	color: #E62D2D;
	padding: 0px 5px 0px 0px;
}
.btn_ver_comentario{
	float: left;
	margin: 20px 0px;
}

/*-- PAGINADO --*/
#paginado{
	display: block;
	width: 510px;
	float: left;
	margin: 20px 35%;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 10px;
	color:#646464;
	line-height: 10px;
	font-weight: bold;
}
#paginado a{
	display: block;
	width: 10px;
	height: 10px;
	float:left;
	border-left: 1px solid #646464;
	padding: 0px 5px;
	text-align: center;
}
#paginado a:first-child{
	border: none;
}
#paginado a:link{
	color: #646464;
	text-decoration: none;
}
#paginado a:visited{
	color: #646464;
	text-decoration: none;
	border-right: 1px solid #646464;
	padding: 0px 5px 0px 10px;
	margin: 5px;
}
#paginado a:hover{
	color: #E62D2D;
	text-decoration: none;
}
#paginado a:active{
	color: #646464;
	text-decoration: none;
}
.vip_field{
	color: #000;
	display: block;
	height: 18px;
	border: 1px solid #FFF;
	width: 256px;
}
.vip_area{
	color: #000;
	display: block;
	height: 100px;
	border: 1px solid #FFF;
	text-align: left;
	width: 256px;
	margin-left: 0px;
}
.vip_table td{
	height: 35px;
	vertical-align: top;
}

/*-- DESTACADO --*/
.destacado_product_box{
	display: block;
	width: 510px;
	height: 250px;
	background-image:url('../imgs/productos/bottom_amigos_product_box.gif');
	background-position:bottom;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
}
.destacado_detalle{
	display: block;
	margin: 20px 15px 10px 15px;;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	padding: 0px;
}
.destacado_main_detail{
	display: block;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #646464;
	margin: 15px 0px 5px 0px;
}
.destacado_product_title{
	display:block;
	width: 270px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
}
.destacado_product_title a:link{
	color: #E62D2D;
	text-decoration: none;
}
.destacado_product_title a:visited{
	color: #E62D2D;
	text-decoration: none;
}
.destacado_product_title a:hover{
	color: #000;
	text-decoration: none;
}
.destacado_product_title a:active{
	color: #E62D2D;
	text-decoration: none;
}
.destacado_product_title img{
	display: block;
	float: right;
	position:relative;
	margin: -20px 0px 0px 10px;
}
.destacado_product_detail{
	display:block;
	width: 270px;
	height: 90px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 10px 10px 0px 0px;
	overflow: hidden;
}
.destacado_product_detail a:link{
	text-decoration: none;
	color: #646464;
}
.destacado_product_detail a:visited{
	text-decoration: none;
	color: #646464;
}
.destacado_product_detail a:hover{
	text-decoration: none;
	color: #646464;
}
.destacado_product_detail a:active{
	text-decoration: none;
	color: #646464;
}
.destacado_product_price{
	display:block;
	width: 260px;
	height: 20px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}
.destacado_product_wrapper{
	display:block;
	height: 220px;
}
.destacado_product_box .oferta_exclusiva{
	display:block;
	height: 30px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding: 0px 0px 5px 20px;
}
.destacado_box{
	display: block;
	width: 510px;
	background-image: url('../imgs/productos/t_destacado_del_mes.jpg');
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}

/*-- RECOMIENDA --*/
.recomienda_txt{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	width: 480px;
	margin: 20px auto;
}
.box_form_recomienda{
	background-position: top;
	background-repeat:no-repeat;
	width: 490px;
	margin: 0 auto;
}
.recomienda_plus{
	background-image:url(../imgs/bg_box_recomienda_plus.jpg);
}
.recomienda_none{
	background-image:url(../imgs/bg_box_recomienda.jpg);
}
.recomendar_title{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #E62D2D;
	line-height: 24px;
	padding: 75px 0px 5px 15px;
	border-bottom: 1px dotted #E62D2D;
	margin: 0px 0px 0px 20px;
	width: 410px;
}
.box_form_recomienda table{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 16px;
	table-layout:fixed;
	width: 380px;
	margin: 0px;
	/*.margin: 0px 0px 0px 20px;*/
}
.box_form_recomienda table td{
	text-align:right;
	padding: 0px 5px 0px 0px;
	height: 32px;
}
#expand_profile{
	width: 480px;
	background-color: #E6E6E6;
	margin: 0px;
}
.comentario{
	display: block;
	margin: 20px 2px -80px 0px;
	/*.margin: 20px 0px -20px 0px;*/
	z-index: 999999;
}
.recomienda_name_field{
	color: #000;
	display: block;
	height: 18px;
	border: 1px solid #FFF;
	width: 120px;
	margin: 0px 0px -5px 0px;
}
.recomienda_email_field{
	color: #000;
	display: block;
	height: 18px;
	border: 1px solid #FFF;
	width: 150px;
	margin: 0px 0px -5px 0px;
}
.recomienda_area{
	color: #000;
	display: block;
	height: 130px;
	border: 1px solid #FFF;
	text-align:left;
	margin: 0px auto 10px 0px;
	width: 340px;
}
.btn_enviar_recomendacion{
	display: block;
	margin: 0px -60px 0px 0px;
	/*.margin: 0px 0px;*/
	float: right;
}

/*-- OFERTAS EXCLUSIVAS --*/
#ofertas_box{
	display: block;
	width: 510px;
	background-image:url(../imgs/form/t_form_registro.gif);
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}
.ofertas_destacado{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	line-height: 20px;
	margin: 0px 15px;
	font-weight: bold;
}
#ofertas_main_item{
	display: block;
	height: 240px;
	border-bottom: 1px solid #8F8F8F;
}
.ofertas_imagen{
	display: block;
	width: 250px;
	height: 235px;
	float:left;
}
.ofertas_imagen img{
	display: block;
	margin: 20px auto;
}
.ofertas_imagen_small{
	display: block;
	width: 235px;
	height: 120px;
	float:left;
}
.ofertas_imagen_small img{
	display: block;
	margin: 10px auto;
}
.ofertas_title{
	display:block;
	width: 235px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 28px;
	color: #E62D2D;
	padding: 0px 10px 10px 10px;
}
.ofertas_title_small{
	display:block;
	width: 235px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #E62D2D;
	padding: 0px 5px 5px 5px;
}
.ofertas_detalle_main{
	display:block;
	width: 235px;
	height: 90px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	border-top: 1px solid #8F8F8F;
}
.ofertas_detalle_small{
	display:block;
	width: 235px;
	height: 40px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	border-top: 1px solid #8F8F8F;
}
.ofertas_item_small_left{
	display: block;
	padding: 10px 8px;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	width: 235px;
	height: 230px;
	float: left;
}
.ofertas_item_small_right{
	display: block;
	padding: 10px 8px;
	border-bottom: 1px solid #8F8F8F;
	width: 235px;
	height: 230px;
	float: left;
}
.btn_ver_mas_big{
	display: block;
	float: left;
	margin: 5px 0px 5px 10px;
}
.btn_ver_mas_small{
	display: block;
	float: left;
	margin: 5px 10px 5px 150px;
}

/*-- PAGINADO OFERTAS --*/
#paginado_ofertas{
	display: block;
	float: left;
	margin: 20px 35%;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color:#646464;
	line-height: 12px;
	font-weight: bold;
}
#paginado_ofertas a{
	display: block;
	width: 12px;
	height: 12px;
	float:left;
	border-left: 1px solid #646464;
	padding: 0px 5px;
	text-align: center;
}
#paginado_ofertas a:first-child{
	border: none;
}
#paginado_ofertas a:link{
	color: #646464;
	text-decoration: none;
}
#paginado_ofertas a:visited{
	color: #646464;
	text-decoration: none;
	border-right: 1px solid #646464;
	padding: 0px 5px 0px 10px;
	margin: 5px;
}
#paginado_ofertas a:hover{
	color: #E62D2D;
	text-decoration: none;
}
#paginado_ofertas a:active{
	color: #646464;
	text-decoration: none;
}
/*-- RECUPERO --*/
.recupero_box{
	display: block;
	width: 480px;
	background-color: #E6E6E6;
	background-image:url(../imgs/top_recupero_box.gif);
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}
.recupero_box_bottom{
	background-image:url(../imgs/bottom_recupero_box.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	width: 480px;
	height: 12px;
}
#recupero_title{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 32px;
	color:#E62D2D;
	padding: 20px 20px 10px 0px;
	margin: 0px 20px;
	border-bottom: 1px dotted #E62D2D;
}
#recupero_box_maintitle{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 22px;
	color:#FFF;
	display: block;
	margin: 0px 0px 0px 17px;
	padding: 13px 0px 0px 0px;
}
.recupero_texto{
	padding: 20px 20px 0px 20px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #646464;
	margin: 0px 0px 20px 0px;
}
.recupero_texto_destacado{
	color: #000;
	font-weight: bold;
}
.recupero_texto a{
	font-weight: bold;
	color: #E62D2D;
}
.recupero_texto a:hover{
	text-decoration: none;
	color: #E62D2D;
}
.recupero_form_wrapper{
	display:block;
	padding: 10px 90px 10px 0px;
}
.recupero_form_wrapper table{
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	border-collapse: collapse;
}
.recupero_form_wrapper table td.left{
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
	width: 30%;
}
.recupero_form_wrapper table td.right{
	vertical-align: top;
	text-align: left;
	width: 70%;
}
.recupero_form_wrapper table input{
	color: #000;
	display: block;
	height: 18px;
	line-height: 16px;
	border: 1px solid #E6E6E6;
	margin: 5px 0px 0px 0px;
}
.btn_cerrar{
	display: block;
	float: right;
	margin: 50px 30px 20px 0px;
}

/*BETA*/
.beta_box{
	display: block;
	width: 510px;
	background-image:url(../imgs/productos/t_betas.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
}
.beta_wrapper{
	display:block;
	height: 220px;
}
.beta_left_image{
	display: block;
	float:left;
	width: 200px;
	height: 210px;
	padding: 5px;
}
.beta_right_image{
	display: block;
	float:right;
	width: 200px;
	height: 210px;
	padding: 5px;
}
.beta_left_title{
	display:block;
	width: 270px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
	margin: 0px 0px 10px 0px;
}
.beta_left_title a:link{
	text-decoration: none;
	color: #E62D2D;
}
.beta_left_title a:visited{
	text-decoration: none;
	color: #E62D2D;
}
.beta_left_title a:hover{
	text-decoration: none;
	color: #000;
}
.beta_left_title a:active{
	text-decoration: none;
	color: #E62D2D;
}
.beta_right_title a:link{
	text-decoration: none;
	color: #E62D2D;
}
.beta_right_title a:visited{
	text-decoration: none;
	color: #E62D2D;
}
.beta_right_title a:hover{
	text-decoration: none;
	color: #000;
}
.beta_right_title a:active{
	text-decoration: none;
	color: #E62D2D;
}
.beta_right_title{
	display:block;
	width: 280px;
	float:right;
	text-align: right;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
	margin: 0px 10px 10px 0px;
}
.beta_title{
	display:block;
	width: 270px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
}
.beta_left_detail{
	display: block;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #646464;
	margin: 15px 0px 5px 0px;
	text-align: left;
	border-top: 1px solid #646464;
	padding: 10px 0px 10px 0px;
}
.beta_right_detail{
	display:block;
	width: 280px;
	height: 90px;
	float:right;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 10px 10px 0px 0px;
	overflow: hidden;
	border-top: 1px solid #646464;
	padding: 10px 0px 10px 0px;
	text-align: right;
}
.beta_detalle{
	display: block;
	margin: 0px 15px 10px 15px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	padding: 50px 20px 0px 0px;
	width: 370px;
}
.beta_product_box{
	display: block;
	width: 510px;
	height: 250px;
	margin: 20px 0px 20px;
}
.beta_download{
	display: block;
	float: left;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #646464;
	margin: 20px 0px;
}
.beta_download_right{
	display: block;
	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #646464;
	margin: 20px 10px 0px 0px;
}
.beta_download_right img{
	display: block;
	float: left;
	margin: 0px 5px 0px 5px;
}
.beta_download img{
	display: block;
	float: left;
	margin: 0px 5px 0px 5px;
}

/*OFERTA ESPECIAL*/
.btn_ver_otras_ofertas{
	display: block;
	margin: 10px 20px;
	text-align:right;
	float: right;
}
.oferta_especial_imagen{
	display: block;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	width: 200px;
	float:left;
}
.oferta_box{
	display: block;
	width: 510px;
	background-color: #E6E6E6;
	background-image:url('../imgs/form/t_form_registro.gif');
	background-position:top;
	background-repeat: no-repeat;
	margin: 0 0px 10px 0;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	padding: 2px 0px 0px 0px;
}
.oferta_box_maintitle{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	color:#FFF;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 17px;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	clear: both;
}
.oferta_wrapper{
	display:block;
	padding: 30px 0px 10px 0px;
}
.oferta_especial_title{
	display:block;
	width: 250px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 32px;
	color: #E62D2D;
	padding: 20px 10px 10px 10px;
}
.oferta_especial_title img{
	display: block;
	float: right;
	margin: -22px 0px 0px 0px;
}
.oferta_especial_detail{
	display:block;
	width: 250px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	color: #646464;
	margin: 20px 10px 0px 10px;
	overflow: hidden;
}
.oferta_especial_detail a:link{
	text-decoration: none;
	color: #646464;
}
.oferta_especial_detail a:visited{
	text-decoration: none;
	color: #646464;
}
.aoferta_especial_detail a:hover{
	text-decoration: none;
	color: #646464;
}
.oferta_especial_detail a:active{
	text-decoration: none;
	color: #646464;
}
.oferta_especial_price{
	display:block;
	width: 250px;
	height: 20px;
	float:left;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px 10px 5px 15px;
	/*.padding: 0px 10px 0px 15px;*/
	overflow: hidden;
}
.oferta_txt{
	display: block;
	line-height: 17px;
	padding: 20px;
	clear: both;
	text-align:justify;
}

/*-- ENCUESTA --*/
.encuesta_box{
	display: block;
	width: 510px;
	background-color: #E6E6E6;
	background-image:url('../imgs/t_encuesta.jpg');
	background-position:top;
	background-repeat: no-repeat;
	margin: 10px 0px 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 13px;
	padding: 60px 0px 0px 0px;
}
.encuesta_wrapper{
	display:block;
	padding: 40px 0px 10px 0px;
}
.encuesta_box_pasos{
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 20px;
	color:#000;
	line-height: 24px;
	margin: 5px 20px 5px 20px;
}
.encuesta_pregunta {
	margin: 10px;
}
.encuesta_detalle{
	display: block;
	float: left;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #646464;
	margin: 5px 20px;
}
.encuesta_destacado{
	color: #000;
	display: block;
	line-height: 16px;
}
.siguiente{
	display: block;
	float: right;
	margin: 20px;
	border: 0px;
	border-color: #063;
}
.opcion_encuesta{
	display: block;
	margin: 10px 0px;
	float: left;
	width: 480px;
	color: #646464;
}
.select_encuesta{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 150px;
}
.encuestas_box input, .encuestas_box textarea, .encuestas_box select{
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	line-height: 16px;
	margin: 6px;
	overflow: auto;
}
.encuestas_box input[type=text], .encuestas_box textarea, .encuestas_box select{
	width: 250px;
	display: block;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
}
.btn_enviar_encuestas {
	border: 0;
	float: right;
	background: transparent;
}
div.encuesta_box div.errorSurvey {
	width: 100%;
	text-align: center;
}
div.encuesta_box label.error {
	display: none;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: red;
}

/*-- FOOTER --*/
#footer{
	width: 990px;
	height: 56px;
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	background-color:#FF6600;
	margin: 0px 0px 0px 0px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
	line-height: 13px;
}
.footer_left{
	display: inline;
	text-align: left;
	padding: 15px 42px;
	float: left;
}
.footer_left a:link, .footer_left a:visited, .footer_left a:hover,a:active{
	text-decoration: none;
	color: #FFF;
}
.tryout_top {
	width: 510px;
	height: 39px;
	background: url(../imgs/top_amigos_product_box.jpg) no-repeat;
}
.tryout_top h1 {
	display: block;
	height: 30px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding: 7px 0px 2px 20px;
	text-transform: uppercase;
}

/*-- Formularios --*/
.form_container{
	margin-left:auto;
	margin-right:auto;
	width:510px;
	font-family: 'Arial', Helvetica, sans-serif;
   	font-size: 12px;
   	color: #646464;
}
.form_container input[type="text"]{
	display: inline;
	background-color:#FFF;
	border: 1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.form_container select{
	display: inline;
	width:100px;
	background-color:#FFF;
	border: 1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 2px 10px;
}
.indent_01, .indent_02, .indent_03{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding: 5px 0px 5px 10px;
}
.form_container .indent_01{
	width:430px;
}
.form_container .indent_02{
	width:410px;
}
.form_container .indent_03{
	width:180px;
}
.form_container .prefix_01{
	padding-left:60px;
}
.form_container .prefix_02{
	padding-left:80px;
}
.arrow_form{
	padding-left: 18px;
	background: url(../imgs/form/arrow_form.gif) no-repeat 0px 1px;
}

#registerProductForm #serial1,
#registerProductForm #serial2,
#registerProductForm #serial3,
#registerProductForm #serial4 {
	text-transform: uppercase;
}

/**************************************************
 * BOTONES
 *************************************************/
a.btn_red {
	display: block;
	height: 29px;
	background: transparent url(../imgs/btn_red_1.gif) no-repeat left;
	font: normal bold 11px arial; color: white;
	text-decoration: none; text-transform: uppercase;
}

a.btn_red span {
	padding: 0 15px;
	background-image: url(../imgs/btn_red_2.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center; line-height: 29px;
	display: block;
}
a.btn_left {
	float: left;
}

a.btn_right {
	float: right;
}

/**************************************************
 * LEGAL BASES
 *************************************************/

ol.legal_bases {
	margin-left: 2em;
}
ol.legal_bases li {
	list-style-type: decimal; list-style-position: outside;
	padding: 7px 0;
}
ol.legal_bases ul {
	margin-left: 2em;
}
ol.legal_bases ul li {
	list-style-type: disc;
}
ol.legal_bases a {
	font-weight: bold; color: #E62D2D;
}
/*-- ERRORES --*/
.invalid{
	color: red;
}
input.invalid{
	border-style: dotted;
	border: 1px red dotted;
}
div.error {
	font: italic normal 15px times new roman;
	color: #dd0000;
	padding: 10px 10px 10px 55px;
	border: 1px #dd0000 solid;
	margin: 20px 20px 20px 20px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	background: url(../imgs/icons/error.gif) no-repeat 10px 10px;
}
