@import url(reset.css);

body {
	background:#fad9e8 url(../images/bg_container.gif) repeat-x bottom;
	display: table;
   	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #666;
}

strong {
	font-weight:bold !important;
}

p, h1, h2, h3, a {
	line-height:12px;
} 

a {
outline:none;
}

.container {
	width: 952px;
	margin: 0 auto;	
	background: #fff;
	overflow:hidden;
}


/* ------- HEADER ------- */
.header {
	width: 952px;
	height: 110px;
	float:left;
	display: block;
}
.logo  {
	height: 111px;
	width: 200px;
	float: left;
}
.logo  a {
	height: 111px;
	width: 200px;
	display:block;
}
.idiomas {
	bottom:10px;
	height:14px;
	left:300px;
	position:absolute;
}
.idiomas a {
	color:#A68D53;
	display:inline-block;
	height:14px;
	padding:0 5px;
	text-decoration:none;
}
.activado {
	font-weight:bold;
	margin:0 10px 0 0;
}
.desactivado {
}
.top {
	width: 609px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
	position: relative;
}

.login {
	width: 323px;
	float: left;
	background: url(../images/bg_login.gif) no-repeat;
	padding: 40px 0 0 20px;
	height: 71px;
	display:block;
}
.login form {
	display:block;
	height:42px;
	width:315px;
}
.campo {
	float: left;
	width: 140px;
	margin: 0;
	color: #a68d53;
}
.usuario_login{
	background: #fef7fa url(../images/usuario.gif) no-repeat 2px 3px;
	width: 113px;
	height: 15px;
	border: 1px solid #c6bdbd;
	padding: 5px 0 0 17px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
.clave{
	background:#fef7fa  url(../images/contrasenia.gif) no-repeat 2px 3px;
	width: 113px;
	height: 15px;
	border: 1px solid #c6bdbd;
	padding: 5px 0 0 17px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
.entrar {
	margin:12px 0 0;
	border:none;
}
.olvido {
	clear:both;
	color:#A68D53;
	display:inline-block;
	font-weight:bold;
	height:20px;
	margin:0 10px 0 0;
	text-decoration:none;
	width:160px;
}
.registrate {
	clear:both;
	color:#A68D53;
	display:inline-block;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	width:100px;
}
.logout{
	width: 323px;
	float: left;
	background: url(../images/bg_logout.gif) no-repeat;
	padding: 40px 0 0 20px;
	height: 71px;
}
.logout p {
	color:#A68D53;
	float:left;
	font-size:10px !important;
	height:19px;
	padding:4px 0 0;
	width:250px;
}
.perfil_logout {
	color:#A68D53;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	height:15px;
	margin:10px 170px 0 0;
	padding:4px 0 0;
	text-decoration:none;
	width:80px;
}	
.salir {
	background:transparent url(../images/linea_punt_vert.gif) no-repeat scroll 0 3px;
	color:#A68D53;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	height:23px;
	padding:0 0 0 7px;
	text-decoration:none;
	width:52px;
}

.vercomentarios {
	/*background:url(icons/stu.jpg) no-repeat center;*/
	display:block;
	height:20px;
	width:150px;
	float:right;
}
.vercomentarios span {
	display:none;
}

/* ------ MENU ------ */
.menu {
	background-color: white;
	width: 952px;
	height: 50px;
}
.menu li {
	float: left;
}
.menu li ul{
	z-index: 1000;
}
.menu li a {
	height: 50px;
	display: block;
}
.menu li a.menu_quienes_somos {
	background: url(../images/bt_quienes.gif);
	width: 157px;
}
.menu li a.menu_quienes_somos:hover {
	background: url(../images/bt_quienes.gif) 0 -50px;
	width: 157px;
}
.menu li a.menu_salud_invest {
	background: url(../images/bt_salud.gif);
	width: 193px;
}
.menu li a.menu_salud_invest:hover {
	background: url(../images/bt_salud.gif) 0 -50px;
	width: 193px;
}
.menu li a.menu_estilo_vida:hover {
	background: url(../images/bt_estilos.gif) 0 -50px;
	width: 141px;
}
.menu li a.menu_estilo_vida {
	background: url(../images/bt_estilos.gif);
	width: 141px;
}
.menu li a.menu_familia_amigos:hover {
	background: url(../images/bt_flia.gif) 0 -50px;
	width: 163px;
}
.menu li a.menu_familia_amigos {
	background: url(../images/bt_flia.gif);
	width: 163px;
}
.menu li a.menu_contacto:hover {
	background: url(../images/bt_contacto.gif) 0 -50px;
	width: 109px;
}
.menu li a.menu_contacto {
	background: url(../images/bt_contacto.gif);
	width: 109px;
}
.menu li a.menu_rincon:hover {
	background: url(../images/bt_rincon.gif) 0 -50px;
	width: 189px;
}
.menu li a.menu_rincon {
	background: url(../images/bt_rincon.gif);
	width: 189px;
}
.menuactivado {
	background-position: left bottom !important;
}
/*-------------------------------*/


/* ------- PAGINADO ------- */
.paginado_gral {
	clear:both;
	color: #8A8A92;
	height:31px;
	padding:15px 0 0;
	width:714px;
}
.paginado_gral a {
	/* float:right; */
	display:inline;
	text-decoration:none;
	color: #8A8A92;
	padding:0 2px;
}
.paginado_gral a:hover {
	color: #be1852;
}


/*----------------*/


.subhead {
	background-color: white;
	height: 280px;
	width: 937px;
	float:left;
	padding: 0 0 0 15px;
}
.mainppal {
	width: 952px;
}
.main {
	width: 743px;
	float: left;
	background-color: white;
}

.category {
	width:731px;
	height: 211px;
	padding: 0 0 0 10px;
	background: url(../images/bg_cat_punt.gif) repeat-x;
	background-color: white;	
}
.category .tip_moda, .category .tip_belleza {
	height: 193px;
	float: left;
	margin:6px 6px 0 0;
	padding:0 5px 0 0;
	width:232px;
}
.category .tip_nutricion {
	height: 193px;
	float: left;
	margin:6px 0 0 0;
	padding:0 5px 0 0;
	width:232px;
}

.tip_moda {
	background: url(../images/bg_tip_moda.jpg) no-repeat;
}
.tip_belleza {
	background: url(../images/bg_tip_belleza.jpg) no-repeat;
}
.tip_nutricion {
	background: url(../images/bg_tip_nutricion.jpg) no-repeat;
}
.tips_txt {
	margin: 10px 70px 0 10px;
}
.tips_txt li {
	margin: 0 0 10px 0;
	color: #9954a1;
}
.tips_txt li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9954a1;
	line-height: 13px;	
	text-decoration: none;
}
.plus2{
	margin: 0px 0 0 0px;
	text-decoration: none;
}
.vacio {
	display:block;
	height:45px;
}
.link_foto {
	height: 100px;
	width: 100px;
	display: inline;
}
.plus2b{
	margin: 0px 0 0 10px;
	text-decoration: none;
}
.left {
	width: 455px;
	float: left;
	padding:0 0 30000px 15px;
    margin: 0 0 -30000px 0; 
}
.noticias {
	background: url(../images/tit_noticias.gif) no-repeat;
	float: left;
	width: 458px;
	padding: 40px 0 0;
}
.noticiappal {
	margin: 15px 0 0 0px;
	float: left;
	display: block;
}
.marco_foto{
	background: url(../images/marco_noticiappal.gif) no-repeat;
	height: 118px;
	width: 118px;
	float: left;
	padding: 7px 0 0 7px;
}

.texto {
	float: left;
	width: 294px;
	margin: 0 0 0 11px;
}
.texto a h2 {
	font-weight: bold;
	font-size: 12px !important;
	color: #8a8a92;
	text-decoration:none;
}
.texto a h2:hover {
	color: #6f6f76;
}
.texto p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8a8a92;
	margin: 10px 15px 0 0;
}
/* NOTA CON VIDEO */
.noticiappal .fecha_video {
	color:#8A8A92; 
	margin:0 0 10px; 
	font-size: 10px !important;
}
.noticiappal .titulo_video {
	color:#8A8A92; 
	font-weight:bold !important; 
	margin:0 0 10px; 
	font-size: 12px !important;
	line-height:18px !important;
	text-decoration:none;
}

.texto_video {
	height:40px;
	margin:0 0 20px 0;
}
.texto_video p {
	width:400px; 
	margin:0;
	float:left;
	color: #8a8a92;
	margin: 10px 15px 0 0;
}
.texto_video a {
	float:left;
	margin:35px 0 0;
}
/*---------*/

.masnoticias{
	padding: 30px 0 10px 0;
	background: url(../images/subtit_mas_noticias.gif) no-repeat;
	width: 452px;
	float: left;
}
.masnoticias li{
	padding: 10px 0 0 0;
	margin: 0 0 0 5px;
	background: url(../images/bg_masnoticias.gif) repeat-x left 14px;
	width:420px;
	height: 16px;
}
.masnoticias li span, .masnoticias li p{
	float: left;

}
.masnoticias li a {
	float: right;
	color:#8A8A92;
	float:right;
	text-decoration:none;
}
.masnoticias li a:hover {
	color:#6f6f76;
}
.masnoticias li span {
	color: #bb2c60;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.masnoticias li p {
	font-size: 10px;
	color:#8a8a92;
}
.masnoticias li a.plus {
	float:left;
}


