@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
} 

body {
	font-family:Arial,Helvetica,Tahoma,FreeSans,sans-serif;
	margin:0;
	background:#fedaec;
	color:#727272;
	font-size:18px;
}

.background {
	background:#FFF url(../images/banda-larga.png) no-repeat top center;
	max-width:1178px;
	min-height: 640px;
	margin:0 auto;
	border-left:1px #737373 solid;
	border-right:1px #737373 solid;
	height:100%;
	_width:83%;
}

#content {
	width:815px;
	margin: 0 auto;
}

.content-grayedout {
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#contenedor-centro-tabla {
	position: relative;
	width:815px;
	height: 550px;	
	overflow: hidden;
}

/* link en el logo, un trick! */
#centro-tabla-header-link a {
	display: block;
	width:300px;
	height:100px;
	float: left;
	position: relative;
	top: 30px;
	text-decoration: none;
}

#centro-tabla-header-link a span {
	visibility: hidden;
	text-decoration: none;
}


/* FOOTER */

#social-networks {
	background-image: url(../images/botones/btn-facebook.png);
	height:40px;
	width: 40px;
	float: left;
}

#footer {
	height: 40px;
	background: #FF0073;
	position: relative;
	margin-bottom: 1px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.clearfooter {
	height: 0px;
	clear: both;
}

#footer a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

/* TEXTOS */

a.rosa:link
{
	color: #F991C4;
}
a.fucsia:link
{
	color: #FF0073;
}
a.blanco:link
{
	color: #FFFFFF;
}
a.violeta:link
{
	color: #853685;
}

.titulos
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#A11C42;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.texto
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF007D;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

.texto-forms
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: left;
}

.privacidad-home-texto
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F991CA;
	text-align: center;
	vertical-align: text-top;
}

.texto-pie-rosa
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F991C4;
	font-size:11px;
	text-align:center;
}

.color-input {
	background-color: #F991C4;
	border-color: #FF0073;
}

img 
{ 
border: none; 
} 
.banda {
	position: absolute;
	margin-left: -50%;
	left: 50%;
	top: 0px;
	background-image: url(../images/banda-larga.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.texto-usuaria1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F991C4;
	text-align: right;
}
.texto-usuaria2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: right;
}

.texto-usuaria3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align: right;
	font-weight: bold;
}


.texto-pie-fucsia
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF0073;
	font-size:11px;
	text-align:center;
}

.flotante
{
	color:#FFFFFF;
	margin:0;
	padding:0;
	border:none;
}

/* TOOLTIP */

.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt {position:absolute; display:block; z-index: 6; background:url(../images/tooltip/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; z-index: 6; margin-left:5px; background:url(../images/tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; z-index: 6; margin-left:5px; background:#ff82bd; color:#FFF; font-size:15px;}
#ttbot {display:block; height:5px; margin-left:5px; z-index: 6; background:url(../images/tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}


