body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #707070;
    background-color: #fff;
	margin: 0px;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #11775b;
    color: #fff;
    text-shadow: none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body, html {
	height: 100%;
}
/* jota css */

.bg_top{
	background: url(img/bg_top.png) no-repeat 100px 0px;
	margin-bottom: 20px;
}
.logo{
	/*padding-top: 30px;*/
	padding-bottom: 18px;
}
.buscadortop, .logintop{
	text-align: right;
	/*padding-top: 30px;*/
	padding-top: 10px;
	padding-bottom: 18px;
	position: relative;
}
.buscadortop input[type=text]{
	border: 1px solid #c6c6c6;
	font-size: 13px;
	color: #11775b;
	font-family: 'Dosis', sans-serif;
	padding: 8px 12px;
	width: 220px;
}
.buscadortop input[type=text]:focus, 
.buscadortop input[type=text]:hover{
	outline: none;
	border: 1px solid #11775b;
}

.buscadortop input[type=submit]{
	width: 30px;
	height: 36px;
	background: url(img/ico_lupa.png) no-repeat center center;
	position: absolute;
	/*top: 30px;*/
	top: 10px;
	right: 15px;
	border: 0px;
	font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buscadortop input[type=submit]:hover{
	opacity: 0.5;
}

/*menu*/

.bg_top .navbar-default .navbar-collapse, .bg_top .navbar-default .navbar-form {
	border: none;
    padding: 0px;
}
.bg_top .navbar-default {
	background: rgba(234,233,235,1);
background: -moz-linear-gradient(top, rgba(234,233,235,1) 0%, rgba(222,223,224,1) 99%, rgba(222,223,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,233,235,1)), color-stop(99%, rgba(222,223,224,1)), color-stop(100%, rgba(222,223,224,1)));
background: -webkit-linear-gradient(top, rgba(234,233,235,1) 0%, rgba(222,223,224,1) 99%, rgba(222,223,224,1) 100%);
background: -o-linear-gradient(top, rgba(234,233,235,1) 0%, rgba(222,223,224,1) 99%, rgba(222,223,224,1) 100%);
background: -ms-linear-gradient(top, rgba(234,233,235,1) 0%, rgba(222,223,224,1) 99%, rgba(222,223,224,1) 100%);
background: linear-gradient(to bottom, rgba(234,233,235,1) 0%, rgba(222,223,224,1) 99%, rgba(222,223,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9eb', endColorstr='#dedfe0', GradientType=0 );
   
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.bg_top .nav>li:last-child{
	border-right: none;
}
.bg_top .navbar-nav{
	display: flex;
}
.bg_top .nav>li{
	flex-grow: 1;
}
.bg_top .nav>li>a {
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	color: #464646;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.bg_top .navbar-default .navbar-nav>.active>a, .bg_top .navbar-default .navbar-nav>.active>a:focus, .bg_top .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
	background: rgba(45,135,110,1);
	background: -moz-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,135,110,1)), color-stop(99%, rgba(17,119,91,1)), color-stop(100%, rgba(17,119,91,1)));
	background: -webkit-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -o-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -ms-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: linear-gradient(to bottom, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d876e', endColorstr='#11775b', GradientType=0 );
}

.bg_top .nav>li>a:hover {
    color: #fff;
	background: rgba(45,135,110,1);
	background: -moz-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,135,110,1)), color-stop(99%, rgba(17,119,91,1)), color-stop(100%, rgba(17,119,91,1)));
	background: -webkit-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -o-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: -ms-linear-gradient(top, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	background: linear-gradient(to bottom, rgba(45,135,110,1) 0%, rgba(17,119,91,1) 99%, rgba(17,119,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d876e', endColorstr='#11775b', GradientType=0 );
}
.bg_top .navbar.navbar-default{
		margin-bottom: 0px;
}
@media (min-width: 768px){
	.bg_top .navbar-nav {
		width: 100%;
	}
}
@media (max-width: 515px){
	.buscadortop input[type=text]{
		width: 100%;
	}
	.logo img{
		max-width: 100%;
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.bg_top .nav>li{
		display: flex;
		min-height: 50px;
	}
	.bg_top .nav>li>a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 8px;
	}
}
@media (max-width: 767px){
	.navbar-collapse{
		overflow-x: hidden;
	}
	.bg_top .navbar-nav{
		flex-direction: column;
	}
}
.bg_top .navbar-default .navbar-toggle {
   border-color: transparent;
}
.bg_top .navbar-toggle {
    position: relative;
    float: none;
	width: 100%;
	color: #11775b;
	font-weight: 600;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.footer{
	background: #393939;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}
.footer a{
	color: #fff;
}
.footer span{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	position: relative;
	top: -2px;
	margin: 0 12px;
}
.sub_footer{
	padding: 16px 0;
	background: #414141;
	text-align: center;
	color: #bdbdbd;
	font-size: 13px;
}
.calltoaction{
	background-image: url(img/bg_cta.jpg);
	padding: 15px 0;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	/*position: fixed;
	bottom: 130px;*/
	left: 0;
	width: 100%;
	z-index: 100;
}
.calltoaction_cont.fixed .calltoaction {
	position: fixed;
	/*bottom: 0;*/
}
.calltoaction_cont.fixed {
	height: auto;
}
.calltoaction h4{
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.calltoaction input, .calltoaction textarea{
	width: 100%;
	padding: 6px 10px;
	border: 0px;
	font-size: 15px;
	color: #616161;
	margin-bottom: 14px;
}
.calltoaction textarea{
	height: 80px;
}
.calltoaction select{
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	width: 100%;
	padding: 6px 10px;
	font-size: 15px;
	color: #616161;
	margin-bottom: 14px;
     background: url(img/flecha_select.png) no-repeat 96% 50% #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}
.calltoaction .pretty input[type=checkbox] {
	width: auto;
}

.calltoaction input:focus, .calltoaction textarea:focus, 
.calltoaction input:hover, .calltoaction textarea:hover{
	outline: none;
}
.polit_cta{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.pretty .state label:before {
    border-color: #a1d332;
}
.pretty.p-default input:checked ~ .state label:after {
    background-color: #a1d332 !important;
}
.polit_cta a{
	color: #fff;
	text-decoration: underline;
}
.polit_cta a:hover{
	text-decoration: none;
}
.polit_cta input[type=submit]{
	background: #11775b;
	display: inline-block;
	border: 0px;
	color: #fff;
	width: auto;
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.polit_cta input[type=submit]:hover, .polit_cta input[type=submit]:focus{
    background-color: #a1d332;
	outline: none;
	color: #11775b;
}
.slider-home{
	height: 465px;
	margin-bottom: 40px;
}
#slider-home .item{
	height: 465px;
	position: relative;
    background-size: cover;
}

.cont_slider{
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 65%;
}
.cont_slider_blanco{
	padding: 30px 40px;
	color: #707070;
	font-size: 16px;
	background: rgba(255,255,255,0.90);
}
.cont_slider_verde{
	padding: 25px;
	background-image: url(img/inicio/bg_h1slider.jpg);
}
.cont_slider_verde h1{
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	font-weight: 400;
}
.owl-theme .owl-controls{
	top:-262px;
	position: relative;
	margin-top: 0px;
}
.owl-prev{
	left: 0px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	font-size: 0px;
	height: 24px;
	width: 14px;
	background: url(img/inicio/prev.png) no-repeat center center;
}
.owl-next{
	right: 0px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	font-size: 0px;
	height: 24px;
	width: 14px;
	background: url(img/inicio/next.png) no-repeat center center;
}
a.ban_home{
	display: block;
	margin-bottom: 30px;
}
a.ban_home:hover{
	text-decoration: none;
}
.ban_home h2{
	background:#f7f7f7;
	color: #11775b;
	padding: 15px;
	font-family: 'Dosis', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.img_banner_forbes{
	height: 369px;
	overflow: hidden;
}

.img_banner_forbes img{
	height: 369px;
	width: 100%;
	object-fit: cover;
}

.img_banner{
	height: 322px;
	overflow: hidden;
}
.img_banner img{
	object-fit: cover;
	height: 322px;
	width: 100%;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ban_home span{
	background: url(img/inicio/flecha.png) no-repeat 95% 50% #11775b;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	padding: 8px 30px 8px 15px;
	display: block;
	font-weight: 300;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.ban_home:hover .img_banner img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
}
a.ban_home:hover span{
	background: url(img/inicio/flecha.png) no-repeat 98% 50% #11775b;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.ban_home:hover h2{
	background:#11775b;
	color: #fff;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vertodos a{
	display: block;
	background: #f7f7f7;
	padding: 15px 5px;
	text-align: center;
	font-size: 20px;
	color:#11775b;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 30px;
}
.vertodos a:hover{
	background: #11775b;
	color: #fff;
	text-decoration: none;
}

.enlaceconvenio{
	text-align: right;
	padding-top: 10px;
     font-family: 'Dosis', sans-serif;
}
.enlaceconvenio a{
	color: #11775b;
	display: inline-block;
	padding-left: 30px;
	background: url(img/ico_convenio.png) no-repeat 3px 1px;
	font-size: 18px;
}
.t_producto{
	color: #11775b;
}
.t_producto h1{
	color: #11775b;
	font-size: 28px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.t_producto h1 > span {
	font-style: italic;
}
.titulos{
	margin-top: 20px;
	margin-bottom: 30px;
}
.titulo_colectivo{
	text-align: right;
	font-family: 'Dosis', sans-serif;
	color: #525252;
	font-weight: 500;
	font-size: 18px;
}
.no-productos {
	font-style: italic;
	padding: 10px 0 50px;
}
.cont_producto{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.cont_producto:after{
      clear: both;    
	display: table;
    content: " ";
}
.img_list_producto{
	height: 206px;
	width: 400px;
	display: inline-block;
	float: left;
}
.img_list_producto a{
	height: 206px;
	overflow: hidden;
	display: block;
}
.img_list_producto a img{
	height: 206px;
	width: 100%;
     object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img_list_producto a:hover img{
      -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.cont_infolist_producto{
	display: inline-block;
	width: calc(100% - 400px);
	margin-left: -5px;
	float: right;
	
}
.cont_infolist_producto h2{
	margin: 0px;
	padding: 0px;
}
.cont_infolist_producto h2 a{
	display: block;
	background: #11775b;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
	margin: 0px;
	padding: 0px;
	padding: 12px 20px;
}
.cont_infolist_producto h2 a:hover{
	background: #f7f7f7;
	color: #11775b;
}
.cont_infolist_producto div{
	padding: 20px;
}
.cont_infolist_producto a{
	color: #11775b;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	padding-right: 24px;
	background: url(img/listado/flecha.png) no-repeat 100% 4px;
	margin-top: 5px;
}
.cont_infolist_producto a:hover{
	padding-right: 30px;
	text-decoration: none;
}
@media (max-width: 768px){
	.cont_slider {
		left: 0px;
		padding: 0 40px;
		width: 100%;
	}
	.titulos > div {
		text-align: center;
	}
	.t_producto{
		text-align: center;
	}
	.titulo_colectivo{
		text-align: center;
		padding-top: 6px;
	}
}
@media (max-width: 991px){
	
	.img_list_producto, .cont_infolist_producto{
		width: 100%;
		float: none;
	}
	.cont_infolist_producto{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-top: -5px;
	}
}
.top_ficha{
	padding: 15px 20px;
	background: #11775b;
	color: #fff;
	margin-bottom: 20px;
}
.top_ficha .t_producto h1, .top_ficha .titulo_colectivo{
	color: #fff;
}
.info_ficha{
	font-size: 14px;
	color: #434343;
}
.info_ficha ul{
	padding-left: 10px;
	margin: 20px 0;
}
.info_ficha ul > li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	list-style: none;
	padding-left: 24px;
	background: url(img/ficha/check.png) no-repeat 1px 5px;
}
.info_ficha ol {
	list-style-type: none;
	counter-reset: contador-ol;
	position: relative;
}
.info_ficha ol > li {
	counter-increment: contador-ol;
	margin-bottom: 8px;
}
.info_ficha ol > li::before {
	content: counter(contador-ol) ".";
	color: #a1d332;
	right: calc(100% - 30px);
	position: absolute;
	text-align: right;
}
.cont_convenio table ul {
	margin: 8px 0;
}
.cont_convenio table li > p {
	margin-bottom: 2px;
}
.cont_convenio table li > ol > li {
	margin-bottom: 2px;
}
.cont_convenio table li > ul > li {
	margin-bottom: 2px;
}
.descarga_pdf{
	margin: 20px 0;
}
.descarga_pdf a{
	display: inline-block;
	padding: 10px;
	border: 2px solid #11775b;
	color: #11775b;
	padding-left: 35px;
	background: url(img/ficha/ico_pdf.png) no-repeat 8px 7px;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.descarga_pdf a:hover{
	color: #fff;
	text-decoration: none;
	background: url(img/ficha/ico_pdf_over.png) no-repeat 8px 7px #11775b;
}
.fotoficha{
	width: 100%;
     position: relative;
    display: inline-block;
	background-color: rgba(17,119,91,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}
.fotoficha:before, .fotofichaimg:before{
    content: '';
    padding-top: 100%;
	display: block;
}
.fotofichaimg{
	width: 100%;
    display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	top: 0px;
	left: 0px;
	position: absolute;
}
/* Por si dentro del círculo se quiere poner un texto */
.fotoficha span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-size: 2vw;
}
.texto_legal {
	font-size: 10px;
	color: #339966;
	text-align: justify !important;
}


@media (max-width: 768px){
	.fotoficha{
		width: 50%;
		margin: auto;
		margin-bottom: 20px;
	}
	.fotoficha span {
		font-size: 4vw;
	}
}
.simulador_in{
	margin-top: 20px;
}
.simulador_in{
	text-align: center;
}
.simulador_in h2{
    margin: 0px;
    color: #11775b;
    font-size: 28px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
	margin-bottom: 20px;
	background: url(img/ficha/ico_simulador.png) no-repeat 0px 6px;
	padding: 5px 0px;
	padding-left: 40px;
	margin-bottom: 25px;
	display: inline-block;
}
.simulador_in h2 a{
    color: #11775b;
	text-decoration: underline;
}
.simulador_in h2 a:hover{
	color: #a1d332;
	text-decoration: none;
}
.cta_ficha{
	border: 2px solid #f2f2f2;
	padding: 14px 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.cta_ficha h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #11775b;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.cta_ficha .pretty {
	margin: 10px 0;
}
.cta_ficha .state label{
	color: #696969;
}
.cta_ficha .state label a{
	color: #a1d332;
}
.cta_ficha input[type=text], .cta_ficha textarea,.cta_ficha select {
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 14px;
	border: 2px solid #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cta_ficha textarea {
	height: 167px;
	margin-bottom: 0px;
}
.cta_ficha input[type=text]:focus, .cta_ficha input[type=text]:hover, .cta_ficha textarea:focus, .cta_ficha textarea:hover{
	outline: none;
	border: 2px solid #a1d332;
}
.slider_log{
	height: 502px;
	margin-bottom: 30px;
	background: url(img/home/bg_top.jpg) no-repeat left center #fff;
	text-align: right;
	font-size: 16px;
	color: #707070;
}
.slider_log h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
	text-transform: uppercase;
    color: #11775b;
	font-size: 30px;
	padding-top: 130px;
}

@media (max-width: 991px){
	.slider_log h1{
		padding-top: 100px;
	}
	.slider_log h1 br{
		display: none;
	}
}
@media (max-width: 768px){
	.slider_log{
		height: auto;
		padding-left: 160px;
		padding-bottom: 100px;
		background: url(img/home/bg_top.jpg) no-repeat 36% 50% #fff;
	}
}
@media (max-width: 535px){
	.slider_log{
		padding-left: 100px;
	}
}

.cta_colectivo{
	padding: 40px 0;
	margin-bottom: 60px;
	background-image:url(img/home/bg_bancolectivo.jpg);
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	text-align: center;
	color: #fff;
}
.cta_colectivo h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
	text-transform: uppercase;
	font-size: 28px;
}
.cta_colectivo a{
	display: inline-block;
	margin: auto;
	color: #11775b;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 500;
	padding: 10px 25px;
	padding-right: 60px;
    background: url(img/listado/flecha.png) no-repeat 95% center #fff;
}
.cta_colectivo a:hover{
	text-decoration: none;
    background: url(img/listado/flecha.png) no-repeat 98% center #fff;
}
.logintop a{
	font-size: 15px;
    font-family: 'Dosis', sans-serif;
	display: inline-block;
	color: #fff;
	background: #11775b;
	padding: 6px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #11775b;
}
.logintop a:hover{
	background: #fff;
	color: #11775b;
	text-decoration: none;
}
.logintop a:first-child{
	color: #aaaaaa;
	background: none;
	border: 1px solid transparent;
	margin-right: 10px;
}
.logintop a:first-child:hover{
	color: #11775b;
}
.bg_buscadormain{
	padding: 30px 0;
	background: #f7f7f7;
	margin: 30px 0;
}
.bg_buscadormain_cont{
	position: relative;
}
.bg_buscadormain_cont input[type=text] {
    border: 1px solid #c6c6c6;
    font-size: 16px;
    color: #11775b;
    font-family: 'Dosis', sans-serif;
    padding: 12px 12px;
    width: 100%;
}
.bg_buscadormain_cont input[type=submit] {
    width: 36px;
    height: 36px;
    background: url(img/home/lupa.png) no-repeat center center;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0px;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bg_buscadormain_cont input[type=submit]:hover {
    opacity: 0.5;
}
.bg_buscadormain_cont input[type=submit]:focus {
	outline: none;
}
.bg_buscadormain_cont input[type=text]:hover, .bg_buscadormain_cont input[type=text]:focus {
	outline: none;
     border: 1px solid #11775b;
}
.demandados{
    font-size: 28px;
    color: #fff;
	font-weight: 300;
    font-family: 'Dosis', sans-serif;
	background: #11775b;
	padding: 10px 25px;
	margin: 0px;
	margin-bottom: 20px;
}
.demandados > span {
	font-style: italic;
}

a.ficha_convenio{
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
a.ficha_convenio h2{
    color: #11775b;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
    font-family: 'Dosis', sans-serif;
	padding: 10px;
	margin: 0px;
	margin-bottom: 6px;
	height: 78px;
}
a.ficha_convenio h2 span{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	display: block;
}
.img-convenio{
	height: 120px;
	text-align: center;
	padding: 5px;

}
.img-convenio img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ver-convenio{
	padding: 5px 10px;
    color: #fff;
	font-size: 15px;
    font-family: 'Dosis', sans-serif;
	background: url(img/home/flecha_convenio.png) no-repeat 95% 50% #11775b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.ficha_convenio:hover{
	border: 1px solid #11775b;
	text-decoration: none;
}
a.ficha_convenio:hover .ver-convenio{
	background: url(img/home/flecha_convenio.png) no-repeat 98% 50% #11775b;
}
h1.demandados.novedades{
    color: #11775b;
	background: #f7f7f7;
	margin-top: 40px;
}
.buscadortop-in{
	position: relative;
}
.buscadortop-in input[type=submit]{
    top: 0px;
    right: 2px;
}
.sesioniniciada{	
	color: #818181;
	font-size: 12px;
	font-weight: 500;
    font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	padding-left: 18px;
	background: url(img/home/user-ico.png) no-repeat 3px 3px;
	display: inline-block;
	margin-bottom: 5px;
}
.sesioniniciada span{
	color: #11775b;
	font-weight: 700;
}
.cerrarsesion{
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 6px;
}
.cerrarsesion a{
	display: inline-block;
	color: #818181;
	font-size: 12px;
	font-weight: 500;
    font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	padding-left: 18px;
	background: url(img/home/cerrar.png) no-repeat 2px 2px;
}
.cerrarsesion a:hover{
	color: #CE0B26;
	text-decoration: none;
}
.modal-login h5{
	font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #11775b;
    font-size: 26px;
}

.modal-login input[type=password],
.modal-login input[type=text]{
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #616161;
    margin-bottom: 14px;
	border: 2px solid #f2f2f2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modal-header .close {
    margin-top: -34px;
    font-size: 30px;
}
.modal-login input[type=password]:focus, .modal-login input[type=password]:hover,
.modal-login input[type=text]:focus, .modal-login input[type=text]:hover{
	outline: none;
	border: 2px solid #a1d332;
}
.enviar_login{
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
}

.enviar_login input[type=submit]{
	background: #11775b;
	display: inline-block;
	border: 0px;
	color: #fff;
	width: auto;
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.enviar_login input[type=submit]:hover, .enviar_login input[type=submit]:focus{
    background-color: #a1d332;
	outline: none;
	color: #11775b;
}

/*ESTILOS PDF*/

.portada_pdf{
	max-height: 700px;
	overflow: hidden;
}
.portada_pdf img{
	width: 100%;
	height: auto;
}
.tit_pdf_portada h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #11775b;
    font-size: 40px;
    padding: 100px 0px;
	text-align: center;
}
.cont_logopdf{
	width: 510px;
	border: 1px solid #cecece;
	text-align: center;
	margin: auto;
}
.cont_logopdf img{
	max-width: 250px;
	height: auto;
	padding: 40px 0;
	
}
.mano{
	text-align: center;
}
.fecha_pdf{
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
	color: #414141;
	font-weight: 600;
	margin-bottom: 20px;
}
.top-pdf{
    background: #11775b;
	height: 7px;
}
.cont_cabecera{
	border-bottom: 1px solid #11775b;
	padding: 25px 0;
	margin-bottom: 25px;
}
.cont_cabecera h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #11775b;
    font-size: 20px;
	line-height: 1.4em;
}
.cont_cabecera h1 span{
	display: inline-block;
	color: #fff;
    background: #11775b;
	padding: 0 8px;
}
.logos_cabecerapdf{
	text-align: right;
}
.logos_cabecerapdf img{
	display: inline-block;
	margin-bottom: 8px;
	max-width: 200px;
	height: auto;
}
.cont_convenio h2{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
    background: #11775b;
	padding: 8px;
    font-size: 20px;
	text-align: center;
}
ul.lista_number_pdf, ul.lista_number_pdf li{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
ul.lista_number_pdf li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 35px;
}
ul.lista_number_pdf li span{
	display: inline-block;
	color: #fff;
    background: #11775b;
	padding: 3px 10px;
	border-radius: 50px;
	margin-left: -40px;
	margin-right: 8px;
}
.cont_convenio h3{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	color: #11775b;
	padding-left: 25px;
    font-size: 22px;
	background: url(img/pdf/flecha.png) no-repeat 0px 6px;
}
ul.listachech_pdf, ul.listachech_pdf li ul, .aclaraciones_pdf ul{
    padding-left: 10px;
    margin: 20px 0;
} 
ul.listachech_pdf li ul{
	margin-top: 10px;
}
ul.listachech_pdf li, .aclaraciones_pdf li{
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 24px;
	background: url(img/pdf/check.png) no-repeat 1px 5px;
}
.cont_convenio table{
	margin-bottom: 30px;
}
.cont_convenio table table {
	margin-bottom: 0px;
	border: none;
}
.cont_convenio table tr th, .cont_convenio table tr td{
	padding: 6px;
	border: 1px solid #11775b;
}
.cont_convenio table tr th th, .cont_convenio table tr td td {
	border: none;
	padding: 0;
	font-size: 12px;
}
.cont_convenio table table td:first-child {
	text-align: left;
	padding-right: 6px;
}
.cont_convenio table tr th{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
	color: #11775b;
	font-size: 18px;
}
.cont_convenio table tfoot tr td{
	border-right: none;
	border-left: none;
}
.interes_pdf{
	font-size: 40px;
	text-align: center;
	color: #11775b;
    font-weight: 600;
}
.interes2_pdf{
	font-size: 20px;
}
.letrapequena_pdf{
	padding:0px 20px 20px 20px;
	font-style: italic;
	font-size: 13px;
}
h2.anexo_tit_pdf{
	background: #464646;
}
.cont_convenio h4{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
	color: #11775b;
    font-size: 22px;
	margin: 30px 0 15px 0;
}
.anotacion_pdf{
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #11775b;
	font-weight: 600;
	color: #151516;
	text-align: center;
}
.aclaraciones_pdf{
	padding: 30px;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.aclaraciones_pdf h5{
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
	color: #393939;
	text-align: center;
	font-size: 22px;
}
.aclaraciones_pdf ul li{
	font-size: 15px;
}
/* // ESTILOS PDF*/

.navbar-toggle i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(img/flecha-menu.png) no-repeat center center;
}
.enlacesfooter{
	text-align: left;
		padding-top: 20px;
}
.buscador_oficinas{
	text-align: right;
	font-size: 13px;
}
.buscador_oficinas input[type=text] {
    border: 1px solid #c6c6c6;
    font-size: 13px;
    color: #11775b;
    font-family: 'Dosis', sans-serif;
    padding: 6px 12px;
	margin-top: 8px;
    width: 220px;
}
.buscador_oficinas input[type=submit] {
    width: 30px;
    height: 36px;
    background: url(img/ico_lupa.png) no-repeat center center;
    position: absolute;
    top: 24px;
    right: 15px;
    border: 0px;
    font-size: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buscador_oficinas input[type=text]:focus, .buscador_oficinas input[type=text]:hover {
    outline: none;
    border: 1px solid #11775b;
}
.buscador_oficinas span{
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(img/ico-loc.png) no-repeat center center;
    position: relative;
    margin-bottom: -5px;
    margin-right: 6px;
}
.back_home{
	font-size: 15px;
    color: #464646;
	margin-right: 10px;
}
.back_home:hover{
	color: #11775b;
}
.back_home span{
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url(img/back.png) no-repeat center center;
	margin-bottom: -11px;
	margin-right: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.back_home:hover span{
	opacity: 0.5;
}
@media (max-width: 768px){
	.back_home{
		font-size: 0px;
	}
	.logintop, .buscadortop, .logo{
		text-align: center;
	}
	.buscadortop input[type=text]{
		width: 100%;
	}
	.bg_buscadormain{
		background: #fff;
		padding: 0px;
	}
	.bg_top {
		background: url(img/bg_top.png) no-repeat 50% 50%;
	}
	.cont_slider{
		padding: 0px;
	}
	.cont_slider_blanco {
    	padding: 30px;
    	font-size: 15px;
	}
	#slider-home .item {
		height: 465px;
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.enlacesfooter{
		padding-top: 0px;
		text-align: center;
		padding-bottom: 10px;
	}
	.buscador_oficinas{
		text-align: center;
	}
	.buscador_oficinas input[type=submit] {
		right: calc(50% - 110px);
	}
	.back_home{
		position: absolute;
		left: 15px;
	}
	.buscadortop input.b_in_colectivos[type=text]{
		width: calc(100% - 42px);
		float: right;
	}
	.enlaceconvenio{
		text-align: center;
		padding-top: 6px;
		width: 100%;
	}
}
.volverlistado{
	text-align: center;
	padding-bottom: 20px;
}
.volverlistado a{
	display: inline-block;
    font-family: 'Dosis', sans-serif;
	color: #11775b;
	background: url(img/back.png) no-repeat left center;
	padding: 10px 0px;
	padding-left: 40px;
}
.img_con_listado{
	text-align: right;
	padding-bottom: 10px;
}
.img_con_listado{
	text-align: right;
}
.img_con_listado img{
	max-width: 100%;
	height: auto;
}
a.ficha_convenio.ficha_conveniolist h2{
	text-align: left;
}


.paginacion{
	text-align: center;
	margin: 20px 0;
}
.paginacion a{
	display: inline-block;
	margin: 0 1px;
	padding: 1px 7px;
	font-size: 16px;
	color: #2b2b2b;
	font-family: 'Oswald', sans-serif;
}
.paginacion a:hover, a.pag_selected{
	background: #11775b;;
	text-decoration: none;
	color: #fff;
}

.ordenar_conv_pagina{
	text-align: left;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	margin-left: 6px;
	margin-bottom: 15px;
}
.ordenar_conv_pagina select{
	width: 38px;
}

.n_paginas{
	text-align: right;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	margin-right: 6px;
}
.cont_convenio table{
	width: auto !important;
}
.soporte_documental{
	margin-bottom: 30px;
}
.soporte_documental ul{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.soporte_documental ul li{
	list-style: none;
	padding-left: 22px;
	font-size: 16px;
	background: url(img/ficha/ico_documentacion.png) no-repeat 7px 5px;
	margin-bottom: 10px;
}
.soporte_documental ul li a{
	color: #8ad228;
}
a.en_documentacion{
    background: url(img/ico_documentacion.png) no-repeat 4px 4px;
	margin-right: 10px;
}
.soporte_documental .titulo_colectivo{
	text-align: left;
	padding-top: 10px;
}
.tleft{
	text-align: left;
}
@media (max-width: 768px){
	.tleft{
		text-align: center;
	}
}
.asp_opera{
	font-weight: 600;
	padding: 10px 5px;
	border-top: 1px solid rgba(235,235,235,1.00);
}
.ref{
	font-weight: 600;
	color: #11775b;
    text-transform: uppercase;
}
.nueva_prot{
	text-align: left;
}
.nueva_prot .pretty, .polit_cta_nuevo .pretty{
	white-space: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 6px;
}
.nueva_prot .pretty .state label:before, .nueva_prot .pretty .state label:after,.polit_cta_nuevo .pretty .state label:before, .polit_cta_nuevo .pretty .state label:after{
	top: 0px;
}
.polit_cta_nuevo{
	text-align: left;
    color: #707070;
}
.polit_cta_nuevo strong{
	margin-top: 10px;
}
.com_enlace{
	text-align: center;
}
.com_enlace a{
	display: inline-block;
	font-size: 15px;
	color: #434343;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(img/ficha/ico_compartir.png) no-repeat 3px 4px;
}
.com_enlace a:hover{
	background: url(img/ficha/ico_compartir_hover.png) no-repeat 3px 4px;
	text-decoration: none;
    color: #11775b;
}
#modalcompartir h5{
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #11775b;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
#modalcompartir .modal-header .close {
    margin-top: -43px;
    font-size: 30px;
}
.com_enlace_cont{
	position: relativeç;
}
.enlace_comp{
	padding: 10px;
    border: 2px solid #11775b;
    color: #333;
	font-size: 14px;
}
.enlace_comp span{
	display: block;
	width: 88%;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.com_enlace_cont input[type=button]{
	position: absolute;
    right: 21px;
    top: 25px;
	border: 0px;
	background: #fff;
	color: #11775b;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.com_enlace_cont input[type=button]:hover{
	background: #11775b;
	color: #fff;
}
.enlace_copiado{
	padding: 10px 0;
	text-align: center;
	color: #FF0000;
	font-size: 14px;
}

/* Antonio Rico */

a.share{
	background: url(img/ficha/ico_compartir_hover.png) no-repeat 11px 4px;

}