.right {
	width: 253px;
	float: left;
	background: url(../images/bg_right_punt.gif) repeat-y;
	padding:10px 0 15px 12px;
	padding-bottom: 30000px;
	margin-bottom: -30000px; 
}
.encuestas {
	background: url(../images/bg_encuestas.gif) no-repeat;
	width: 240px;
	height: 270px;
	padding: 0 0 10px 10px;
}
.encuestas li{
	margin: 10px 0 0 0; 
	padding: 0 0 0 5px;
}
.checkbox {
	padding: 0px 0 0 10px;
}
.encuestas h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a68d53;
	font-weight: bold;
}
.encuestas form {
	padding: 50px 0 0 0;
}
.vota {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a68d53;
	font-weight: bold;
	text-decoration: none;
}
.testimonios{
	background: url(../images/bg_testimonios.gif) no-repeat;
	width: 252px;
	padding: 0 0 10px 0;
}
.video{
	padding: 50px 0 0 17px;
}
.testimonioppal{
	height: 143px;
	width: 250px;
}
.testimonioppal h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a68d53;
	font-weight: bold;
	margin: 10px 0 0 20px;
}
.testimonioppal p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a68d53;
	margin: 10px 0 0 20px;
}
.testimonios_sec {
	height: 50px;
	width: 250px;
	padding: 5px 0 0 0;
}
.testimonios_sec li {
	background: url(../images/bg_masnoticias.gif) repeat-x bottom left;
	height: 15px;
	margin: 5px 0 0 0;
}
.testimonios_sec li p {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
.testimonios_sec li a {
	float: right;
}

.enviar_test{
	background: url(../images/icnono_enviar.gif) no-repeat;
	width: 15px;
	height: 12px;
}
.usuarios {
	background:#EFEFF4 url(../images/bg_usuarios.gif) no-repeat scroll 0 0;
	float:left;
	padding:50px 0 0 20px;
	width:420px;
}
.usuario {
 	float: left;
	margin: 0 10px 10px 0;
	width:125px;
}
.marco_foto2 {
	background:transparent url(../images/marco_usuario.gif) no-repeat scroll 0 0;
	height:95px;
	padding:8px 0 0 8px;
	width:107px;
}
.usuario p {
	background:transparent url(../images/separa_bton.gif) no-repeat scroll 0 0;
	color:#959490;
	font-size:10px !important;
	font-weight:bold;
	height:20px;
	padding:3px 0 0 7px;
}
.amigos{
	background: url(../images/amigos_bton.gif) no-repeat;
	padding:3px 0 0 30px;
	width: 85px;
	height: 20px;
}
.pagina{
	background: url(../images/visitar_bton.gif) no-repeat;
	padding:0 0 0 30px;
}
.usuario a {
	color:#959490;
	display:block;
	font-size:10px !important;
	height:20px;
	text-decoration:none;
}

.sidebar {
	background: white url(../images/bg_sidebar_punt.gif) repeat-y;
	width: 209px;
	float: right;
	display:block;
	padding-bottom: 30000px;
    margin-bottom: -30000px; 
}
.buscador{
	background:transparent url(../images/buscador.png) no-repeat scroll 0 0;
	height:20px;
	margin:0 0 12px 7px;
	padding:45px 0 0 10px;
	width:185px;
}
.buscador input, .buscador a {
	float: left;
}
.buscador input {
	margin: 0 5px 0 0;
}
.invitacion {
	background:transparent url(../images/dot_sep_gris_up_down.gif) repeat-x scroll 0 0;
	height:27px;
	margin:0 0 25px 17px;
	padding:5px 0 0;
	width:173px;
}
.invitar {
	background:transparent url(../images/icon_agregar_amigo.png) no-repeat scroll left 3px;
	color:#A68D53;
	display:block;
	font-weight:bold;
	height:20px;
	padding:5px 0 0 25px;
	text-decoration:none;
}
.banner_01 {
	text-align:center;
	width:209px;
	padding:0 0 10px 0;
}


.field {
	display: block;
	width: 400px;
	clear: both;
	margin: 0 0 10px;
	height: 30px;
}
.field label, .field input {
	float: left;
} 
.field label{
	background:transparent url(../images/linea_punt_vert.gif) no-repeat scroll 0 0;
	color:#A68D53;
	margin:0;
	padding:0 0 0 5px;
	width:66px;
} 
b {
	font-weight: bold !important;
}

.campo2 {
	color:#999999;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif !important;
	font-size:11px;
	width:160px;
}


/* --------- FOOT ---------- */
.box_logo {
	margin: 30px 0 0 0;
	width: 120px;
}
.box, .box2, .box3, .box4, .box5, .box6, .box_logo {
	height: 150px;
	float: left;
	margin: 10px 0 0 0;
}
.box, .box2, .box3, .box4, .box5, .box6 {
	background: url(../images/bg_left_foot.gif) no-repeat;
	margin-left: 0px;
	padding: 0 0 0 8px;
}
.box h2 a, .box2 h2, .box3 h2, .box4 h2, .box5 h2 a, .box6 h2 a {
	font-weight: bold;
	color: #a68d53;
	font-size: 10px;
	text-decoration: none;
}
.link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #aca9a5;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}
.box {
	width: 100px;
}
.box2 {
	width: 170px;
}
.box3 {
	width: 130px;
}
.box4 {
	width: 130px;
}
.box5 {
	width: 70px;
}
.box6 {
	width: 130px;
}
.foot {
	background: url(../images/bg_foot.gif) repeat-x;
	width: 100%;
	float: left;
}
.foot2 {
	background: url(../images/bg_foot_menu.gif) no-repeat;
	width: 952px;
	height: 258px;
	margin: 0 auto;
}
.menu2{
	width: 900px;
	height: 170px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.legal{
	width: 900px;
	height: 58px;
	margin: 0 auto;
}
.legal p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a68d53;
	text-align: center;
	line-height: 15px;
}

.logo_intacto {
	width: 115px;
	height: 22px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}
/*-----------------------------*/


/* ------ QUIENES SOMOS ------ */
#quienes_somos .titulo_principal {
	background: url(../images/tit_campania.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 74px;
	float:left;
}
#quienes_somos .left_quienes {
	background:transparent url(../images/bg_quienes.gif) no-repeat scroll 20px 0;
	float:left;
	height:711px;
	line-height:13px;
	padding:50px 60px 0;
	width:611px;
}
#quienes_somos .left_quienes p {
	color:#8A8A92;
}
#quienes_somos .left_quienes h1 {
	font-weight:bold;
	color:#8A8A92;
}
/*-----------------------------*/


/*---------------- PERFIL -----------*/

#perfil .content{
	width: 952px;
	float: left;
	background: white;
}
#perfil .left{
	width: 241px;
	float: left;
	padding:0 0 30000px 0;
    margin: 0 0 -30000px 0; 
}
#perfil .right{
	width: 697px;
	float: left;
	background: white;
}
#perfil .main{
	width: 486px;
	float: left;
	margin:0 0 -30000px 0;
	padding:0 0 30000px 0;
	background: url(../images/bg_main.gif) repeat-y; 
}
#perfil .columna{
	width: 211px;
	float: left;
}
.info_personal{
	background: url(../images/marco_fperfil.gif) no-repeat;
	width: 217px;
	margin: 10px 0 0 20px;
	padding:0 0 10px 0;
}
.info_personal h1{
	font-family: Georgia;
	font-size: 20px;
	color: #beab81;
	margin: 10px 0 0 0;
}
.info_personal p {
	font-family: Georgia;
	font-size: 14px;
	color: #6d6e71;
	height: 25px;
	background: url(../images/dot_sep.gif) repeat-x scroll 0 3px;
}
.info_personal .editar_datos  {
	background: url(../images/icon_editar.png) no-repeat scroll 195px 0;
	height: 25px;
}
.info_personal .editar_datos  a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68D53;
	text-decoration:none;
	height:20px;
	width:220px;
	display:block;
}
.info_personal .agregar_amigo  {
	background: url(../images/icon_agregar_amigo.png) no-repeat scroll 195px 0;
	height: 25px;
}
.info_personal .agregar_amigo a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68D53;
	text-decoration:none;
	display:block;
	height:20px;
	width:220px;
}
.foto_perfil{
	padding: 5px 0 0 5px;
	display:block;
	height:180px;
	width:207px;
}
.info_personal2{
	background: url(../images/tit_info_personal.png) no-repeat;
	width: 217px;
	margin: 0 0 0 20px;
}
.info_personal2 ul{
	padding: 40px 0 10px 0;
}
.info_personal2 h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808184;
	background: url(../images/dot_sep.gif) repeat-x;
	height: 20px;
}
.info_personal2 p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808184;
	padding:0 0 5px 0;
}
.informacion_adicional{
	background: url(../images/tit_info_adicional.png) no-repeat;
	width: 217px;
	margin: 0 0 10px 20px;
}
.informacion_adicional ul {
	padding: 45px 0 0 0;
}
.informacion_adicional h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808184;
	background: url(../images/dot_sep.gif) repeat-x;
	height: 20px;
}
.informacion_adicional p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808184;
	padding:0 0 10px;
}
#perfil .fotos{
	background: url(../images/tit_mis_fotos.png) no-repeat;
	width: 217px;
	margin: 0 0 20px 20px;
}
#perfil .fotos ul {
	padding: 45px 0 0 0;
}
#perfil .fotos li {
	background: transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 bottom;
	width: 220px;
	height: 75px;
	padding: 2px 0 0 2px;
	margin: 0 0 10px;
}
#perfil .fotos li img {
	border:2px solid #ECD0DE;
	margin:0 10px 0 0;
	padding:2px;
}
#perfil .fotos li a, #perfil .fotos li h1, #perfil .fotos li h2, #perfil .fotos li p{
	float: left;
}
#perfil .fotos li h1 {
	font-size: 10px !important;
	color: #808184;
	font-weight: bold;
	height:12px;
	margin: 5px 0 0 0;
	width: 120px;
}
#perfil .fotos li h2 {
	font-size: 10px !important;
	color: #808184;
	height:12px;
	margin: 10px 0 0 0;
	width: 120px;
}
#perfil .fotos li p{
	font-size: 9px !important;
	color: #808184;
	margin: 10px 0 0 0;
	padding:0;
}
#perfil .fotos  p {
	padding: 10px 0 0 0;
}
.submenu {
	border-left:1px solid #dcdcdc;
	height:37px;
	padding:0 0 0 10px;
	width:677px;
}
.submenu li {
	float: left;
}
.submenu li a {
	height: 37px;
	display: block;	
}
.submenu li a.sub_perfil {
	background: url(../images/bt_sub_perfil.gif);
	width: 79px;
}
.submenu li a.sub_perfil:hover {
	background: url(../images/bt_sub_perfil.gif) 0 -37px;
	width: 79px;
}
.submenu li a.sub_amigos {
	background: url(../images/bt_sub_amigos.gif);
	width: 95px;
}
.submenu li a.sub_amigos:hover {
	background: url(../images/bt_sub_amigos.gif) 0 -37px;
	width: 95px;
}
.submenu li a.sub_inbox {
	background: url(../images/bt_sub_inbox.gif);
	width: 81px;
}
.submenu li a.sub_inbox:hover {
	background: url(../images/bt_sub_inbox.gif) 0 -37px;
	width: 81px;
}
.submenu li a.sub_fotos {
	background: url(../images/bt_sub_fotos.gif);
	width: 78px;
}
.submenu li a.sub_fotos:hover {
	background: url(../images/bt_sub_fotos.gif) 0 -37px;
	width: 78px;
}
.submenu li a.sub_testimonios {
	background: url(../images/bt_sub_testimonios.gif);
	width: 115px;
}
.submenu li a.sub_testimonios:hover {
	background: url(../images/bt_sub_testimonios.gif) 0 -37px;
	width: 115px;
}
.submenu li a.sub_diario {
	background: url(../images/bt_sub_diario.gif);
	width: 101px;
}
.submenu li a.sub_diario:hover {
	background: url(../images/bt_sub_diario.gif) 0 -37px;
	width: 101px;
}
.submenu li a.logout_perfil {
	background: url(../images/bt_sub_logout.gif);
	width: 128px;
}
.submenu li a.logout_perfil:hover {
	background: url(../images/bt_sub_logout.gif) 0 -37px;
	width: 128px;
}
.comentarios{
	background: url(../images/tit_escribe.png) no-repeat;
	width: 480px;
	height: 255px;
}
* html .comentarios{
	background: url(../images/tit_escribe.gif) no-repeat;
	width: 480px;
	height: 200px;
	margin: 0 0 0 2px;
}
.txt_comentarios{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 455px;
	height: 100px;
	color: #808184;
	font-size: 10px;
	margin: 5px 0 0 0;
}
.comentarios_propios{
	background: url(../images/tit_como_me_siento.png) no-repeat;
	width: 480px;
	height: 130px;
	margin: 0 0 0 2px;
}
* html .comentarios_propios{
	background: url(../images/tit_como_me_siento.gif) no-repeat;
	width: 480px;
	height: 130px;
	margin: 0 0 0 2px;
}
.mi_nick{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 455px;
	height: 50px;
	color: #808184;
	font-size: 10px;
	margin: 0 0 0 10px;
}
.dejar_comentario2 {
	background:transparent none repeat scroll 0 0;
	clear:both;
	margin:0 0 0 2px;
	padding:60px 0 0;
	width:470px;
}
.dejar_comentario2 ul {
	height: 200px;
	padding:0 0 0 5px;
}
.dejar_comentario2 ul li {
	clear: both;
}
.dejar_comentario2 p {
	color:#A68D53;
	font-weight:bold;
	height:23px;
	margin:3px 0 0 10px;
	width:70px;
}
.dejar_comentario2 label {
	margin: 10px 0 0 10px;
	color: #a68d53;
	height: 15px;
	width:50px;
}
.dejar_comentario2 #checkbox1 {
	margin: 10px 0 0 0;
}
.dejar_comentario2 p, .dejar_comentario2 label, .dejar_comentario2 input, .dejar_comentario2 a{
	float: left;
}
.dejar_comentario2 a {
	float: right;
}
.dejar_comentario2 .checkbox {
	margin:10px 0 0 0;
}
.dejar_comentario2 .btpublicar {
	float: right;
	padding:5px 0 0;
}
.fecha_com{
	color: #a68d53;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 460px;
	height: 20px;
	background: url(../images/bg_fecha.gif) repeat-x;
	margin: 0 0 0 10px;
}
.mensaje_2{
	background: #f8f7e5;
	width: 460px;
	height: 60px;
	margin: 10px 0 0 10px;
	padding: 5px 0 0 5px;
}
.mensaje_2 h1{
	color:#a68d53;
	padding: 5px 0 0 10px;
	font-weight: bold;
	width: 400px;
}
.mensaje_2 h2{
	color:#808184;
	font-weight:bold;
	height:35px;
	padding:5px 0 0 10px;
	width:446px;
}
.mensaje_2 p{
	color:#808184;
	padding: 5px 0 0 10px;
	width: 400px;
}
.ultimos_comentarios{
	background: url(../images/tit_ultimos_comentarios.png) no-repeat;
	width: 480px;
	margin: 0 0 0 2px;
}
* html .ultimos_comentarios{
	background: url(../images/tit_ultimos_comentarios.gif) no-repeat;
	width: 480px;
	margin: 0 0 0 2px;
}
.ultimos_comentarios ul {
	margin: 0 0 0 10px;
	padding: 60px 0 0 0;
}
.ultimos_comentarios li{
	width: 460px;
	height: 140px;
	padding: 4px 0 0 4px;
}
.ultimos_comentarios li span, .ultimos_comentarios li h1, .ultimos_comentarios li h2, .ultimos_comentarios li p {
	float: left;
}
.ultimos_comentarios li img {
	padding:3px 3px;
	border: 2px solid #ECD0DE;
	float: left;
}
.ultimos_comentarios ul li .fecha_com {
	float:left;
	width:460px;
	margin:0 !important;
	padding:0 0 10px;
	}
