/* CSS Document */

html {
	margin:0;
	padding:0;
	height: 100%;
}

body {	
	margin:0;
	padding:0;
	height: 100%;
	background:#FFF url(../images/entrada-fondo.jpg) top center fixed;
	font-family:Calibri, Arial, Verdana;
	font-size:13px;
	line-height:14px;
}

#logo {
	width:274px;
	margin:45px auto 10px;
}

#botones{
	width:930px;
	margin:30px auto 0;
}

.imgBtn{
	background-position:left;
	cursor:pointer;
	background-repeat:no-repeat;
}

.imgBtn:hover{
	background-position:right
}


.botonHome {
	display:block;
	float:left;
}