* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFF;
	background-image:url(../img/fondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
}
h1 {
	color: #ff6600;
	font-size: 14px;
	font-weight:lighter;
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
	line-height: 20px;
}

p {
	color: #000;
	font-size: 1.0em;

}

p.lista {
	color: #000;
	font-size: 10px;
	margin-left: 5px;
	line-height: 15px;
}

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

a:hover {
	color: #ff9933;

}

a.style1 {
	color:#000000;
	font-size: 9px;
	text-decoration: none;
}

a.style1:hover {
	color: #999999;
	background-color:#FFF;
}

#cuerpo{
	width: 400px;

	left: 50%;
	margin-top: 50px;
	margin-left: -200px;
	position:absolute;
}
#robloren {
	width: 400px;
	
	background-color:#FFFFFF;
}

#logo{
	width: 88px;
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
	float:left;	
}

#text {
	text-align: left;
	margin-right: 35px;
	margin-top: 50px;
	float: right;
	clear: right;
}

#linea{
	background-color: #fff;
	width: 360px;
	height: 1px;
	float:left;
	clear:both;
}

#entrar {
	background-color: #CCCCCC;
	width: 360px;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	float:left;
	clear:left;
}



#entrar ul {
	list-style:none;
	margin-left: 120px;
	margin-top: 2px;
	margin-bottom: 12px;
	float:left;
}
#entrar ul li a{
	display:block;
	width: 100px;
	color:#000;
	background-color:#ff6600;
	padding: 0px;
	font-size:14px;
	text-align:center;

}
#entrar li a:hover{
	background-color:#000;
	color:#fff;
}

#pie{
	width:380px;
	text-align: right;
	clear: left;
}
