body{
	background-color: #cdc5c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.entrar{
	background-image: url(../img/titulo_intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 208px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -92px;
	margin-left: -104px;
}
.entrar h1{display:none;}
.entrar h2{display:none;}
.entrar p{
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.entrar a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	outline:none;
	color: #EBEBEB;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.noticias{
	position: absolute;
	bottom: 0px;
	text-align: center;
	display:none;
	left: 0px;
	right: 0px;
	background-color: #7F7977;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	}
	.noticias p{
	margin: 0px;
	padding: 0px;
}
.siguenos{
	position: absolute;
	right: 15px;
	top: 15px;
}
.siguenos a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}