@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
 
}


#centro
{
	width:980px;
	margin:0px auto;
	height:auto;
	padding:10px;
	padding-top:0px;
	}

#top
{
	width:980px; 
	height:180px; 
	margin:0px auto; 
	/*background-image:url(images/logotop.png); */
	background-position:20px; 
	background-repeat:no-repeat; 
	position:relative;
	border:1px solid #fff;
	}
#header
{
background-color:#fff; 
top:0px; 
left:0px; 
width:100%; 
height:200px; 
border-bottom:1px solid #fff	
}

#tipom a
{
	color:#ccc;
}

#tipom a:hover
{
	color:#fff;
	text-decoration:underline;
}