@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sitio: vacancyrewards.com									 		 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira	|	Genotipo Laboratorio Creativo		 //
// @Fecha: 13 Mayo 2009													 //
// Descripci���n: Archivo de Estilos de Estructurales CSS				 //
/////////////////////////////////////////////////////////////////////////*/

/*
Esquema de Colores

Azul Fondo = #00adee
Rosa Fuerte = #0062B0
Rosa Claro = #0087CF

*/

* {
	padding:0px;
	margin:0px;
}
body {
	margin:0;
	padding:0;
	background: #FFF url(../images/tp_1_background.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #666;
}
form {
	border:0px;
	margin:0px;
	padding:0px;
}
a, img, iframe {
	border:0px;
}
.clear {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.loading{
	width:100%;
	height:auto;
	padding:10px 0;
	background:url(../images/loading.gif) no-repeat center;
	}

.main-container {
	width: 980px;
	height:auto;
	background: #fff url(../images/tp_1_main-container.jpg) repeat-y center;
	margin: 0 auto;
	margin-top: 170px;
	position: relative;
	padding: 0 10px;
	z-index: 0;
}

/* Header */
.header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background:url(../images/tp_1_header-back.jpg) right no-repeat;
	position: absolute;
	z-index: 1;
	margin-top: -160px;
}

#logo {
	float: left;
	width: 243px;
	height: 117px;
	background: url(../images/tp_1_logo.gif) no-repeat;
	margin: -15px 0 0 0;
	position: absolute;
	z-index: 2; 
}

/* Login */	
.login a , .logout a{
	display: block;
	background: url(../images/tp_1_login.gif) no-repeat center top;
	width:121px;
	height:32px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding:5px 70px;
	text-decoration:none;
	margin:125px 0 0 0;
	position: absolute;
	z-index: 10;
}

.login-container {
	display: none;
	width:960px;
	height: 35px;
	margin:0;
	padding:10px;
	background:url(../images/tp_1_login-container.png) no-repeat bottom center;
	color:#fff;
	position: absolute;
	z-index: 4;
}


.login-container input {
	color:#FFF;
	background:#75DFEA;
	border:1px solid #FFF;
	padding:4px 5px;
	margin: 0 5px;
}
#btn-login {
	padding:6px 20px;
	background:#75DFEA;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	margin: 0 10px;
}
#btn-login:hover {
	background:#00ADEE;
}
.login-container a {
	color:#FFF;
	margin: 0 0 0 60px;
}
.login-container a:hover {
	color: #3CC;
	text-decoration:none;
}

/* Menu */
.menu {
	width: 900px;
	height: auto;
	margin: -100px 0 0 250px;
	padding: 0;
	position: absolute;
	z-index: 5;
}
.menu li {
	display: table-cell;
	float: left;
	list-style: none;
}
.menu li a {
	display: block;
	width: auto;
	height: auto;
	padding: 69px 15px 10px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #00ADEE;
}

.menu li a:hover{
	color: #0087CF;
	background: url(../images/tp_1_menu-hover.png) repeat-x bottom;
}

/* Containers */
.left {
	float: right;
	width:910px;
	height:auto;
	padding:60px 20px 20px 0;
}

.curved {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior:url(border-radius.htc);
      }

#submenu {
	width:auto;
	height:auto;
	padding:5px;
	color:#0087CF;
}
.left #submenu a {
	color:#0087CF;
	text-decoration:none;
}
.left #submenu a:hover {
	text-decoration:underline;
}
.left h1 {
	color: #0087CF;
}
.left h1 span {
	font-size:18px;
	font-weight:lighter;
}
.left h4 {
	color: #0088CF;
	font-style: italic;
	font-weight: lighter;
	font-size: 14px;
}

.right {
	float: right;
	text-align: right;
	width: 40px;
	padding: 0;
	height: auto;	
	z-index:6;
	overflow: hidden;
	margin: 0 25px 0 0;
}

/* Hiddens */
#logo h1 {
	display: none;
}

