/* Colores institucionales y utilizados en la web
Celeste Institucional: #358bc7
Gris Claro Institucional: #929191
Gris Oscuro Institucional: #7b7c7c
Gris Claro Menú y Fondo Noticias: #eeeff1
*/

/*@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500,500italic,700,700italic,800,800italic,900,900italic,300italic,300,100,100italic|Hind:400,300,500,600,700|Francois+One|Archivo+Narrow:400,400italic,700,700italic|Fira+Sans:400,300,300italic,400italic,500italic,500,700,700italic|Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,500,500italic,700,700italic,300italic,300);*/


@charset "utf-8";
* {
    /*font-family: 'Merriweather Sans', sans-serif;*/
    font-size:  14px;
    /*font-family: 'Archivo Narrow', sans-serif;
    //font-family: 'Francois One', sans-serif;
    //font-family: 'Archivo Narrow', sans-serif;*/
    font-family: 'Fira Sans', sans-serif;
    /*font-family: 'Hind', sans-serif;*/
}





.enlacesHover:hover{
	color: #929191 !important;
}

/*************NAV BAR - MENU*************/

/*Strip the ul of padding and list styling*/
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/*Create a horizontal list with spacing*/
.menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #358bc7;
	background: #eeeff1;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #358bc7;
	color: white;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #358bc7;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #358bc7;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

/*************FIN NAV BAR - MENU*************/

/* CSS Document */
.bor{ border: 1px solid red; }
.borG{ border: 1px solid green; }
.borB{ border: 1px solid blue; }

.borNoticia{ 
	box-shadow: 5px 5px 5px #888888;
	background-color:white;
	opacity: 0.9;
	display: block;
	position: relative;
	}

html, body { height: 100%; }
body {
    display: table;
    width: 100%;
}

a{
    text-decoration: none !important;
}

a:hover{
    text-decoration: none !important;
    color: #7b7c7c;
}

ol {
    list-style-type: decimal;
}

.imagenEstatica{
    background-image: url('../imagenes/frente_edificio.jpg');
    /*background-size: 100%;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size:100% auto;
    display:block; 
    position: relative; 
    min-height: 400px;
}

.noticiaMultimedia{
    display: block;
    position: relative
}

.imagenPrincipal{
    /*background-size: 100%;*/
    background-position: center 30%; 
    background-repeat: no-repeat;
    background-size:100% auto;
    display:block; 
    position: relative; 
    min-height: 500px;
    width:100%; 

  
}
/*
.imagenPrincipal{
    background-position: center center; 
    background-repeat: no-repeat;
    display:block; 
    position: relative; 
    min-height: 400px;
    width:100%; 
    height:100%; 
  
}*/

.img_noticias{
    width: 100%;
}

.headerCaption{
    color: #000;
    position: relative;
    padding-top: -120px;
    /*width: 70%;
    top: -150px;
    background: #AAA;
    bottom: 0px;
    position: absolute;
    vertical-align: middle;
    height: auto;
    left: 15%;
    padding: 10px;*/
    opacity:0.9;
    z-index: 1;
}

.backCaption{
    z-index: 0;
    background-color: #358bc7;
    position: absolute;
    height: 20px;
    bottom: 0px;
}	


