.video-presentacion p{
	font-size:19px;
	color:#6f7072;
}

.video-presentacion p span{
	font-family: 'Futura Bt Heavy';
	font-size:22px;
	color:#6f7072;
}

.slider{
	width: 100%;
    display:block;
    overflow: hidden;
    min-height: 10px;
}

.btn-min{
	width: 210px !important;
}

.btn-center-text{
	text-align: center;
}

.btn-center{
	margin:0px auto;
}

#slider-beneficios{
	width: 100%;
	height:150px;
    display:block;
}

#slider-beneficios .next-btn,
#slider-beneficios .prev-btn{
	display: none;
}

#slider-beneficios li a{
	display: block;
}

#slider-beneficios li a img{
	display: block;
	width: 100%;
	height: auto;
}

#slider-beneficios .slider-indicators{
	position: absolute;
    bottom: 10px;
    left:50%;
}

#slider-beneficios .slider-indicators li{
	border:1px solid #FFFFFF;
    width: 10px;
    height: 10px;
    float: left;
    border-radius:50%;
    margin-right:5px;
}

#slider-beneficios .slider-indicators li.active{
	background: #FFFFFF;
}

/* desktop */

#slider-beneficios-desktop .next-btn,
#slider-beneficios-desktop .prev-btn{
	display: none;
}

#slider-beneficios-desktop li a{
	display: block;
}

#slider-beneficios-desktop li a img{
	display: block;
	width: 100%;
	height: auto;
}

#slider-beneficios-desktop .slider-indicators{
	position: absolute;
    bottom: 10px;
    left:50%;
}

#slider-beneficios-desktop .slider-indicators li{
	border:1px solid #FFFFFF;
    width: 10px;
    height: 10px;
    float: left;
    border-radius:50%;
    margin-right:5px;
    cursor:pointer;
}

#slider-beneficios-desktop .slider-indicators li.active{
	background: #FFFFFF;
}

/* end desktop */

.btn-grey{
	border:0px;
	width: 100%;
	display:block;
	background:url('../img/common/btn-grey.jpg') 0px 0px;
	background-repeat:repeat-x;
	font-family: 'Futura Bt Heavy';
	color:#868789;
	padding:8px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.28);
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.28);
}

.btn-grey:hover{
	color:#868789;
	text-decoration: none;
	outline:0px;
}

.btn-grey:focus{
	outline:0px !important;
}

.btn-grey.inverse{
	background:url('../img/common/btn-grey-inverse.jpg') 0px 0px;
}

.btn-grey.enviar{
	width: 180px;
}

.btn-grey.vermas{
	width: 120px;
	margin-top:10px;
}

.btn-icon{
	padding-left:80px;
	position: relative;
}

.btn-icon i{
	position: absolute;
	left:15px;
	top:-3px;
}

hr{
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #878889;
	
}

/* icons */

.icon{
	background:url('../img/common/icons.png') 0px 0px;
	display: block;
}

.icon.bg-blue-pencil{
	background-position: -48px 0px;
	width: 46px;
	height:33px;
}

.icon.bg-blue-casmu{
	background-position: -1px 0px;
	width: 46px;
	height:33px;
}

.icon.icon-grey-circle{
	background:transparent;
	border-radius:50%;
	border:1px solid #8a8b8d;
	height:10px;
	width:10px;
	float:left;
}

.icon.icon-grey-circle.selected{
	background:#8a8b8d;
}

.icon.bg-blue-telephone{
	background-position: -154px -77px;
	width: 76px;
	height:53px;
}

/* end icons */

ul{
	list-style: none;
	padding:0px;
}

ul.beneficios{
	width: 100%;
	
}

ul.beneficios li{
	float:left;
	width: 23%;
	margin-right:2%;
}

ul.beneficios li:last-child{
	margin-right:0px;
}

ul.beneficios li a{
	color:#003c76;
	font-family: 'Futura Bt Heavy';
	text-align: center;
	font-size:18px;
	text-decoration: none;
    display: block;
    cursor: pointer;
}

ul.beneficios li a:focus{
	outline:0px !important;
}

ul.beneficios li a span{
	color:#868789;
	font-size:12px;
	font-family: 'Futura Bt Book Italic';
}

ul.beneficios li a img{
	width: 100%;
	margin-bottom:10px;
}

h3.bg-grey{
	background:url('../img/common/bg-grey.jpg') 0px 0px;
	background-repeat:repeat-x;
	display: block;
	width: 100%;
	height:35px;
	padding-top:10px;
	padding-left:10px;
	color:#868789;
	font-family: 'Futura Bt Heavy';
	border-radius:10px 10px 10px 10px;
	margin-bottom:10px;
}

.beneficios-descripcion p{
	font-size:16px;
	color:#868789;
	font-family: 'Futura Bt Book Italic';
	background:url('../img/common/icon-check.png') 0px 2px no-repeat;
	padding-left:30px;
}

.beneficios-descripcion p.footer{
	background:none;
	padding:0px;
	text-align:right;
}