.ultimos_comentarios li h1 {
	width: 340px;
	margin: 10px 0 0 10px;
	color: #808184;
	font-weight: bold;
}
.ultimos_comentarios li h2{
	width: 340px;
	margin:5px 0 0 10px;
	color: #a68d53;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 20px;
}
.ultimos_comentarios li p {
	color:#949590;
	margin: 0 0 5px 10px;
	line-height:12px;
	width: 340px;	
}
.ultimos_comentarios li .youtube {
	background:transparent url(../images/icono_add_video.gif) no-repeat scroll 0 0;
	height:16px;
	margin:5px 0 5px 10px;
	padding:0 0 0 20px;
	width:300px;
}


/* -------- CAJA RESPUESTAS -------- */
.CajaRespuesta {
	border-top:1px solid #E3E3E3;
	height:114px;
	margin:10px 0 0;
	width:320px;
}		
.CajaRespuesta label {
	float: left;
	color:#808184;
	margin: 10px 0  0;
	font-size: 10px;
	font-weight: bold;
}
.CajaRespuesta .cerrar {
	background:transparent url(../images/eliminar.png) no-repeat scroll 0 0;
	float:right;
	height:12px !important;
	margin:10px 0 0;
	width:10px;
}
.CajaRespuesta textarea {
	color:#999999;
	float:left;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif !important;
	font-size:11px;	
	height:80px;
	margin:10px 0 0;
	width:290px;
}
.Respuestaenviar {
	background:transparent url(../images/bton.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	float:left;
	height:19px;
	margin:73px 0 0 7px;
	width:18px;
}
.labelcheckbox {
	background:transparent none repeat scroll 0 0 !important;
	font-weight:normal !important;
	height:20px;
	padding:2px 0 0 5px !important;
	width:auto !important;
}
/*----- gral -----*/
.sep {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 bottom;
	clear:both;
	display:block;
	height:20px;
	width:450px;
}
.youtube {
	background:transparent url(../images/icono_add_video.gif) no-repeat scroll 0 0;
	height:16px;
	margin:5px 0;
	padding:0 0 0 20px;
	width:300px;
	color:#949590;
	line-height:14px;
}
.youtube a {
	color:#95948F;
	display:inline-block;
	font-size:10px !important;
	font-weight:bold;
	height:16px;
	text-decoration:none;
}
.light {
	background:transparent url(../images/icono_image.gif) no-repeat scroll 0 0;
	color: #949590;
	display:block;
	font-size:10px !important;
	font-weight:bold;
	height:14px;
	margin:10px 0 0;
	padding:2px 0 0 22px;
	text-decoration:none;
	width:55px;
}
.editor {
	height:130px;
	width:265px;
}
.verEjemplo {
	color:#808184;
	font-size:10px !important;
	font-weight:bold;
	height:14px;
	margin:0 0 0 15px;
	text-decoration:none;
}
/*----------------*/


.utilidades {
	background: #e4e4f3 url(../images/bg_utilidades.gif) no-repeat; 
	width:184px;
	height: 265px;
	margin: 10px 0 10px 12px;
}
.color {
	padding: 35px 0 0 10px;
	width:162px;
}
.color ul {
	width: 170px;
	height: 25px;
	padding: 3px 0 0 2px;
}
.color li {
	float: left;
	width: 30px;
	height: 21px;
}
.color li a {
	float: left;
	width: 21px;
	height: 21px;
}
.colorActivado{
	border: 2px solid #ccc !important;
}
.tipo {
	padding: 10px 0 0 10px;
	width:170px;
}
.tipo ul {
	width: 180px;
	height: 20px;
}
.tipo li {
	float: left;
	width: 21px;
	height: 21px;
	margin: 5px 0 0 2px;
}
.tit_utilidad {
	color:#808184;
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	margin:0 0 5px;
	background: url(../images/bg_tit_util.gif) repeat-x bottom;
}
.tit_tipo {
	color:#808184;
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	background: url(../images/bg_tit_util.gif) repeat-x bottom;
}
.url1{
	padding: 20px 0 0 10px;
	width:162px;
}
.url1 p {
	background: url(../images/bg_url.gif) no-repeat -8px bottom;
	color: #808184;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
}
.url1 h1{
	color: #808184;
	margin: 10px 0 0 0;
}
.url2{
	color: #999;
	font-size: 11px;
	width: 160px;
}
.bt_enviar{
	margin: 10px 0 0 100px;
	height: 21px;
	width: 62px;
}
.mis_amigos{
	background: url(../images/tit_mis_amigos.png) no-repeat 11px top;
	width: 190px;
	height: 300px;
	margin: 0 0 0 2px;
	padding: 50px 0 0 10px;
	float: left;
}
.mis_amigos ul{
	width: 190px;
	float:left;
	padding:0 0 10px;
}
.mis_amigos li {
	width: 80px;
	float: left;
	margin: 2px 0 0 2px;
	padding: 2px 0 0 2px;
}
.mis_amigos img {
	border:2px solid #ECD0DE;
}
.mis_amigos p{
	color: #a68d53;
	font-size: 10px;
	padding:5px 0 5px 0;
	height: 20px;
}
.ver_todos{
	text-decoration: none;
	color: #a68d53;
	font-size: 10px;
	font-weight: bold;
}
.ver_todos span {
	font-weight: normal;
}
#perfil .buscador{
	margin: 10px 0 0 5px;
}
/*-------------------------------*/



/*------- PERFIL AMIGOS --------*/
#perfil_amigos .amigos_titulo {
	background:transparent url(../images/tit_amigos.png) no-repeat scroll 0 0;
	height:60px;
	width:480px;
}
* html #perfil_amigos .amigos_titulo {
	background:transparent url(../images/tit_amigos.gif) no-repeat scroll 0 0;
	height:60px;
	width:480px;
}
#perfil_amigos .amigos {
	background:transparent none repeat scroll 0 0;
	height:auto;
	margin:0 0 10px 2px;
	padding:0;
	width:480px;
}
#perfil_amigos .amigos form {
	background:transparent url(../images/separador_sombra.png) no-repeat scroll 0 bottom;
	height:45px;
}
* html #perfil_amigos .amigos form {
	background:transparent url(../images/separador_sombra.gif) no-repeat scroll 0 bottom;
	height:45px;
}
#perfil_amigos .buscarAmigos {
	padding:0 0 0 40px;
	height:25px;
	background:transparent url(../images/lupa.png) no-repeat scroll 10px 60px;
}
* html #perfil_amigos .buscarAmigos {
	padding:0 0 0 40px;
	height:25px;
	background:transparent url(../images/lupa.gif) no-repeat scroll 10px 60px;
}
#perfil_amigos .total_amigos {
	margin:0 auto 14px;
	width:450px;
	height:20px
}
#perfil_amigos .total_amigos h1{
	width:260px !important;
	float:left;
}
#perfil_amigos .total_amigos a.ver_todos {
	color:#A68D53;
	width:55px;
	float:right;
	text-align:right;
}
#perfil_amigos .amigosC ul {
	width: 450px;
	margin: 0 auto;
}
#perfil_amigos .amigosC li {
	width: 450px;	
	clear: both;
	margin: 0 0 15px 0;				
}
#perfil_amigos .amigosC img {
	float: left;
	border: 2px solid #ebcfdd;
	padding: 3px;
	margin: 0 10px 0 0;
}
#perfil_amigos .amigosC h1 {
	color:#A68D53;
	font-size:10px !important;
	margin:0 auto 14px;
	width:450px;
}	
#perfil_amigos .amigosC h2 {
	color:#818286;
	float:left;
	font-weight:bold;
	margin:30px 0 10px;
	width:330px;
}
#perfil_amigos .amigosC h3 {
	font-size: 10px;
	color: #A68D53;
}
#perfil_amigos .amigosC p {
	color:#A68D54;
	float:left;
	height:15px;
	line-height:14px;
	width:330px;
}
#perfil_amigos .operaciones {
	border-top:1px solid #E3E3E3;
	float:left;
	margin:10px 0;
	padding:5px 0 0;
	width:330px;
}
#perfil_amigos .amigosC a {
	color:#95948F;
	display:inline-block;
	font-size:10px !important;
	font-weight:bold;
	height:12px;
	text-decoration:none;
}
#perfil_amigos .amigosC a span {
	font-weight:normal;
}
#perfil_amigos .amigosC .perfil {
	background:transparent url(../images/link.png) no-repeat scroll 0 3px;
	margin:0 30px 0 0;
	padding:0 0 0 20px;
}
#perfil_amigos .amigosC .eliminar {
	background:transparent url(../images/eliminar.png) no-repeat scroll 0 1px;
	padding:0 0 0 15px;
}
#perfil_amigos .sep {
	background: url(../images/dot_sep_gris.gif) repeat-x 0 bottom; 
	width: 450px; 
	display: block; 
	height: 3px; 
	clear: both;
}

/*-------------------------------*/




/*------- PERFIL FOTOS --------*/
#perfil_inbox .inbox_titulo {
	background:transparent url(../images/tit_inbox.png) no-repeat scroll 0 0;
	height:70px;
	margin:0 0 0 2px;
	width:480px;
}
* html  #perfil_inbox .inbox_titulo {
	background:transparent url(../images/tit_inbox.gif) no-repeat scroll 0 0;
	height:70px;
	margin:0 0 0 2px;
	width:480px;
}	
#perfil_inbox .inbox h1 {
	color:#A68D53;
	font-size:10px !important;
	height:12px;
	margin:0 auto 14px;
	width:450px;
}	
#perfil_inbox .inbox ul {
	width: 450px;
	margin: 0 auto;
}
#perfil_inbox .inbox li {
	width: 450px;
	clear: both;
	margin: 0 0 13px 0;
}
#perfil_inbox .inbox img {
	float: left;
	border: 2px solid #EBCFDD;
	padding: 3px;
	margin: 0 10px 10px 0;
}
#perfil_inbox .inbox .mensajeTexto {
	float: left;
	width: 320px;
}
#perfil_inbox .inbox h2 {
	font-weight: bold;
	margin: 10px 0;
	color:#808185;
}
#perfil_inbox .inbox h3 {
	font-size: 10px;
	color: #A68D53;
}
#perfil_inbox .inbox p {
	color:#949590;
	line-height: 14px;
}
#perfil_inbox .mensajeTexto .light {
	background:transparent url(../images/icono_image.gif) no-repeat scroll 0 0;
	display:block;
	font-weight:bold;
	height:14px;
	padding:2px 0 0 22px;
	text-decoration:none;
	width:55px;
}
#perfil_inbox .operaciones {
	border-top:1px solid #E3E3E3;
	margin: 10px 0 10px 0;
	padding:5px 0 0;
}
#perfil_inbox .inbox a span {
	font-weight:normal;
}