.left strong {
	color:#0087CF;
	font-size:14px;
}
.left ul {
	width:500px;
	margin:10px auto;
	list-style-image: url(../images/dots.png);
}
.left ul li {
	margin:15px 0 0 0;
}
.left ul li ul {
	width:450px;
	margin:0 0 0 30px;
}

.userprofile {
	width:960px;
	height: 35px;
	margin:0;
	padding:10px;
	background:url(../images/tp_1_login-container.png) no-repeat bottom center;
	color:#fff;
	position: absolute;
	z-index: 4;
}
.userprofile span {
	font-style:italic;
	color:#00ADEE;
	z-index: 500;
}
#myprofilelinks {
	float:right;
	margin:0 70px 5px 0;
}
#myprofilelinks a {
	text-decoration:none;
	color:#FFF;
}
#myprofilelinks a:hover {
	color:#F06;
}
.destinations {
	width:100%;
	list-style:none;
	border-top:1px solid #0087CF;
}
.destinations li {
	float:left;
	list-style:none;
}
.destinations li a {
	display:block;
	margin:0 5px 0 0;
	padding:5px;
	width:150px;
	text-decoration:none;
	color: #0088CF;
	font-weight:bold;
	text-align:left;
	font-size:0.9em;
	border-bottom:1px solid #0087CF;
}
.destinations li a:hover {
	background:url(../images/destinations_hover.png) repeat-x bottom;
	color:#F06;
}
/* My Account */

.rewards {
	width:580px;
	background:#F1FBFE;
	padding:10px;
	margin:20px 0;
	text-align:center;
}
.rewards td {
	width:50%;
}
.mydata td {
	width:auto;
	padding:2px;
}
.field {
	border:1px solid #0062B0;
	padding:2px;
	width:250px;
}
.cars {
	float:left;
	margin:10px auto;
	padding:10px;
	width:400px;
}
.grid {
	width:840px;
	margin:10px auto;
	border:none;
}
#req a {
	display:block;
	text-align:center;
	background:url(../images/request.png) no-repeat top;
	color:#FFF;
	text-decoration:none;
	width:51px;
	height:11px;
	padding:5px;
	font-size:0.9em;
}
#req a:hover {
	background-position:bottom;
}
.gridheader {
	text-align:center;
	border:none;
}
.gridheader a {
	color:#0087CF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
}
.gridheader th {
	background: #FFE2F2;
}
.grid td, .grid tr, .grid th {
	border:1px solid #FFF;
}
.grid td {
	border:1px solid #f8f8f8;
	text-align:left;
	width:auto;
	padding:2px 5px;
}
.gridheader th {
	padding:2px;
	text-align:center;
}
/*///////////////////////////////////////////
//				Paginator				   //		
///////////////////////////////////////////*/

.paginator {
	height:auto;
	padding:5px;
	text-align: center;
	background:#0087CF;
	color:#00adee;
}
.paginator table {
	width:auto;
	margin:0 auto;
}
.paginator td, .paginator tr, .paginator th {
	border:none;
}
.paginator span {
	padding:5px;
}
.paginator a {
	width:auto;
	height:auto;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
.paginator a:hover {
	text-decoration:underline;
}
/*///////////////////////////////////////////
//				Galeria Perfil			   //		
///////////////////////////////////////////*/

.galeria ul{
	width:100%;
	height:auto;
	margin:50px 0 0 0;
	padding:0;
	}

.galeria li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	}

.galeria img{
	width:80px;
	height:80px;
	}
	
#GridView1{
	width:100%;
	}
	
#tbPager{
	color:#FFF;
	}

#GridView1 img{
	width:50px;
	height:50px;
	margin:5px;
	border:1px solid #CCC;
	}
	
#GridView1 a{
	text-decoration:none;
	color:#069;
	}
	
#GridView1 a:hover{
	color:#F36;
	}
	
#tbPager a{
	color:#FFF;	
	}
	
#tbPager a:hover{
	color:#069;	
	}
	
#tbPager tr:hover{
	background:#F36;
	}
	
#GridView1 strong{
	font-size:0.8em;
	}

#GridView1 tr{
	border-bottom:1px solid #CCC;
	}
	
#GridView1 tr:hover{
	background:#FFF1F8;
	}
	
