/*Css web */
body{
	background:#000000;
	text-align:center;
    background-image:url(../img/fondo.jpg) ;background-repeat:repeat ;
}


#contenedor{
  position:absolute;  
  width:950px;  
  height:700px;  
  left:50%;  
  margin-left:-475px;
  top:50px;
}

#idBanner{
	position:absolute;
	width:950px;
	height:240px;
	left:50%;
	margin-left:-475px;
	top:760px;
	text-align: left;
	opacity: 0.8;
	background-color: #000000;
	color: #CCC;
}
#idEvento01{
	position:absolute;
	top:0;
	width:410px;
	height:210px;
	left:200px;
	text-align: left;
	opacity:1;
	
}
