@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'gotham_bookregular';
    margin-top: 50px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/* HOME */

.marginTop{
	margin-top:40px;
}
.carousel-indicators {
	position: absolute;
	bottom: 0px;
	left: 65%;
	z-index: 15;
	width: 30%;
	/* padding-left: 0; */
	text-align: center;
	list-style: none;
}
.carousel-indicators li{
	width:15px;
	height:15px;
	border:0px;
	background-color:#FFF;
}
.carousel-indicators .active{
	width:15px;
	height:15px;
	background-color:#009FE3;
}
	.carousel-control {
		width: 7%;
		color:#009fe3;
	}	
	.carousel-control.left, .carousel-control.right {
		background:none;
	}	

.btnDudas{
	border-radius:5px;
	background-color:#009FE3;
	text-align:center;
	color: #FFF;
	font-size:19px;
	line-height:20px;
	padding:25px 20px;
}
.btnPrestaciones{
	border-radius:5px;
	background-color:#005192;
	text-align:center;
	color: #FFF;
	font-size:20px;
	line-height:24px;
	padding:25px 50px 25px 50px;
	margin-top:18px;
}
.icoHome{
	margin-bottom:10px;
}
.btnHome{
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.btnHome:hover{
	opacity:0.5;
}
.floatWa{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	font-size:40px;
	box-shadow: 2px 2px 3px #999;
	transition: background-color 500ms, color 500ms, box-shadow 500ms; 
  z-index:110;
}

.floatWa:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#FFF;
	color:#25d366;
	border-radius:50px;
	font-size:40px;
	box-shadow: 2px 2px 3px #25d366;
	transition: background-color 500ms, color 500ms, box-shadow 500ms; 
  z-index:110;
}

.my-floatWa{
	margin-top:11px;
  margin-left:13px;
}

/* MENU */

.navbar-default{
	font-family: 'gotham_bookregular';
	font-size:18px;
	color:#333;
	font-weight:normal;
	padding-top: 20px;
	background-color:#005390;
}
.navbar-right{
	font-family: 'gotham_bookregular';
	font-size:14px;
}
.nav>li>a {
	border-right: 1px solid #003968;
	padding: 14px 8px;
}
.navbar-default .navbar-nav>li>a{
	color:#fff;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#ccc;
}
.navbar-default .navbar-nav>li>a:focus{
	color:#fff;
}
.navbar-default .navbar-toggle{
	background-color:#FFF;
}

.container > .navbar-header{
	margin-bottom:20px;
	margin-right:80px;
}
.navbar-brand{
	padding:0px 15px 0px 15px;
	height: 55px;
	margin-top: -5px;
}
.masSecciones{
	display:none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
  	right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* FOTO SECCION */
.bgHeader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height:232px;
}

.bgHeader.turnos {
	background: url(../img/bg_turnos.jpg) no-repeat center center scroll;
	margin-top:91px;
}
.bgHeader.publicaciones {
	background: url(../img/bg_publicaciones.jpg) no-repeat center center scroll;
}
.bgHeader.casos {
	background: url(../img/bg_casos.jpg) no-repeat center center scroll;
}
.bgHeader.sanMiguel {
	background: url(../img/bg_sanmiguel.jpg) no-repeat center center scroll;
}
.bgHeader.contacto {
	background: url(../img/bg_contacto.jpg) no-repeat center center scroll;
}
.bgHeader.residencia {
	background: url(../img/bg_residencia.jpg) no-repeat center center scroll;
}
.bgHeader.trabaja {
	background: url(../img/bg_trabaja.jpg) no-repeat center center scroll;
}
.bgHeader.prestaciones {
	background: url(../img/bg_prestaciones.jpg) no-repeat center center scroll;
}
.bgHeader.institucional {
	background: url(../img/bg_institucional.jpg) no-repeat center center scroll;
}
.bgHeader.lab {
	background: url(../img/bg_lab.jpg) no-repeat center center scroll;
}
.bgHeader.lab_ca {
	background: url(../img/bg_lab_ca.jpg) no-repeat center center scroll;
}
.bgHeader.lab_es {
	background: url(../img/bg_lab_es.jpg) no-repeat center center scroll;
}
.bgHeader.lab-cli {
	background: url(../img/bg_lab-cli.jpg) no-repeat center center scroll;
}
.bgHeader.lab-cov {
	background: url(../img/bg_lab-cov.jpg) no-repeat center center scroll;
}
.bgHeader.lab-dom {
	background: url(../img/bg_lab-dom.jpg) no-repeat center center scroll;
}
.bgHeader.odonto {
	background: url(../img/bg_odonto.jpg) no-repeat center center scroll;
}
.bgHeader.aptofisico {
	background: url(../img/bg_aptofisico.jpg) no-repeat center center scroll;
}
.bgHeader.controlanual {
	background: url(../img/bg_mamografia.jpg) no-repeat center center scroll;
}
.bgHeader.densitometria {
	background: url(../img/bg_densitometria.jpg) no-repeat center center scroll;
}
.bgHeader.ecodoppler {
	background: url(../img/bg_ecodoppler.jpg) no-repeat center center scroll;
}
.bgHeader.ecografia {
	background: url(../img/bg_ecografia.jpg) no-repeat center center scroll;
}
.bgHeader.hemodinamia {
	background: url(../img/bg_hemodinamia.jpg) no-repeat center center scroll;
}
.bgHeader.intervencionismo {
	background: url(../img/bg_intervencionismo.jpg) no-repeat center center scroll;
}
.bgHeader.mamografia {
	background: url(../img/bg_mamografia.jpg) no-repeat center center scroll;
}
.bgHeader.nuclear {
	background: url(../img/bg_nuclear.jpg) no-repeat center center scroll;
}
.bgHeader.neurofisiologia {
	background: url(../img/bg_neurofisiologia.jpg) no-repeat center center scroll;
}
.bgHeader.pet {
	background: url(../img/bg_pet.jpg) no-repeat center center scroll;
}
.bgHeader.radiologia {
	background: url(../img/bg_radiologia.jpg) no-repeat center center scroll;
}
.bgHeader.rm {
	background: url(../img/bg_rm.jpg) no-repeat center center scroll;
}
.bgHeader.tc {
	background: url(../img/bg_tc.jpg) no-repeat center center scroll;
}
.bgHeader.olivos {
	background: url(../img/bg_olivos.jpg) no-repeat center center scroll;
}
.bgHeader.sanisidro {
	background: url(../img/bg_sanisidro.jpg) no-repeat center center scroll;
}
.bgHeader.sanmiguel {
	background: url(../img/bg_sanmiguel.jpg) no-repeat center center scroll;
}
.bgHeader.fernandez {
	background: url(../img/bg_fernandez.jpg) no-repeat center center scroll;
}
.bgHeader.gutierrez {
	background: url(../img/bg_gutierrez.jpg) no-repeat center center scroll;
}
.bgHeader.corporacion {
	background: url(../img/bg_corporacion.jpg) no-repeat center center scroll;
}
.bgHeader.durand {
	background: url(../img/bg_durand.jpg) no-repeat center center scroll;
}
.bgHeader.MZ {
	background: url(../img/bg_mz.jpg) no-repeat center center scroll;
}


