@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #4e5050;
}
#mainWrapper {
    width: 960px;
	margin: 80px auto 0px auto;
	
}
.fondo_allmenu {
	background-color: #ee9b21;
	height: 40px;
}
.logo_idiom {
	height: 120px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 30px 20px;
}
.section_left{
	width:236px;
	height:auto;
	float:left;
	margin-top:350px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#languageSelect ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#languageSelect ul li {
    float: left;
	margin: 10px 15px 0px 0px;
	text-align: center;
}
#languageSelect ul li a {
    color: #000000;
	text-decoration: none;
	font-size: 9pt;
}
#languageSelect ul li a:hover {
	color: #FF6600;
}

#mainMenu ul {
	font-family: font-family: Arial, Helvetica, sans-serif;;
	list-style: none;
	padding: 0px;
	font-size: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 145px;
}
#mainMenu ul li {
    float: left;
}
#mainMenu ul li a {
    background: url(../images/menu_link_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
    color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 11px 30px 7px 30px;

}
#mainMenu ul li a.ultimo {
    background: none;
}
#mainMenu ul li a:hover {
    background: #eb7f24;
}

.selected {
	background: #eb7f24;
}
.fondo_footer {
	background-color: #FFF; 
	height: 80px;
}
.ver_mas {
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content {
	background: #c1c1c1;
	margin-top: 0px;
	padding: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	
	padding-bottom: 3px;
}

#dentro_content {
	background: #fff;
	margin-top: 0px;
	padding: 25px ;
}

#menu_footer {
    float: left;
	margin: 0px 0px 0px 280px;
}
#menu_footer ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_footer ul li {
    float: left;
	color: #231F20;
	font-weight: bold;
	margin-top: 10px;
}
#menu_footer ul li a {
	color: #231F20;
	text-decoration: none;
	display: block;
	float:left;
	padding: 3px 10px 7px 10px;
	font-size: 11px;
	text-transform:uppercase;
	font-family: arial;
}
.footer_contact {
	float:left;
	font-size: 12px;
	margin: 0px 0px 0px 200px;
}
.contentRight { 
    float:left;
    padding-left:21px;
    text-align:justify;
    width:660px;
}
#numeralRight {
	float:left;
	text-align:right;
	width:865px;
	font-size: 15px;
	font-weight: bold;
}
#numeralRight  a:link {
	color: #000000;
}
#numeralRight a:hover {
    background: #eb7f24;
}
#numeralRight a:visited {
	color: #333333;
	font-weight: normal;
}
.centra_content{
	width:712px;
	height: 409px;
	clear:both;
	margin:auto;
	background-image: url(../images/productos.jpg);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/* inicio formularios */
#formulario {
	width: 680px;
	background-color: #e1e3e5;
	padding: 30px;
	margin: 0px auto;
	background-image: url(../images/mapa_contacto.jpg);
	background-repeat: no-repeat;
	background-position: 380px 15px;
}

label {
  display: block;
  margin: 0.5em 0 0 0;
}

/*Alinear los formularios*/
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
	float: left;
	width: 100px;
	text-align: left;
	font-size: 14px;
  }

div.row span.formw {
  float: right;
  width: 575px;
  text-align: left;
  } 

/* fin formularios */
