/* layout 2 - see template 2.psd*/

	#triple {position:relative;  top:4em; padding:15px 15px 0px 15px; border:solid 0px red; width:954px; margin:0px; height:41em;min-height:41em; }
	
	#tripleMax {position:relative;  top:2em; padding:10px 15px 0px 15px; border:solid 0px red; width:954px; margin:0px; height:39em;min-height:39em; }
	
	
	* html #triple { top:1.7em; height:43.7em; z-index:-1;} /* hack for IE6 and below */
	*:first-child+html #triple { top:0.5em; z-index:-1; height:45em; } /* hack for IE7 */
	
	
	* html #tripleMax { top:1.7em; height:43.7em; z-index:-1;} /* hack for IE6 and below */
	*:first-child+html #tripleMax { top:0.5em; z-index:-1; height:45em; } /* hack for IE7 */
	
	
    #leftPod {position: absolute; z-index:100; bottom:0px; left:15px; width:290px;border:solid 0px red; margin-left:15px; display:inline; border:solid 0px red;}
	* html #leftPod { z-index:-1; }
    #midPod {position: absolute; z-index:100; bottom:0px; left:330px; width:290px;border:solid 0px red; margin-left:15px;display:inline; border:solid 0px red;}
	* html #midPod { z-index:-1; }
    #rightPod {position: absolute; z-index:100; bottom:0px; right:30px; width:290px;border:solid 0px red;margin-left:15px; display:inline; border:solid 0px red;}
	* html #rightPod { z-index:-1; }
	
	
	
	
	/* formulario participacion div error */

.validacionDiv
{
	position: absolute;
	left: 50%;
	top: 50%;
	width:300px;
	height: 290px;
	margin-top: -180px; 
	margin-left: -150px; 
	background-color: #000;
	z-index:100;
	
}

.validacionCerrar
{
	float: right;
	width: 290px;
	text-align: right;
	/*margin:5px 10px 10px 0px;*/
	padding:5px;
	color: #FFF;
	background-color:#666;
	font-size: 9px;	
	text-transform:uppercase;
}

.validacionCerrar a
{
	color: #FFF;
	text-decoration: none;
	font-size:12px;
}

.validacionCerrar a:hover
{
	color: #000;
	text-decoration: none;
}

.validacionMensaje
{
	margin:20px;
	font-size:11px;
	color: #fff;
}