/*
JMR Trade
Version: 1.0
Author: Component Media
Author URL: http://www.component-media.com/ 
*/

@charset UTF-8;

/*		@group RESET */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	background: #FFF;
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
}

*[hidden] {
	display: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

p {
	margin: 0 0 10px 0;
}

b,strong {
	font-weight: bold;
}

pre {
	white-space: pre;
}

em,dfn,cite,q,i,var {
	font-style: italic;
}

dfn {
	display: block;
	margin-left: 20px;
	text-align: right;
	font-weight: 400;
}

code {
	margin: 1.618em 0;
	white-space: pre;
}

code,tt {
	font-family: monospace, serif
	line-height: 1.618em;
}

tt {
	display: block;
	margin: 1.618em 0;
}

abbr,acronym {
	border-bottom: 1px dotted #000;
}

s,strike,del {
	text-decoration: line-through;
}

sub,sup {
	font-size: 10px;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

ol,ul,dd {
	padding: 0;
}

blockquote,dl {
	margin: 0;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr {
	border: 0 #000 solid;
	border-top-width: 1px;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: 0 0 10px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: none;
	margin: 0;
}

img[src$=".png"] {
	background-image: none;
}

fieldset {
	border: none;
}

/*		@group LINKS & CLEAR FLOATED ELEMENTS */

a,
a:link {
	color: blue;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:active,
a:hover {
	color: red;
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a {
	outline: none!important;
	outline-width: 0!important;
}

:focus {
	outline: 0;
}

a.read_more {
	color: blue;
	font-weight: bold;
}

a.read_more:hover {
	color: red;
}

a.link_red {
	color: #c51123;
}

.txt_red {
	color: #c51123;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

span.clear {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*		@end */

.prewrapper{
	width: 100%;
}

.container{
	width: 1140px;
	margin: 0 auto;
}

.mainheader{
	width: 1140px;
	position: relative;
	float: left;
	display: inline;
}

h1.logo{
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

h1.logo a{
	width: 220px;
	height: 100px;
	display: inline-block;
	background: url(../images/logo.png);
	color: white;
	text-indent: -1000px;
}

.mainmenu{
	float: left;
	position: relative;
}

.mainmenu ul{
	float: left;
	display: block;
	list-style: none;
}

.mainmenu ul li{
	float: left;
	line-height: 95px;
	margin: 0 30px;
}

.mainmenu ul li a{
	color: #414042;
	text-decoration: none;
	font-size: 18px;
}

.mainmenu ul li a.activo{
    color: #4A98C3;
}

.mainmenu ul li a:hover{
	color: #4A98C3;
}

.social{
	float: left;
	margin-left: 20px;
}

.social ul{
	list-style: none;
}

.social ul li{
	float: left;
	margin: 0 10px;
	line-height: 85px;
	margin-top: 10px;
}

.social ul li a{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: black;
}

.social ul li a.facebook{
	background: url(../images/fb.png) no-repeat;
}

.social ul li a.twitter{
	background: url(../images/tw.png) no-repeat;
}

.social ul li a.mail{
	background: url(../images/mail.png) no-repeat center;
}

.lang{
	position: relative;
	float: right;
	margin-top: 36px;
	display: none;
}

.lang a{
	color: #414042;
	text-decoration: none;
}

.lang a:hover {
	color: #4A98C3;
}


.lang a.esp{
	padding-right: 10px;
	border-right: 1px solid black;
}

.lang a.eng{
	padding-left: 10px;
}

.bg_footer{
	background: #E6E7E8;
}

.mainfooter{
	padding: 20px 0;
}

.mainfooter a{
	color: #231F20;
	text-decoration: none;
}

.mainfooter a:hover{
	color: #4A98C3;
}

.mainfooter p{
	text-align: center;
}

#search {
	font-family: 'Muli', sans-serif;
	color: #414042;
	border:1px solid #414042;
	width: 100%;
}

article img{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

article h1{
	margin: 40px 0 20px;
	font-size: 32px;
}


article h2{
    margin: 20px 0 20px;
    font-size: 28px;
}

article p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #58595B;
}

/*Estilos Nat*/

section {
    background: #F6F6F6;
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0;
}

section h2 {
    margin-top: 20px;
    margin-left: 20px;
}

section p {
  margin-left: 20px;
  margin-bottom: 20px;
}

iframe {
    float: right;
}

#nombre{
    width: 535px;
    height: 30px;
    float: left;
    background: #F6F6F6;
    border: none;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
}

#email{
    width: 535px;
    height: 30px;
    float: right;
    background: #F6F6F6;
    border: none;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
}

#mensaje{
    width: 1120px;
    background: #F6F6F6;
    border: none;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#enviar{
    background: #575756;
    border: none;
    float: right;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
}

article ul{
	display:inline-block;
	margin-left: 30px;
}