.backgroundBlue:hover {background: #358bc7; color: white;}
.textWhite:hover {color: white;}

.hoverThumbail:hover{
    opacity: 0.7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    box-shadow: 5px 5px 5px #888888;
}	

.thumbailContenido{
	padding-left: 2px !important; 
	padding-right: 2px !important;	
}
	
<!-- -->

<!-- -->
				
.page-row {
    display: table-row;
}

.header1{
    background-color: #358bc7;
}
    .header1 i{
        color: white;
        cursor: pointer;
    }
    .header1 i:hover{
        color:#eeeff1;
    }
    .textheader{
        color: white;
    }
    
    .logos{
        background-color: white;
    }
    
    .menu{
        background-color: #eeeff1;
    }
    
    .header3 a {
        text-decoration: none;
        margin-right: 15px;
        
    }
    
    .header3 nav {
        padding: 7px;
    }
    
    .links_redondos{
        /*padding: 10px;*/
    }
    
    .icon_container{
        display: inline-block;
        color: white;
        background-color: #358bc7;
        width: 60px;
        height: 60px;
        line-height: 70px;
        border-radius: 30px;
        margin: 10px;
    }
    
    .icon_container:hover{
            display: inline-block;
            color: white;
            background-color: #929191;
            width: 60px;
            height: 60px;
            line-height: 70px;
            border-radius: 30px;
            margin: 10px;
            -webkit-transition-duration: 0.2s; /* Safari */
            transition-duration: 0.2s;
      }
    
    .icon_rect{
        color: white;
        padding: 15px;
    }
    
    .icon_rect i{
        padding-right: 10px;
    }
    
    .icon_rect_griso{
        background-color: #929191 !important;
    } 
        .icon_rect_griso:hover{
            background-color:#358bc7 !important;
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
        }
    
    .icon_rect_grisc{
        background-color: #7b7c7c;
    }
        .icon_rect_grisc:hover{
            background-color:#358bc7 ;
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
        }
        
    .rect_azules{
        height: 80px;
        margin: 10px 0 10px;
    }
        .rect_azules a{
            color:white;
        }

        .rect_azules a:hover{
            color:white !important;
        }
    
    .icon_rect_azules{
        margin:10px;
        background-color:#358bc7;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }        
    
        .icon_rect_azules:hover{
            margin:10px;
            background-color:#7b7c7c;
            height: 60px;
            line-height: 60px;
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
        }        
    
    .icon_rect_azules a{
        color: white;
    }
    
        .icon_rect_azules a:hover{
            color: white !important;
        }

hr{
    /*display: aboslute;*/
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: auto;
    border-width: 1px;
    height: 1px; 
    width: 100%;
    background-color: black;
}        

.espacioDeMenu {
    width: 100%;
    display: table-row;
}

.espacioDeMenu img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-row-expanded{ height: 100%; }
.oculto{ display: none; }

.wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .6 )
    /*url('images/loader.gif')*/
    50% 50%
    no-repeat;
}
.wait_hide{ overflow: hidden; }
.wait_show { display: block; }

.icon_circle{
    color: white;
    background-color: #358bc7;
    width: 80px;
    height: 80px;
    line-height: 77px;
    border-radius: 40px;
    margin:auto;
    position:relative;
    top:-40px;
    text-align:center;
}

.icon_circle i{
	vertical-align:middle;
}

.icon_square{
	background-color: white;
	height: 140px;
	margin-top:30px;
	min-width: 100px;
	margin-left:30px;
	margin-right:30px;	
}

    .icon_square a{
        color: #7b7c7c;
    }
    
    .icon_square a:hover{
        color: #358bc7 !important;
    }

 .icon_square span{
    vertical-align:middle;
    text-align:center;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}	

.contain_square{
        height: 170px;  
        margin-bottom: 30px;
}

.main_square{
    background-color: #eeeff1;
    height:auto;
    min-height:250px;
}	

.home_enlaces{
    padding-left: 0px; 
    padding-right: 0px; 
    position: relative;
    height: 100%;
    margin-bottom: 10px;
}

.caja_menu_os{
    margin:20px;
}

.menu_os{
    margin-bottom:20px;

}

.home_enlaces_ind{
    background-color:  white;
    height: 120px;
    padding: 20px;
    border: solid 1px #358bc7;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.home_enlaces_ind strong{
     font-family: 'Fira Sans', sans-serif;
     font-weight: 500;
     text-transform: uppercase;
}


.home_enlaces_ind:hover{
    background-color:  #358bc7;
    color: white;
    border: none !important;
}

.home_enlaces_icon{
    padding: 5px;
    //float: left;
}

.btn_leer_mas{
    background-color: #358bc7;
    border: none;
}

.btn_leer_mas:hover{
    background-color: white;
    color: #358bc7 !important;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
}

.footer{
    color: #7b7c7c;
}

    .footer:hover{
        color: #929191 !important;
    }
    
.volanta{
    color: #929191 !important;
}

.icon_img-contenido{
    background-color: white;
    height: 140px;
    margin-top:1px;
    min-width: 100px;
    margin-left:10px;
    margin-right:10px;	
    margin-bottom:30px;	
}

.formulario{
    background-color: #358bc7;
    padding: 20px;
    color: black;
}

label{
    color: white;
}

.formulario input{
    margin: 5px;
}

.a_form:hover{
    color:#7b7c7c;
}

.boton{
    color: black;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 21px!important;
}

/* Títulos Secciones */
.titulo_seccion_interna{
    background-color:white;
    opacity: 0.9;
    display: block;
    position: relative;
    margin-top: 120px;
}
/* FIN Títulos Secciones */


/* Seccion Compras */

.convocatoria_ind{
    float: none;
    display: table-cell;
    vertical-align: top;
}

