/* Default elements styles */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td, button, input {
	margin: 0;
	padding: 0;
	color: #002D00;
}

ol,ul {
    list-style: none;
}

.list_form {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 15px;	
}
	

.z-clear {
	clear: both;
}

.logo h1 {
	color: transparent;
}

.z-left {
	float: left;
}

.z-right {
	float: right;
}


body {
	background-color: #002d00;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#breadcrumb span {
	font-weight: bold;
}



a, a:hover, a:visited {
	color: #008000;
	text-decoration: none;
	
}
.a_mailto {
    color: #f9fac0
}
.image_border {
    border: 2px solid #008000;
}
#outwarp {
	width: 960px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9fac0;
	padding: 5px;
}

#header {
	height: 60px;
	width: 100%;
	min-height: 170px;
}

#warp {
	border: 3px solid #002d00;
}

.logo {
	width: 320px;
	height: 150px;
}

.venta {
font-family: "Times New Roman", Times, serif;
	color: #f9fac0;
} 
/**********
 Main menu
***********/

#main-menu {
	padding: 5px;
	width: 160px;
}
/*

.pakito li {
	background-color: green !important;
	padding-left: 20px !important;
}

#main-menu li{
	padding: 3px;
	background-color: #002d00;
	border-bottom: #f9fac0 solid 1px;
	color: #f9fac0;
}

#main-menu a {
	width: 100%;
	color: #f9fac0;
	text-decoration: none;
}

#main-menu li:hover, #main-menu li.despl:hover, .pakito li:hover {
	background-color: #006300;
}



#main-menu li.last{
	border-bottom-style: none;
}

#main-menu li.despl{
	cursor: pointer;
	background: #002d00 url(../img/arrow_r.gif) no-repeat 148px center;
}

#main-menu li.subm{
	padding: 0;
	display: none;
}

*/

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
/*  width: 100%; */
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #002d00;
  color: #f9fac0;	
  padding: 3px;
}

ul#menu li a.despl {
	background: #002d00 url(../img/arrow_r.gif) no-repeat 148px center;
}

ul#menu li a.opened {
	background: #002d00 url(../img/arrow_b.gif) no-repeat 148px center;
}

ul#menu li a:hover {
  background: #006300;
}

ul#menu li a.despl:hover {
	background: #006300 url(../img/arrow_r.gif) no-repeat 148px center;
}

ul#menu li a.opened:hover {
	background: #006300 url(../img/arrow_b.gif) no-repeat 148px center;
}

ul#menu li ul li a {
  background: #336600;
  color: #f9fac0;
  padding-left: 15px;
}

ul#menu li ul li a:hover {
  background: #00800;
  /*border-left: 5px #000 solid;*/
  padding-left: 15px;
}



/**/


#content {
	width: 573px;
	padding: 5px;
}

#content_large {
	width: 753px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content_venta {
	width: 930px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
	background-color: #002D00;
}
#content_right {
    text-align:center;
}
#breadcrumb {
	color: #008000;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 5px;
}

#slideshow {
	width: 628px;
	height: 150px;
	border-left: 3px solid #002d00;
	background-color: #002d00;
}

.contact {
	color: #f9fac0;
	height: 20px;
	font-size: 12px;
	background-color: #002d00;
	line-height: 20px;
	text-align: center;
	width: 100%;
}


.news-item {
	border-bottom: #669933 solid 1px;

}

#noticias h3 {
	background-color: #336600;
	border-top: 1px solid #008000;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	padding-left: 5px;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	color: #f9fac0;
	font-size: 18px;
	
}

.title {
	border-bottom: #008000 solid 1px;
}

