@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fondo.jpg);
	font-family:"Century Gothic";
	font-weight:bold;
}

#botones{
	position:absolute;
	top:250px;
	height:171px;
	width:100%;
	}
	
ul {
	width:700px;
	margin-left:auto;
	margin-right:auto;}

li{
	/*display:inline-block;*/
	text-align:center;
	list-style:none;
	/*width:210px;*/
}

a{
	text-decoration:none;
	color:#dc4f72;
}


#pagina a{
	width:210px;
	background-image: url(../images/globo.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top:180px;
	float:left;
}

#linea a{
	width:210px;
	background-image: url(../images/enlinea.png);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top:180px;
	float:right;
	margin-right:100px;
	
}

#pagina a:hover{
	color:#ac1036;
	background-position:bottom;
}

#linea a:hover{
	color:#ac1036;
	background-position:bottom;
}