#GridView1 td{
	width:auto;
	font-size:0.9em;
	text-align:center;
	padding:0 10px 0 0;
	}

#GridView1 img:hover{
	border:1px solid #F36;
}

#GridView1 table{
	margin:20px auto;
	}

/* Footer */
.footer {
	clear: both;
	width: 1013px;
	height: auto;
	margin:0 auto;
	padding:0;
	color: #fff;
}

.footer-left {
	float: right;
	width: 700px;
	height: 60px;
	padding: 10px 20px 10px 40px;
	background: #007bca url(../images/tp_1_footer-left.jpg) repeat-y right top;
}

.footer-left a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
}
.footer-left a:hover {
	color:#0A4A7F;
}
.footer-left span {
	font-size: 10px;
}
.footer-right {
	float: left;
	width: 190px;
	height: 60px;
	padding: 10px 10px 10px 50px;
	background: #0087CF url(../images/tp_1_footer-right.jpg) repeat-y left top;
	border-right: 1px solid #fff;
}

/**********In and out MEXICO***********/

#map-mexicoX{
		width:700px;
		height:405px;
		margin:5px auto;
		padding:0;
		display:block;
		overflow:hidden;
		background:#000;
		background-image:url(../images/mex.png);
		position:relative;	
}
.map-mexicoX a{
	color:#FFF;
}
#zone1X{
	color:#FFF;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 50px;
	top: 120px;
	clear:both;
}

#zone2X{
	color:#FFF;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 300px;
	top: 170px;
	clear:both;
}
#zone3X{
	color:#FFF;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 365px;
	top: 280px;
	clear:both;
}
#zone4X{
	color:#FFF;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 550px;
	top: 220px;
	clear:both;
}

#map-zone4
{
	width:700px;
		height:405px;
		margin:5px auto;
		padding:0;
		display:block;
		overflow:hidden;
		background:#000;
		background-image:url(../images/sureste.png);
		position:relative;
}
#campeche{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 328px;
	top: 120px;
	clear:both;
}
#cdcarmen{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 240px;
	top: 155px;
	clear:both;
}
#vhermosa{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 215px;
	top: 185px;
	clear:both;
}
#scristobal{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 235px;
	top: 230px;
	clear:both;
}
#tuxtla{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 225px;
	top: 240px;
	clear:both;
}
#palenque{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:relative;
	z-index:10000;
	left: 270px;
	top: 215px;
	clear:both;
}
#merida{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 380px;
	top: 40px;
	clear:both;
}
#chichen{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 400px;
	top: 60px;
	clear:both;
}
#holbox{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 485px;
	top: 7px;
	clear:both;
}
#imujeres{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 528px;
	top: 15px;
	clear:both;
}
#ccun{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 528px;
	top: 35px;
	clear:both;
}
#pcarmen{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 512px;
	top: 50px;
	clear:both;
}
#coz{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 525px;
	top: 70px;
	clear:both;
}

#rmaya{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 490px;
	top: 90px;
	clear:both;
}
#chetu{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 440px;
	top: 163px;
	clear:both;
}
#backz4{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 600px;
	top: 380px;
	clear:both;
}
#map-zone1
{
	width:700px;
		height:405px;
		margin:5px auto;
		padding:0;
		display:block;
		overflow:hidden;
		background:#000;
		background-image:url(../images/bajacalifornia.png);
		position:relative;
}
#ensenada{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 170px;
	top: 25px;
	clear:both;
}
#tijuana{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 100px;
	top: 5px;
	clear:both;
}
#mexicali{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 260px;
	top: 10px;
	clear:both;
}
#lapaz{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;

	left: 395px;
	top: 338px;
	clear:both;
}
#loreto{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 373px;
	top: 280px;
	clear:both;
}
#cabos{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 400px;
	top: 390px;
	clear:both;
}
#backz1{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 600px;
	top: 380px;
	clear:both;
}
#map-zone2
{
	width:700px;
		height:405px;
		margin:5px auto;
		padding:0;
		display:block;
		overflow:hidden;
		background:#000;
		background-image:url(../images/norte.png);
		position:relative;
}
#mochis{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 170px;
	top: 230px;
	clear:both;
}
#mazatlan{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 280px;
	top: 320px;
	clear:both;
}
#bcobre{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 260px;
	top: 180px;
	clear:both;
}

