/* CSS Document */
/* ----- ESTRUCTURA ----- */
*{	margin:0px;
	padding:0px;}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
#prehome{
	width:100%;
	height:100%;
	min-width:955;
	min-height:600px;
	margin: 0 auto;
	background: #000 url(bg.jpg) 90% 10% no-repeat;
}
.entrada{
	width:215px;
	position:relative;
	top:85%;
	left:5%;
}
.entrada li.logotipo{
	background: transparent url(chinche.gif) left top no-repeat;
	height:58px;
	text-indent: -9999px;
}
	
.entrada li{
	list-style:none;
	text-align:center;
}
a{
	font-weight:900;
	color:#FFF;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}