﻿/* ---------------------------------*/
/* OVERRIDES */

/* Contenido */
	.contenidos {
		background: white;
	}


	div#entidad_tit {
  		/* background: rgba(199, 98, 102, .6); */
  		background: rgba(114, 49, 52, 0.6);
	}

	.opciones_head_red {

		background-image: url(/img/header_ppal/emergencias_top.jpg);
	}
	/* FIN override  */


	h1 {
		font-size: 1.6em;
		margin: .67em 0;
		font-weight: normal;
		padding: 0 0 .2em 0;
		border-bottom: solid 1px #D0D0D0;
	}


/* ---------------------------------*/

	.emergencias_wrap {
		margin: .5em 1.5em 1.5em 1.5em;
	}

	.bloque_acceso_al_servicio {
		text-align: right;
		margin: auto 2em .3em;
	}

/* Tabla Accidentes que requieren atención médica */

	.titulo_tabla_atencion {
		margin-left: 3em;
		float: left;
		width: 90%;
		background: none;
	}

	.wrap_impresora {
		float: right;
		width: 4%;
		background: none;
	}

	.t_emergencias {
		width: 95%;
		margin:auto;
		font-size: 1.1em;
	}

	.t_emergencias th {
		border: 1px solid #BCBCBC;
		padding: 0.3em 0.3em 0.2em 0.3em;
	}

	.t_emergencias td {
		padding: 0.3em 0.3em 0.2em 0.3em;
		border: 1px solid #BCBCBC;;
		text-align: center;
	}

	.enc_principal_emergencias {
		background: #903b3f;
		padding: .4em 0 .4em 0;
		font-size: 1.15em;
		font-weight: bold;
		color: white;
		letter-spacing: .4px;
	}

	.enc_secundario_emergencias  {
		background: #A53F41;
		color: white;
		padding: .3em 0 .2em 0;
		font-weight: normal;
		text-transform: uppercase
	}

	.emergencias_fila_impar {
		background-color: #f9f0ed;
	}

	.emergencias_fila_par {
		background-color: #ede5e0;
	}

	.col_tipo_emergencia {
		width: 12.5%;
	}

	.col_afectado {
		width: 14%;
	}

	.col_observacion {
		width: 25%;
	}

	.col_que {
		width: 29%;
	}

	.tipo_emergencia {
		background: #625050;
		color: white;
		text-align: center;
	}

/* Tabla Otras Emergencias */

	.t_otras_emergencias {
		background: #FCF2EC;
		width: 95%;
		margin: auto;
	}

	.t_otras_emergencias th{
		background: /*#B63C41;*/ #A53F41;
		color: white;
		font-size: 1.1em;
		font-weight: normal;
		padding: .45em 0 .3em 0;
	}

	.t_otras_emergencias a, .link_proc {
		text-decoration: none;
		color: black;
	}

	.t_otras_emergencias a:hover, .link_proc:hover {
		color: #AE0000;
		text-decoration: underline;
	}

	.enfatizado {
		color: #AE0000;
		font-weight: bold;
	}

	.img_emergencia_col4 {
		width: 25%;
	}

/* Imágenes para tabla Otras Emergencias */

/*
	.img_emergencia {
		padding-left: 4.5em;
		padding-right: 1em;
		height: 3.8em;
		background-repeat: no-repeat;
		background-position: .9em center;
	}
*/

	/* Iconos y bullets */
	.impresora_16x {
		padding: 0.8em;
		background-image: url(/emergencias/img/printer_16x.png);
		background-repeat: no-repeat;
		background-position: 30% 55%;
	}

	ul.bullet_emerg {
		list-style: none outside url(/emergencias/img/bullet_emerg.png);
	}

/* Cuadro Centros ART */

	.centros_art {
		background: #FCF2EC;
		width: 95%;
		margin: auto;
	}

	.centros_art th{
		background: #625050;
		color: white;
		font-size: 1.1em;
		font-weight: normal;
		padding: .45em 0 .3em 0;
		color: white;
	}

	.centros_art td {
		padding: .4em;
	}

	.credencial_art {
		padding: 1em;
	}

	.desc_credencial_art{
		width: 70%;
	}


