
/*Contenedor de Cajas*/

#Flip1{
	margin-left:-5px;
	}
	
#Flip3{
	margin-left:3px;
	margin-right:2px;
	}

.sponsorListHolder{
}

.separador{
	float: left;
	width:4px;
	height:222px; 
	}
	
.sponsor{
	width:224px;
	height:222px;
	float:left;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	float:left;
	width:224px;
	height:222px;
	background:url("img/background.png") no-repeat center;
	cursor:pointer;

}



.sponsorFlip2{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	float:left;
	width:224px;
	height:222px;
	background:url("img/contenedorPaquetes.png") no-repeat center;
	cursor:pointer;
}



.sponsorNoFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:224px;
	height:222px;
	background:url("img/background.png") no-repeat center;
	
}

.sponsorFlip:hover{
	/* CSS3 inset shadow: */
	/*-moz-box-shadow:0 0 30px #fff inset;
	-webkit-box-shadow:0 0 30px #fff inset;
	box-shadow:0 0 30px #fff inset;
		background-color:#C2C3C5;*/
}

.sponsorNoFlip:hover{
	/* CSS3 inset shadow: */
	/*-moz-box-shadow:0 0 30px #fff inset;
	-webkit-box-shadow:0 0 30px #fff inset;
	box-shadow:0 0 30px #fff inset;*/
}


.imagenes{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	/*position:absolute;
	top:40%;
	left:43%;
	margin-top:-30px;
	margin-left:-78px;*/
	width:83%;
	text-align:center;
	z-index:500;
}

.imagenesRight{
	/* Centering the logo image in the middle of the sponsorFlip div */
	/*position:absolute;
	left:43%;
	margin-top:110px;
	margin-left:-78px;*/
	width:100%;
	text-align:right;
}

.texto{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	/*position:absolute;
	top:38%;
	left:43%;
	margin-top:-30px;
	margin-left:-78px;*/
	width:100%;
	color: #505052;
	font-size:1em;
	font-weight:bold;
}

.texto2{
	
	/*position:absolute;
	top:75%;
	left:43%;
	margin-top:-30px;
	margin-left:-78px;*/
	width:83%;
	color: #505052;
	font-size:1em;
	font-weight:600;
}





.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;

}

.sponsorDescription{
	/*font-size:0.75em;
	padding:20px 10px 20px 20px;*/
	background:url("img/background.png") no-repeat #C4C6C5;
	height:222px;
}



.sponsorURL{
	font-size:0.7em;
	font-weight:bold;
}

.clear{
	/* This class clears the floats */
	clear:both;
}

.tituloBanner{
	font-size:18px;
	color:#FFF;
	margin-top:12px;
	margin-right:12px;
	margin-bottom:12px;
	float:left;
	clear:both;
	margin-left:18px;
	}



