
/* fonts **/

/*Lato Light **/

@font-face {
font-family: 'Lato';
src: url('/fonts/v1.x/v1.0/lato/lato-light-webfont.eot');
src: url('/fonts/v1.x/v1.0/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/v1.x/v1.0/lato/lato-light-webfont.woff') format('woff'),url('/fonts/v1.x/v1.0/lato/lato-light-webfont.ttf') format('truetype'),url('/fonts/v1.x/v1.0/lato/lato-light-webfont.svg#latolight') format('svg');
font-weight: 300;
font-style: normal;
}
	

/* Lato Regular **/

@font-face {
font-family: 'Lato';
src: url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot');
src: url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.woff') format('woff'),url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.ttf') format('truetype'),url('/fonts/v1.x/v1.0/lato/lato-regular-webfont.svg#latoregular-') format('svg');
font-weight: normal;
font-style: normal;
}
	

/* Lato Black **/

@font-face {
font-family: 'Lato';
src: url('/fonts/v1.x/v1.0/lato/lato-black-webfont.eot');
src: url('/fonts/v1.x/v1.0/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/v1.x/v1.0/lato/lato-black-webfont.woff') format('woff'),url('/fonts/v1.x/v1.0/lato/lato-black-webfont.ttf') format('truetype'),url('/fonts/v1.x/v1.0/lato/lato-black-webfont.svg#latoblack') format('svg');
font-weight: 800;
font-style: normal;
}
	


 .promo_tutellus {
 	background: url(/estaticos/2016/04/tutellus/img/fondo.jpg) no-repeat left top #d7e0e6;
 	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
  background-size: cover;
 }

  .promo_tutellus a {
 	transition:all 0.3s ease-in-out 0s; text-decoration: none; display: inline-block; height: 100%; width: 100%;
 }
 
 .promo_tutellus a:hover,
 .promo_tutellus a:hover p{
 transition:all 0.3s ease-in-out 0s; opacity:0.8; filter:alpha(opacity=80);
 }
  .promo_tutellus_inner {
  	overflow: hidden;
  }

  .promo_tutellus .r-info {
  	padding-bottom: 7px;
    width: 100%; height: auto;
  }

 .promo_tutellus .r-tit {
 	display:block;
 	width: 100%;
 	text-align:center;
 	margin: 0 auto;
 	text-indent: -9999px;
 	position: relative;
 	width: 287px;
 	height: 149px;
 	background: url(/estaticos/2016/04/tutellus/img/encabezado.png) no-repeat center top;
 }

 .promo_tutellus ul{width: 100%; height: auto; text-align: center; padding: 0}

 
 .promo_tutellus li {
 	list-style: none;
 	width: 220px;
 	height: 45px;
 	background: #fff;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-mox-box-sizing: border-box;
 	ms-box-sizing: border-box;
  display: inline-block;
  margin: 5px auto;
 }

 .promo_tutellus li p {
 	font: 15px/17px "Lato", arial, sans-serif ;
 	color:#000;
 	margin-bottom: 6px;
  line-height: 45px;
  }
.promo_tutellus .flecha{background: url(/estaticos/2016/04/tutellus/img/flecha.png) no-repeat center top; text-indent: -9999px; display:inline-block; width: 20px; line-height: 12px;}

  .promo_tutellus .boton{background: #009eb0; font-size: 17px; font-family: "Lato"; text-transform: uppercase; color: #000; text-align: center; padding:5px 0 5px; width: 287px; margin: 0 auto 10px; height: 50px}
  .promo_tutellus .boton p{margin: 0; line-height: 50px}
  .promo_tutellus .boton p a{color: #FFF;}

