
body{width:100%;background:#76bf28 /*URL("./../images/pasto.png") fixed*/;font-family:  helvetica; color:#D3522C;}
a{text-decoration:none;color:#D3522C}
p{margin:5px 15px;}
h1{width:400px;clear:none; float:left; font-size:36px;margin:0;margin-left:270px;color:#D3522C;}

#wrapper{
	width:900px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:900px;
	height:100px;
	float:left;
	background:url('./../images/logo.png') no-repeat left;
	clear:both;
}

#butt{
	float:right;
	width:200px;
	height:100px;
	/*background:url('./../images/butt.png') no-repeat right;*/
}

#alerta{
	text-transform:uppercase;
	text-decoration: underline;
	color: #F00;
	margin: 5px 0;
}

#menu{
	float:left;
	width:900px;
	height:45px;
	margin:-5px 0 0 0;
	background-color:#477C0D;
	clear:both;
}

#menu ul {
	list-style:none;
	margin-left:-40px;
	margin-top:10px;
}

#menu ul li{
	width:auto;
	height:25px;
	float:left;
	text-align:center;
	margin-left: 10px;
	margin-top:0px;
	background-color:#A0DF5B
}

#menu ul li a{
	font-size:20px;
	color:#D3522C;
	width:auto;
	font-weight:bold;
	padding: 0px 10px;
}

#menu ul li a:hover{
	color:#D3522C;
	font-weight:bold;
}

#usuario{
	float:left;
	margin:0px;
	margin-top:8px;
	text-decoration:underline;
	width:300px;
	color:#FFF;	
}

#sub_menu ul {
	list-style:none;
	height:60px;
}

#sub_menu{
	float:right;
	width:600px;
	height:33px;
	background-color:#477C0D;opacity:0.8;
	text-align:right;
}

#sub_menu ul li{
	width:auto;
	height:20px;
	float:left;
	text-align:center;
	margin-left: 10px;
	margin-top:-10px;
	background-color:#A0DF5B;
	padding: 0px 5px;
}

#sub_menu ul li a{
	font-size:15px;
	color:#D3522C;
	width:auto;
	font-weight:bold;
}

#sub_menu ul li a:hover{color:#D3522C;}

#content{
	width:850px;
	min-height:250px;
	height:auto;
	float:left;
	clear:both;
	background-color:#B1DF7E;
	margin-top:1px; 
	text-align:center; 
	padding:0 25px 15px 25px;
}

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

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

.catalogo{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.catalogo th{
	background-color:#477C0D;
	color:#FFF;
}

.catalogo .rpar{
	
}

.catalogo .rnon{
	background-color:#fedd9d;
}

.letrachica{
	font-size:12px;
}

.catalogo .baja{
	background-color:#D3522C;
	color: #000;
}

.catalogo a{
	text-decoration:underline;
}