@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: menufont;
 src: url("monog.eot") /* EOT file for IE */
}
@font-face {
 font-family: menufont;
 src: url("monog.ttf") /* TTF file for CSS3 browsers */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Ovo', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	/*<!--background-color:#D9CEBA;-->*/
}
#wrapper{
	width:1250px;
	margin:auto;
	background:url(../img/menu.png) top center no-repeat;
	
}
#up{
	padding-top: 30px;
	width:95.8%;
	height:90px;
	display:block;
	margin:auto;
}
#up #logo{
	float:left;
	margin-left:100px;
	padding-top:10px;
	margin-right:15px;
	width: 361px;
	height: 62px;
}
<!-- MENU -->

#menu{
	float:left;
	display:block;
	margin-left:20px;
	padding-bottom:6px;
	padding-left:15px;
	padding-top:50px;
	border-bottom:4px #634618 solid;
	
}
#up #menu{
	float:left;
	display:block;
	margin-left:20px;
	padding-bottom:6px;
	padding-left:15px;
	padding-top:40px;
	border-bottom:4px #634618 solid;
}
ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #634618;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#2C1F06), to(#634618));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #DBD2AD; /* light color */
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 2px solid #DBD2AD;
    border-left: 2px solid #DBD2AD;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color:#0D5160;
}

#nav li a {
    color: #F1D898; /*#e3e3e3;*/
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left ;
    text-decoration: none;
    padding: 6px 6px;
    width: 100%;
	font-family: menufont, Verdana, Arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	

}
<!-- -->
#language{
	float:right;
	top:0;
	right:0;
	margin-top:-10px;
	position:absolute;
}
* { margin: 0px;
padding: 0px; outline: 0;
}
#menu3 {  text-align: center;
font-size: 0.7em;
width: 144px;
margin: 20px auto;
height:40px;

}
#menu3 ul { list-style-type: none;}
#menu3 ul li.nivel1 { float: left;
width: 144px;
margin-right: 2px; 
background:url(../img/choose_l.png) top center no-repeat;
height:40px;
}
#menu3 ul li a {
	display: block;
text-decoration: none;
color: #fff;
padding: 8px;
position: relative;
}
#menu3 ul li:hover {position: relative;
}
#menu3 ul li a:hover, #menu3 ul li:hover a.nivel1 {
color: #000;
position: relative;
}
#menu3 ul li a.nivel1 {
	display: block!important;
	display: none;
position: relative;
}
#menu3 ul li ul {display: none;
}
#menu3 ul li a:hover ul, #menu3 ul li:hover ul {display: block;
position: absolute;left: 0px;
margin-left:0px;
margin-top:20px;
background: #033;
   filter: alpha(opacity=30);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
   opacity:0.3;
   -moz-opacity: 0.30;
   color:#FFF;
   font-weight:bold;
   font-size:15PX;
}
#menu3 ul li ul li a {width: 144px;
padding: 6px 0px 8px 0px;
border-top-color: #000;
}
#menu3 ul li ul li a:hover {border-top-color: #000;
position: relative;
}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}
#middle{
	display:block;
	width:95%;
	border:5px #D4D4D4 solid;
	background-color:#FFF;
	margin:auto;
}
#slide_home{
	width:1086px; 
	margin:auto;
	display:block;
	padding-top:20px;
}
#middle .content{
	width:90%;
	margin:auto;
	display:block;
	min-height:300px;
}
.content .col2{
	display:block;
	width:80%;
	height:auto;
	float: left;
	padding-top:20px;
}
.col2 .article{
	line-height: 1.2; 
	text-align: justify;
}
.col2 .list{
	padding-left:20px;
}
.col3 li{
	padding-bottom:10px;
}
.none, a img{
	list-style:none;
	text-decoration:none;
	border:0;
}

.content .col3{
	display:block;
	width:20%;
	height:auto;
	float:left;
}
h1 {
font-size: 27px;
color: #747474;
font-weight: 300;
line-height: .8;
text-transform: uppercase;
}
h3 {
/*font-family: "Volkov";*/
font-size: 16px;
color: #828282;
font-weight: 400;
font-style: italic;
margin:auto;
width:150px;
text-align:center;
padding-bottom:20px;
}
#credits{
	width:94%;
	height:180px;
	display:block;
	background:url(../img/item.png) center top no-repeat;
	margin:auto;
}

#credits .col1{
	width:35%;
	padding: 0 20px;
	float:left;
	height:122px;
	margin-top:25px;
}
#credits .col2{
	width:20%;
	padding:0 10px;
	float:right;
	height:122px;
	margin-top:25px;
	
}

#down{
	width:95.8%;
	height:100px;
	margin:auto;
	color:#FFF;
	font-size:.8em;
}
#down .copyright{
	padding-top:20px;
	width:50%;
	margin:auto;
	text-align:center;
}

