@font-face {  
	font-family: Futura; 
    src: url("../fonts/Futura ND Medium.ttf");
} 

body {
	margin:0;
	padding:0;
	font-family: Futura;
	font-weight:normal;
	font-size: 12px;
	color: #939598;
	letter-spacing: 0.15em;
}
* {
	margin:0;
	padding:0;
}

p {
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;

}

a {	color: #90DA11;}
a:hover {	color: #000;}
a:focus {	outline: none;}
h1 {	
	color: #939598;
	font-weight: normal;
	font-size: 19px;
	line-height: 2;
	letter-spacing: 0.15em;
	padding-top: 40px;
    
}
h2 {
	color: #ffb214;
	font-size: 35px;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #ffffff;
	font-family: 'Futura-Normal', arial;
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #045FB4;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 10px;
	color:#045FB4;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
	color:#045FB4;
}

#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
	background: #fff;
	padding-top: 120px;
	
}




#container-inner {
	width: 960px;
	margin:0 auto;
	padding: 0;
	background: #fff;
}

ul.topnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	top: 32px;
    z-index: 99999;
    position: fixed;
    background: #fff;
	width: 100%;
  }
  
  ul.topnav li {float: left;}
  
  ul.topnav li a {
	display: block;
	font-size: 15px;
	  font-family: 'Futura-Normal', arial;
	color: #939598;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
  }
  
  ul.topnav li a:hover:not(.active) {color: #13eb69;}
  
  ul.topnav li a.active {color: #13eb69;}
  
  ul.topnav li.right {float: right;}
  
  @media screen and (max-width: 600px) {
	ul.topnav li.right, 
	ul.topnav li {float: none;}
  }
  
	@media only screen and (min-width: 768px){
		#Action_bar {
			position: fixed;
			    width: 100%;
				height: 32px;
				z-index: 99999;
				padding-left: 15px;
			top: 0;
			left: 0;
			background-color: #939598;
		}
	}

#Action_bar .contact_details li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
}
#Action_bar .contact_details {
    float: left;
    color: rgba(255,255,255,.5);margin: 0;
}
ul {
    list-style: none outside;
}
#Action_bar .social {
    padding: 10px 10px;
}
#Action_bar .social {
    float: right;
}
#Action_bar .social li {
    display: inline-block;
    margin-right: 6px;
}
.icon-phone:before {
    content: '\e8f4';
}

.column.one :hover{color: #13eb69;}


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.icon-mail-line:before {
    content: '\e8d1';
}
.icon-facebook:before {
    content: '\f30c';
}
.icon-instagram:before {
    content: '\f16d';
}
.icon-linkedin:before {
    content: '\f318';
}
.contact_details li,.social li,.contact_details a,.social li a {color:#fff}
.social li a:hover{color: #13eb69;}

/*----------- Header -----------------*/
#header {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	height: 190px;
    border-radius: 10px;
	padding-top: 80px;
}

#header h1  {
	padding-top: 15px;
	padding-left: 15px;
}

#header h1 a {
	font-family: Futura
	color: #375794;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

#header p {
	color: #000;
	font-family: Futura
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 0px;
	padding-left: 8px;
	line-height:12px;
}
.main_head {position:relative}

/*----------- Navigation en desuso por ahora  -----------------*/
#nav {
	height: 40px;
	width: 920px;
	background-color:#375794;
    list-style-type: none;
    border-radius: 10px;
}     

#nav ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
	height: 40px;
}

#nav ul li {
	float: left;
	display: block;
	padding:0;
}

#nav ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li a:hover {
	background: #000;
	color: #fff;
}

/*----------- hasta aca nav -----------------*/




/*----------- Slideshow -----------------*/

.bx-wrapper {margin: 0 auto;}

/*----------- Main Content -----------------*/


#head {
	width: 960px;
	margin: 0 0 200px 0;
	text-align: center;
	color: #929694;
}


#main {
	margin:0 auto;
	padding: 0;
	width: 960px;
	padding-bottom: 100px;

}

#content1 {
	padding-top: 60px;
	width: 480px;
	margin-top: 200px;
	text-align: left;
}
.content1 {	overflow: hidden;margin-top: 120px;}


#content2 {
	padding-top: 60px;
	width: 480px;
	margin-top: 200px;
	text-align: right;
}
.content2 {	overflow: hidden;margin-top: 60px;}

.content2 h2 {text-align: right;
}

.sidebar {
	float: right;
	width: 450px;
	margin-left: 15px;
}
	


.sidebar ul {
	padding: 0;
	margin:10px 0 35px 35px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	color: #045FB4;
} 

.sidebar li ul li a {
	font-weight: normal;
	color: #045FB4;
}

.sidebar li ul li a:hover {
	color: #045FB4;
}

.sidebar h4 {
	color: #045FB4;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #D6D6D6;
	padding: 5px 5px;
	font-weight: bold;
}

.news-item {
padding-bottom:10px;
padding-top:10px;
}
.latest-news a {
font-weight:bold;
}
.date {
color:#000;
font-weight:bold;
}





 .lineafooter {
  
  border-top: 2px solid #13eb69;
  height: 40px;
  max-width: 1366px;
  padding: 0;
  margin: 0 auto 0 auto;


 }

.footer_img1 {background: url(../images/Anmat-MSN.jpg) no-repeat center;
    width: 100%;
    height: 152px;
    margin: 200px 0 50px 0;
    display: block;
}


 .footer_img2 {background: url(../images/Anmat-MSN2.jpg) no-repeat center;
    width: 100%;
    height: 152px;
    margin: 10px 0 10px 0;
    display: block;
}


 
 .footer_img3 {background: url(../images/LDP.jpg) no-repeat center;
    width: 100%;
    height: 152px;
    margin: 200px 0 50px 0;
    display: block;}

.footer_img1:hover,.footer_img2:hover, .footer_img3:hover {opacity: .20;cursor: pointer;}




/*----------- Footer -----------------*/

#footer {
	background-color: #939598;
	margin-top: 80px;
	padding: 1rem 0 0 2rem;
    color: #6e6d6d;
}
.fa {
	font-size: 1.4rem !important;
	text-align: center;
	text-decoration: none;
  }

.social-icon {
    display: inline-block;
    margin-right: .5rem;
    float: left;
    margin-top: 20px;
}
.social-icon__link {
    border: 1px solid #FFF;
    border-radius: 95%;
    width: 2.5rem;
    height: 2rem;
    padding-top: 11px;
    color: #FFF;
    display: table-cell;
    text-align: center;
    transition: color .5s,background-color .5s;
}
.social-icon__icon {
	padding-top: 9px;
}
.social-icon__link:focus, .social-icon__link:hover {
    background-color: #FFF;
	color: #13eb69;
}
.abc {
    display: inline-block;
    font: normal normal normal 14px/1 abc-custom;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sr-only {
    border: none;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.logo-footer {

float: right;
margin-top: -20px; 

}

.datos {
   
padding-left: 140px;
}






/*----------- Contacto -----------------*/

#contacto .control-label {}
   