h1 {
	font-family: 'gotham_boldregular';
	font-size:52px;
	color:#005390;
	margin-top:65px;
	line-height:48px;
}
h1.sedes {
	margin-top:48px;
}

h1 span {
	color:#FFF;
	border-bottom:4px solid #FFF;
}
h1.sedes span {
	color:#666;
	border-bottom:none;
	font-size:40px;
}
.sanMiguel h1 span {
	font-family: 'gotham_bookregular';
	font-size:30px;
	border-bottom:0px;
	color:#005390;
	line-height:30px;
}

.img-center {
	margin: 0 auto;
}

/* PUBLICACION AMPLIADA */
.publiAmpliada{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #d2cecc 48%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(48%,#d2cecc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#d2cecc 48%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#d2cecc 48%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#d2cecc 48%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#d2cecc 48%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	overflow:hidden;
	margin-bottom:30px;
}
.publiAmpliada h1{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:-4px;
}
.fecha{
	font-size:20px;
	color:#009EE6;
	margin:30px 0px 10px 0px;
}
.copete{
	font-size:19px;
	color: #222;
	line-height:23px;
	margin-bottom:20px;
}
.socialShare{
	margin-bottom:20px;
}
.txtPublicacion{
	font-size:16px;
	color: #666666; 
}
.txtPublicacion img{
	width:100%;
}
.ttlPubli{
	padding: 13px 0px 13px 10px;
	font-family: 'gotham_boldregular';
	color:#FFF;
	font-size: 25px;
	background-color: #005390;
	margin-top:0px;
	float:left;
	position:relative;
}
.ttlPubliBg{
	background: url(../img/bg_ttl_publi.png) no-repeat center center;
	width:21px;
	height:80px;
	position:absolute;
	right: -21px;
	margin-top: -18px;
}
.menuPubli{
	margin:0px;
	padding:20px 0px 0px 0px;
	clear:left;
	font-size:18px;
	line-height:22px;
}
.menuPubli li{
	list-style:none;
	padding:12px 0px 12px 0px;
	border-bottom:1px solid #EEE;
}
.menuPubli li a{
	color:#252525;
}
.menuPubli li a:hover{
	color:#009EE6;
}

/* SECTION */

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

/* GLOBO */
.globo{
	border-radius:20px;
	background-color:#009FE3;
	padding:25px;
	font-size:18ox;
	color:#FFF;
	margin-top:-50px;
}
.globo a {
	color:#024271;
}

.flechaGlobo{
	height:65px;
	width:35px;
	position:absolute;
	margin-left: 360px;
	margin-top: -40px;
	background: url(../img/flecha_globo.png) no-repeat center center;
}

/* DATOS TELEFONO */
.telefonoBox{
	margin-top: 30px;
	color: #005390;
	font-size: 37px;
	font-family: 'gotham_boldregular';
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	overflow:hidden;
}
.telefonoBox2{
	color: #005390;
	font-size: 37px;
	padding-top:10px;
	font-family: 'gotham_boldregular';
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	overflow:hidden;
}
.telefonoBox2 .datosTel2 .span2{
	font-size:24px;
	font-family: 'gotham_bookregular';
}
.telefonoBox2 .datosTel2 .span3{
	font-size:37px;
	color:#009FE3;
}
.iconoTel{
	background: url(../img/telefono.png) no-repeat left top;
	width:50px;
	height:85px;
	float:left;
	margin-right:10px;
}
.iconoSobre{
	background: url(../img/sobre.png) no-repeat left top;
	width:56px;
	height:85px;
	float:left;
	margin-right:10px;
}
.iconoGlobo{
	background: url(../img/globo.png) no-repeat left top;
	width:54px;
	height:56px;
	float:left;
	margin-right:10px;
}
.datosTel{
	float:left;
	font-size:18px;
	margin-top:10px;
}
.datosSobre{
	float:left;
	font-size:18px;
	margin-top:40px;
	width: 258px;
}
.telefonoBox .datosTel .span1{
	font-size:18px;
	color:#009FE3;
	padding-left:50px;
	padding-top:10px;
}
.telefonoBox .datosTel .span2{
	font-size:18px;
	font-family: 'gotham_bookregular';
}
.telefonoBox .datosTel .span3{
	font-size:37px;
}
.telefonoBox .datosTel .span4{
	font-size:32px;
	line-height:29px;
}

.telefonoBox .datosSobre .span4{
	font-size:18px;
	color:#009FE3;
	margin-top:50px;
	font-family: 'gotham_bookregular';
}
.telefonoBox .datosSobre .span5{
	font-size:24px;
	line-height:28px;
}
.horario{
	background: url(../img/ico_reloj.png) no-repeat left 25px ;
	padding-left:70px;
	font-size:30px;
	line-height:25px;
	padding-top:15px;
	color:#005290;
	min-height:65px;
}
.horario span{
	font-size:18px;
}
.mapa{
	padding:10px;
	border:none;
}
.mapa img{
	width:100%;
}
/* DATOS RESIDENCIA */
.residenciaBox{
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	font-family: 'gotham_bookregular';
	border: 1px solid #e5e5e5;
	padding: 20px;
}
.residenciaBox .span5{
	font-size:24px;
	color:#005390;
	margin-top:20px 0 10px 0;
	font-family: 'gotham_bookregular';
}


