@charset "utf-8";
/* CSS RESET */
* {
     margin: 0;
     padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, font, img, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
} 

/* ESTILOS GENERALES */
.pagination {
	height:25px;
	text-align:center;
	margin:5px;
}
.tablamemb {
	background-color:#F6F6F6;
	background-image:url(images/backtablagen.gif);
	background-repeat: repeat-x;
	margin-bottom:2px;
	margin-top:2px;
	color:#1A1A1A;
	padding:5px;
	border:1px solid #000000;
}
.listas {
	margin-left:40px;
	list-style-image: url(images/li.gif);
	font-size:18px;
}

/* FRENTE */
#slogan{
	position:relative;
	background-color:#124b7c;
	top:430px;
	left:0;
	width:940px;
	padding:10px;
	text-transform:uppercase;
	text-align:center;
}
#frentetop {
	position:relative;
	background:url(images/backfrente.jpg) no-repeat;
	height:475px;
	width:960px;
}
#registro{
	position:absolute;
	top:15px;
	right:15px;
	width:320px;
}
#modulosfrente {
	width:960px;
    overflow: auto;
    height: 1%;
}
.modulofrente {
	float:left;
	width:300px;
	padding:10px;
}
#usrpic {
	position:relative;
	z-index:49;
	width:300px;
	text-align:center;
}
#disclamer{
	position:absolute;
	top:0px;
	left:0px;
	width:298px;
	height:255px;
	z-index:50;
	background-color:#45092e;
	border:1px solid #000000;
	text-align:center;
	color:#FFFFFF;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*Gecko*/
	opacity:0.85; /*CSS3*/
	-khtml-opacity:0.85; /*Safari y Konqueror?*/
}
.reglon{
	line-height:20px;
}
#frentebottom {
	width:1080px;
}
#adicional {
clear:both;
width:900px;
}
.opaco{
	padding:5px;
}
/* ESTRUCTURA */
body {
	background-color:#808d99;
}
#heads {
	display:block;
	background:#3472a7;
	padding:3px;
	margin:5px 0 15px;
	height:24px;
}
.subheads{
	margin: 5px 0;
	border-bottom:1px solid #45092e;	
}
#wrapper {
	width: 100%;
	text-align:center;
}
#top {
	width: 100%;
	height:139px;
	background:url(images/backheader.png) repeat-x;
	color:#FFF;
}
#login {
	margin:0 auto;
	width:950px;
	padding: 15px 5px 0; 
}
#logo {
	margin-top:8px;
}
#quicksearch {
	width:100%;
	height:18px;
	padding:10px 0;
	background:url(images/backquicksearch.png) repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#contenido {
	margin:0 auto;
	width:960px;
	text-align:left;
	border-left:1px solid #091a45;
	border-right:1px solid #091a45;
    overflow: auto;
    height: 1%;
	background-color:#dbdbdb;
}
#frente {
	margin:0 auto;
	width:960px;
	text-align:left;
	border-left:1px solid #091a45;
	border-right:1px solid #091a45;
    overflow: auto;
    height: 1%;
	background-color:#dbdbdb;
}
#left_col {
	float:left;
	width:164px; /* med real 170px = 5px padding x 2 + 160px*/
	overflow:hidden;
	padding:3px;

}
#center_col {
	float:left;
	width:520px; /* med real 540px = 10px padding x 2 + 520px*/
	overflow:hidden;
	padding:3px 10px 10px;
}
#der_col {
	float:left;
	width:244px; /* med real 250px = 5px padding x 2 + 240px*/
	overflow:hidden;
	padding:3px;
}
#wideconten {
	margin:0 auto;
	width:960px;
	background-color:#dbdbdb;
	border-left:1px solid #091a45;
	border-right:1px solid #091a45;
    overflow: auto;
    height: 1%;
}
#wide{
	margin:0 auto;
	width:890px;
	padding:5px;
	text-align:left;
}
#registration {
	margin:0 auto;
	width:960px;
	background-image:url(images/backwide.jpg);
    overflow: auto;
    height: 1%;
}
#footer {
	margin:0;
	height:138px;
	background:url(images/backfooter.png) repeat-x;
}
#footercont{
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	width:980px;
	color:#000;
}
#fotologin {
	width:50px;
	height:50px;
	overflow:hidden;
}
#membresia {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-125px;
	width:250px;
	height:50px;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	background-color:#e4a35e;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	line-height:18px;
}
#editando {
	padding-top:8px;
	text-transform:uppercase;
	color: red;
}

