*{
	font-family: helvetica;
	text-decoration: none;
	color: #878787;
}

h2{
	font-size: 18px;
	color: #75a938;
}

body{
	background-image: url(../images/style/wrapper_bg.gif);
	background-color: #e9ebde;
	background-repeat: repeat-x;
}

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

#wrapper{
	width: 889px;
	margin: 5px auto 0px auto;
	font-size: 12px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: white;
	
}

#lang{
	background-color: #bd7a38;
	line-height: 20px;
	padding: 0px 10px;

}

#lang a{
	color: #f6f6f6;
	font-size: 14px;
	font-weight: normal;
}

ul.lang_sel{float:right;}

ul.lang_sel li{
	display: inline;
	padding: 0px 4px;
	border-left: 1px solid #f6f6f6;
}

#header{
	background-image: url(../images/style/header_bg.jpg);
	height: 260px;
}

#menu{
	background-image: url(../images/style/menu_bg.gif);
	height: 67px;
	text-align: center;
}

ul.menu li{
	display: inline;
	padding: 38px 0px 0px 20px;
	font-weight: normal;
}

ul.menu .over{
	background-image: url(../images/style/menu_bg_hover.gif);
	background-repeat: repeat-x;
}

ul.menu .over a{
	color: #b4d49d;
}

ul.menu li a{
	font-size: 18px;
	color: #dbf3cc;
}

#content{
	padding: 0px 25px;
	background-color: white;
	margin-top: 25px;
	margin-bottom: 15px;
}

#content #content_right{
	float: right;
	width: 185px;
}

#content #content_right li{
	margin-top: 10px;	
}

#content #content_right h2{
	font-size: 18px;
	color: #75a938;
}

#content #content_left{
	width: 615px;
	border-right: 1px solid #558829;
	padding-right: 20px;
}

#content p{
	text-align: justify;
	color: #395620;
	line-height: 20px;
	margin-bottom: 15px;
}

#content #ficha{
	width: 405px;
}

#content #ficha_right{
	float: right;
	width: 420px;
}

#content #ficha_right img{
	border: 5px solid #7baa36;
	margin-right: 10px; 
}


#content #ficha p{
	text-align: justify;
	color: #878787;
	line-height: 20px;
	margin-bottom: 0px;
}

#content p strong{
	color: #75a938;
	font-weight: bold;
}

#user_interface{
	width: 255px;
	background-image: url(../images/style/ui_bg.gif);
	background-repeat: repeat-x;
	background-color: #00ab20;
	border: 1px solid #60904b;
	padding: 11px 19px 8px 19px;
	float: right;
	margin-right: 25px;
	margin-top: 95px;
}

#user_interface input.text{
	background-color: #fefefe;
	background-image: url(../images/style/input_text_bg.gif);
	line-height: 25px;
	border: 1px solid #558829;
	color: #6e9470;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#user_interface p.right{
	float: right;
}

#user_interface p a{
	color: #d4edd6;
	font-size: 12px;
}

#user_interface p a:hover{
	color: #b4d49d;
}

#header_destacado{
	padding: 115px 0px 0px 25px;
}

#header_destacado h2{
	font-size: 24px;
	font-weight: bold;
	color: white;
}

#content h1{
	font-size: 26px;
	font-weight: bold;
	color: #75a938;
}

#footer{
	text-align: center;
	background-image: url(../images/style/footer_bg.gif);
	background-repeat: repeat-x;
	display: block;
	clear: both;
}

#footer p{
	line-height: 20px;
	font-size: 12px;
	color: #b4d49d;
}
#footer p a{
	color: #dbf3cc;
}

.gmap{
	border: 5px solid #7baa36;
}

.ui_alert{
	font-size: 14px;
	color: white;
	margin-bottom: 5px;
}

dl{
	margin: 0px;
	margin-left: 20px;
}

dt{
	font-size: 14px;
	color: #75a938;
	font-weight: bold;
	background-image: url(../images/style/dl_dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}

dd{
	text-align: justify;
	color: #395620;
	line-height: 15px;
	margin-bottom: 15px;
}

#listado h2 {
	font-size: 20px;
	font-weight: bold;
	color: #75a938;
}

ul#listado li.alt{
	background-color: #f8f2eb;
}

ul#listado li{
	padding: 30px;
}
ul#listado li.over{
	background-color: #f1e3d6;
}

ul#listado_admin li{
	border-bottom: 1px solid #75a938;
	margin: 0px;
	padding: 0px;
	height: 55px;
}

ul#listado_admin li P{
	margin-bottom: 0px;
}

strong{
	font-weight: bold;
	color: green;
}

input.text{
	width: 250px;
	height: 25px;
	background-color: #eef4f7;
	border: none;
	padding: 5px;
	font-size: 14px;
}

input.num{
	width: 250px;
	height: 25px;
	background-color: #eef4f7;
	border: none;
	padding: 5px;
	font-size: 14px;
}

textarea{
	width: 250px;
	height: 125px;
	background-color: #eef4f7;
	border: none;
	padding: 5px;
	font-size: 14px;
}

select{
	width: 250px;
	height: 25px;
	background-color: #eef4f7;
	border: none;
	padding: 5px;
	font-size: 14px;
}

p.check{
	margin: 15px;
}
p.input{}

p.select{
	clear: both;
}

#ficha_admin{
	width: 405px;
}

#ficha_admin p.check{
	display: inline;
	text-align: left;
	margin: 0px;
	margin-right: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}
#content #ficha_admin p.input{
	margin-bottom: 5px;
	margin-top: 5px;
	font-size:  12px;
}

#ficha_admin h3{
	font-size: 14px;
	color: white;
	margin-top: 10px;
	padding: 5px;
	background-color: #75a938;
}

#ficha_admin p.comment{
		background-color: #eef4f7;
}

span.normal{
	font-size: 12px;
	color: gray;
}

#ficha_admin .t_table tbody tr td{
	width: 65px;
}

fieldset{
	background: #e3eed7;
	border: 1px solid #c8ddaf;
	padding: 15px;
	margin-bottom: 10px;
}

fieldset h3{
	font-size: 16px;
	color: #75a938;
}

fieldset select{
	margin-right: 15px;
	margin-top: 15px;
}

#map{
	border: 5px solid #75a938;
	margin-bottom: 15px;
	margin-top: 15px;
}