/* FORMS */
.success{
	font-family: 'gotham_bookregular';
	font-size:24px;
	color:#009fe3;
	padding:25px 0;
}
.success span{
	font-family: 'gotham_boldregular';
	font-size:27px;
	color:#005390;
	display:block;
	margin-bottom:10px;
}
.error{
	font-family: 'gotham_bookregular';
	font-size:24px;
	padding:25px 0;
}
.error span{
	font-family: 'gotham_boldregular';
	font-size:27px;
	color:#C00;
	display:block;
	margin-bottom:10px;
}
select.form-control{
	background: url(../img/flecha_select.png) no-repeat right center;
	width:100%;
	height:47px;
	border-radius:50px;
	background-color:#F6F6F5;
	border:1px solid #DFDFDF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:17px;
}
input.form-control{
	width:100%;
	height:47px;
	border-radius:50px;
	background-color:#F6F6F5;
	border:1px solid #DFDFDF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:17px;
	color:#333;
}
textarea.form-control{
	width:100%;
	height:200px;
	border-radius:30px;
	background-color:#F6F6F5;
	border:1px solid #DFDFDF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:17px;
	color:#333;
	margin-top:20px;
}
.ttlForm{
	font-size:52px;
	color: #005390;
	margin-bottom:30px;
}
.ttlForm span{
	font-family: 'gotham_boldregular';
	font-size:27px;
	color: #009FE3;
	border-left:1px solid #E6E6E6;
	padding-left:20px;
	margin-left:20px;
}
.input-group-addon{
	border-radius:25px;
	padding: 6px 16px;
	background-color:#eaeae8;
	font-size:20px;
	color:#009fe3;
}
.mensaje{
	font-size:30px;
	color: #009fe3;
	margin:30px 0;
}
.mensaje.error{
	color: #c61010;
}
.mensaje span{
	display:block;
	font-size:20px;
	color: #333;
}
.btn-primary.turnos{
	padding-right:25px;
	border:0px;
	font-family: 'gotham_boldregular';
	float:right;
	margin-top:3px;
	background: #009FE3 url(../img/btn_turnos.png) no-repeat right center;
}

/* MODULO SEDES */
.container.hospitales{
	margin-top:20px;
	border-top:1px solid #e5e5e5;
	
}
.container.laboratorios{
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5;
	
}
.modSedes{
	background-color:#EEEEEE;
	padding:60px 0px 20px 0px;
	border-top: 1px solid #e5e5e5;
	margin-top:60px;
}
.fotoSedes{
	padding:0px;
}
.fotoSedes img{
	max-width:100%;
}
.ttlSedes{
	padding: 13px 0px 13px 10px;
	font-family: 'gotham_boldregular';
	color: #FFF;
	font-size: 30px;
	background-color: #009FE3;
	float: left;
	margin-top: -90px;
	margin-left:15px;
	margin-bottom:20px;
	position:relative;
}
.ttlSedesBg{
	background: url(../img/bg_ttl_sedes.png) no-repeat center center;
	width:21px;
	height:80px;
	position:absolute;
	right:-21px;
	margin-top: -13px;
}
.infoSedes{
	padding:0px;
}
.txtSedes{
	color:#003F76;
	font-size:15px;
	padding-left:10px;
}
.infoSedes.small .txtSedes{
	padding:0 31px 0 20px;
	font-size:14px;
}
.infoSedes h4{
	font-size:30px;
	color:#009FE3;
	line-height:25px;
	font-family: 'gotham_boldregular';
	margin-left:13px;
}
.infoSedes.small h4{
	font-size:23px;
	margin-left:20px;
	margin-top:15px;
}
.infoSedes h4 span{
	font-size:20px;
	font-family: 'gotham_bookregular';
}
.infoSedes.small h4 span{
	font-size:16px;
}

.gpsSedes{
	width:57px;
	height:59px;
	position:absolute;
	background: url(../img/gps_sedes.png) no-repeat center center;
	z-index: 100;
	margin-top: 30px;
	margin-left: 143px;
}
.gpsSedes.small{
	width:40px;
	height:41px;
	position:absolute;
	background: url(../img/gps_sedes_small.png) no-repeat center center;
	z-index: 100;
	margin-top: 20px;
	margin-left: -20px;
}
.gpsLabs{
	width:57px;
	height:59px;
	position:absolute;
	background: url(../img/gps_labs.png) no-repeat center center;
	z-index: 100;
	margin-top: 30px;
	margin-left: 143px;
}
.gpsLabs.small{
	width:40px;
	height:41px;
	position:absolute;
	background: url(../img/gps_labs_small.png) no-repeat center center;
	z-index: 100;
	margin-top: 20px;
	margin-left: -20px;
}

.masSedes{
	text-align:center;
	font-family: 'gotham_boldregular';
	font-size:14px;
	padding-top:40px;
}

.infoSedes2{
	padding:0px;
	border-bottom:1px solid #EEE;
	padding-bottom:15px;
}
.txtSedes2{
	color:#005290;
	font-size:20px;
	line-height:23px;
	padding-left:68px;
}
.infoSedes2 h4{
	font-size:30px;
	color:#005290;
	line-height:30px;
	font-family: 'gotham_boldregular';
}
.infoSedes2 h4 span{
	font-size:20px;
	font-family: 'gotham_bookregular';
}
.gpsSedes2{
	width:57px;
	height:59px;
	float:left;
	background: url(../img/gps_sedes.png) no-repeat center center;
	margin-right:10px;
}
.columnasStaff p{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 49px; /* Chrome, Safari, Opera */
    -moz-column-gap: 49px; /* Firefox */
    column-gap: 49px;
}