#perfil_inbox .inbox  a {
	color:#808184;
	display:inline-block;
	font-size:10px !important;
	height:18px;
	text-decoration:none;
}
#perfil_inbox .inbox a.perfil {
	background: transparent url(../images/link.png) no-repeat scroll 0 3px;
	padding: 0 0 0 18px;
}
#perfil_inbox .inbox a.responder {
	background: transparent url(../images/responder.png) no-repeat scroll 0 0;
	margin: 0 0 0 20px;
	padding: 0 0 0 19px;
}
/*-------------------------------*/




/*---- PERFIL FOTOS ----*/
#perfil_fotos .fotoshead {
	height:30px;
	margin:25px 0 14px 17px;
	width:450px;
}
#perfil_fotos .fotoshead p  {
	float: right;
	color:#808184;
	font-size: 10px !important;
	height: 15px;
}
#perfil_fotos .fotoshead h2  {
	float: left;
	color: #A68D53;
	font-size: 10px !important;
}
#perfil_fotos .fotosminiaturas {
	background: none !important;
	width:485px;
}
#perfil_fotos .fotosminiaturas ul {
	height:300px;
}
#perfil_fotos .fotosminiaturas li {
	float:left;
	height:130px;
	margin:0;
	padding:0 0 31px 34px;
	width:100px;
}
#perfil_fotos .fotosminiaturas li a{
	margin:0;
	padding: 0;
	border:2px solid #ECD0DE;
	display: block;
	width: 101px;
	height: 77px;
}
#perfil_fotos .fotosminiaturas li a:hover {
	border:2px solid #e8e8e8;
}
#perfil_fotos .fotosminiaturas li a img {
	border:none;
	padding:2px 0 0 2px;
}
#perfil_fotos .galeria li h1 {
	color:#808184;
	font-weight:bold;
	height:12px;
	margin:5px 0 0;
	width:105px;
}
#perfil_fotos .galeria li p {
	color:#808184;
	font-size:9px !important;
	margin:5px 0 0;
	width:105px;
}
#perfil_fotos .galeria li .sep {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 bottom;
	height:10px;
	width:105px;
}
#perfil_fotos .fotosminiaturas li a.eliminar {
	background:transparent url(../images/eliminar.png) no-repeat scroll 0 6px;
	color:#808185;
	display:inline-block;
	font-size:10px !important;
	font-weight:bold;
	height:14px;
	padding:5px 0 0 15px;
	text-decoration:none;
	border:none;
}
#perfil_fotos .fotosminiaturas li a.eliminar:hover {
	border:none;
}
#perfil_fotos .fotos_titulo {
	background:transparent url(../images/tit_fotos.png) no-repeat scroll 0 0;
	height:53px;
	margin:0 0 0 2px;
	width:480px;
}
* html #perfil_fotos .fotos_titulo {
	background:transparent url(../images/tit_fotos.gif) no-repeat scroll 0 0;
	height:53px;
	margin:0 0 0 2px;
	width:480px;
}
#perfil_fotos .fotosubida {
	background:transparent url(../images/separador_sombra.png) no-repeat scroll 0 bottom;
	height:100px;
	width:480px;
}
* html  #perfil_fotos .fotosubida {
	background:transparent url(../images/separador_sombra.gif) no-repeat scroll 0 bottom;
	height:100px;
	width:480px;
}
#perfil_fotos .fotosubida form {
	background:transparent url(../images/camara.png) no-repeat scroll 0 0;
	padding:0 0 0 25px;
	width: 400px;
}
* html #perfil_fotos .fotosubida form {
	background:transparent url(../images/camara.gif) no-repeat scroll 0 0;
	padding:0 0 0 25px;
	width: 400px;
}
/*-------------------------------*/



/* --------- PERFIL TESTIMONIOS --------- */
#perfil_testimonios .testimonios_adicionar {
	background:transparent url(../images/tit_testimonios.png) no-repeat scroll 0 0;
	height:425px;
	margin:0;
	padding:60px 0 0;
	width:480px;
}
* html #perfil_testimonios .testimonios_adicionar {
	background:transparent url(../images/tit_testimonios.gif) no-repeat scroll 0 0;
	height:425px;
	margin:0;
	padding:60px 0 0;
	width:480px;
}
#perfil_testimonios h2 {
	margin: 0 0 20px 15px;
	font-weight: bold;
	color:#c01853;
}
#perfil_testimonios h3 {
	margin: 10px 0 20px 0px;
	color:#c01853;
}
#perfil_testimonios .inbox {
	margin: 0 0 0 15px;
	width:460px;
}
#perfil_testimonios .testimonios_adicionar form {
	height:400px;
	margin: 0 auto;
	width: 400px;
}
#perfil_testimonios .field  {
	padding: 10px 0;
	height: auto;
	margin:0;
}
#perfil_testimonios 	.field label {
	width: 120px;
	font-weight:bold;
	color:#A68D53;
	margin:0;
}
#perfil_testimonios  form p {
	line-height:13px;
	margin:10px 0 15px;
	color:#808184;
}
#perfil_testimonios  input.enviar {
	float:right;
	padding:15px 0 0;
}
#perfil_testimonios .testimonios_adicionar .separa {
	background:transparent url(../images/separador_sombra.png) no-repeat scroll 0 0;
	height:12px;
	width:480px;
}
* html #perfil_testimonios .testimonios_adicionar .separa {
	background:transparent url(../images/separador_sombra.gif) no-repeat scroll 0 0;
	height:12px;
	width:480px;
}
/*-----*/
#perfil_testimonios .testimonios_listado{
	padding:30px 0 0;
	width:480px;
}
#perfil_testimonios  .inbox ul {
	width: 450px;
	margin: 0 auto;
}
#perfil_testimonios  .inbox li {
	width: 450px;	
	clear: both;
	padding: 0 0 20px 0;
}
#perfil_testimonios  .inbox img {
	float: left;
	border: 2px solid #ECD0DE;
	padding: 3px;
	margin: 0 10px 10px 0;
}
#perfil_testimonios  .inbox .mensajeTexto {
	float: left;
	width: 320px;
}
#perfil_testimonios  .inbox h1 {
	font-weight: bold;
	margin: 0 0 10px 0;
	color:#808185;
}
#perfil_testimonios  .inbox p {
	line-height: 14px;
	color:#808185;
}
#perfil_testimonios  .operaciones {
	border-top:1px solid #E3E3E3;
	margin:10px 0;
	padding:10px 0 0;
}
#perfil_testimonios  a.editar,
#perfil_testimonios  a.eliminar,
#perfil_testimonios a.responderTesti {
	color:#808185;
	display:inline-block;
	font-weight:bold;
	height:14px;
	padding:2px 0 0 20px;
	text-decoration:none;
}
#perfil_testimonios  a.editar {
	background: url(../images/icon_editar_pink.png) no-repeat scroll 0 0;
	margin:0 20px 0 0;
}
#perfil_testimonios  a.eliminar {
	background: url(../images/eliminar.png) no-repeat scroll 0 3px;
	margin:0 20px 0 0;
}
#perfil_testimonios a.responderTesti {
	background: transparent url(../images/responder.png) no-repeat scroll 0 0;
}

#perfil_testimonios .testimonioContainer ul img {
border:2px solid #cccccc;
}

.dejar_testimonios {
	background:transparent url(../images/tit_testimonios.png) no-repeat scroll 0 0 !important;
	height: 130px;
	margin: 0 0 0 2px;
	width: 480px;
}
.inbox .perfil {
	background: url(../images/eliminar.png) no-repeat 0 3px;
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 10px;
	color: #808184;
}
.inbox .responder {
	background: url(../images/icon_editar_pink.png)  no-repeat 0 0px;
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 10px;
	color: #808184;
	display: inline-block;
	margin: 0 30px 0 0px;
	height: 18px;
}
/*-------------------------------*/




/* --------- PERFIL DIARIO --------- */
#perfil_diario .diario {
	background:transparent url(../images/bg_perfil_diario.png) no-repeat scroll 0 0 !important;
	height:505px !important;
	margin:0 0 0 2px;
	padding:35px 0 0;
	width:480px;
}
* html #perfil_diario .diario {
	background:transparent url(../images/bg_perfil_diario.gif) no-repeat scroll 0 0 !important;
	height:505px !important;
	margin:0 0 0 2px;
	padding:35px 0 0;
	width:480px;
}
#perfil_diario .diario form {
	height:446px;
	margin:0 auto;
	position:relative;
	width:405px;
}
#perfil_diario .diario .field  {
	padding: 10px 0;
	height: auto;
}
#perfil_diario .diario .field label {
	width: 120px;
	font-weight:bold;
}
#perfil_diario .diario form p {
	color:#818183;
	margin: 15px 0 ;
	line-height:13px;
}
#perfil_diario .guardarpost {
	bottom:0;
	position:absolute;
	right:0;							
}
#perfil_diario .inbox {
	margin: 20px 0 0 0;
}
#perfil_diario .inbox ul {
	width: 450px;
	margin: 0 auto;
}
#perfil_diario .inbox li {
	width: 450px;	
	clear: both;
	margin: 0 0 20px 0;
}
#perfil_diario .inbox img {
	float: left;
	border: 2px solid #ebd1de;
	padding: 3px;
	margin: 0 10px 0 0;
}
#perfil_diario .inbox .mensajeTexto {
	float: left;
	width: 320px;
}
#perfil_diario .inbox h2 {
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0 0 ;
	color:#808185;
}
#perfil_diario .inbox h3 {
	font-size: 10px !important;
	color: #A68D53;
}
#perfil_diario .inbox p {
	color:#95948f;
	line-height: 14px;
}
#perfil_diario .operaciones {
	border-top:1px solid #E3E3E3;
	margin:10px 0 0;
	padding:10px 0 0;
}
#perfil_diario .inbox a {
	color:#95948f;
	font-size:10px !important;
	font-weight:bold;
	height:18px;
	text-decoration:none;
	display:inline-block;
}
#perfil_diario .inbox .editar,
#perfil_diario .inbox .eliminar,
#perfil_diario .inbox .imprimir {
	margin:0 30px 5px 0;
	padding:5px 0 0 20px;
}
#perfil_diario .inbox .editar {
	background:transparent url(../images/icon_editar_pink.png) no-repeat scroll 0 1px;
}
#perfil_diario .inbox .eliminar {
	background:transparent url(../images/eliminar.png) no-repeat scroll 0 5px;
}
#perfil_diario .inbox .imprimir {
	background:transparent url(../images/icono_imprimir_rosa.png) no-repeat scroll 0 1px;
}
#perfil_diario .inbox .post {
	background:transparent url(../images/icon_enviar_post.png) no-repeat scroll 0 0;
	width:17px;
	height:16px;
}
/*-------------------------------*/