.fila_convocatoria{
    background-color: #eeeff1;
}

.email_compras{
    margin-top: 30px;
    margin-bottom: 30px;
}

.convocatoria_ind{
    background-color: white !important;
    font-size: 14px !important;
    padding: 20px;
}
    .convocatoria_ind strong{
        color: #358bc7;
        font-size: 13px !important;
    }
    
/* Fin Sección Compras */

/* INICIO INSITUCIONAL*/
.imgOrganigrama{
    /*background-image: url('../imagenes/organigrama.jpg');*/
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    /*background-size:100% auto;*/
    /*display:block; */
    min-height: 600px;
}

.icon_container_institucional{
 	 display: inline-block;
     color: white;
     background-color: #358bc7;
     width: 140px;
     height: 140px;
     border-radius: 70px;
     margin: 10px;
 }
 
.icon_container_institucional:hover{
	background-color: #929191;
}
 
 .icon_circle_institucion{
    color: white;
    background-color: #358bc7;
    width: 80px;
    height: 80px;
    /*line-height: 77px;*/
    border-radius: 40px;
    margin:auto;
    position:relative;
    top: 50px;
    text-align:center;
}

.imgEdificio{
	top: 55px;
}

/* FIN INSTITUCIONAL */

/* HOSPITALES */

.hospitalesIcon{
	height: 90px; 
	line-height: 90px;
}
.subtituloHosp{
	text-align: right;
}	

/* FIN HOSPITALES */

/* Obras Sociales */
.listado_links a:hover{
    color: #7b7c7c !important; 
}

/* Metodología Tutelaje FAQ */
    .subtitulos{
        //color: #358bc7; 
    }
    .lista li{
        color: #358bc7; 
        display: list-item;
    }
    
    .lista ul li{
        list-style-type: disc;
        float: none;
        color: black;
    }
    
    .lista ul li a{
        color:#358bc7 !important;;
        background: none;
        display: inline;
    }
    
    .lista ul li a:hover{
        color:#358bc7 !important;
    }
    
    .lista p a:hover{
        color:#7b7c7c !important;
    }
/* Fin Metodología Tutelaje FAQ */

/* Fin Obras Sociales */

/* MEDICINA PREPAGA */

.normativas{
    padding: 0  200px 0px 200px;
    margin-left: 70px;
}

.paddingTextPrepaga{
    padding: 0 150px 0 150px;
}	

/* FIN MEDICINA PREPAGA */

/* Marco Seguro */
.usuario_logueado{
    background-color: #358bc7;
    min-height: 30px;
}


.btn_salir{
    color: white;
    padding: 14px;
}

.btn_salir:hover{
    color: #358bc7;
    background-color: white;
}

.res_362_content{
    padding: 20px;
}

/* Fin Marco Seguro */


/* Monotributistas */
.link_monotributistas{
    color:white  !important;
}
.link_monotributistas a:hover{
    color:white  !important;
}
/* Fin monotributistas */

/* NOTICIAS */
.section_noticias.notic_mini{
    cursor: pointer;
}
.section_noticias.notic_mini:hover{
    opacity: .7;
}
    .section_noticias .img_div{
        float: left;
        width: 160px;
        height: 130px;
    }
    .section_noticias .img_div img{
        width: 150px; height: 120px;
    }
    
#imagenPrincipal{
  /*background: no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    

/* ==================================================
Pagina: delegaciones
================================================== */     
.contenido_principal{width: 100%; text-align: center;}
.contenido_principal.con_pddt{padding-top: 25px;}
.contenido_principal.con_pddb{padding-bottom: 35px;}
.contenido_principal > div{width: 100%; max-width: 1200px; text-align: left; margin: 0px auto; min-height: 500px;}