#durango{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 330px;
	top: 290px;
	clear:both;
}
#spotosi{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 450px;
	top: 350px;
	clear:both;
}
#mty{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 485px;
	top: 250px;
	clear:both;
}
#tampico{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 555px;
	top: 340px;
	clear:both;
}
#cvictoria{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 530px;
	top: 290px;
	clear:both;
}
#nlaredo{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 505px;
	top: 180px;
	clear:both;
}
#reynosa{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 525px;
	top: 220px;
	clear:both;
}
#matamoros{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 565px;
	top: 240px;
	clear:both;
}
#chih{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 275px;
	top: 140px;
	clear:both;
}
#torreon{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 400px;
	top: 230px;
	clear:both;
}

#saltillo{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 440px;
	top: 210px;
	clear:both;
}

#cjuarez{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 270px;
	top: 40px;
	clear:both;
}
#sonora{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 170px;
	top: 100px;
	clear:both;
}

#zacatecas{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 380px;
	top: 330px;
	clear:both;
}

#backz2{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 660px;
	top: 390px;
	
	clear:both;
}

#map-zone3
{
	width:700px;
		height:405px;
		margin:5px auto;
		padding:0;
		display:block;
		overflow:hidden;
		background:#000;
		background-image:url(../images/centro.png);
		position:relative;
}
#cdmexico{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 320px;
	top: 195px;
	clear:both;
}
#acapulco{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 280px;
	top: 320px;
	clear:both;
}
#michoacan{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 200px;
	top: 240px;
	clear:both;
}
#sallende{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 220px;
	top: 140px;
	clear:both;
}
#aguascalientes{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 170px;
	top: 70px;
	clear:both;
}
#guadalajara{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 130px;
	top: 150px;
	clear:both;
}
#guanajuato{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 240px;
	top: 100px;
	clear:both;
}

#morelia{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 250px;
	top: 180px;
	clear:both;
}

#taxco{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 320px;
	top: 240px;
	clear:both;
}

#huatulco{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 470px;
	top: 375px;
	clear:both;
}

#oaxaca{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 450px;
	top: 300px;
	clear:both;
}

#pachuca{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 360px;
	top: 160px;
	clear:both;
}
#tlaxcala{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 400px;
	top: 200px;
	
	clear:both;
}
#ixtapa{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 200px;
	top: 280px;
	
	clear:both;
}

#toluca{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 320px;
	top: 175px;
	
	clear:both;
}

#patzcuaro{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 210px;
	top: 200px;
	
	clear:both;
}

#leon{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 250px;
	top: 120px;
	
	clear:both;
}

#pescondido{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 400px;
	top: 350px;
	
	clear:both;
}

#vbravo{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 280px;
	top: 210px;

	
	clear:both;
}

#pvallarta{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 20px;
	top: 140px;
	
	clear:both;
}

#veracruz{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 490px;
	top: 210px;
	
	clear:both;
}

#queretaro{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 310px;
	top: 120px;
	
	clear:both;
}

#veracruzE{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 460px;
	top: 150px;
	
	clear:both;
}

#manzanillo{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 80px;
	top: 225px;
	
	clear:both;
}

#calegre{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 50px;
	top: 180px;
	
	clear:both;
}

#xalapa{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 440px;
	top: 180px;
	
	clear:both;
}

#rnayarit{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 40px;
	top: 80px;
	
	clear:both;
}

#cuernavaca{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 340px;
	top: 225px;
	
	clear:both;
}

#backz3{
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	z-index:10000;
	left: 660px;
	top: 390px;
	
	clear:both;
}

/* social*/

.social{
	width: auto;
	height: 32px;
	float: right;
	margin-top: -16px;
	padding-right: 15px;
	}
.social img{
	float: right;
}

/*/////////////////etiquetas semanas///////////////////*/

.top_image_img1{
	position: absolute;
	z-index:400;
}

.top_image_img2{
	position: absolute;
	z-index:600;
}





