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

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image:url(../_img/bg.gif);
	background-repeat:repeat;
	background-color:#9a9a99;
}

/*** PAGE - Contenedor principal ***/

div#background {
	width:auto;
	height:auto;
	margin-top:10px;
	
}

div#page {
	margin:auto;
}

div#p {
	width: 962px;
	margin: 5px auto;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing:1px;
	color:#ffffff;
}

div#pnews {
	width: 783px;
	margin: 5px auto;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing:1px;
	color:#ffffff;
}

div#internas {
	height:auto;
	width: 962px;
	margin:auto;
	text-align: center;
}

div#news {
	height:auto;
	width: 783px;
	margin:auto;
	text-align: center;
}


a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:visited{
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
	color: #ffffff;
}