#box_mapa{  
    position: relative;
    width:100%; 
    height:450px;
    overflow: hidden;
    
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
    
    z-index: 4;
}
    #box_mapa .buscador{ 
        position: absolute;
        top: 0px;
        left:0px;
        z-index: 2;
        
        height:450px;  
        width:35%;
        
        background-color: #00AEEF;
        
        text-align: center;
   
    }
        #box_mapa .buscador .btn-mo-buscador{
            position: absolute;
            top: 70px;
            right: -30px;
            background-color: #00AEEF;
            display: block;
            width: 35px;
            height: auto;
            padding: 45px 0;
            text-align: center;
            text-decoration: none;
            
        	-webkit-border-radius: 5px;
        	-moz-border-radius: 5px;
        	-khtml-border-radius: 5px;
        	border-radius: 5px;
        
        	background-image: url(../imagenes/icono-lt.png);	
        	background-repeat: no-repeat;
        	background-position: center center;
            
        }
        #box_mapa .buscador .btn-mo-buscador.oculto{
            background-image: url(../imagenes/icono-gt.png);    
        }
    
        #box_mapa .buscador p,
        #box_mapa .buscador label,
        #box_mapa .buscador h2{
            color: #FFF;    
            overflow: hidden;
        }
        #box_mapa .buscador h2{
            margin-top: 100px;  
            font-weight: 600;
        }
        #box_mapa .buscador p,
        #box_mapa .buscador form,
        #box_mapa .buscador h2{
            margin-left: auto;
            margin-right: auto; 
            text-align: left;
            display: block;
            width: 70%;
        }
        #box_mapa .buscador select option{
            font-size: 18px;
            font-weight: 300;
        }
        #box_mapa .buscador form{
            border-top: 2px solid #FFF;
            margin-top: 25px; 
            padding-top: 25px;    
        }
        #box_mapa .buscador select,
        #box_mapa .buscador label{
            width: 100%;    
        }
        #box_mapa .buscador p{font-size: 20px;}
        #box_mapa .buscador label{font-size: 20px; font-weight: 300;}
        

    #box_mapa .mapa{
        z-index: 1;
    }
        #box_mapa #googlemaps{ 
            width:65%;
            height:450px; 
            left:35%;  
        }
        .markerDetalle{
            
        }
            .markerDetalle h3 span, 
            .markerDetalle h3{   
                font-size: 24px;
                color: #002553;
                font-weight: 600;
            } 
            .markerDetalle p{margin-bottom: 0px;}  
        
        
#list_delegaciones {

}           
    #list_delegaciones > li{
        margin: 10px;
        padding: 10px;
        width: 23%;    
        display: inline-block; 
        vertical-align: top;
    }  
    #list_delegaciones > li *{color: #000000;}           
    #list_delegaciones > li.selected{
        background-color: #002553;    
    }        
        #list_delegaciones > li.selected *{
            color: #FFF;    
        }  
    #list_delegaciones > li h3 span, 
    #list_delegaciones > li h3{   
        font-size: 24px;
        color: #002553;
        font-weight: 600;
    } 
    #list_delegaciones > li p{margin-bottom: 0px;}

/* AGREGADO */

.ui-icon.icon-xls
{
    width: 16px;
    height: 16px;
    background-image:url(images/xls.png) !important;
}

/* Tab de Datos de Gestión */
/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    
}

.tabcontent h2 {
    color: #6f6f6f;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-size: 25px;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
}
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel_gestion {
    
    background-color: white;
    display: none;
    margin-bottom: 20px;
} 

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*fin de Datos de Gestión - Sur*/


/*Institucional - Curriculums*/

#curriculum .row img {
    width: 100%;
}

#curriculum .row h3 {
    margin-top: 2px !important;
}

#curriculum .row h4 {
    color: gray;
}

#curriculum .row h3, h4 {
    display: inline;
}

/*fin de Institucional -Curriculums*/


/*inicio Res071*/

div#resumen071 {
 /*width:768px;*/
 width:100%;
 border: 1px solid #A3B5DE;
 background-color:#EFEFEF;
}

.bloqueint071 {
 border: 1px solid #ACACAC;
 padding: 2px;
 margin:0px;
 background-color:#FFFFFF;
}
.bloqueint071 fieldset div{

height: 41px;
}

.resumenvalor071{
   font-weight: bold;
   float: right;
   width: 50%;
   height: 30px;
   text-align: center;
   border: 1px solid gray;
   font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.resumennombre071{
   width: 50%;
   height: 30px;
   text-align: center;
   border: 1px solid gray;
   background: #53BAFF;
   font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   padding: 6px 6px 6px 12px;
}

.bloqueint071 {
 border: 1px solid #ACACAC;
 padding: 2px;
 margin:0px;
 background-color:#FFFFFF;
}
.bloqueint071 fieldset div{

height: 41px;
}


.tablaconsultas071 {
	width: 550px;
	padding: 0;
	margin: 0;
}

.tablaconsultas071 caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.tablaconsultas071 th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	border-right: 1px solid #0070BD;
	border-bottom: 1px solid #0070BD;
	border-top: 1px solid #0070BD;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #53BAFF;
}