/* MENU */
#menu {
	position:absolute;
	top:105px;
	left:500px;
	height:30px;
	text-align:right;
}
#ulmenu {
	list-style:none;
	display:block;
}
#ulmenu li {
	float:left;
	margin-left:10px;
}
/* SECCIONES */
#inicio {
	height:200px;
	overflow:auto;
}

/* TEXTOS */
body{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	color:#091a45;
}
A {
	text-decoration:none;
	color:#091a45;
}
A:hover{
	text-decoration:none;
	color:#40558a;
}

A.linkmenu {
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
A.linkmenu:hover {
	text-decoration: none;
	color:#dbdbdb;
}
A.linkmenu2 {
	display:block;
	text-decoration:none;
	color:#45092e;
	font-weight:bold;
	background:#e4a35e; /*ccacc3*/
	padding:3px;
	margin-bottom:3px;
}
A.linkmenu2:hover {
	background:#3472a7;
	color:#FFF;
}

A.linkchico {
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
}
A.linkchico:hover {
	text-decoration: underline;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	color: #F2F2F2;
}
H1 {
	font-size:21px;
	font-weight: bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#091a45;
}
H2 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	display:inline;
}
H3 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
}
H4 {
	font-size:21px;
	font-weight: bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#FFF;
}
.txtchico {
	font-size:7px;
}
.tip {
	padding:5px;
	background-color:#fffff2;
	color:#000000;
}
/* RESULTADOS DE BUSQUEDA (USER_FIELD.PHP) */
.foto_userfield{
	overflow:hidden;
	width:100px;
	height:100px;
}

/* SCAPADAS */
#scapadas {
	height:240px;
	background-image:url(images/scapadas.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:5px;
}
.aviso {
	border:1px solid #CCCCCC;
	background-color:#FFFFCC;
	width:520px;
	padding:3px;
}
.usermsg {
	border:1px solid #45092e;
	width:97%;
	padding:3px;
	margin-bottom:5px;
	background:#eadbe4;
}
.nota{
	border:1px solid #45092e;
	background-color:#eadbe4;
	padding:3px;
	text-align:justify;
	letter-spacing:-1px;
	height:104px;
	background-color:#fffff2
}
/* FICHA USR */
.member_m {
	position:relative;
	width:500px;
	margin:15px auto;
	padding:5px 0;
	background-color:#c2cbd3;
	border: 1px solid #FFFFFF;
}
.member_f {
	position:relative;
	width:500px;
	margin:15px auto;
	padding:5px 0;
	background-color:#d9cfc7;
	border: 1px solid #FFFFFF;
}
.usrfoto {
	position:absolute;
	width:100px;
	height:100px;
	padding:5px;
	top:-10px;
	left:10px;
	background:#F3F3F3;
}
.usrestado{
	position:absolute;
	width:100px;
	height:14px;
	top:100px;
	left:15px;
}
/* TITULARES */
#titular {
	background-color:#3472a7;
	padding:3px;
}

/* ENCUESTAS */
#encuesta{
	padding:3px;
	border:1px solid #45092e;
}
#encuesta_contenido{
	background:#c2cbd3;
	padding:3px;
}
/* PERFIL: USER DETAIL.PHP*/
.destacado{
	padding:5px;
	background-color:#cad6dc;
}

/* CHAT */
#mensajero_titulo{
	text-align:center;
	padding:3px;
	height:20px;
	margin-top:5px;
	background-color:#3472a7;
}
#estado{
	padding:2px;
	text-align:center;
	background-color:#c2cbd3;
}
.webcam {
	background-color:#c2cbd3;
	height:59px;
}
#online{
	background-color:#c2cbd3;
	padding:5px;
	border-bottom:1px solid #45092e;
}
#offline{
	background:#94aabd;
	padding:5px;
}
#nuevas_conversaciones{
	background:#eadbe4;
	padding:5px;
	border:1px solid #45092e;
}
#nuevos_contactos{
	background:#eadbe4;
	padding:5px;
	border:1px solid #45092e;
}

/* MENSAJES y seduc*/

#mensajes_seduc{
	background:#c1cad2;
	padding:3px;
	height:300px;
	overflow:auto;
	margin-bottom:10px;
}

/* PIE GROUP */
#grupo {
	background-color:#000;
	height:110px;
	width:100%;
	text-align:center;
}
