@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	padding:0;
	background: url(../img/fondo1.jpg) #000 top center repeat-x;
}
#cont{
	height:400px;
	width:900px;
	margin:0 auto;
	margin-top:50px;
}
#boton1, #boton1 a{
	height:400px;
	width:280px;
	float:left;
	cursor:pointer;
	background:url(../img/i1.png) top left no-repeat;
}
#boton1:hover{
	cursor:pointer;
	background-position:-287px 0;
}
#boton2{
	height:400px;
	width:280px;
	float:left;
	cursor:pointer;
	background:url(../img/d1.png) top left no-repeat;
}
#boton2:hover{
	cursor:pointer;
	background-position:-290px 0;
}
#boton3{
	height:400px;
	width:280px;
	float:left;
	cursor:pointer;
	background:url(../img/a1.png) top left no-repeat;
}
#boton3:hover{
	cursor:pointer;
	background-position:-290px 0;
}


#rayita, #rayita2{
	height:340px;
	width:1px;
	background:#E2001A;
	float:left;
	margin:15px 5px 0 5px;	
}
