body {
}
body.premier{
	background: url(../images/bg-interna.jpg) no-repeat top center; width:100%;}

.m-0{
	margin:0!important;}

.mtb10{
	margin-top:10px;
	margin-bottom:10px;}
	
.mb-fix{
	margin-bottom: 170px;}

.mt55{
	margin-top:55px;}
.mt60{
	margin-top:60px;}
.mt92{
	margin-top:92px;}

.mt-50{
	margin-top: -50px;
}

.mt-46{
	margin-top: -46px!important;
}

.mb20{
	margin-bottom:20px;}

.m15{
	margin:15px 0;}

.ml-0{
	margin-left: 0!important;
}
	
.pl-13{
	padding: 0 0 0 13px!important;
}
.pr-0{
	padding-right: 0!important;
}
			
a {
  color: #fff;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

p {
	font-family: 'open_sansregular','Open Sans', sans-serif;
	color:#192026;
	font-weight:normal;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'open_sansregular','Open Sans', sans-serif;
	font-weight:normal;
	font-style: normal;
	}

	
h1{	
	font-size:36px;
	color:#003061;}	

h1.title{
	color:#fff!important;
	}
		
h2{
	font-size:30px;
	color:#373535;
	margin:0px 30px;}
	
h3.tab{
	color:#0c5889!important;
	text-align:right;
	font-size:26px;
	margin:15px 0;
	}

h3.vista{ color:#003061;
	text-align:left;}

	
h3{
	font-size:22px;
	color:#373535;
	text-align:center;}

h4,
h4.turquesa{
	font-size:24px;
	color:#003061;
	margin:5px 0px;}
	
h4.turquesa{
	color:#2aa7be!important;
}

.t22{ font-size:22px!important;}

h5,
h5.puntos-venta{
	font-size:20px;
	color:#0a5b9e;
	font-weight:normal;}
	
h5.puntos-venta{
	background:url(../images/h1-titulo-puntos-venta.png) no-repeat;
	text-align:left;
	color:#003061;
	margin:0;
	line-height:70px;
	}

.titulo{
	color:#0a5b9e;}
	
.t18{
	font-size:18px;}
	
.center{
	text-align:center!important;}
	
.left{
	text-align:left!IMPORTANT;}	
		
.clear{
	clear:both;}

.bold, strong{
	font-family: 'open_sansbold';
	font-weight:normal;}

.light{
	font-family: 'open_sanslight';
	font-weight: normal;
    font-style: normal;}
	
.black{
	color:#000;}

.z-index{
	z-index:999;}

.gris{
	color:#575757!important;
	font-size:13px!important;}

		
.container_12,
.container_16,
.encabezado {
  margin-bottom: 20px;
}

/*header*/
header{
	background:url(../images/bg-header-top.png) repeat-x #092439;
	width:100%!important;
	height:140px;}

header .encabezado {
	margin: auto;
}

header .logo
{
    padding-top: 30px;
    width: 170px;
    height: auto;
    float: left;
}

header nav
{
    width: 780px;
    height: 140px;
    overflow: hidden;
    float: left;
	margin: 0 0 0 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index: 9999;
}

header nav .opcion
{
    width: auto;
    height: 94px;
    overflow: hidden;
    float: left;
}

header nav .opcion .link
{
    padding-top: 52px;
    height: 40px;
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 3;
}

header nav .opcion .link a
{
    color: #fff;
	padding: 0 15px;
    padding-top: 52px;
    padding-bottom: 26px;
}

header nav .opcion .link a:hover{
	
	background:url(../images/bg-bullet-menu.png) no-repeat center -2px;
	text-decoration:none;
	}

/* --- navbar fijo ---- */

nav{ margin-top:20px;}

.navbar ul,
.navbar li,
.navbar span,
.navbar a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
 text-align: center;
}

.navbar{
	position: relative;
	background:url(../images/bg-menu.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0 auto;
	padding-left: 5px;
}

.navbar:after,
.navbar ul:after {
  content: '';
  display: block;
  clear: both;
  
}
.navbar ul{
	margin: 0 auto;
	padding: 0;
}
.navbar a {
  background: none;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.navbar ul {
  list-style: none;
}

.navbar > ul > li {
  float: left;
}
.navbar > ul > li > a {
  color: #fff;
  padding: 0 9px;
  padding-top: 45px;
  padding-bottom: 20px;
}

.navbar  ul li a:hover {
	background:url(../images/bg-bullet-menu.png) no-repeat center -3px;
	text-decoration:none;
}

	
.navbar > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.navbar > ul > li:first-child > a {
}
.navbar > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.navbar > ul > li.active > a {
  background: none;
  color:#fff;
}
.navbar > ul > li:hover > a {
  color:#9fafbc;
  
}
.navbar .has-sub{
  z-index: 333;
}
.navbar .has-sub:hover > ul{
  display: block;
}
.navbar .has-sub ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 75px;
  right: 0;
  padding:0;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.175);
	box-shadow: 0 3px 6px rgba(0,0,0,0.175);
	background:background: rgba(255,206,27,1);
	background: -moz-linear-gradient(top, rgba(255,206,27,1) 0%, rgba(255,206,27,1) 1%, rgba(9,71,119,1) 2%, rgba(9,66,109,0.92) 41%, rgba(9,59,95,0.86) 69%, rgba(9,54,87,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,206,27,1)), color-stop(1%, rgba(255,206,27,1)), color-stop(2%, rgba(9,71,119,1)), color-stop(41%, rgba(9,66,109,0.92)), color-stop(69%, rgba(9,59,95,0.86)), color-stop(100%, rgba(9,54,87,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,206,27,1) 0%, rgba(255,206,27,1) 1%, rgba(9,71,119,1) 2%, rgba(9,66,109,0.92) 41%, rgba(9,59,95,0.86) 69%, rgba(9,54,87,0.8) 100%);
	background: -o-linear-gradient(top, rgba(255,206,27,1) 0%, rgba(255,206,27,1) 1%, rgba(9,71,119,1) 2%, rgba(9,66,109,0.92) 41%, rgba(9,59,95,0.86) 69%, rgba(9,54,87,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(255,206,27,1) 0%, rgba(255,206,27,1) 1%, rgba(9,71,119,1) 2%, rgba(9,66,109,0.92) 41%, rgba(9,59,95,0.86) 69%, rgba(9,54,87,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,206,27,1) 0%, rgba(255,206,27,1) 1%, rgba(9,71,119,1) 2%, rgba(9,66,109,0.92) 41%, rgba(9,59,95,0.86) 69%, rgba(9,54,87,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce1b', endColorstr='#093657', GradientType=0 );;
	
}
.navbar .has-sub ul li {
  *margin-bottom: -1px;
  
}
.navbar .has-sub ul li a,
.navbar ul .has-sin li a{
  filter: none;
  font-size: 14px;
  display: block;
  line-height: 120%;
  padding: 10px 10px 5px 10px;
  color: #fff;
  font-weight:normal;
}
.navbar .has-sub ul li:hover a{
   color: #ffb718;
}

.navbar .has-sub .has-sub:hover > ul {
  display: block;
}
.navbar .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.175);
	box-shadow: 0 3px 6px rgba(0,0,0,0.175);
	background:url(../images/bg-menu.png) repeat;
}
.navbar .has-sub .has-sub ul li a{
  background:#09395b;
 	color:#fff;
	font-weight:normal;
	
	
}
.navbar .has-sub .has-sub ul li a:hover {
 color: #fff;
}


header h1{
	padding:0;
	font-size:14px;
	font-family: 'open_sansregular', sans-serif;
	color:#fff;
	font-weight: 200;
	margin: -40px 0 0 0;
	text-align: left;
	float:left;
	width:60%;
	}

.azul-c{
	color:#b5e8f5;}
	
.azul{
	color:#56d0ea;
	}
.amarillo{
	color:#ffcc1b;}
	
.num-01{
	font-size:20px;}

header .right{
	float: right;
}


/* Social icons CSS */
ul.social-bar{
	margin-top:10px;}

.social-bar{
	display: block;
	overflow: hidden;
	margin: 10px 0 5px 0;
	padding: 0;
}

.social-bar li{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.social-bar li a{
	display: block;
	width: 100%;
	height: 100%;
}

#home,
.int {
	width: 100%;
	min-width: 960px;
	margin: auto;
}
#home{
	position: absolute;
	z-index: 999;}

/*/venta*/
.absolute{
	position: absolute!important;
	z-index: 99999;
	left: 18%;}


label{
	color:#fbf7f7;
	font-family: 'open_sansregular', sans-serif;
	font-size:12px;
	}


fieldset,
fieldset.venta {
	border: none;
	padding: 5px 50px 2px 30px;
	margin: 0 2px;
}

fieldset.venta {
	padding:8px 5px 5px 5px;
}

input.normal{
	background:#2d2d2d;
	border:1px solid #747475;
	width:140px;
	color:#fff;
	font-size:13px;
	padding:3px 5px;
	}
	
label.venta-select {
	position: relative;
	display: inline-block;
	width: 50px;
}

.venta-select select {
	padding-right: 30px;
}

.venta-select select {
	display: inline-block;
	border: 1px solid #373737;
	padding: 4px 5px 4px 5px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #373737;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 6px;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	width: 50px;
}

.venta-select:after {
	content: "▼";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 65%;
	line-height: 26px;
	padding: 0 5px;
	background: #a7a7a7;
	pointer-events: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid #373737;
	color:#333;
}


label.custom-select {
	position: relative;
	display: inline-block;
	width: 80%;
}

.custom-select select {
	padding-right: 30px;
}

.custom-select select {
	display: inline-block;
	border: 1px solid #0a5b9e;
	padding: 0 0 0 36px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #0a5b9e;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 6px;
	border-radius: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: 'open_sanslight';
	border-right: 0;
	border-left: 0;
	font-size:19px;
}

.custom-select:after {
	content: "▼";
	position: absolute;
	top: -4px;
	right: -1px;
	bottom: 0;
	font-size: 60%;
	line-height: 26px;
	padding: 2px 10px;
	color: #fff;
	pointer-events: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 15px;
	border: 1px solid #fff;
	background: #10529d;
}



.btn-fe,
.btn-buscar {
	color: #f4c935;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #75683c;
	background-image: -moz-linear-gradient(top, #94813f, #75683c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94813f), to(#75683c));
	background-image: -webkit-linear-gradient(top, #94813f, #75683c);
	background-image: -o-linear-gradient(top, #94813f, #75683c);
	background-image: linear-gradient(to bottom, #94813f, #75683c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	line-height:20PX;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 10px 10px;
	padding:3px 6px;
	border:none;
	}

.btn-buscar {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e8b811!important;
	font-size:18px;
	line-height:22PX;
	border:none;
	background-image:none;
	text-shadow:none;
	padding:3px 10px;
}
/*/venta*/

<!--VENTA OCULTA-->

.container {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 250px;
  z-index: 1;
  text-align: center;
}
#feedback{
			position: fixed;
			top:100px;
			left:-470px;
			z-index: 999;
		}
		#feedback form{
			float: left;
			border: 1px solid #999;
			padding: 10px;
			border-radius:5px;
		}
		#feedback form label{
			display: block;
			float: left;
			text-align:right;
			margin-right:20px;
			width:70px;
			font-weight:bold;
			color: 019AC6;
			font-size:14px;
		}
		#feedback a{
			background:url("feedback-buttons.png")  no-repeat center left transparent;
			display: block;
			width:40px;
			height:175px;
			float: left;
			text-indent:-9999em;
			position: absolute;
			top:120px;
			right:-40px;
		}
		#feedback a:hover{
			background-position: center right;
		}
		#feedback form .btn{
			float: right;
			background:url("send.png")  no-repeat 0px 0px transparent;
			text-indent:-9999em;
			width:80px;
			height:28px;
			border:none;

		}
		#feedback form textarea{
			width:250px;
			height:140px;
			border: 1px solid #019AC6;
		}
		#feedback form input[type="text"]{
			width:250px;
			height:30px;
			border: 1px solid #019AC6;
		}
		#feedback h2{
			text-align:center;
			color: #019AC6;
			/*text-shadow:0.2px 0.3px 0.3px #000;*/
			font-size:22px;
		}

.img-mapa{
	position: absolute;
	top: 50px;}

.estadolistDrop{
	background:url(../images/bg-select-puntos-venta.png) no-repeat;
	width:100%;
	line-height:20px;
	}

.relative{
	position:relative;}

.cont-bottom{
	width:100%;
	position:relative;
	background:#fff;
	padding:5px 0;}


/*premier*/

.logo-premier{
	position: absolute;
	top: 47px;
	right: 55px;
	z-index: 999;}
	
.loader{
	width:70px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(../images/premier/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}


/* Preview Slider Gallery Style */
.ps_container{
	display:none;
	width:680px;
	height:500px;
	margin:20px auto 0px auto;
	position:relative;
}
.ps_image_wrapper{
	width:680px;
	height:450px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/premier/prev.png) no-repeat top center;
	left:-50px;
}
.ps_next{
	background:transparent url(../images/premier/next.png) no-repeat top center;
	right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
	margin:20px auto;
	position:relative;
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/premier/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/premier/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

.lists-check ul,
ul.lists-check,
ul.lists-check-nb,
.lists-check-bs ul{
	margin-bottom: 30px;
	margin-left: 10px;
	padding-left: 25px;
	border-left: 8px solid rgba(63,148,148, 0.1);
	font-family: 'open_sansregular','Open Sans', sans-serif;
}
ul.lists-check-nb,
.lists-check-nb ul{
	border-left:none;}

.lists-check ul li,
ul.lists-check li,
ul.lists-check-nb li,
.lists-check-nb ul li,
.lists-check-bs ul li{ 
	list-style-image: url(../images/check.png);
	line-height: 16px;
	font-size: 14px;
	padding-bottom: 20px;
}

.lists-check-bs ul li{
	list-style-image: none!important;
	list-style-type:none; 
	padding-bottom: 0;}

/*tabla paquetería*/
.style8 {
	font-size: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #CC9900;
	height: 40px;
	text-shadow: 1px 1px 1px #333;
}

.style11 {
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 35px;
	background: #F9FDFF;
	border-bottom: 1px solid #0ebcd4;
}

img.servicios{
	vertical-align:middle;
	margin: 0 10px;}

hr.line{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c0d4df;
	border-left:0;
	position:relative;
	margin:30px auto;
	width:80%;}


/*FORMUALRIO*/

	
.contacto-form p.field input {
	margin: 0;
	padding: 6px 6px 7px 6px;
	width: 94%;
	height: 30px;
	line-height: 16px;
	
	background: none;
	min-height: 41px;
	padding: 10px 14px 10px 14px !important;
	border: 1px solid #a4cadd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	font-size: 16px;
	font-weight: 400;
	color: #157bb0;
}


textarea {
	width:100%;
	background: none;
	min-height: 41px;
	margin: 0;
	padding: 10px 14px 10px 14px !important;
	border: 1px solid #a4cadd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	font-family: 'open_sansregular','Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #157bb0;
}

.datos-requeridos {
	font-size: 0.895em;
}
.field-row, #col-420b .field-row {
	margin: .6em 0;
	overflow: hidden;
}

.mt280{
	margin-top:280px;}
	
#contacto-form #btn-enviar {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	margin: 0px 0px 8px 250px;
	width: 186px;
	background-color: #0065a4;
	border:none;
}