/* MOD TURNOS ONLINE */
.turnosOnline{
	height:120px;
	margin-top: 91px;
	padding-top: 36px;
	border-bottom:1px solid #E6E6E6;
/*	background-color:#edecde; */
/*	box-shadow: 0px 0px 20px #c9bfa7; */
}
.ttlTurnos{
	font-size:35px;
	color:#005390;
	margin:0px;
	padding:0px;
}
.ttlTurnos span{
	font-family: 'gotham_boldregular';
	color:#009FE3;
}
.ttlCUT{
	font-size:30px;
	color:#005390;
	margin:0px;
	padding:0px;
}
.ttlCUT span{
	font-family: 'gotham_boldregular';
	color:#009FE3;
}
.pedirTurno{
	border-left:1px solid #CCC;
	margin-top: -36px;
	height: 120px;
	font-size:30px;
	font-family: 'gotham_boldregular';
	color:#005390;
	line-height:28px;
	padding-top: 21px;
	padding-left: 28px;
}
.pedirTurno div{
	font-size:18px;
	font-family: 'gotham_bookregular';
}
/* INICIAL */
.turnos_portal_grande{
	/* border-left:1px solid #CCC; */
	margin-top: -36px;
	height: 120px;
	font-size:30px;
	font-family: 'gotham_boldregular';
	color:#005390;
	line-height:28px;
	padding-top: 32px;
	/* padding-left: 28px; */
	padding-right: 50px;
}
.turnos_portal_grande div{
	font-size: 18px;
	font-family: 'gotham_bookregular';
}
.turnos_portal_medio{
	display: None;
		/* border-left:1px solid #CCC; */
	margin-top: -36px;
	height: 120px;
	font-size:30px;
	font-family: 'gotham_boldregular';
	color:#005390;
	line-height:28px;
	padding-top: 32px;
	text-align: center;
	/* padding-left: 28px; */
	/* padding-right: 50px; */
}
.turnos_portal_medio div{
	display: none;
	font-size: 18px;
	font-family: 'gotham_bookregular';
}

.turnos_nuevo_grande{
	border-left:1px solid #CCC;
	margin-top: -36px;
	height: 120px;
	font-size:30px;
	font-family: 'gotham_boldregular';
	color:#005390;
	line-height:28px;
	padding-top: 32px;
	padding-left: 50px;
}
.turnos_nuevo_grande div{
	font-size: 18px;
	font-family: 'gotham_bookregular';
}

.turnos_cut_grande{
	border-left:1px solid #CCC;
	margin-top: -36px;
	height: 120px;
	font-size:20px;
	font-family: 'gotham_boldregular';
	color:#005390;
	line-height:28px;
	padding-top: 20px;
	/* padding-top: 32px; */
	/* padding-left: 28px; */
}
.turnos_cut_grande div{
	font-size: 18px;
	font-family: 'gotham_bookregular';
}

.fDirecto{
	display: None;
}
.llamarDirecto div{
	font-size: 14px;
}
.llamarDirecto{
	display: None;
}

	
.btn-primary.turnos2{
	padding-right:25px;
	border:0px;
	font-family: 'gotham_boldregular';
	float:right;
	margin-top:3px;
	background: #009FE3 url(../img/btn_turnos.png) no-repeat right center;
}
.btn-primary.turnos3{
	padding-right:25px;
	border:0px;
	font-family: 'gotham_boldregular';
	float:right;
	margin-top:3px;
	background: #31A2A6 url(../img/flecha1.png) no-repeat right center;
	/* background: #36BABF url(../img/flecha2.png) no-repeat right center; */
}

/* LISTADO */