/* --------- TIPS MODA --------- */
#tip_moda .titulo_principal {
	background: url(../images/tit_tips_moda.gif) no-repeat;
	width: 743px;
	height: 74px;
	float:left;
}
#tip_moda .banner {
	background: url(../images/banner_moda.gif) no-repeat 15px top;
	width: 729px;
	height: 133px;
	float:left;
}
#tip_moda .left ul {
	width: 450px;
	float:left;
	padding:0 0 20px 0;
}
#tip_moda .numero {
	font-family: Arial, Helvetica, sans-serif;
	color: #c4c4c6;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	width: 40px;
	margin: 10px 0 0 15px;
}
#tip_moda .texto  {
	float: left;
	width: 380px;
	margin: 20px 0 0 0;
	line-height: 13px;
}
#tip_moda .tit {
	color: #a68d53;
	font-weight: bold;
	font-size: 12px;
}
#tip_moda .right{
	padding:20px 0 3000px 20px;
}
#tip_moda .videos_moda {
	background: url(../images/bg_videos.gif) no-repeat;
	width: 238px;
	height: 303px;
	padding:0 0 10px 0; 
}
#tip_moda .tip_belleza {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
#tip_moda .tip_nutricion {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
/*-------------------------------------*/



/* ----------- TIPS NUTRICION ---------- */
#tip_nutricion .titulo_principal {
	background: url(../images/tit_nutricion.gif) no-repeat;
	width: 743px;
	height: 74px;
	float:left;
}
#tip_nutricion .right {
	padding:20px 0 0 20px;
	padding-bottom: 30000px;
    margin-bottom: -30000px; 
}
#tip_nutricion .banner {
	background: url(../images/banner_nutricion.gif) no-repeat 15px top;
	width: 729px;
	height: 133px;
	float:left;
}
#tip_nutricion .left p  {
	float: left;
	width: 443px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	line-height: 13px;
	color:#8A8A92;
	float:left;
}
#tip_nutricion .left ul {
	width: 363px;
	float:left;
	padding:0 0 0 40px;
}
#tip_nutricion .left li {
	width:363px;
	line-height: 13px;
}
#tip_nutricion .left .tip li p {
	color:#8A8A92;
	width: 300px;
	margin: 0;
	height:20px;
	padding:0 0 0 15px;
	background: url(../images/bullet_pink.gif) no-repeat scroll left 3px;
}
#tip_nutricion .left .tip2 li p {
	color:#8A8A92;
	width: 300px;
	margin: 0;
	height:60px;
	padding:0 0 0 15px;
	background: url(../images/bullet_pink.gif) no-repeat scroll left 3px;
}
#tip_nutricion .left .tip2 li p.chico {
	height:50px;
}
#tip_nutricion .left h1 {
	color:#a68d53;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	width: 400px;
	float:left;
	margin:20px 0 0 0;
}
#tip_nutricion .alimentos {
	background: url(../images/bg_alimentos.gif) repeat-x scroll 0 0;
	width: 238px;
	height: 1050px;
	padding:0 0 10px 0; 
}
#tip_nutricion  .alimentos h1 {
	color:#d982ae;
	font-size: 11px;
	font-weight:bold;
	background: url(../images/bg_tit_alimentos.gif) no-repeat scroll 0 0;
	height:53px;
	padding:10px 0 0 10px;
}
#tip_nutricion  .alimentos h2 {
	color:#8A8A92;
	font-size: 11px;
	font-weight:bold;
	padding:15px 10px 2px 10px;
}
#tip_nutricion  .alimentos p {
	color:#8A8A92;
	line-height:13px;
	padding:0 10px 0 10px;
}
#tip_nutricion .tip_moda {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
#tip_nutricion .tip_belleza {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
/*-----------------------------------*/



/* ---------- TIPS BELLEZA ---------- */
#tip_belleza .titulo_principal {
	background: url(../images/tit_tips_belleza.gif) no-repeat;
	width: 743px;
	height: 74px;
	float:left;
}
#tip_belleza .right {
	padding:20px 0 30000px 20px;
}
#tip_belleza .banner {
	background: url(../images/banner_belleza.gif) no-repeat 15px top;
	width: 729px;
	height: 133px;
	float:left;
	padding-bottom: 30000px;
    margin-bottom: -30000px; 
}
#tip_belleza .left ul {
	float:left;
	padding:8px 0 20px 0;
}
#tip_belleza .tip_b01 {
	margin: 12px 0 0 0px;
	float: left;
	display: block;
	background: url(../images/bg_masnoticias.gif) repeat-x scroll left bottom;
}
#tip_belleza  .marco_b {
	background: url(../images/marco_noticiappal.gif) no-repeat;
	height: 118px;
	width: 118px;
	float: left;
	padding: 7px 0 0 7px;
}
#tip_belleza  .info_b {
	float:left;
	margin:0 0 0 11px;
	width:294px;
}
#tip_belleza  h1 {
	color:#8A8A92;
	font-size: 11px;
	font-weight:bold;
}
#tip_belleza .left p  {
	float: left;
	margin: 10px 15px 0 0;
	line-height: 13px;
	color:#8A8A92;
}
#tip_belleza .tip_moda {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
#tip_belleza .tip_nutricion {
	height: 193px;
	width: 237px;
	padding:0 0 10px 0; 
	float: left;
}
/*-------------------------------*/


.fotosminiaturas li { 
float:left;
height:100px;
margin:0 22px 31px;
width:100px;
}



/* ------ ESFUERZOS -------- */
#esfuerzos .titulo_principal{
	background: url(../images/tit_ezfuerzos.gif) no-repeat;
	width: 743px;
	height: 73px;
}
#esfuerzos .left {
	padding:10px 0 30000px 20px;
}
#esfuerzos .video_camisetas {
	display:block;
	height:320px;
	margin:10px 0;
	width:427px;
}
#esfuerzos  .sub_esfuerzos{
	line-height: 16px;
	color: #a68d53;
	font-weight: bold;
	display:block;
}
#esfuerzos  .left p {
	line-height: 13px;
	color: #8A8A92;
	margin:0 20px 20px 0;
}
#esfuerzos .campania_01 {
	background: url(../images/tit_otras_campanias.gif) no-repeat scroll 0 0;
	height:47px;
	padding:47px 20px 0 0;
	width:236px;
}
#esfuerzos .campania_01 ul {
	padding: 0 0 0 22px;
}
#esfuerzos .tit_campania {
	color: #a68d53;
	font-weight: bold;
	background: url(../images/line_campanias.gif) no-repeat scroll 0 bottom;
	height: 16px;
	margin: 10px 0 10px 0;
}
#esfuerzos .campania_01 p {
	color:#8A8A92;
	line-height:13px;
	padding: 0 0 10px 0;
}
#esfuerzos .campania_01 a {
	color:#8A8A92;
	display:block;
	font-weight: bold;
	padding:0 0 10px;
}

/*-------ESFUERZOS MODELS-----------*/

#esfuerzos_models .titulo_principal{
	background: url(../images/tit_models.gif) no-repeat;
	width: 743px;
	height: 74px;
}
#esfuerzos_models .models{
	background: url(../images/brazil_top.jpg) no-repeat;
	width: 712px;
	height: 1221px;
	margin: 10px 0 20px 15px;
}
#esfuerzos_models .left_models a {
	color:#8A868A;
	display:block;
	font-size:10px !important;
	font-weight:bold;
	padding:0 20px 10px;
	text-align:right;
	text-decoration:none;
}
#esfuerzos_models .left_models a:hover {
	color:#A68D53;
}
/*--------------*/


/*-------ESFUERZOS EVENTOSER-------*/
#esfuerzos_eventoser .titulo_principal{
	background: url(../images/tit_eventoser.gif) no-repeat;
	width: 743px;
	height: 74px;
}
#esfuerzos_eventoser h1 {
	color:#A68D53;
	font-size:12px !important;
	font-weight:bold;
	line-height:16px;
	margin:10px 0 0 20px;
}
#esfuerzos_eventoser .eventoser{
	height:540px;
	margin:20px auto 30px;
	position:relative;
	width:500px;
}
#esfuerzos_eventoser #slider {
	border-bottom:1px solid #CCCCCC;
	padding:0 0 20px;
	overflow:hidden; 
	position: absolute;
	top: 0px;
	left: 0px;
}
#esfuerzos_eventoser  #slider ul,
#esfuerzos_eventoser  #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#esfuerzos_eventoser  #slider li{ 
	width:500px;
	height:500px;
}
#esfuerzos_eventoser  #slider .alto {
	margin:84px 0 0;
}
#esfuerzos_eventoser  #slider .ancho {
	margin:0 0 0 84px;
}
#esfuerzos_eventoser span {
	color:#8A868A;
	display:inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	font-weight:bold;
	text-decoration:none;
	position: absolute;
	bottom: 0px;
}
#esfuerzos_eventoser  #prevBtn {
	left: 0px;
}
#esfuerzos_eventoser  #nextBtn {
	bottom: 0px;
	right: 0px;
}
#esfuerzos_eventoser  #nextBtn a,
#esfuerzos_eventoser  #prevBtn a {
	padding: 0 !important;
	text-align: left !important;
}
#esfuerzos_eventoser  #nextBtn a {
	background: url(../images/lightbox_btn_siguiente.gif) no-repeat;
	width:40px;
	height:19px;
}
#esfuerzos_eventoser  #prevBtn a {
	background: url(../images/lightbox_btn_anterior.gif) no-repeat;
	width:40px;
	height:19px;
}
#esfuerzos_eventoser .left_eventoser a {
	color:#8A868A;
	display:block;
	font-size:10px !important;
	font-weight:bold;
	padding:0 20px 10px;
	text-align:right;
	text-decoration:none;
}
#esfuerzos_eventoser .left_eventoser a:hover {
	color:#A68D53;
}
/*--------------------*/




/* ------ TESTIMONIO -------- */
#testimonio .titulo_principal {
	background:transparent url(../images/tit_testimonios_gr.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}
