@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Futura Lt BT;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #69F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #69F;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: underline;
	color: #69F;
}
hr {
	background-color:#F5F6F5;
	color:#F5F6F5;
	width:90%;
}
.contenedor_general {
	text-align:left;
	width:1024px;
	margin:auto;
}
.logo_chat_left {
	text-align:left;
	float:left;
	width:402px;
	height:130px;
}
.logo_chat_right {
	text-align:right;
	height:130px;
}
.bg_header {
	position:absolute;
	left:0px;
	top:65px;
	height:156px;
	width:100%;
	background-image:url(../images/bg_header.png);
	background-repeat:repeat-x;
	z-index:-1;
}
.bg_linea {
	position:absolute;
	left:0px;
	top:221px;
	height:24px;
	width:100%;
	background-image:url(../images/bg_linea.png);
	background-repeat:repeat-x;
	z-index:-2;
}
.menu {
	height:51px;
	margin-top:50px;
	margin-left:25px;
}
.contenedor_conts_left {
	text-align:left;
	float:left;
	width:700px;
	margin-top:15px;
}
.contenedor_conts_right {
	text-align:center;
	margin-left:700px;
	margin-top:15px;
	}
#cu3er-container {
	width:700px;
	outline:0;
}
.contenedor_conts_central {
	text-align:left;
	width:100%-25px;
	margin-top:-110px;
	margin-left:25px;
}
.bg_footer {
	height:290px;
	width:100%;
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	float:right;
}
.footer_conts_left {
	text-align:left;
	width:300px;
	height:288px;
	float:left;
}
.footer_conts_left:hover {
	background-color:#F0F0F0;
}
.footer_conts_right {
	text-align:right;
	width:362px;
	height:288px;
	float:right;
	}
.footer_conts_right:hover {
	background-color:#F0F0F0;
}
.footer_conts_center {
	text-align:left;
	width:362px;
	margin-left:300px;
	margin-top:2px;
	height:288px;
}
.footer_conts_center:hover {
	background-color:#F0F0F0;
}
.tablas_derecha_title {
	margin:auto;
	width:250px;
	height:33px;
	background-image:url(../images/bg_tables_title.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding-top:12px;
	border-top:solid 1px #EEE;
	border-left:solid 1px #EEE;
	border-right:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.tablas_derecha_body {
	margin:auto;
	width:250px;
	background-color:#FFF;
	border-top:solid 1px #EEE;
	border-left:solid 1px #EEE;
	border-right:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.links_footer {
	color:#990000;
}
.links_footer:link {
	color:#990000;
}
.links_footer:visited {
	color:#990000;
}
.credits {
	font-size:14px;
	font-style:italic;
}
