*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: Helvetica;
}

HTML{
	height: 100%;
}

BODY{
	background-color: #151515;
	height: 100%;
}

H1{	
	color: #55a223;
	font-size: 20px;
	font-weight: lighter;
}

H3{	
	color: #55a223;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
}

#wrapper{
	width: 962px;
	margin: 0 auto;
	background-color: black;
}

#menu{
	font-size: 16px;
	font-family: Helvetica;
	font-weight: 100;
	color: #55a223;
	margin-left: 12px;
}

#menu LI{
	display: inline;
	margin: 0px 20px 0px 0px;
}

#menu LI A{
	color: gray;
}

#menu LI A:hover{
	color: #7bec31;
}

#lang_sel {
	margin-right: 15px;
}

#lang_sel LI A{
	font-size: 12px;
	color: #504f4f;
	display: inline;
	margin: 0px 5px;	
}


#lang_sel LI A:hover{
	color: #7bec31;
}

#admin Fieldset{
	background-image: url(../images/bg_deg.png);
	padding: 20px;
	font-size: 20px;
	margin: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: white;
}

#admin Fieldset P{
	text-align: center;
	margin-bottom: 10px;
}

#admin Fieldset P A{
	color: white;
}

#admin Fieldset legend{
	font-size: 16px;
	color: white;
}

#admin Fieldset input{
	border: gray solid 1px;
	background-image: url(../images/bg_button.png);
	color: white;
	font-size: 16px;
	padding: 5px;
}

#admin Fieldset select{
	border: gray solid 1px;
	background-image: url(../images/bg_button.png);
	color: white;
	font-size: 16px;
	padding: 5px;
}

#cont {
	margin-top: 10px;
	height: 325px;
	background-repeat: no-repeat;
}

#cont #col_izq{
	float: left;
	width: 430px;
}

#cont #col_der{
	margin-left: 450px;
}

#cont #cont_txt{
	font-size: 14px;
	color: gray;
	margin: 10px 15px 15px 10px;
	margin-right: 30px;
	padding-right: 15px;
	overflow: auto; 
	height: 280px;
}

#cont #col_der #cont_txt P{
	text-align: justify;
	margin-bottom: 10px;
}

#cont #col_der #cont_txt ul{
	list-style-image: none;
}

#cont #col_der #cont_txt input{
	border: gray solid 1px;
	background-image: url(../images/bg_button.png);
	color: white;
	font-size: 12px;
	padding: 1px;
}

#cont #col_der #cont_txt textarea{
	background-image: url(../images/bg_deg.png);
	border: gray solid 1px;
	color: white;
	font-size: 12px;
	padding: 1px;
}

#cont #col_der #cont_txt A{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position-y: 4px;
	padding-left: 10px;
	color: gray;
}

#cont #col_der #cont_txt A.green{
	padding-left: 0px;
	background-image: none;
	color: #55a223;
}

#cont #col_der #cont_txt A.sel{
	color: #55a223;
}

#cont #col_der #cont_txt A:hover{
	color: #7bec31;
}

#cont #col_izq A.gal{
	margin-left: 5px;
}

#pie {
	width: 962px;
	height: 16px;
	background-image: url(../images/pie_bg.gif);
	font-size: 10px;
	color: gray;
	text-align: center;
	margin-top: 15px;
}

#pie P{
	text-align: center;
}

#pie A{
	color: gray;
}

#pie A:hover{
	color: #7bec31;
}

li.mod_venta{
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

ul.venta_user{
	display: block;
	clear: both;
}

#paginacion{
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #7bec31;
}

#paginacion A{
	color: white;
}

#paginacion A:hover{
	color: #7bec31;;
}

textarea.form_venta{
	background-image: url(../images/bg_deg.png);
	border: gray solid 1px;
	color: white;
	font-size: 12px;
	padding: 1px;
}