html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color:#473c36;
	top: auto;
}

p{
	margin:10px 10px 10px 10px;
	vertical-align:text-bottom;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #FFFFFF;
	text-align: justify;
}
.tx_agenda{
    text-align:left;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color: #f28e00;}
	

.tx_footer{
    text-align:center;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #f28e00;}
	

.a:active {
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #ffffff;
	text-decoration: none;
}
.a:visited {
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #ffffff;
	text-decoration: none;
}

.a:link {
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #ffffff;
	text-decoration: none;
}
.a:hover {
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	font-style:normal;
	color: #f28e00;
	text-decoration: none;
}

div#header{
     height:140px;
	 z-index:inherit;
	 }

div#menu{
     height:60px;
	 }

div#container{
	text-align:left;
	background-image:url(../images/fondo.jpg);
	background-repeat:no-repeat;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#dx{
	float: right;
	width: 420px;
	height:350px;
	overflow: auto;
}

div#sx{
	  float: left;
	  width: 570px;
	  height: 370px;
	  background-color:#534741;
}
div#footer{
	clear:left;
	width:100%;
	padding-top:20px;	
}
.scrollhome {
	overflow: auto;
}

