body {
		background:#FFF;
		margin:0;
		padding:0;
		text-align:center;
		background-position: center top;
		color: #000;
		font-family: Trebuchet MS;
	}
p{
	background: url(../images/trp.gif) repeat;		
	}
div{
	background: url(../images/trp.gif) repeat;		
	}		
img{
	border:none;
	}			
#header{
	position: relative;
	height: 100px;
	width: 100%;
	top: 0;
	background-color: #FFF;
	text-align: center;	
	}
#footer{
	position: relative;
	height: 130px;
	width: 100%;
	top: 80px;
	background-color: #CCC;
	text-align: center;	
	font-family: Arial;
	font-size: 14px;
	color: #000;
	line-height: 25px;
	}
#footer .mini{
	font-size: 12px;
	}	
#contenedor{	
	position: relative;
	margin-top: 100px;
	width: 100%;
	height: 100%;
}	

a{
	text-decoration: none;
	font-weight: bold;
	color: #09F;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}