@font-face {
    font-family: 'regular';
    src: url('fonts/proxima_nova_alt_regular-webfont.eot');
    src: url('fonts/proxima_nova_alt_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_alt_regular-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_alt_regular-webfont.woff') format('woff'),
         url('fonts/proxima_nova_alt_regular-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_alt_regular-webfont.svg#proxima_nova_alt_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thin';
    src: url('fonts/proxima_nova_alt_thin-webfont.eot');
    src: url('fonts/proxima_nova_alt_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_alt_thin-webfont.woff') format('woff'),
         url('fonts/proxima_nova_alt_thin-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_alt_thin-webfont.svg#proxima_nova_altthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
/*
	font-weight: normal;
	font-size: 14px;
*/
}
body {
	background-color: #eaeaea;
    font-family: 'regular';
}
a {
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}
a img {
	border: none;
}

#encabezado {
	background-color:#d7d7d7;
	padding: 20px 0px;
}

.ancho {
	max-width: 965px;
	margin: auto;
}

.mariz {
	margin-left: 50px;
}
.marde {
	margin-right: 50px;
}
.mar50 {
	margin-left: 50px;
	margin-right: 50px;
}
.mar20 {
	margin-left: 20px;
	margin-right: 20px;
}

.floatr {
	float: right;
}

#telefono {
    color: #2f306b;
    font-size: 18px;
    text-align: right;
    line-height: 28px;
    margin-top: 0px;
}
#formulario_boton {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #c2c984;
	text-align: center;
	width: 246px;
	height: 35px;
	border-radius: 17px;
	display: inline-block;
	line-height: 35px;
	margin-top: 3px;
}
#formulario_boton:hover {
    background-color: #5096c9;
}
.clear {
	clear: both;
}

/* GALERIA */
#galeria {
	overflow: hidden;
	position: relative;
}
#marco {
	width: 4000px;
	position: absolute;
	top:0px;
	left:0px;
}
#marco .hoja {
	float: left;
}
#marco .hoja img {
	height: auto;
}

#puntos {
	position: absolute;
	top: 90%;
	left: 50%;
    margin-left: -25px;
}
#puntos .punto {
	background: url('images/punto_in.png') center center no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
#puntos .punto.activo {
	background: url('images/punto_ac.png') center center no-repeat;
}

/* WRAPP */
#content {
    background-color: #0167b1;
}
#menu {
    font-family: 'thin';
    color: #ffffff;
    width: 247px;
    float:left;
}
#menu li {
	list-style: none;
}
#menu>ul>li{
	border-bottom: 2px solid #003282;
}
#menu>ul>li>a{
	background: url('images/fleita.png') right center no-repeat;
	padding: 25px 30px 25px 50px ;
	display: block;
	font-size: 18px;
}
#menu>ul>li>ul>li>a{
	padding: 10px 30px 10px 50px ;
	display: block;
	font-size: 18px;
}
#menu>ul>li.activo{
	background-color: #5096c9;
    font-family: 'regular';
}
#menu>ul>li:hover{
	background-color: #5096c9;
}
#menu>ul>li.despliega>ul {
	display: none;
}
#menu>ul>li>ul>li.activo {
	color: #313771;
}
#contenido {
	margin-left: 247px;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
    min-height: 800px;
}

