
body{width:500px;background-color:#76bf28;font-family:  helvetica; text-align:center}
a{text-decoration:none;color:#D3522C}
p{margin:5px 15px;}
h1{margin:0;}
table.tabla tr td, table.tabla tr th{border-bottom: 1px dotted #D3522C;}

#wrapper{width:500px;height:500px;}
#header{width:400px;height:50px;float:left;background:url('./../images/logo.png') no-repeat left; margin-left:auto;margin-right:auto;}
#menu{float:left;width:auto;height:30px;padding:10px 10px 0 10px; margin-top:5px;background-color:#477C0D; float: right}
#menu ul {list-style:none;margin-left:-40px;}
#menu ul li{width:150px;height:25px;float:left;text-align:center;margin-left: 10px;margin-top:0px;-moz-border-radius: 5px;
border-radius: 5px;background-color:#A0DF5B}
#menu ul li a{font-size:20px;color:#D3522C;width:150px;font-weight:bold;}
#menu ul li a:hover{color:#D3522C;font-weight:bold;}
#sub_menu ul {list-style:none;opacity:1.0;}
#sub_menu{float:right;width:auto;height:40px;background-color:#477C0D;opacity:0.8;}
#sub_menu ul li{width:110px;height:25px;float:left;text-align:center;margin-left: 10px;margin-top:-10px;background-color:#A0DF5B;opacity:1.0;}
#sub_menu ul li a{font-size:15px;color:#D3522C;width:150px;font-weight:bold;}
#sub_menu ul li a:hover{color:#D3522C;}

#content{width:500px;min-height:400px;float:left;clear:left;background-color:#B1DF7E;margin-top:1px; text-align:center; padding:15px;font-size:12px}

#footer{width:400px;height:25px;float:left;clear:left;background-color:#A0DF5B;margin-top:1px;text-align:center;font-size:13px}

.boton{background-color:#477C0D; 	border:none;	color:#fff;}