a{
	color:#2C1F06;
	text-decoration:none;
}
a:hover{
	color:#0D5160;
	text-decoration:underline;
	
}
#left_history{
	margin-left:50px;
	margin-top:50px;
	margin-right:20px;
	width:36%;
	float:left;
}
#left_history li{
	padding-bottom:15px;
	font-size:1.2em;
	margin-left:20px;
}
#left_history li a:hover{
	padding-left:3px;
}
#right_history{
	margin-top:60px;
	margin-right:30px;
	float:right;
}
#right_history img{
border: 5px #fff solid;
-webkit-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
-moz-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}
#left_products{
	margin-left:50px;
	margin-top:50px;
	margin-right:20px;
	width:36%;
	float:left;
}
#right_products{
	margin-top:60px;
	margin-right:30px;
	float:right;
}
right_products p{
	margin:auto;
	text-align:center;
}

#left_products .lista {
	list-style:circle;
	padding-bottom:15px;
	font-size:1.2em;
	margin-left:20px;
}

.sub_items{
	margin-top:-15px;
	margin-bottom:15px;
}
.sub{
	list-style:none;
	margin-left:20px;
}
#left_products .description{
	margin-top:-12px;
	margin-left:20px;
	margin-bottom:18px;
	font-size:15px;
}

#logos{
	width:94%;
	display:block;
	margin:auto;
}



/*----------------------------------------------*/
/* 6.5 Comment form / Contact form */
/*----------------------------------------------*/
.add-comment {
	margin-bottom:20px;
	border:#FFF 1px solid;
	padding:1px}

.contact-form {
	margin:10px 0 20px}

.add-comment h3,
.entry .add-comment h3 {
	font-size:21px;
	color:#F73700;
	padding:20px;
	border-bottom:1px solid #fff;
	text-shadow:0 1px 1px #fff;
	margin:0}
	
.comment-form{
	padding:20px}

.comment-form .row {
	padding:5px 0;
	position:relative}

.comment-form .row label {
	font-size:13px;
	line-height:18px;
	display:block;
	color:#000;}

.comment-form .infieldlabel label {
	position:absolute;
	z-index:2;
	top:15px;
	left:11px;
	color:#737373;}

.comment-form .inputtext, 
.comment-form .textarea,
.comment-form .select_styled,
#topmenu .select_styled {
	color:#777;
	font-size:13px;
	line-height:18px;
	padding:5px 10px;
	width:230px;
	margin:3px 0}

.comment-form .select_styled,
#topmenu .select_styled {
	height:32px;
	line-height:26px;
	padding:6px 10px 4px 7px;
	width:253px}

.comment-form .select_styled option,
#topmenu .select_styled option{
	font-size:13px;
	padding:5px 0;
	text-indent:5px}

.comment-form .space {
	width:25px;
	height:40px;
	float:left}

.comment-form .textarea {
	width:505px;
	height:130px;
	padding:7px 10px;
	overflow:auto}

.comment-form .rowSubmit {
	padding:10px 0 0 0;
	position:relative;
	text-align:right}

.link-reset {
	position:absolute;
	top:25px;
	left:0px;
	color:#634618;
	font-size:13px;
	text-decoration:underline;
	text-shadow:0 1px 1px #fff;}

.link-reset:hover {
	color:#000}

.btn-submit, 
.comment-form .btn-submit{
	border:none;
	min-width:50px;
	height:32px;
	line-height:32px;
	padding:0 25px 2px 20px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	}

.comment-form .btn-submit {
	width:200px;
	text-align:center;
	background-color:#634618;
	color:#FFF;}

.comment-form .termsfield {
	float:left;
	text-align:left;
	padding-top:15px}

.comment-form .termsfield label {
	width:250px;
	font-size:13px;
	line-height:1.5em;
	color:#737373}

.comment-form .termsfield .checkbox {
	padding:0;
	width:auto;
	float:left;
	margin-right:7px}

.comment-form .upload {
	position:relative;
	width:250px;
	overflow:hidden;}

.comment-form .realupload {
	position:absolute;
	top:3px;
	right:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	z-index:2; 
	width:70px;
	font-size:25px;}
	
.comment-form .fakeupload{
	width:250px;
	height:32px;
	margin-top:3px;}
	
.comment-form .fakeupload input {
	padding:7px 10px;	
	width:150px;
	background:none;
	height:18px;
	line-height:18px;
	font-weight:normal;
	border:none;
	color:#262626;
	font-size:13px;}
	
/**/

#fomularios{
	width:94%;
	display:block;
	margin:auto;
}

#fomularios #contact_map, #fomularios #contact_form{
	float:left;
	margin:20px;
}
#contact_map{
	width:30%;
	margin-top:50px;
	margin-left:30px;
}
#contact_form{
	

}