/* FOOTER */
.tituloubica {
	color: #ffffff;
    font-family: 'thin';
	padding: 35px 0px;
	background: url('images/mapa.png') right center no-repeat #2f306b;
}
.tituloubica h3 {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 12px;
	float:left;
	margin-right: 10px;
}
.ubicate {
	vertical-align: middle;
	font-size: 16px;
}
.ubicate span {
	display: inline-block;
	vertical-align: middle;
}
.ubicate strong {
	font-weight: normal;
    font-family: 'regular';
    font-size: 22px;
	vertical-align: middle;
	
}
.ubicate b {
	font-weight: normal;
    font-family: 'regular';
    font-size: 16px;
	vertical-align: middle;
	
}
.ubicate img {
	vertical-align: middle;
	margin: 0px 3px;
}
.ubicate img.pipe {
	margin: 0px 10px;
}
#mapa {
	width: 100%;
	height: 300px;
}
footer {
	background-color: #d7d7d7;
	border-top: 2px solid #adadad;
	color: #a5a5a5;
	font-size: 11px;
	padding: 15px 0px;
}
footer .col3 {
	width: 32%;
	margin-right: 1%;
	float:left;
}
footer .col3 h5 {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
footer .col3 img {
	max-width: 100%;
	height: auto;
}
.col3 li {
	list-style: none;
	vertical-align: middle;
	margin-top:3px;
}
.col3 li img {
	vertical-align: middle;
}
.navfooter li {
	width: 48%;
	display: inline-block;
	font-size: 10px;
}
.sepconta {
	margin-top: 20px;
}
.negritopie {
	background-color: #000000;
	color:#a5a5a5;
	font-size: 10px;
	padding: 10px 0px 15px;
}

/* HOME */
.enchome {
	color: #2f306b;
	font-size: 22px;
	padding: 25px 20px 0px 20px;
	text-transform: uppercase;
}
.listahome li {
	list-style: none;
	color: #3d3d3d;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px 20px;
}
.listahome li a {
	display: block;
	padding: 22px 2px 20px 2px;
}
.listahome li h4 {
	font-size: 16px;
	padding: 5px 5px 5px 5px;
}
.listahome li p {
	font-size: 12px;
	padding: 0px 5px 5px 5px;
}
.listaover li:hover {
	background-color: #ffffee;
}
.tituloviol {
	background-color: #2f306b;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 20px 0px 20px;
	padding: 12px;
	font-size: 16px;
}
.titulocele {
	background-color: #5096c9;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 20px 0px 20px;
	padding: 12px;
	font-size: 16px;
	position: relative;
}
.titulogris {
	background-color: #b4b4b4;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 20px 0px 20px;
	padding: 12px;
	font-size: 16px;
}
.titulogris2 {
	background-color: #b4b4b4;
	color: #ffffff;
	text-transform: uppercase;
	padding: 3px 12px;
	font-size: 16px;
}
.tituloverde {
	background-color: #c2c984;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 20px 0px 20px;
	padding: 20px 12px;
	font-size: 16px;
	position: relative;
}
#pdfbtn {
	position: absolute;
	bottom: -20px;
	right: 30px;
}

/* QUIENES SOMOS */
.row {
	display: table-row;
}
.cajaazul {
	display: table-cell;
    width: 50%;
    background: url('images/triangulo.png') right top no-repeat #0167b1;
    border: 10px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    padding: 25px 15px;
    max-width: 661px;
}
.cajaceleste {
	margin:10px;
    background: #5096c9;
    color: #ffffff;
    font-size: 16px;
    padding: 25px 25px;
    max-width: 661px;
}
.cajaceleste p {
	margin: 15px 0px;
}
.cajaazul2 {
    background: url('images/triangulo.png') right top no-repeat #0167b1;
    color: #ffffff;
    font-size: 16px;
    padding: 25px 15px;
    margin: 10px 0px;
}
.cajaazul2 i {
	display: block;
    margin: 2px 0px;
}
.cajaazul h3,.cajaceleste h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.titgris {
	color: #313131;
	font-size: 18px;
    font-family: 'regular';
    font-weight: bold;
	padding: 10px 10px 3px 10px;
	text-transform: uppercase;
}
.tablita {
	display: table;
	width: 100%;
}
.col2 {
	display: table-cell;
    width: 50%;
    color:#313131;
    border: 10px solid #ffffff;
    border-top:none;
    font-size: 14px;
    height: auto;
    vertical-align: top;
}
.col23 {
	display: table-cell;
    width: 33%;
    color:#313131;
    border: 10px solid #ffffff;
    border-top:none;
    font-size: 14px;
    height: auto;
    vertical-align: top;
}
.col6 {
	display: table-cell;
    width: 66%;
    color:#313131;
    border: 10px solid #ffffff;
    border-top:none;
    font-size: 14px;
    height: auto;
    vertical-align: top;
}
.equipopar p {
	color: #191818;
	font-size: 16px;
	margin: 12px 0px;
	font-weight: bold;
}
.col2 p {
	margin: 8px 0px;
}
.col2 img {
	margin: 8px 0px;
	max-width: 100%;
	height: auto;
	margin: 2px auto;
	display: block;
}
.col2 h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 7px;
    font-family: 'regular';
    font-weight: bold;
    color: #0167b1;
}
.col1 img {
	margin: 8px 0px;
	max-width: 100%;
	height: auto;
	margin: 2px auto;
	display: block;
}
.col1 {
	display: table-cell;
	width: 100%;
	vertical-align: top;
    border: 10px solid #ffffff;
}

