@charset "UTF-8";

/* TABLA CENTRO */

#centro-tabla-header
{
	background-image: url(../images/contenedor-base-rosa1_01.png);
	width:831px;
	height:250px;
}

#centro-tabla-content {
	background-image: url(../images/contenedor-base-rosa1_02.png);
	background-repeat: repeat-y;
	width:831px;
	height:150px;
}

#centro-tabla-bottom {
	background-image: url(../images/contenedor-base-rosa1_03.png);
	width:831px;
	height:152px;
}


/* CONTENIDO TABLA CENTRO 
 * SECCION: HOME
 * */

#centro-tabla-header-text
{
	position: relative;
	background-image: url(../images/titulo-home.png);
	bottom: 100px;
	left: 230px;
	height: 52px;
	width: 354px;
	float: left;
}

#centro-tabla-chica-home
{
	position: relative;
	background-image: url(../images/chicas/chica-home.png);
	float: right;
	height: 350px;
	width: 280px;
	bottom: 250px;
	z-index:1;
}

#centro-tabla-calendario
{
	position: relative;
	background-image: url(../images/subcontendor1-home.png);
	float: left;
	height: 243px;
	width: 647px;
	bottom: 462px;
	left: 70px;
}

#centro-tabla-btn-registrate
{
	position: relative;
	height: 27px;
	width: 106px;
	top: 163px;
	left: 105px;
	z-index:1;
}

#centro-tabla-login
{
	position: relative;
	background-image:url(../images/subcontendor2-home.png);
	float: left;
	z-index: 3;
	width:433px;
	height:76px;
	left: 210px;
	top: 70px;
}


.campos-home
{
	height: 50px;
	width: 300px;
	position: relative;
	bottom: 30px;
	left: 0px;
	float: left;
}


.input-login-home {
	width: 170px;
}

.form-login-texto
{
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F657A6;
	float: left;
	width: 400px;
	bottom: 25px;
}

.form-login-error
{
	color:#FF0000;
}

#centro-tabla-btn-ingresar
{
	position: relative;
	height: 34px;
	width: 69px;
	left: 140px;
	top: 19px;
}

#centro-tabla-mujeres-count
{
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F657A6;
	width: 300px;
	top: 168px;
	left: 20px;
	z-index: 3;
}

#centro-tabla-privacidad
{
	position: relative;
	float: right;
	top: 280px;
	right: 80px;
	vertical-align: middle;
	display: table-cell;
}

#centro-tabla-sponsor-sticky
{
	position: relative;
	background-image: url(../images/sponsor.png);
	float: right;
	height: 111px;
	width: 121px;
	bottom: 180px;
	right: 20px;
}

/* PARTE DE AUTH ACA */

#centro-tabla-login-ok
{
	position: relative;
	background-image: url(../images/felicitaciones.png);
	float: left;
	width: 436px;
	height: 296px;
	bottom: 800px;
	left: 200px;
	z-index: 1001;
	visibility: hidden;
}


/* TOUR CHICA LINK */
#centro-tabla-chica-home-link a {
	display: block;
	width:150px;
	height:60px;
	float: left;
	position: relative;
	text-decoration: none;
	left: 50px;
	top: 250px;
}

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