#testimonio .banner {
	background: url(../images/bg_familiayamigos_silla.gif) no-repeat scroll 20px 0;
	height:267px;
	padding:86px 50px 0 73px;
	width:620px;
}
#testimonio  .banner h1{
	line-height: 15px;
	color: #8A8A92;
	font-size: 12px;
	font-weight: bold;
	display:block;
	margin:0 50px 0 0;
	width:490px;
}
#testimonio  .banner p {
	line-height: 15px;
	font-size: 12px !important;
	color: #8A8A92;
	width:490px;
}
#testimonio .video_nuevos {
	padding:10px 0 10px 20px;
}
#testimonio .video_testimonio {
	background: url(../images/bg_video_cancer.gif) no-repeat scroll 0 0;
	float:left;
	height:229px;
	margin:0 0 20px 0;
	padding:0 8px 0 0;
	width:240px;
	position:relative;
}
#testimonio .video_testimonio .videoyoutube {
	top:40px;
	left:10px;
	position:absolute;
}
#testimonio .nuevo_testimonio {
	background: url(../images/bg_nuevos_testimonios.gif) no-repeat scroll 0 0;
	float:left;
	height:167px;
	padding:62px 0 0;
	width:466px;
}
#testimonio .nuevo_testimonio ul {
	padding: 0 0 0 15px;
}
#testimonio .nuevo_testimonio ul li {
	height:50px;
}
#testimonio .nuevo_testimonio .numero {
	float:left;
	margin:0 9px 0 0;
}
#testimonio .tit_testimonio {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 4px;
	color:#A68D53;
	float:left;
	font-size:12px !important;
	font-weight:bold;
	height:21px;
	padding:5px 0 0;
	width:400px;
}
#testimonio .nuevo_testimonio h2  {
	color:#8A8A92;
	float:left;
	font-weight:bold;
	padding:0 0 0 37px;
	width:344px;
}
#testimonio .nuevo_testimonio ul li a {
	float:right;
	padding:0 10px 0 0;
	width:44px;
	text-decoration:none;
	color:#8A8A92;
}
#testimonio .nuevo_testimonio ul li a p  {
	display:inline;
	padding:0 5px 0 0;
	font-weight:bold;
	font-size: 10px !important;
}
#testimonio .paginado {
	background: url(../images/dot_sep_gris_up_down.gif) repeat-x scroll 0 0;
	clear:both;
	height:31px;
	padding:5px 0 0;
	width:714px;
}
#testimonio .paginado form {
	float:left;
	padding:0 230px 0 5px;
}
#testimonio .paginado select {
	float:left;
	display:inline;
	color: #8A8A92;
	margin:0 5px 0 0;
}
#testimonio .paginado .btir {
	height:20px;
	width:20px;
}
#testimonio .paginado p {
	float:left;
	display:inline;
	color: #8A8A92;
	padding:5px 0 0;
}
#testimonio .paginado span {
	font-weight: bold;
	color: #8A8A92;
	padding:5px 0 0;
}
#testimonio .paginado a {
	float:right;
	display:inline;
	text-decoration:none;
	color: #8A8A92;
	padding:5px 5px 0 10px;
}
#testimonio .paginado a:hover {
	color: #be1852;
}
#testimonio .mas_testimonio {
	background: url(../images/tit_mas_testimonios2.gif) no-repeat scroll 0 0;
	height:100%;
	padding:32px 0 0 20px;
}
#testimonio .mas_testimonio li {
	clear:both;

	padding:20px 0 0;
	width:710px;
}
#testimonio .mas_testimonio .marcofoto {
	background:#E8E8E8;
	float:left;
	height:107px;
	margin:0 21px 0 0;
	padding:5px 0 0 5px;
	width:107px;
}
#testimonio .mas_testimonio .marcofoto img {
	border: #fff 2px solid;
}
#testimonio .mas_testimonio .mensajeTexto {
	float: left;
	width: 576px;
}
#testimonio .mas_testimonio h1 {
	border-bottom: 1px solid #ecebf0;
	color:#a68d55;
	font-size: 12px !important;
	font-weight: bold;
	height:18px;
	padding:6px 0 0 0;
}	
#testimonio .mas_testimonio h2 {
	color:#898991;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#testimonio .mas_testimonio .mensajeTexto p {
	color:#8C8B90;
	line-height:14px;
	padding:0 0 20px;
	width:470px;
}
#testimonio .mas_testimonio .mensajeTexto p a {
	color:#8C8B90;
	font-weight:bold;
	text-decoration:none;
}
#testimonio .mas_testimonio .mensajeTexto p a:hover {
	color:#BE1852;
}
#testimonio .mas_testimonio .botones {
	border-top:1px solid #ECEBF0;
	height:12px;
	margin:10px 0 0;
	padding:7px 0 0;
}
#testimonio .mas_testimonio a.vermas {
	color:#8A8A92;
	display:inline;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	padding:5px 36px 0 0;
	text-decoration:none;
}
#testimonio .mas_testimonio a.opina {
	background:transparent url(../images/icon_editar_pink.png) no-repeat scroll 0 3px;
	color:#8A8A92;
	display:inline-block;
	font-size:10px !important;
	font-weight:bold;
	height:14px;
	padding:5px 10px 0 24px;
	text-decoration:none;
}
#testimonio .mas_testimonio a.sumaramigo {
	background:transparent url(../images/icono_amigo_ad.gif) no-repeat scroll 0 3px;
	color:#8A8A92;
	font-size:10px !important;
	font-weight:bold;
	height:12px;
	padding:5px 0 0 24px;
	text-decoration:none;
}
#testimonio .mas_testimonio a.perfil {
	background:transparent url(../images/icon_perfil.png) no-repeat scroll 0 3px;
	color:#8A8A92;
	font-size:10px !important;
	font-weight:bold;
	height:12px;
	padding:5px 0 0 24px;
	text-decoration:none;
}


#testimonio .mas_testimonio a img {
	padding:0 5px 0 8px;
}
#testimonio .mas_testimonio .sep {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 0;
	float:left;
	height:18px;
	width:709px;
}
/*-------------------------------*/


/* ------ COMO AYUDAR -------- */
#como_ayudar .titulo_principal {
	background: url(../images/tit_como_ayudar.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}
#como_ayudar .banner {
	background: url(../images/bg_familiayamigos.gif) no-repeat scroll 20px 0;
	height:228px;
	padding:86px 50px 0 73px;
	width:620px;
}
#como_ayudar  .banner h1{
	line-height: 15px;
	color: #8A8A92;
	font-size: 12px;
	font-weight: bold;
	display:block;
	margin:0 50px 0 0;
}
#como_ayudar  .banner p {
	line-height: 15px;
	font-size: 12px !important;
	color: #8A8A92;
	/*margin:0 50px 0 0;*/
}
#como_ayudar  .left {
	padding:20px 0 30000px 20px;
}
#como_ayudar  .left p {
	line-height: 13px;
	font-size: 11px;
	color: #8A8A92;
	width:440px;
}
#como_ayudar .left ul {
	width: 363px;
	float:left;
	padding:20px 0 20px 40px;
}
#como_ayudar .left .tip li p {
	color:#8A8A92;
	width: 300px;
	margin: 0;
	height:60px;
	padding:0 0 0 15px;
	background: url(../images/bullet_pink.gif) no-repeat scroll left 3px;
}
#como_ayudar .right {
	padding:10px 0 30000px;
	width:267px;
}
#como_ayudar .testimonios {
	background: url(../images/tit_mas_testimonios.gif) no-repeat scroll 0 0;
	padding:50px 0 0 0;
}
#como_ayudar .testimonios ul {
	padding: 0 0 0 22px;
}
#como_ayudar .testimonios ul li {
	height:50px;
	width:225px;
	background: transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 0;
}
#como_ayudar .tit_testimonio {
	color:#A68D53;
	font-weight:bold;
	float:left;
	width:192px;
}
#como_ayudar .testimonios ul li a {
	padding:0 0 0 10px;
	float:right;
}
#como_ayudar .testimonios p {
	color:#8A8A92;
	padding:10px 0;
	float:left;
}
#como_ayudar .testimonios .ispirate {
	padding:10px 0 0 20px;
}
#como_ayudar .testimonios .link_ispirate {
	color:#a68d53;
	display:block;
	padding:0 0 0 22px;
	text-decoration:none;
}
#como_ayudar .testimonios .link_ispirate h1 {
	float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}
#como_ayudar .testimonios .link_ispirate img {
	float:left;
	padding:3px 0 0 0;
}
/*-------------------------------*/




/*---------- RECURSOS ----------*/
#recursos .titulo_principal {
	background:transparent url(../images/tit_recursos.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}
#recursos  .left_recursos {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 0 14px;
	width:717px;
	position: relative;
	background:transparent url(../images/bg_mapa.gif) no-repeat scroll 14px 0;
}
#recursos  .left_recursos ul {
	height:548px;
	padding:0 0 10px 11px;
	width:150px;
}
#recursos  .left_recursos ul li {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 2px;
	height:18px;
	padding:0 0 10px;
	width:135px;
}
#recursos .left_recursos ul li a {
	background:transparent url(../images/bullet_pink.gif) no-repeat scroll left 3px;
	color:#8a8a92;
	height:20px;
	margin:0;
	padding:0 0 0 15px;
	width:370px;
	font-weight:bold;
	text-decoration:none;
}
#recursos .left_recursos ul li a:hover {
	color:#f161a5;
}
#recursos .left_recursos .recuadro {
	position: absolute;
	top: 15px;
	right: 15px;
	width:536px;
	/*height: 300px;
	color: white;
	display: block;*/
	background:transparent url(../images/bg_recuadro_ul.png) repeat scroll 0 0;
}
#recursos .left_recursos .recuadro ul {
	/*width: 240px;*/
	height:auto;
	background:none;
	padding:3px 3px 0;
}

#recursos .left_recursos .recuadro li {
	width: 490px;
	height: 100%;
	padding:15px 20px 10px;
	margin:0 0 3px;
	background:transparent url(../images/bg_recuadro_ul_li.png) repeat scroll 0 0;
}
#recursos .left_recursos .recuadro div {
	height:20px;
}
#recursos .left_recursos .recuadro .datos1 {
	float:left; 
	width:190px; 
	color:#8a8a92;
	height:13px;
}
#recursos .left_recursos .recuadro .datos2 {
	float:left; 
	width:300px; 
	color:#8a8a92;
	font-weight:bold;
	height:13px;
}
#recursos .left_recursos .recuadro .datos3 {
	float:left; 
	width:300px; 
	color:#f263a7;
	font-weight:bold;
	height:13px;
}
#recursos .left_recursos .recuadro a {
	color:#f263a7;
	height:13px;
	font-weight:bold;
	background:none;
	padding:0;
}


/*-------------------------------*/





/*---------- OPCIONES ----------*/
#opciones .titulo_principal {
	background:transparent url(../images/tit_tratameinto.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}
#opciones  .left_opciones {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 30000px 14px;
	width:717px;
}
#opciones  .left_deteccion .tipo_cirugia, 
#opciones  .left_deteccion .otras_cirugias, 
#opciones  .left_deteccion .que_esperar, 
#opciones  .left_deteccion .opciones_trat {
	float:left;
	width:711px;
	margin:0 0 20px;
}
.grafico_mama {
	margin:20px 0 20px 150px;
}
.listado_cirugia h2, 
#opciones .left_opciones .otras_cirugias h2,
#opciones .left_opciones .que_esperar h2,
#opciones .left_opciones .opciones_trat h2
{
	color: #976798;
	font-weight:bold;
	padding: 0 0 0 15px;
	line-height: 25px;
}

#opciones .left_opciones .tipo_cirugia h1,
#opciones .left_opciones .otras_cirugias h1,
#opciones .left_opciones .que_esperar h1,
#opciones .left_opciones .opciones_trat h1
 {
	color:#A68D53;
	font-weight:bold;
	padding:0 0 15px 15px;
	font-size: 12px !important;
}
#opciones .listado_1, 
#vida .listado_1 {
	background:#FFF1F8 none repeat scroll 0 0;
	margin:0 0 15px 30px;
	padding:20px;
	width:640px;
}
#opciones .listado_1 li,
#vida .listado_1 li
{
	background:transparent url(../images/line_preg.gif) repeat-x scroll left bottom;
}

#opciones .listado_1 li p, 
#vida .listado_1 li p
{
	background:transparent url(../images/bullet_pink.gif) no-repeat scroll left 7px;
	color:#8A8A92;
	line-height:20px;
	margin:0;
	padding:0 0 0 15px;

}
#opciones .cuadro img,
#vida .cuadro img {
	float:left;
	padding:0 10px 0 15px;
}
#opciones .cuadro p,
#vida .cuadro p 
{
	color:#8A8A92;
	line-height:13px;
	padding:0 30px 0 0;
}
/*----------------------------------*/




/*-------------VIDA--------------*/

#vida  .left_vida {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 30000px 14px;
	width:717px;
}
#vida .left_vida .comenzar {
	background: url(../images/bg_vida2.gif) no-repeat;
	height: 700px;
	padding: 30px 0 0 20px;
}

#vida .left_vida .comenzar p {
	padding: 15px 20px 0 0;
	color: #8A868A;
	line-height:13px;
	width:670px;
}

#vida  	.left_vida .comenzar, 
#vida 	.left_vida .recuperacion_emocional, 
#vida  	.left_vida .fatiga, 
#vida 	.left_vida .alimentacion, 
#vida 	.left_vida .huesos {
	float:left;
	width:711px;
	margin:0 0 20px;
}
#vida .titulo_principal {
	background: url(../images/tit_vida_despues.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}

