/* CSS Document */
img{
	border:none;
}
body{
	margin:0px;
	background-color:#999999; 
	background:url(background.jpg);
}
#menu{
	width:100%;
	height:33px;
	border:0px solid #FF0000;
	border-left:#C8C8CA 1px solid;
	border-right:#C8C8CA 1px solid;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#menu ul{
	list-style:none;
	padding:5px;
	text-align:center
}
#menu ul li{
	display:inline;

}
#menu ul li a{
	text-decoration:none;
	font-family:"Trebuchet MS";
	color:#4f4747;
	font-size:14px;
	height:33px;
	padding-right:20px;
	padding-left:20px;
	
}
#menu ul li a:hover{
	text-decoration:underline;
	font-family:"Trebuchet MS";
	color:#4f4747;
	font-size:14px;
	height:33px;
	background-color:#FF0000;
	color:#FFFFFF;
	padding-right:20px;
	padding-left:20px;
	
}
#footer{
	width:100%;
	height:105px;
	border:0px solid #FF0000;
	color:#FFFFFF;
	text-align:center;	
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size:11px;
	font-family:"Trebuchet MS";
}
#footer a{
	width:100%;
	text-decoration:none;
	height:105px;
	border:0px solid #FF0000;
	color:#FFFFFF;
	text-align:center;	
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#texto{
	background-color:#d7d7d7;
	border:1px solid #a1b1c4;
	padding:30px;
}
.titulo{
	font-family:"Trebuchet MS";
	color:#495862;
	font-weight:bold;
	font-size:14px;
}
.texto{
	font-family:"Trebuchet MS";
	color:#39404e;
	font-size:12px;
}
.asde{
	height:310px;
	overflow:auto;
	font-family:"Trebuchet MS";
	font-size:11px;
	
}


	
	