/* RECURSOS HUMANOS */
.profecionales .col2 {
	min-height: 125px;
}
.profecionales a:hover img {
	opacity: 0.4;
    filter: alpha(opacity=40);
}
.profecionales img {
	float:left;
	width: 112px;
	height: 112px;
}
.profecionales h4 {
	margin-left: 125px;
	font-size: 14px;
	color: #5096c9;
    text-transform: uppercase;
    font-family: 'regular';
    font-weight: normal;	
    padding-top: 20px;
    min-height: 30px;
}
.profecionales a:hover h4 {    
    color: #b8b9bb;
}
.profecionales p {
	margin-left: 125px;
	font-size: 14px;
	color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'regular';
    font-weight: normal;	
    min-height: 30px;	
}
.anestesia p {
	padding-top: 50px;
}

/* DETALLE PROFECIONAL */
.detalleprof .col2 {
	border-width: 20px;
	
}
.nombre {
	font-size: 18px;
	color: #0167b1;
	text-transform: uppercase;
	margin: 0px 40px;
	font-weight: bold;
}
.carrera {
	color:#3a3a3a;
	font-size: 18px;
	text-transform: uppercase;
	margin: 5px 40px;
	font-weight: bold;
}

.detalleprof h5 {
	color: #313131;
	font-size: 16px;
	font-weight: bold;
}
.col2 p.resa {
	color: #313131;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px;
}
.col2 p.resalind {
	color: #313131;
	font-size: 16px;
	margin: 6px 0px;
}
.detalleprof ul {
	margin: 6px 0px;
}
.detalleprof li {
	list-style: none;
	color: #313131;
	font-size: 14px;
}