.col-sm-6 a:hover{
	text-decoration:none;
}
.itemListado{
	border:1px solid #DDD;
	padding:10px;
	font-size:18px;
	color:#252525;
	line-height:21px;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	margin-bottom:20px;
}
.itemListado:hover{
	background-color: #EEE;
	text-decoration:none;
}
.itemDescargar{
	border:1px solid #DDD;
	padding:10px;
	font-size:18px;
	color:#252525;
	line-height:21px;
	background-color:#EEE;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	margin-bottom:20px;
}
.itemDescargar:hover{
	background-color:#DDD;
}
.itemDescargar .btnDescargar{
	font-size:18px;
	font-family: 'gotham_boldregular';
	background: url(../img/btn_pdf.png) no-repeat left center;
	width:150px;
	height:30px;
	margin-left:180px;
	padding-left:37px;
	margin-top: 10px;
	line-height:28px;
	color:#005390;
}
.paginado{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.btnPaginado{
	border: 1px solid #BBBBBB;
	display: inline-block;
	padding: 2px 15px;
	font-size: 28px;
	color:#555555;
	margin:0px 2px 0px 2px;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.btnPaginado:hover{
	background-color:#009EE6;
	color:#fff;
	text-decoration: none;
}
.btnPaginadoF{
	display: inline-block;
	padding: 2px 15px;
	font-size: 28px;
	color:#555555;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.btnPaginadoF:hover{
	color:#009EE6;
	text-decoration: none;
}

/* FICHA ESTUDIO */
.ttlEstudio{
	font-size:28px;
	color: #005390;
	margin-top:40px;
}
.fichaTop{
	margin-top:50px;
}
.fichaLeft{
	margin-top:50px;
	padding-left:0px;
}
.ttlTipo{
	padding: 13px 0px 13px 10px;
	font-family: 'gotham_boldregular';
	color:#005390;
	font-size: 25px;
	background-color: #EEEEEE;
	margin-left:-15px;
	margin-top:0px;
	float:left;
	position:relative;
}
.ttlTipoBg{
	background: url(../img/bg_ttl_tipo.png) no-repeat center center;
	width:21px;
	height:80px;
	position:absolute;
	right: -21px;
	margin-top: -18px;
}
.avisoEstudio{
	font-size:18px;
	color:#005390;
}
.panel-default>.panel-heading{
	background-color: #FFF;
	padding-top:0px;
	padding-bottom:0px;
}
.itemEstudio{
	padding:20px;
	border:1px solid #DDD;
	color:#252525;
	font-size:20px;
	margin-bottom:20px;
}
.panel-default{
	border:0px;
}
.panel-body{
	border:0px;
	background-color:#005390;
	color:#FFF;
	margin-bottom:20px;
}
.panel-body .col-sm-4{
	margin-bottom:20px;
}
.panel-body h2{
	font-size:32px;
	color:#FFF;
	font-family: 'gotham_boldregular';
}
.panel-body h3{
	font-size:25px;
	color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
}
.panel-body .btnDescargar{
	font-size:18px;
	font-family: 'gotham_boldregular';
	background: url(../img/btn_pdf.png) no-repeat left center;
	height:30px;
	padding-left:47px;
	margin-top: 10px;
	line-height:28px;
	color:#fff;
}

.panel-body .btnDescargar a{
	color:#FFF;
	text-decoration:none;
}
.panel-body .btnDescargar a:hover {
	color:#CCC;
	text-decoration:none;
}
.panel-heading a:focus{
	text-decoration:none;
}

a.accordion-toggle h4 {
	background: url(../img/menos_acordion.png) #EEE no-repeat 95% center;
}
a.accordion-toggle.collapsed h4 {
	background: url(../img/mas_acordion.png) #FFF no-repeat 95% center;
}

.nav-pills>li>a{
	border:0px;
	border-bottom:1px solid #58B9F5;
	border-radius:0px;
	padding:5px 0px 5px 0px;
	color:#FFF;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color:transparent;
	font-family: 'gotham_boldregular';
}
.nav>li>a:hover, .nav>li>a:focus{
	color:#CCC;
	background-color:transparent;
}
.itemSedeEstudio{
	border: 1px solid #3774AA;
	padding:10px;
	font-size:16px;
	color:#fff;
	line-height:21px;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	margin-bottom:20px;
	min-height:90px;
}
.itemSedeEstudio:hover{
	background-color: #009EE6;
	text-decoration:none;
}
.itemSedeEstudio .sede{
	font-size:20px;
	font-family: 'gotham_boldregular';
}

/* Boton solictar turno */
.itemSedeEstudio .btnSolicitar{
	font-size:16x;
	font-family: 'gotham_boldregular';
	color:#009DE9;
	text-align:right;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.itemSedeEstudio:hover .btnSolicitar{
	color:#FFF;
}
.itemSedeEstudio .btnSolicitar.small{
	font-size:14x;
	text-align:left;
	margin-top:5px;
	display:none;
	color:#005290;	
}
.itemSedeEstudio:hover .btnSolicitar.small{
	display:block;
}

/* Boton si no requiere turno */

.itemSedeEstudio .btnSinTurno{
	font-size:16x;
	font-family: 'gotham_boldregular';
	color:#7EF79F;
	text-align:right;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.itemSedeEstudio:hover .btnSinTurno{
	color:#FFF;
}
.itemSedeEstudio .btnSinTurno.small{
	font-size:14x;
	text-align:left;
	margin-top:5px;
	display:none;
	color:#7EF79F;	
}
.itemSedeEstudio:hover .btnSinTurno.small{
	display:block;
}

/* INSTITUCIONAL */
.columnasInst p{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap:20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
	padding-top:30px;
}
.fotoInst{
	padding:20px;
	border:1px dotted #CCC;
	margin-top:20px;
}
.fotoInst img{
	width:100%;
}

/* FOOTER */

footer {
    margin: 50px 0;
}
.paddingFooter{
	padding:0px 100px 50px 100px;
}
.fbkFooter{
	background: url(../img/fdo_fbk_footer.jpg) no-repeat center center;
	height:102px;
}
.btnFbk{
	width:80px;
	margin-top:20px;
	margin-left:240px;
}
.btnFbk iframe{
	width:80px;
}
.menuFooter{
	list-style-type:none;
	line-height:25px;
	margin:0px;
	padding:0px;
	font-family: 'gotham_boldregular';
	font-size:17px;
	color: #000;
}
.menuFooter a{
	color: #000;
}
.menuFooter a:hover{
	color:#009FE3;
}
.menuFooter2{
	list-style-type:none;
	line-height:25px;
	margin:0px;
	padding:0px;
	font-size:14px;
	color: #666666;
}
.menuFooter2 a{
	color: #666666;
}
.menuFooter2 a:hover{
	color:#009FE3;
}

.copyright{
	margin-top:30px;
}
.txtCopyright{
	font-size:12px;
	color:#666;
	padding:12px 0px 0px 30px;
}

/* IMAGES */

.media-half.pic.left{
	width:400px;
	float: left;
	margin:0px 20px 15px 0px;
}
.media-half.pic.right{
	width:400px;
	float: right;
	margin:0px 0px 15px 20px;
}
.media-half.pic.centro{
	width:300px;
	float: none;
	margin:0px 0px 15px 20px;
}


@media(max-width:1200px) {
	.navbar-brand{
		padding:5px 15px 0px 15px;
	}
	.navbar-brand img{
		width:170px;
	}
	.container > .navbar-header{
		margin-right:50px;
	}
	.navbar-right{
		display:none;
	}
	.nav>li>a {
		padding: 14px 10px;
	}
	.masSecciones{
		display:block;
	}
	.flechaGlobo{
		margin-left: 293px;
	}
	.telefonoBox .datosTel .span1{
		font-size:16px;
	}
	.telefonoBox .datosTel .span2{
		font-size:16px;
	}
	.telefonoBox .datosTel .span3{
		font-size:34px;
	}
	.infoSedes{
		padding-left:10px;
	}
	.txtSedes{
		font-size:13px;
		padding-left:28px;
	}
	.infoSedes h4{
		font-size:23px;
	}
	.infoSedes h4 span{
		font-size:18px;
	}
	.gpsSedes{
		margin-top: 65px;
		margin-left: 128px;
	}
	.gpsLabs{
		margin-top: 65px;
		margin-left: 128px;
	}
	.btnFbk{
		width:80px;
		margin-top:20px;
		margin-left:208px;
	}
	.txtCopyright{
		padding:12px 0px 0px 45px;
	}
	.pedirTurno{
		font-size:28px;
	}
	.pedirTurno div{
		font-size:16px;
	}
	/* 1200 */
	.turnos_portal_grande{
		font-size:28px;
	}
	.turnos_portal_grande div{
		font-size:16px;
	}
	.turnos_portal_medio{
		display: none;
	}
	.turnos_portal_medio div{
		display: none;
	}
	
	.turnos_nuevo_grande{
		font-size:28px;
	}
	.turnos_nuevo_grande div{
		font-size:16px;
	}
	.turnos_cut_grande{
		font-size:28px;
	}
	.turnos_cut_grande div{
		font-size:16px;
	}
	
	
	
	
	.llamarDirecto{
		display: None;
	}
	.llamarDirecto div{
		font-size: 14px;
	}
	.ttlTurnos {
		font-size: 31px;
		line-height: 40px;
	}
	.ttlCUT {
		font-size: 27px;
		line-height: 40px;
	}
	.btn-primary.turnos2{
		font-size:15px;
	}	
	.btn-primary.turnos3{
		font-size:15px;
	}
	.itemDescargar .btnDescargar{
		margin-left:120px;
		margin-top: 10px;
	}
	.btnPaginado{
		padding: 2px 10px;
		font-size: 24px;
	}

	.infoSedes2{
		padding-bottom:10px;
	}
	.infoSedes2 h4{
		font-size:25px;
		line-height:27px;
	}
	.txtSedes2{
		font-size:16px;
		line-height:18px;
	}
	.horario{
		font-size:25px;
		padding-top:5px;
		background: url(../img/ico_reloj.png) no-repeat left 12px;
	}
	.telefonoBox2{
		padding:5px 0px 5px 0px;
	}
	.mapa{
		padding:15px;
	}
	.btnDudas {
		font-size: 16px;
		line-height: 17px;
		padding: 25px 30px 25px 30px;
	}
	.btnPrestaciones{
		font-size: 16px;
		line-height: 17px;
		padding: 25px 30px 25px 30px;
		margin-top: 10px;
	}
	.icoHome img {
		width: 60px;
	}
	.floatWa:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	font-size:40px;
	box-shadow: 2px 2px 3px #999;
	transition: background-color 500ms, color 500ms, box-shadow 500ms; 
  z-index:110;
}
	.columnasStaff p{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
	}
	

}
@media(max-width:991px) {
	.container > .navbar-header{
		margin-right:30px;
	}
	.navbar-right{
		display:none;
	}
	.nav>li>a {
		padding: 14px 10px;
	}
	.masSecciones{
		display:block;
	}
	.flechaGlobo{
		margin-left: 220px;
	}
	.telefonoBox .datosTel .span1{
		padding-left:0px;
	}
		h1.sedes {
		margin-top:15px;
	}

	.infoSedes{
		padding-left:10px;
	}
	.txtSedes{
		font-size:11px;
		padding-left:25px;
	}
	.infoSedes h4{
		font-size:18px;
		line-height:20px;
	}
	.infoSedes h4 span{
		font-size:15px;
	}
	.gpsSedes{
		margin-top: 54px;
		margin-left: 92px;
	}
	.gpsLabs{
		margin-top: 54px;
		margin-left: 92px;
	}
	.btnFbk{
		width:80px;
		margin-top:20px;
		margin-left:172px;
	}
	.txtCopyright{
		padding:12px 0px 0px 60px;
	}
	.pedirTurno{
		font-size: 21px;
		line-height: 22px;
		padding-left:15px;
		padding-top: 27px;
	}
	.pedirTurno div{
		font-size:14px;
	}
	/* max 991 */
	.turnos_portal_grande{
		/*font-size: 21px;
		line-height: 22px;
		padding-left:15px;
		padding-top: 27px;
		border-left:1px solid #CCC;*/
		display: none;
	}
	.turnos_portal_grande div{
		font-size:14px;
		display: none;
	}
	.turnos_portal_medio{
		display: block;
		font-size: 21px;
		line-height: 22px;
		padding-left:15px;
		padding-top: 27px;
		border-left:1px solid #CCC;
	}
	.turnos_portal_medio div{
		font-size:14px;
		display: block;
	}
	

	.turnos_nuevo_grande{
		/* font-size: 21px; */
		/* line-height: 22px; */
		/* padding-left:15px; */
		/* padding-top: 27px; */
		display:none;
	}
	.turnos_nuevo_grande div{
		font-size:14px;
	}
	
	.turnos_cut_grande{
		font-size: 21px;
		line-height: 22px;
		padding-left:15px;
		padding-top: 12px;
	}
	.turnos_cut_grande div{
		font-size:14px;
	}
	.turnos3{
		display: none;
	}
	
	.llamarDirecto{
		display: None;
	}
	.llamarDirecto div{
		font-size: 14px;
	}
	.ttlTurnos {
		font-size: 22px;
		line-height: 42px;
	}
	.ttlCUT {
		font-size: 22px;
		line-height: 42px;
	}
	.btn-primary.turnos2{
		font-size: 11px;
		margin-top: 6px;
	}
	.btn-primary.turnos3{
		font-size: 11px;
		margin-top: 6px;
	}
	.itemDescargar .btnDescargar{
		margin-left:47px;
		margin-top: 10px;
	}
	.btnPaginado{
		padding: 1px 5px;
		font-size: 21px;
	}
	.infoSedes2{
		padding-bottom:10px;
	}
	.infoSedes2 h4{
		font-size:18px;
		line-height:21px;
	}
	.txtSedes2{
		font-size:13px;
		line-height:16px;
	}
	.telefonoBox2 .datosTel2 .span3{
		font-size:26px;
	}
	.horario{
		font-size:17px;
		line-height:20px;
		background: url(../img/ico_reloj.png) no-repeat left 5px;
	}
	.horario span{
		font-size:13px;
	}
	.ttlTipo{
		font-size:21px
	}
	.btnDudas {
		font-size: 14px;
		line-height: 16px;
		padding: 15px;
	}
	.btnPrestaciones{
		font-size: 14px;
		line-height: 16px;
		padding: 15px;
		margin-top: 7px;
	}
	.icoHome img {
		width: 50px;
	}
	.floatWa:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	font-size:40px;
	box-shadow: 2px 2px 3px #999;
	transition: background-color 500ms, color 500ms, box-shadow 500ms; 
  z-index:110;
}
	.columnasStaff p{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
	}
}

@media(max-width:767px) {
	.navbar-brand{
		padding:0px 15px 0px 15px;
	}
	.navbar-brand img{
		width:205px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:#FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color:#EEE;
	}
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
	.divider2{
		height: 1px;
		margin: 13px 0px 5px 0px;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.navbar-default{
		font-size:19px;
	}
	.navbar-right{
		font-size:14px;
		display:block;
	}
	.nav>li>a {
		padding: 5px 15px;
	}
	.masSecciones{
		display:none;
	}
	.flechaGlobo{
		display:none;
	}
	.telefonoBox .datosTel .span1{
		font-size:18px;
		padding-left:50px;
	}
	.telefonoBox .datosTel .span2{
		font-size:18px;
	}
	.telefonoBox .datosTel .span3{
		font-size:37px;
	}
	.modSedes{
		text-align:center;
	}
	.infoSedes{
		padding:0px;
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid #e5e5e5;
	}
	.txtSedes{
		font-size:15px;
		padding-left:0px;
	}
	.infoSedes h4{
		font-size:30px;
		line-height:25px;
	}
	.infoSedes h4 span{
		font-size:20px;
	}
	.gpsSedes{
		margin-top: 115px;
		margin-left: 250px;
	}
	.gpsLabs{
		margin-top: 115px;
		margin-left: 250px;
	}
	.masSedes{
		padding-top:0px;
	}
	.col-sm-3.centrado{
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #F2F2F2;
		text-align:center;
	}
	.col-sm-3.centrado2{
		margin-bottom:0px;
		text-align:center;
	}
	.btnFbk{
		width:80px;
		margin-top:20px;
		margin-left:66%;
	}
	.col-sm-1.centrado{
		text-align:center;
	}
	.col-sm-9.centrado{
		text-align:center;
	}
	.txtCopyright{
		padding:20px 0px 20px 0px;
	}
	/* 767 */
	.turnosOnline{
		height:265px;
		margin-bottom: -91px;
		margin-top: 91px;
		padding-top: 20px;
		border-bottom: none;
	}
	.pedirTurno{
		display:none;
	}
	.pedirTurno div{
		font-size:14px;
	}
	
	.turnos_portal_grande{
		display:none;
	}
	.turnos_portal_grande div{
		font-size:14px;
	}
		.turnos_portal_medio{
		display: none;
	}
	.turnos_portal_medio div{
		display: none;
	}
	
	.turnos_nuevo_grande{
		display:none;
	}
	.turnos_nuevo_grande div{
		font-size:14px;
	}
	.turnos_cut_grande{
		display:none;
	}
	.turnos_cut_grande div{
		font-size:14px;
	}
	.turnos3{
		display: none;
	}
	
	.llamarDirecto{
		display: block;
		text-align: center;
		/*border-left:1px solid #CCC; */
		margin-top: 10px;
		height: 76px;
		font-size:22px;
		font-family: 'gotham_bookregular';
		color:#005390;
		/*line-height:28px; */
		padding-top: 5px;
		padding-left: 28px;
		padding-bottom: 20px;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	.llamarDirecto div{
		font-size:18px;
		font-family: 'gotham_bookregular';
		font-weight: 500;
	}
	.llamarDirecto span{
		font-family: 'gotham_boldregular';
		color:#009FE3;
		font-weight: 500;

	}
	.ttlTurnos {
		font-size: 30px;
		line-height: 42px;
		margin-bottom:10px;
	}
	.ttlTurnos {
		font-size: 26px;
		line-height: 42px;
		margin-bottom:10px;
	}
	.btn-primary.turnos2{
		font-size: 18px;
		margin-top: 0px;
		float:left;
	}	
	.btn-primary.turnos3{
		font-size: 18px;
		margin-top: 0px;
		float:left;
	}
	.itemDescargar .btnDescargar{
		margin-left:0px;
		margin-top: 10px;
	}
	.btnPaginado{
		padding: 2px 3px;
		font-size: 21px;
	}
	.btnPaginadoF{
		padding: 1px 3px;
		font-size: 20px;
		margin:0px;
	}
	.horario{
		background: url(../img/ico_reloj.png) no-repeat left 25px ;
		padding-left:70px;
		font-size:30px;
		line-height:25px;
		padding-top:15px;
		padding-bottom:20px;
		color:#005290;
	}
	.horario span{
		font-size:18px;
	}
	.mapa{
		padding:20px;
		border:none;
	}
	.mapa img{
		width:100%;
	}
	.infoSedes2{
		padding:0px;
		border-bottom:1px solid #EEE;
		padding-bottom:15px;
	}
	.txtSedes2{
		color:#005290;
		font-size:20px;
		line-height:23px;
		padding-left:68px;
	}
	.infoSedes2 h4{
		font-size:30px;
		color:#005290;
		line-height:30px;
		font-family: 'gotham_boldregular';
	}
	.infoSedes2 h4 span{
		font-size:20px;
		font-family: 'gotham_bookregular';
	}
	.telefonoBox2 .datosTel2 .span3{
		font-size:35px;
	}
	.turnosOnline{
		height:265px;
	}
	.carousel-indicators {
		left: 106%;
		width:22%;
	}
	.marginTop{
		margin-top:85px;
	}
	.btnDudas{
		border-radius:5px;
		background-color:#009FE3;
		text-align:center;
		color: #FFF;
		font-size:19px;
		line-height:20px;
		padding:25px 50px 25px 50px;
		margin-top:25px;
	}
	.btnPrestaciones{
		border-radius:5px;
		background-color:#005192;
		text-align:center;
		color: #FFF;
		font-size:19px;
		line-height:20px;
		padding:25px 50px 25px 50px;
		margin-top:25px;
	}
	.icoHome img {
		width: 79px;
	}
	.bgHeader {
		margin-top: 91px;
	}
	.publiAmpliada {
		margin-top: 91px;
		margin-bottom:0px;
	}
	.columnasInst p{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap:0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
		padding-top:30px;
	}
	.columnasStaff p{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
	}
	.globo{
	margin-top:0px;
	}
	h1.sedes{
	margin-top:15px;
	}
	.bgHeader.sanmiguel{
	background:#f2f2f2;
	height:auto;
	}
	/* En Mobile no mostrar la imagen de header */
	.bgHeader{
	background:#f2f2f2!important;
	height:auto!important;
	}
	
	.itemEstudio{
		padding:20px 60px 20px 20px;
	}
	
	.paddingFooter{
	padding:0;
}

}

@media(max-width:320px) {
	.navbar-brand{
		padding:0px 15px 0px 15px;
	}
	.navbar-brand img{
		width:175px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color:#FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color:#EEE;
	}
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
	.divider2{
		height: 1px;
		margin: 13px 0px 5px 0px;
		overflow: hidden;
		background-color: #e5e5e5;
	}
	.navbar-default{
		font-size:19px;
	}
	.navbar-right{
		font-size:14px;
		display:block;
	}
	.nav>li>a {
		padding: 5px 15px;
	}
	.masSecciones{
		display:none;
	}
	.flechaGlobo{
		display:none;
	}
	.telefonoBox .datosTel .span1{
		font-size:18px;
		padding-left:50px;
	}
	.telefonoBox .datosTel .span2{
		font-size:18px;
	}
	.telefonoBox .datosTel .span3{
		font-size:37px;
	}
	.modSedes{
		text-align:center;
	}
	.infoSedes{
		padding:0px;
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid #e5e5e5;
	}
	.txtSedes{
		font-size:15px;
		padding-left:0px;
	}
	.infoSedes h4{
		font-size:30px;
		line-height:25px;
	}
	.infoSedes h4 span{
		font-size:20px;
	}
	.gpsSedes{
		margin-top: 115px;
		margin-left: 250px;
	}
	.gpsLabs{
		margin-top: 115px;
		margin-left: 250px;
	}
	.masSedes{
		padding-top:0px;
	}
	.col-sm-3.centrado{
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #F2F2F2;
		text-align:center;
	}
	.col-sm-3.centrado2{
		margin-bottom:0px;
		text-align:center;
	}
	.btnFbk{
		width:80px;
		margin-top:20px;
		margin-left:66%;
	}
	.col-sm-1.centrado{
		text-align:center;
	}
	.col-sm-9.centrado{
		text-align:center;
	}
	.txtCopyright{
		padding:20px 0px 20px 0px;
	}
	
	.turnosOnline{
		height:265px;
		margin-bottom: -91px;
		margin-top: 91px;
		padding-top: 20px;
		border-bottom: none;
	}
	.pedirTurno{
		display:none;
	}
	.pedirTurno div{
		font-size:14px;
	}
	
	/* 323 */
	.turnos_portal_grande{
		display:none;
	}
	.turnos_portal_grande div{
		font-size:14px;
	}
	.turnos_portal_medio{
		display: none;
	}
	.turnos_portal_medio div{
		display: none;
	}
	.turnos_nuevo_grande{
		display:none;
	}
	.turnos_nuevo_grande div{
		font-size:14px;
	}
	.turnos_cut_grande{
		display:none;
	}
	.turnos_cut_grande div{
		font-size:14px;
	}	
	.turnos3{
		display: none;
	}
	
	.llamarDirecto{
		display: block;
		text-align: center;
		/*border-left:1px solid #CCC; */
		margin-top: 10px;
		height: 76px;
		font-size:22px;
		font-family: 'gotham_bookregular';
		color:#005390;
		/*line-height:28px; */
		padding-top: 5px;
		padding-left: 28px;
		padding-bottom: 20px;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	.llamarDirecto div{
		font-size:18px;
		font-family: 'gotham_bookregular';
		font-weight: 500;
	}
	.llamarDirecto span{
		font-family: 'gotham_boldregular';
		color:#009FE3;
		font-weight: 500;

	}
	.ttlTurnos {
		font-size: 30px;
		line-height: 42px;
		margin-bottom:10px;
	}
	.ttlTurnos {
		font-size: 27px;
		line-height: 42px;
		margin-bottom:10px;
	}
	.btn-primary.turnos2{
		font-size: 18px;
		margin-top: 0px;
		float:left;
	}	
	.btn-primary.turnos3{
		font-size: 18px;
		margin-top: 0px;
		float:left;
	}
	.itemDescargar .btnDescargar{
		margin-left:0px;
		margin-top: 10px;
	}
	.btnPaginado{
		padding: 2px 3px;
		font-size: 21px;
	}
	.btnPaginadoF{
		padding: 1px 3px;
		font-size: 20px;
		margin:0px;
	}
	.horario{
		background: url(../img/ico_reloj.png) no-repeat left 25px ;
		padding-left:70px;
		font-size:30px;
		line-height:25px;
		padding-top:15px;
		padding-bottom:20px;
		color:#005290;
	}
	.horario span{
		font-size:18px;
	}
	.mapa{
		padding:20px;
		border:none;
	}
	.mapa img{
		width:100%;
	}
	.infoSedes2{
		padding:0px;
		border-bottom:1px solid #EEE;
		padding-bottom:15px;
	}
	.txtSedes2{
		color:#005290;
		font-size:20px;
		line-height:23px;
		padding-left:68px;
	}
	.infoSedes2 h4{
		font-size:30px;
		color:#005290;
		line-height:30px;
		font-family: 'gotham_boldregular';
	}
	.infoSedes2 h4 span{
		font-size:20px;
		font-family: 'gotham_bookregular';
	}
	.telefonoBox2 .datosTel2 .span3{
		font-size:35px;
	}
	.turnosOnline{
		height:265px;
	}
	.carousel-indicators {
		left: 106%;
		width:22%;
	}
	.marginTop{
		margin-top:85px;
	}
	.btnDudas{
		border-radius:5px;
		background-color:#009FE3;
		text-align:center;
		color: #FFF;
		font-size:19px;
		line-height:20px;
		padding:25px 50px 25px 50px;
		margin-top:25px;
	}
	.btnPrestaciones{
		border-radius:5px;
		background-color:#005192;
		text-align:center;
		color: #FFF;
		font-size:19px;
		line-height:20px;
		padding:25px 50px 25px 50px;
		margin-top:25px;
	}
	.icoHome img {
		width: 79px;
	}
	.bgHeader {
		margin-top: 91px;
	}
	.publiAmpliada {
		margin-top: 91px;
		margin-bottom:0px;
	}
	.columnasInst p{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap:0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
		padding-top:30px;
	}
	.columnasStaff p{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
		-moz-column-gap: 0px; /* Firefox */
		column-gap: 0px;
	}
	.globo{
	margin-top:0px;
	}
	h1.sedes{
	margin-top:15px;
	}

	.bgHeader.sanmiguel{
	background:#f2f2f2;
	height:auto;
	}
	/* En Mobile no mostrar la imagen de header */
	.bgHeader{
	background:#f2f2f2!important;
	height:auto!important;
	}
	
	.itemEstudio{
		padding:20px 60px 20px 20px;
	}
	
	.paddingFooter{
	padding:0;
}

}