#contacto-form #btn-enviar:hover,
#contacto-form #btn-subir:hover{
	background-color: #ffcc1b;}

#contacto-form #btn-subir {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 7px;
	margin: 0px 10px;
	width: 90px;
	background-color: #0065a4;
	border:none;
}

.req {
	margin:5px 8px;
	color: #d40d16;
}

placeholder{
	color:#157bb0;}

.dorado{
	color: #e1c86d;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}


div.upload {
    width: 157px;
    height: 57px;
    background: url(https://lh6.googleusercontent.com/-dqTIJRTqEAQ/UJaofTQm3hI/AAAAAAAABHo/w7ruR1SOIsA/s157/upload.png);
    overflow: hidden;
}

div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

/*FOOTER*/
footer {
	z-index: 999;
	background: #5a5a5a;
	width: 100%;
	border-bottom: solid 5px #050505;
}

.footer-fix{
	position: fixed;
	bottom: 0;
	z-index:99999;
	width:100%;
	border-bottom:solid 5px #050505;
	left:0px;
	right:0px;
	margin-bottom:0px;}

div.footer{background:#5a5a5a;}

footer a,
.footer-fix a{
	color:#ffcc1b;}

footer a:hover,
.footer-fix a:hover{
	color:#c5c5c5;}

footer p.firma,
.footer-fix p.firma{
	color:#bdbdbd;}

/*NUEVOS*/
.pqs{
	font-family: 'bebas_neueregular',  sans-serif;
	color: #092439;
	font-weight: bolder;
	font-size:40px;
	line-height: 48px;
}

.hyp{
	color: #E8B811;
	font-family: 'alleritalic', sans-serif;
	font-style: normal;
	font-size:24px;
	line-height: 24px;
}

.pvj{
	color: #E8B811;
	font-family: 'alleritalic', sans-serif;
	font-size:30px;
	line-height: 31px;
}

.eep{
	color: #113F64;
	font-family: 'bebas_neueregular',  sans-serif;
	font-size:37px;
	line-height: 38px;
}

.tla{
	color: #092439;
	font-family: 'bebas_neueregular',  sans-serif;
	font-weight: bolder;
	font-size:40px;
	line-height: 43px;
}

.slp{
	color: #E8B811;
	font-family: 'aller_lightregular', sans-serif;
	font-weight: normal;
	font-size:33px;
	line-height: 33px;
	font-style: italic;
}

.ryn{
	color: #113F64;
	font-family: 'aller_lightitalic', sans-serif;
	font-weight: lighter;
	font-size:26px;
	font-style: italic;
}

.mty{
	color: #092439;
	font-family: 'aller_lightitalic', sans-serif;
	font-weight: normal;
	font-size:33px;
}