.tablaconsultas071 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #0070BD;
	background: none;
}

.tablaconsultas071 td {
	border-right: 1px solid #0070BD;
	border-bottom: 1px solid #0070BD;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}



/*fin Res071*/

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs { text-align: inherit; }
    .text-left-xs { text-align: left; }
    .text-center-xs { text-align: center; }
    .text-right-xs { text-align: right; }
    .text-justify-xs { text-align: justify; }
    
    .headerCaption{
        color: #000;
        opacity:0.9;
        z-index: 1;
    }
    
    .imagenPrincipal{
        padding-top:125px;
        background-position: center 2%;
    }
    .imagenPrincipal h1 {
        font-size: 24px;
    }
    
    .imagenEstatica{
        padding-top:150px;
    }
    
    .backCaption{
        display: none;
    }
    
    .imgEdificio{
		top: 0px !important;
	}
        
	
	/* HOSPITALES */
	.hospitalesIcon{
      line-height: 10px !important;
	}
	.subtituloHosp{
		text-align: left!important;
	}	
	
	/* FIN HOSPITALES */
	
	/* MEDICINA PREPAGA */
	.normativas{
		padding: 0 !important;
		margin-left: 0px !important;
	}
	
	.paddingTextPrepaga{
		padding: 0 0 0 0 !important;
	}	
	/* FIN MEDICINA PREPAGA */
	
        /*Institucional - Curriculums*/
                        
        #curriculum .row img {
           width: 100%;
           padding: inherit;
           margin-bottom: 10px;
        }
        
        
        
        /*Fin Institucional Curriculums*/
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm { text-align: inherit; }
    .text-left-sm { text-align: left; }
    .text-center-sm { text-align: center; }
    .text-right-sm { text-align: right; }
    .text-justify-sm { text-align: justify; }
    
    .headerCaption{
	    color: #000;
	    opacity:0.9;
	    z-index: 1;
	}
    .imagenPrincipal{
        padding-top:225px;
        background-position: center 2%;
        /*margin-bottom:300px;*/
    }
    .imagenEstatica{
        padding-top:170px;
    }
    
    .backCaption{
    	display: none;
    }
    
    .imgEdificio{
		top: 0px !important;
	}
	
	/* HOSPITALES */
	.hospitalesIcon{
		line-height: 10px !important;
	}
	/* FIN HOSPITALES */
	
	/* MEDICINA PREPAGA */
	.normativas{
		padding: 0 !important;
		margin-left: 0px !important;
	}
	
	.paddingTextPrepaga{
		padding: 0 0 0 0 !important;
	}	
	/* FIN MEDICINA PREPAGA */
        
        /*Institucional - Curriculums*/
        
        
        
        
        /*Fin Institucional Curriculums*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md { text-align: inherit; }
    .text-left-md { text-align: left; }
    .text-center-md { text-align: center; }
    .text-right-md { text-align: right; }
    .text-justify-md { text-align: justify; }

    .headerCaption{
	    color: #000;
	    background: #FFF;
	    top: -70px;
	    opacity:0.9;
	    z-index: 1;
	}
    .imagenPrincipal{
        padding-top:300px;
        background-position: center 4%;
    }
    .imagenEstatica{
        padding-top:200px;
    }
    
    .backCaption{
    	display: none;
    }
    
    /* FIN HOSPITALES */
	.normativas{
		padding: 0 !important;
	}
	/* FIN MEDICINA PREPAGA */
	
	/* MEDICINA PREPAGA */
	.paddingTextPrepaga{
		padding: 0 0 0 0 !important;
	}	
	/* FIN MEDICINA PREPAGA */

}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg { text-align: inherit; }
    .text-left-lg { text-align: left; }
    .text-center-lg { text-align: center; }
    .text-right-lg { text-align: right; }
    .text-justify-lg { text-align: justify; }
        .headerCaption{
	    color: #000;
	    background: #FFF;
	    top: -150px;
	    opacity:0.9;
	    z-index: 1;
	}
    .imagenEstatica{
            padding-top:200px;
        }
    .imagenPrincipal{
        padding-top:480px;
    }

}

/* Table Styles VENTANILLA */

.ventanilla{
    text-align: center;
  }
  
  .table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
  }
  
  .fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
  }
  
  .fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
  }
  
  .fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
  }
  
  .fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
  }
  
  
  .fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #358bc7;
  }
  
  .fl-table tr:nth-child(even) {
    background: #F8F8F8;
  }
  
  /* Responsive */
  
  @media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
  }

