@charset "utf-8";
/* CSS Document */
/*###################################################################################################

 CABEZOTE BARRA
 
#####################################################################################################*/	
.cabezote_barra {
	background-image: url(../../imagenes/home/skin04/barra.png);
	background-color:#F6F6F6;
	height: 33px;
	width: 1000px;
	margin: auto;
}
.cabezote_barra_fondo {
	background-image:url(../../imagenes/home/skin04/barra_fondo.png);
	background-repeat:repeat-x;
	background-color:#F6F6F6;
	height: 33px;
	margin: auto;
}

/*###################################################################################################

 CONTENIDO
 
#####################################################################################################*/	

.promotor_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000055;
	position: absolute;
	top:18px;
	left:20px;
}

.promotor_de_container {
	position: absolute;
	z-index: 1;
	height: 56px;
	width: 426px;
	left: 70px;
	top: 66px;
	background-image: url(../../imagenes/home/skin04/titulo_seccion.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.promotor_visitas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #000055;
	width: 96px;
	padding-top: 135px;
	padding-left: 330px;
	position: absolute;
	text-align:center;
}
.promotor_ranking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	position: absolute;
	height: 24px;
	width: 163px;
	left: 274px;
	bottom: 16px;
}

.candidato_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000055;
	position: absolute;
	top:18px;
	left:494px;
}
.candidato_fecha_nac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	position: absolute;
	width:270px;
	height:20px;
	right:18px;
	top:124px;
}
.candidato_lugar_nac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	position: absolute;
	width:270px;
	height:20px;
	right:18px;
	top:168px;
}
.candidato_profesion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	position: absolute;
	width:270px;
	height:20px;
	right:18px;
	top:212px;
}

.site_margen2_flecha {
	background-image: url(../../imagenes/home/skin04/site_margen2_flecha.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 32px;
	height: 18px;
	margin:auto;
}
/*###################################################################################################

 SEGUIDORES
 
#####################################################################################################*/
.seguidores_numero_content {
	background-image: url(../../imagenes/home/skin04/seguidores_numero_fondo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 118px;
	margin-top:3px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 140px;
	padding-top:12px;
	text-align: center;
}
.seguidores_quiero a {
	background-image: url(../../imagenes/home/skin04/seguidores_quiero.png);
	background-position: 0px 0px;
	display: block;
	height: 24px;
	width: 200px;
	position: absolute;
	margin-top: 65px;
	margin-left: 50px;
	background-repeat: no-repeat;
}
.seguidores_quiero a:hover {
	background-position: 0px -24px;
}