#vida  	.left_vida .comenzar h1,
#vida 	.left_vida .recuperacion_emocional h1,
#vida  	.left_vida .fatiga h1,
#vida 	.left_vida .alimentacion h1,
#vida 	.left_vida .huesos h1
 {
	color:#A68D53;
	font-weight:bold;
	padding:0 0 15px 0;
	font-size: 12px !important;
}
#vida .left_vida .fatiga h2 {
	color: #976798;
	font-weight:bold;
	padding: 0 0 0 15px;
	line-height: 25px;
}
#vida .left_vida .comenzar h3 {
	color: #976798;
	font-weight:bold;
	line-height:14px;
	padding: 0;
}
/*----------------------------------*/



/* ------ DETECCION -------- */
#deteccion .titulo_principal {
	background:transparent url(../images/tit_deteccion.gif) no-repeat scroll 0 0;
	width: 743px;
	height: 73px;
}
#deteccion  .left_deteccion {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 30000px 14px;
	width:717px;
}
#deteccion  .left_deteccion .submenu, 
#opciones .left_opciones .submenu {
	background:transparent url(../images/dot_sep.gif) repeat-x scroll 0 0;
	padding:0 0 0 15px;
	width:702px;
	border-left:none;
}
#deteccion  .left_deteccion .submenu li, 
#opciones .left_opciones .submenu li,
#vida .left_vida .submenu li {
	padding:0 15px 0 0;
}
#deteccion  .left_deteccion .submenu a.sub_deteccion,
#opciones .left_opciones .submenu a.sub_opciones,
#vida .left_vida .submenu a.sub_vida {
	background:transparent url(../images/flecha_submenu.gif) no-repeat scroll 0 4px;
	color:#8A868A;
	float:left;
	padding:0 0 0 10px;
	text-decoration:none;
}
#deteccion  .left_deteccion .submenu a.sub_deteccion:hover,
#opciones .left_opciones .submenu a.sub_opciones:hover,
#vida .left_vida .submenu a.sub_vida:hover {
	color:#976798;
	font-weight:bold;
}
#deteccion  .left_deteccion .como, 
#deteccion  .left_deteccion .autoexamen, 
#deteccion  .left_deteccion .mamogramas, 
#deteccion  .left_deteccion .sintomas,
#deteccion  .left_deteccion .estudios, 
#deteccion  .left_deteccion .biopsia {
	float:left;
	width:711px;
	padding:0 0 20px;
}
#deteccion  .left_deteccion  .top_como {
	height:261px;
	width:696px;
	padding:0 0 0 15px;
}
#deteccion  .left_deteccion  .top_como h1{
	color:#A68D53;
	font-weight:bold;
	padding:0 0 15px 0;
	font-size: 12px !important;
}
#deteccion  .left_deteccion  .top_como img {
	float:left;
	padding:0 10px 0 0;
}
#deteccion  .left_deteccion .texto_foto {
	color:#8A868A;
	line-height:13px;
	padding:0 0 0 0;
}
#deteccion  .left_deteccion  h1 {
	color:#A68D53;
	font-weight:bold;
	padding:0 0 15px 15px;
	font-size: 12px !important;
	clear:both;
}
#deteccion  .left_deteccion  h2 {
	color:#8A868A;
	font-weight:bold;
	width:650px;
	padding:0 0 15px 15px;
}
#deteccion  .left_deteccion  p, 
#opciones  .left_opciones p,
#vida .left_vida p {
	color:#8A868A;
	line-height:13px;
	padding:0 0 15px 15px;
}
#deteccion  .left_deteccion   img {
	float:left;
	padding:0 10px 0 15px;
}
#deteccion  .left_deteccion  ul {
	padding:20px 0 0 15px;
}
#deteccion  .left_deteccion  .como ul .listado,
#deteccion  .left_deteccion  .estudios ul .listado,
#deteccion  .left_deteccion  .biopsia ul .listado {
	background: transparent url(../images/dot_sep.gif) repeat-x scroll 0 5px;
	padding:0 0 20px 0;
}
#deteccion  .left_deteccion  ul h2 {
	background:transparent url(../images/linea_diagonal.gif) no-repeat scroll 0 0;
	color:#8A868A;
	font-weight:bold;
	height:20px;
	padding:3px 0 15px 43px;
	width:650px;
	float: left;
}
#deteccion  .left_deteccion  ul li p {
	padding: 0 0 0 43px;
	width:605px;
}
#deteccion  .left_deteccion  .recuadro {
	background:transparent url(../images/bg_banner_deteccion.gif) no-repeat scroll 0 0;
	height:107px;
	width:668px;
	padding:20px 0 0 43px;
}
#deteccion  .left_deteccion  .recuadro h1 {
	padding:0 0 0 0;
}
#deteccion  .left_deteccion  .recuadro p {
	padding:15px 0 0 0;
	width:600px;
}

#deteccion .left_deteccion .sintomas ul {
	width: 400px;
	float:left;
	padding:10px 0 10px 40px;
}
#deteccion .left_deteccion .sintomas li {
	line-height: 13px;
}
#deteccion .left_deteccion .sintomas .tip li p {
	color:#8A8A92;
	width: 370px;
	margin: 0;
	height:20px;
	padding:0 0 0 15px;
	background: url(../images/bullet_pink.gif) no-repeat scroll left 3px;
}
/*-------------------------------*/



/*-------NOTICIAS INTERIOR--------*/

#noticias_interior .titulo_principal{
	background: url(../images/tit_noticias2.gif) no-repeat;
	width: 743px;
	height: 74px;
}
.back_diag{
	background: url(../images/linea_diagonal.gif) no-repeat 0 3px;
	clear:both;
	height:150px;
	width:710px;
}
.foto_noticia {
	background:#E8E8E8 none repeat scroll 0 0;
	float:left;
	/* height:105px; */
	margin:0 18px 0 0;
	padding:5px;
	/* width:105px; */
}
.foto_noticia  .caja {
	border:2px solid #fff; 
	overflow:hidden; 
	width:96px;
}
/* .foto_noticia img{
	border:2px solid #FFFFFF;
} */
.txt_noticia {
	float: left;
	width: 500px;
}
#noticias_interior .left_noticias_int {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 30000px 14px;
	width:717px;
}
#noticias_interior .numero {
	font-family: Arial, Helvetica, sans-serif;
	color: #c4c4c6;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	width: 40px;
	padding: 0 0 0 37px;
}
#noticias_interior .txt_noticia h1{
	border-bottom:1px solid #ECEBF0;
	color:#8e9197;
	font-size:10px !important;
	font-weight:bold;
	height:18px;
	padding:6px 0 0;
}
#noticias_interior .txt_noticia h2 {
	height:auto;
	padding:6px 0 10px 0;
	width:480px;
}
#noticias_interior .txt_noticia h2 a{
	color:#A68D55;
	font-size:12px !important;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
}
#noticias_interior .txt_noticia p{
	color:#8C8B90;
	line-height:14px;
	padding:0 0 20px;
	width:470px;
}
#noticias_interior .txt_noticia a.vermas{
	color:#8A8A92;
	display:inline;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	padding:5px 0 0 450px;
	text-decoration:none;	
}
#noticias_interior .sep{
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 0;
	float:left;
	height:18px;
	width:710px;
	padding:0 0 10px;
}
/*-------------------------------*/




/*------- RESULTADO BUSQUEDA --------*/
#resultado_busqueda .titulo_principal{
	background: url(../images/tit_resultado_busqueda.gif) no-repeat;
	width: 743px;
	height: 74px;
}
#resultado_busqueda .resultados {
	/*height:300px;*/
	padding:0 0 0 50px;
}
#resultado_busqueda .resultados li {
	height:120px;
	padding:20px 0 0;
	width:650px;
}
#resultado_busqueda .resultados  img {
	border:1px solid #FAA3C4;
	float:left;
	margin:0 10px 0 0;
	padding:3px;
}
#resultado_busqueda .resultados .mensajeTexto {
	float: left;
	padding:40px 0 0;
	width: 535px;
}
#resultado_busqueda .resultados h1 {
	color:#a68d55;
	font-weight: bold;
	height:18px;
	padding:6px 0 0 0;
}	
#resultado_busqueda .resultados .mensajeTexto p {
	color:#8C8B90;
	line-height:14px;
	padding:0 0 7px 0;
	/*width:470px;*/
}
#resultado_busqueda .resultados .botones {
	padding:3px 0 0;
}
#resultado_busqueda .resultados a.verperfil {
	background:transparent url(../images/icon_perfil.png) no-repeat scroll 0 3px;
	color:#8A8A92;
	display:inline;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	height:12px;
	padding:5px 36px 0 24px;
	text-decoration:none;
}
#resultado_busqueda .resultados a.sumaramigo {
	background:transparent url(../images/icono_amigo_ad.gif) no-repeat scroll 0 3px;
	color:#8A8A92;
	display:inline;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	height:12px;
	padding:5px 0 0 24px;
	text-decoration:none;
}
#resultado_busqueda .resultados a span {
	font-weight:normal;
}
#resultado_busqueda .resultados .sep {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 0;
	float:left;
	height:18px;
	width:651px;
}
/*-------------------------------*/



/*----------RINCON-----------*/
.rotador_fotos_rincon{
	padding: 0 0 0 20px;
}

#rincon .titulo_principal{
	background: url(../images/tit_rincon.gif) no-repeat;
	width: 743px;
	height: 74px;
}
/*---------------------------------*/

/*----------POR QUIEN LO HACES-----------*/
#por_quien .titulo_principal{
	background: url(../images/tit_por_quien.gif) no-repeat;
	width: 743px;
	height: 74px;
}
#por_quien .intro {
	background:transparent url(../images/bg_camiseta.gif) no-repeat scroll 20px 0;
	height:320px;
	padding: 90px 0 0 43px;
	width:689px;
}
#por_quien .intro p {
	width:500px;
	line-height:13px;
	color:#e6e7e8;
}
#por_quien .intro p span {
	color:#ffffff;
	font-weight:bold;
}
#por_quien .personajes {
	float:left;
	padding: 0 0 20px 20px;
	width:711px;
}
#por_quien .personajes div {
	background:transparent url(../images/dot_sep.gif) repeat-x scroll 0 5px;
	height:270px;
	margin:0 0 20px 0;
	width:696px;
}
#por_quien .personajes h1 {
	/*color:#A68D53;
	font-size:12px !important;
	font-weight:bold;
	padding:0 0 15px;*/
	
	background:transparent url(../images/linea_diagonal.gif) no-repeat scroll 0 0;
	color:#8A868A;
	float:left;
	font-weight:bold;
	height:20px;
	padding:3px 0 15px 43px;
	width:650px;
}
#por_quien .personajes  img {
	float:left;
	padding:0 10px 0 0;
}
#por_quien .personajes .texto_foto {
	background:none;
	color:#8A868A;
	float:left;
	height:272px;
	height:auto;
	margin:0;
	line-height:13px;
	padding:0;
	width:366px;
}
#por_quien .personajes .texto_foto p {
	line-height:13px;
}

#por_quien .personajes a {
	color:#A68D55;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	margin:0 50px 0 0;
	padding:10px 0 0;
	text-decoration:none;
}
/*#por_quien .personajes ul {
	padding:20px 0 0 15px;
}*/
/*---------------------------------*/

