*{ margin:0; padding:0;}
#bg { background:url(bg_campos.gif) repeat-x; height:25px;}
body { font:normal 12px Helvetica, sans-serif; color:#666;}

a img { border:0;}

#contenedor { width:728px; margin:0 auto;}

#contenedor #logo { width:400px; height:121px; margin:10px auto;}

#contenedor #botones { width:500px; height:70px; margin:10px auto;}

#contenedor #botones #boton1 { width:200px; float:right;}
#contenedor #botones #boton1 a{ background:url(offPerez.jpg) 0 0 no-repeat; position:relative; display:block; width:200px; height:68px;}
#contenedor #botones #boton1 a:hover{ background:url(onPerez.jpg) 0 0 no-repeat; position:relative; display:block; width:200px; height:68px;}

#contenedor #botones #boton2 { width:200px; float:left;}
#contenedor #botones #boton2 a{ background:url(offDesampa.jpg) 0 0 no-repeat; position:relative; display:block; width:200px; height:68px;}
#contenedor #botones #boton2 a:hover{background:url(onDesampa.jpg) 0 0 no-repeat; position:relative; display:block; width:200px; height:68px;}

.fadeThis {
		position:relative;
		display:block;
		height: 100px;
		width: 250px;
		background:url(on-off-event.png) 0 0 no-repeat;
	}
	.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		height: 100px;
		width: 250px;
		background:url(images/on-off-event.png) 0 -100px no-repeat;
	}