/* INFORMACION */
.tituloviol small {
	display: block;
	font-size: 11px;
	margin-top: 4px;
}
.info .col2 {
	border-top:10px solid #ffffff;
}
.info ul {
	margin: 6px 0px;
}
.info li {
	list-style: none;
	color: #313131;
	font-size: 14px;
	margin: 2px 0px;
}
.listagordi {
	color: #3d3d3d;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
    margin: 20px 20px 0px 20px;
}
.listaflaqui {
	color: #3d3d3d;
	font-size: 14px;
    margin: 20px 20px 0px 20px;
}
.listaflaqui li,.listagordi li {
	list-style: none;
	margin: 3px 0px;
}
.parrafogris {
	background-color: #b4b4b4;
    color: #000000;
    margin: 20px 20px 0px 20px;
    padding: 12px;
	font-size: 14px;
}
.parrafogris h3 {
    text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.parrafogris li {
	list-style: none;
	margin: 1px 0px;
}
.parrafoceleste {
	background-color: #5096c9;
    color: #ffffff;
    margin: 20px 20px 0px 20px;
    padding: 12px;
	font-size: 14px;
	max-width: 300px;
}
.parrafoceleste h3 {
    text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}
.parrafoceleste p {
	list-style: none;
	margin: 1px 0px;
}
.info .col2 img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.bajainfo {
	color:#3d3d3d;
    margin: 20px 20px 0px 20px;
    text-transform: uppercase;
	font-size: 14px;
}
.tablaceleste {
	background-color: #5096c9;
    margin: 20px 20px 0px 20px;
    color: #ffffff;
}
.tablaceleste .col2 {
	border-color: #5096c9;
    color: #ffffff;
}
.tablaceleste li {
	list-style: none;
	margin: 4px;
}
.tablaceleste h3 {
    text-transform: uppercase;
	margin-bottom: 10px;
	padding: 14px 14px 0px 14px;
	font-size: 16px;
}
.azul {
	color: #0167b1;
	font-weight: bold;
}
.al100 {
	margin: 20px 0px;
	width: 100%;
}
#btnvolver {
	float: right;
	display: block;
	background-color: #5096c9;
	padding: 4px 12px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-right: 40px;
}
.alingder {
	text-align: right;
}
.altacomplejidad {
	font-weight: bold;
	font-size: 16px;
	font-family: 'regular';
}
/* RESPONSIVE */
@media (max-width: 1000px) {
	.tituloubica {
		background-image: none;
	}
}
@media (max-width: 600px) {
	.tituloubica h3 {
		float:none;
	}
	.altacomplejidad {
		margin: 5px 10px;
	}
	.logo {
		max-width: 80%;
		margin: 10px 10%;
	}
	#telefono {
		float:none;
		text-align: center;
		margin-right: 0px;
	}
	
	#menu {
	    width: 100%;
	    float:none;
	}
	.tituloubica .mariz {
		margin: 0px 10px;
	}
	.ubicate img.pipe {
		display: block;
		height: 0px;
		margin-top: 3px;
	}
	.tituloubica {
		background-image: none;
	}
	#mapa {
		height: 200px;
	}
	.mar50, .mar20  {
		margin-left: 0px;
		margin-right: 0px;
	}
	footer .col3 {
		float:none;
		padding: 5%;
		width: 90%;
	}
	.sepconta {
		margin-top: 0px;
	}
	#contenido {
		margin-left: 0px;
	}
	
}
@media (max-width: 800px) {
	.col6, .col23, .col2, .cajaazul {
		display: block;
		width: auto;
	}
	.col23 img, .col6 img {
		display: block;
		margin: auto;
	}
	.alingder {
		text-align: left;
	}
}
.titforma {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: underline;
}
.detalleprof strong {
	font-weight: bold;
	font-size: inherit;
}

.equipo {
	color: #0167b1;
	font-size: 18px;
    margin: 20px 10px;
    font-weight: bold;
}
.quienesazul {
	color: #0167b1;
	font-size: 16px;
	padding: 4px 10px;
}
.under {
	text-decoration: underline;
	font-weight: bold;
}
.pintaoliv {
	background-color: #2F306B;
}
.burbujap li {
	position: relative;
}
.burbujap li {
	cursor: pointer;
}
.burbujap li p {
	position: absolute;
	bottom:80%;
	left:5%;
	width: 80%;
	background-color: #C1E3FB;
	border: 1px solid #A9A9A9;
	border-radius: 10px;
	padding: 12px 7px;
	z-index: 999;
	display: none;
}
.burbujap li p i {
	background: url('images/rombi.png') top center no-repeat;
	width: 10px;
	height: 11px;
	display: block;
	position: absolute;
	bottom: -11px;
	left: 10%;
}
@media all and (max-width:700px) {
	.burbujap li {
		cursor: default;
	}
	.burbujap li p {
		position: inherit;
		bottom:auto;
		left:auto;
		width: auto;
		background: none;
		border: none;
		padding: 0px 5px 5px 5px;
		z-index: 999;
		display: block;
	}
	.burbujap li p i {
		display: none;
	}
}
#cabeza {
	max-width: 100%;
}