/*---------- ENTREVISTA -----------*/
#entrevista .titulo_principal{
	background: url(../images/tit_entrevista.gif) no-repeat;
	width: 743px;
	height: 74px;
}
#entrevista .entrevista {
	padding:20px 0 0 40px;
	width:703px;
}
#entrevista .entrevista h1 {
	color:#A68D53;
	font-size:12px !important;
	font-weight:bold;
	padding:0 0 20px 0;
}
#entrevista .entrevista div {
	/*padding:0 60px 0 0;*/
	width:660px;
}
#entrevista .entrevista h2 {
	background:transparent url(../images/bullet_pink.gif) no-repeat scroll 0 3px;
	color:#8A868A;
	font-weight:bold;
	line-height:13px;
	padding:0 0 5px 16px;
}
#entrevista .entrevista .texto_entre {
	color:#8A868A;
	line-height:13px;
	padding:0 0 10px;
}
#entrevista .sep {
	background:transparent url(../images/dot_sep_gris.gif) repeat-x scroll 0 bottom;
	height:1px;
	margin:0 0 20px;
}
#entrevista .entrevista a {
	color:#8A868A;
	display:block;
	font-size:10px !important;
	font-weight:bold;
	padding:0 45px 10px;
	text-align:right;
	text-decoration:none;
}
#entrevista .entrevista a:hover {
	color:#A68D53;
}
/*---------------------------------*/




/*----------INTERIOR NOTICIAS-----------*/

#noticias_interior2 .titulo_principal{
	background: url(../images/tit_noticias2.gif) no-repeat;
	width: 743px;
	height: 74px;
}
.columna_noticias_left{
	width: 220px;
	float: left;
}
.columna_noticias_right {
	width: 495px;
	float: left;
} 
#noticias_interior2 .left_noticias_int {
	float:left;
	margin:0 0 -30000px;
	padding:20px 0 30000px 14px;
	width:717px;
}
.columna_noticias_right h1 {
	border-bottom:1px solid #ECEBF0;
	color:#8E9197;
	font-size:10px;
	font-weight: bold;
	height: 18px;
	padding: 6px 0 0;
}
.columna_noticias_right h2{
	color:#A68D55;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0;
	line-height:14px;
}
.columna_noticias_right h3{
	color:#65656d;
	font-size:12px;
	padding:6px 0 0;
	line-height:14px;
}

.columna_noticias_right p { 
	color:#8C8B90;
	line-height:14px;
	padding:0 0 20px;
}
.points{
	background:#FFF1F8 none repeat scroll 0 0;
	margin:0 0 20px 0px;
	padding:20px;
	width:450px;
}
.points li{
	background:transparent url(../images/line_preg.gif) repeat-x scroll left bottom;
}
.points li p {
	background:transparent url(../images/bullet_pink.gif) no-repeat scroll left 7px;
	color:#8A8A92;
	line-height:20px;
	margin:0;
	padding:0 0 0 15px;
}
 
#noticias_interior2 .volver{
	background: url(../images/icono_volver.gif) no-repeat;
	color:#8A8A92;
	display:block;
	font-size:10px !important;
	font-weight:bold;
	height:14px;
	padding:0 0 0 20px;
	text-decoration:none;
	width:120px;
}
#noticias_interior2 .imprimir{
	width: 60px;
	height: 14px;
	background: url(../images/icono_imprimir.gif) no-repeat;
	color: #f263a7;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0 25px;
	display: block;
	margin: 5px 0 0 0;
}
 
.utilidades_1{
	width: 35px;
	height: 100px;
}

.tit_uti {
	color: #8e9197;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #b2b2b2;
	width: 180px;
	height: 15px;
}
.utilidades_1 a.imprimir {
	color:#8A8A92;
	display:inline;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.list{
	color: #8e9197;
	font-size: 10px;
	line-height: 14px;
}

 /*---------------------------------*/




/*-----------ALERTAS-----------*/
#loading {
	background: url(../images/alertas/ajax-loader.gif) no-repeat;
	padding:0 0 0 20px;
	height:20px;
}

.jqmWindow {
	display: none;    
	position: fixed;
	top: 20px;
	left: 50%;    
	margin-left: -300px;
	width: 529px;
	background-color: #EEE;
	color: #333;
	border: 10px solid white;
	padding: 5px;
	z-index:3000;
}
/* Fixed posistioning emulation for IE6  */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 200) + 'px');
}
.jqmWindow table td{
 	width: 100px;
	height: 25px;
	color: #a68d53;
	font-size: 11px;
	font-weight: bold;
}
a.jqmClose {
	/*margin: 0 0 0 510px;*/
	float: right !important;
	cursor: pointer;
}
.jqmOverlay { 
	background-color: #000; 
}
.center{
	padding: 55px 0 0 80px;
}
.center p{
	color: #a68d53;
	font-size: 11px;
	height: 20px;
}
.center a{
	color: #a68d53;
	font-size: 11px;
	height: 23px;
	text-decoration:none;
}
.center label{
	color: #a68d53;
	font-size: 11px;
	font-weight: bold;
}
.center input{
	color: #a68d53;
	font-size: 11px;
	border:1px solid #D4D2BB;
	height: 17px;
}
.boton_input{
	/*width: 89px !important;*/
	height: auto !important;
}
/*----------------------*/
.popincorrectos {
	background: url(../images/alertas/bg_error.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popcontrasena {
	background: url(../images/alertas/bg_contrasenia.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popamigos {
	background: url(../images/alertas/bg_invita.gif) no-repeat;
	height: 173px;  
}
/*----------------------*/
.popeliminar {
	background: url(../images/alertas/bg_elimina.gif) no-repeat;
	height: 149px;  
}
.popeliminar .center,
.popsumaramigo .center {
	left:115px;
	position:absolute; 
	top:60px;
}
.popeliminar  a.bt_no,
.popsumaramigo a.bt_no {
	float:left !important;
	margin:0;
	padding:0;
}
.popeliminar  a.bt_si,
.popsumaramigo a.bt_si {
	float:left !important;
	margin:0 5px 0 0;
	padding:0;
}
/*----------------------*/
.popsumaramigo {
	background: url(../images/alertas/bg_amigo.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popnologueado {
	background: url(../images/alertas/bg_nologueado.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popamigosumado {
	background: url(../images/alertas/bg_sumado.gif) no-repeat;
	height: 149px;  
}
.popperfileditado {
	background: url(../images/alertas/bg_perfil_editado.gif) no-repeat;
	height: 149px;  

}
.popmailnovalido {
	background: url(../images/alertas/bg_mail.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popenviado {
	background: url(../images/alertas/bg_msg.gif) no-repeat;
	height: 149px;  
}
.popvacio {
	background: url(../images/alertas/bg_msg_vacio.gif) no-repeat;
	height: 149px;  
}
.popaceptainfo {
	background: url(../images/alertas/bg_acepta_info.gif) no-repeat;
	height: 149px;  
}
.popmoderador {
	background: url(../images/alertas/bg_moderador.gif) no-repeat;
	height: 149px;  
}
.popcargado {
	background: url(../images/alertas/bg_cargado.gif) no-repeat;
	height: 149px;  
}
.popnocargado {
	background: url(../images/alertas/bg_nocargado.gif) no-repeat;
	height: 149px;  
}
.poperrorfichero {
	background: url(../images/alertas/bg_error_fichero.gif) no-repeat;
	height: 149px;  
}
.poptitvacio {
	background: url(../images/alertas/bg_titulo_vacio.gif) no-repeat;
	height: 149px;  
}
.poptestvacio {
	background: url(../images/alertas/bg_testimonio_vacio.gif) no-repeat;
	height: 149px;  
}
.poptesteditado {
	background: url(../images/alertas/bg_testimonio_editado.gif) no-repeat;
	height: 149px;  
}
.poptestrespondido {
	background: url(../images/alertas/bg_testimonio_resp.gif) no-repeat;
	height: 149px;  
}
.poptestborrado {
	background: url(../images/alertas/bg_testimonio_borrado.gif) no-repeat;
	height: 149px;  
}

.popdiarioeditado {
	background: url(../images/alertas/bg_diario_editado.gif) no-repeat;
	height: 149px;  
}
.popdiarioborrado {
	background: url(../images/alertas/bg_diario_borrado.gif) no-repeat;
	height: 149px;  
}
.popdiariosubido {
	background: url(../images/alertas/bg_diario_subido.gif) no-repeat;
	height: 149px;  
}
.poppermiso {
	background: url(../images/alertas/bg_permiso.gif) no-repeat;
	height: 149px;  
}
.poptipomensaje {
	background: url(../images/alertas/bg_tipo_mensaje.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.poppost {
	background: url(../images/alertas/bg_post.gif) no-repeat;
	height: 149px;  
}
/*----------------------*/
.popyoutube {
	height:620px; 
	padding:10px;
	width:710px;	
}
.popyoutube div {
	/* position:relative; */
	top:0;
	left:0;
}
.popyoutube .caja {
	height:211px;
	position:absolute;
	right:5px;
	top:46px;
	width:232px;
}
* html .popyoutube .caja {
	right:15px;
	top:45px;
}
/*----------------------*/


/*.popgracias {
	background: url(../images/bg_gracias.gif) no-repeat;
	height: 149px;  
}*/
.popfaltadatos {
	background: url(../images/alertas/bg_campos.gif) no-repeat;
	height: 149px;  
}


/* PERFIL EDITAR DATOS PERSONALES */
.popingresarnombre {
	background: url(../images/alertas/bg_ingresar_nombre.gif) no-repeat;
	height: 149px;  
}
.popingresarapellido {
	background: url(../images/alertas/bg_ingresar_apellido.gif) no-repeat;
	height: 149px;  
}
.popingresarpais {
	background: url(../images/alertas/bg_ingresar_pais.gif) no-repeat;
	height: 149px;  
}
.popingresarmes {
	background: url(../images/alertas/bg_ingresar_mes.gif) no-repeat;
	height: 149px;  
}
.popingresardia {
	background: url(../images/alertas/bg_ingresar_dia.gif) no-repeat;
	height: 149px;  
}
.popingresarestado{
	background: url(../images/alertas/bg_ingresar_estado.gif) no-repeat;
	height: 149px;  
}
.popingresarclave{
	background: url(../images/alertas/bg_ingresar_clave.gif) no-repeat;
	height: 149px;  
}
.popingresarsexo{
	background: url(../images/alertas/bg_ingresar_sexo.gif) no-repeat;
	height: 149px;  
}
.popingresarformato{
	background: url(../images/alertas/bg_formato.gif) no-repeat;
	height: 149px;  
}

.popcomentariovacio {
	background: url(../images/alertas/bg_ingresar_comentario.gif) no-repeat;
	height: 149px;  
}

.popcomentarioenviado {
	background: url(../images/alertas/bg_comentario_ingresado.gif) no-repeat;
	height: 149px;  
}

/*---------- BNTM ------------*/
/* .jqmWindow2 {
	display: none;    
	position: fixed;
	top: 17%;
	left: 50%;    
	margin-left: -300px;
	width: 350px;
	background-color: #EEE;
	color: #333;
	border: 10px solid white;
	padding: 12px;
} */

#dialogEsfuerzos {
	top: 40%;
}
.popesfuerzos{
	height: 260px;  
}
.center2 {
	padding:10px 0 0 100px;
}
 /*---------------------------------*/



/*.jqmWindow_avatar {
	display: none;    
	position: fixed;
	top: 5%;
	left: 50%;    
	margin-left: -300px;
	width: 529px;
	background-color: #EEE;
	color: #333;
	border: 10px solid white;
	padding: 12px;
}*/
.popavatar {
	background: url(../images/alertas/bg_avatar.gif) no-repeat;
	height: 530px;  
	width: 680px;
}
.popavatar .center {
	padding: 60px 0 0 60px;
	width:620px;
}
.popavatar .center p {
	clear:both;
	font-weight:bold;
	width:620px;
}
.popavatar .center  input {
	margin:0 10px 20px 0;
	float:left;
	height:auto;
}
.popavatar .center  input.envia {
	border:none;
}
.popavatar .center  div {
	float:left;
	margin:5px 0 10px 0;
	width:160px;
}
.popavatar .center  div img {
	width: 140px;
	margin:0 0 5px 0;
}


/*----------------------*/


.submitemail{
	width: 89px;
	height: 23px;
	display: block;
	padding: 10px 0 0 40px;
}

/*---------------------------------*/


 
 
 

 