/* RESPONSIVO - media queries */
@media (max-width: 767px) {
	.logo-right, .menu_nav_container_p, #menu_iconos_p,  nav, .opciones_head_red, #container-desktop, .t_emergencias, .t_otras_emergencias, .bandera_footer {
		visibility:hidden;
		display:none;
	}
	.ppal-container, .opciones_head_red  { 
		width: auto;
	}

	.footer-container {
		text-align: right;
		overflow: visible;
	}

	.footer_wrapper {
		padding: 0em 1.5em;
	}

	.flex-container {
		font-size: 1em;
	}

	body{
		/*para que los textos queden uniformes y legibles pv*/
		font-size: 1rem;
	}

	.emergencias_wrap {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
}

@media (min-width: 767px) {
	.breadcrumb, .entidad_emergencias, #t_emergencias_flow {
		visibility:hidden;
		display:none;
	}

	.link_ext {
		text-decoration: none;
		color: black;
	}
}

@media (max-width: 450px) {
	.logo_footer {
		visibility:hidden;
		display:none;
	}
}


/* RESPONSIVO - estilos */

.main_menu_container_red {
	height: 37px;
}

#breadcrumbEmergencias {
	font-size: 1em;
}

.breadcrumb>li+li:before {
	content: "|\00a0";
}

th {
	text-align: center;
}

.texto_centrado {
	text-align: center;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.1em;
}

.flex-container ul, .flex-container ol{
	padding-left: 1.5em;
}

.caja_otras_emergencias {
	background: #FCF2EC;
	width: 100%;
	margin: auto;
}

.caja_otras_emergencias img {
	/* background: red; */
	/* margin: auto; */
	padding-right: 1em;
	/* border-right: lightgray 3px solid; */
}

.card_otras_emergencias_flow {
	background: transparent;
	color: white;
	font-size: 1.1em;
	font-weight: normal;
	/* padding: 1em; */
	padding: 1em 0em 1em 0em;
	/* height: 1em; */
	/* display: inline-block; */
}

.card_otras_emergencias_flow img {
	/* margin-right: 1em;  */
	width: 65px; /* 12%; */
}

.card_otras_emergencias a, 
.card_otras_emergencias_flow a {
	display:flex;
}

.card_otras_emergencias a span, 
.card_otras_emergencias_flow a span{
	margin: auto 0;
}

.t_otras_emergencias tbody tr {
	height: 70px;
}

.t_otras_emergencias_flow {
	background: #A53F41;
	color: white;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em 0 1em 0;
	text-align: center;
}

.entidad_emergencias {
	position: relative;
	overflow: hidden;
	/* float: left; */
	/* display: table; */
	margin: 8% 0 0 0;
	padding: 1.5em 1em 1em 1em;
	text-align: center;
	vertical-align: middle;
	color: white;

	background: rgba(11, 69, 149, 0.6);
	color: white;
	/* position: absolute; */
	/* display: inline-block; */
	padding: 1.2em 1.5em 1em 1.5em;
	bottom: 0.7em;
	margin: 0;

	font: 2em Arial;
	/* text-shadow: 1px -2px 1px rgba(69,69 ,69 , 0.6); */
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-bottom: none;
	margin: 0;
	/* padding: 0; */
	width: 100%;
	border-radius: 6px;
	background: rgba(114, 49, 52, 0.6);
}

.panel_otras_emergencias {
	border-color: #ddd;
}

.panel_otras_emergencias a:hover {
	color: #AE0000;
	text-decoration: underline;
}

.derecha {
	float: right;
}

/*orden modificado y se incluyó focus y a- pv*/
#accordion a, #accordion a:link, 
#accordion a:visited, #accordion a:focus, 
#accordion a:hover,#accordion a:active, 
#accordion a:link { 
	text-decoration: none;
	/*font-size: 1em;*/
	font-size: 1rem;
}

.icono_link {
	font-size: 0.8em;
}

/*
.t_emergencias th, .t_emergencias td {
	border-color: #BCBCBC;
	padding: 0.3em 0.3em 0.2em 0.3em;
}


.col_observacion {
	width: 25%;
}


.col_que {
	width: 29%;
}
*/

.link_ext:hover {
	color: #AE0000;
}

.color_svg {
	filter: invert(22%) sepia(29%) saturate(1885%) hue-rotate(180deg) brightness(94%) contrast(91%);
}

/*
.img_emergencia {
	background-size: 20%;
}
*/

.img_emergencias {
	width: 40px;
	margin: 1.2em;
}