@import url(//fonts.googleapis.com/css?family=Lato:400italic,400,900);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);

* html .clearfix {
	height: 1%;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #DDDDDD !important;
}

::selection {
	background: #c3effd;
	color: #000;
}
h1 {
	font-size: 1.5em;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	//text-shadow: 1px 1px 1px #FFF;
	letter-spacing: -0.5px;
}
h2 {
	font-family: "Raleway", sans-serif !important;
	font-size: 24px !important;
	font-weight: 100;
	color: #000;
	text-decoration: none;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
h5 {
	font-size: 12px;
	color: #444;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p,.txt {
	font-family: "Lato", sans-serif !important;
	/*color: #777;*/
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.30;
	padding: 0px;
}
.columnas {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	text-align: justify;
}
p.texto {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.30;
	padding: 0px;
	color: #666;
}
p.textoChico {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.0;
	padding: 0px;
	color: #666;
}
p.timestamp {
	font-size: 11px;
	color: #A80000;
}
.clear, .clearfix {
	clear: both !important;
	/*height: 1px !important;*/
}
small {
	font-size: 10px;
	line-height: 12px;
}
.degradado {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 55%, rgba(0,0,0,1) 76%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(0,0,0,0)), color-stop(76%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.70) 100%);
	background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.70) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.70) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.70) 100%);
 	filter: 	progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.txt strong {
	font-size: 10px;
}
hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	clear: both !important;
	border: 0;
	height: 1px;
	display:block;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(192, 192, 192, 0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(192, 192, 192, 0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(192, 192, 192, 0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(192, 192, 192, 0.75), rgba(0,0,0,0));
}
hr.xl {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	display:block;
}
#map .map_canvas {

        border: 1px solid #DDD;
}
.justify {
	text-align: justify;
}
a:link,
a:active,
a:visited {
	font-weight: 500;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
a:hover {
	color: #fff;
	text-decoration: none;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
::-moz-selection {
	background:#c3effd;
	color:#000;
}
.sep-vert {
	background-image: url(/template/accord-v2/skin/separador-v.png);
	min-height: 550px;
    width: 42px;
    float:left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.esp-vert {
	width: 22px;
	height: 550px;
	float: left;
}
.sep-hor {
	background-image: url(/template/accord-v2/skin/separador-h.png);
	width: 930px;
	min-height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
.transp {
	opacity: 0.6;
	filter: "alpha(opacity=60)"; /* expected to work in IE 8 */
	filter: alpha(opacity=60);   /* IE 4-7 */
	zoom: 1;                     /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.puntero {
	cursor: pointer;
}
.left {
	float: left;
}
th {
	font-size: 10px;
	text-transform: uppercase;
}
/*
 * Aca empieza el mapa
 */
.MarcoMapas {
	border: 2px solid #D6D6D6;
}
.MapaAgencias {
	margin: 0px;
	padding: -2px;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
}
.MapaAgencias #map_canvas {
	width: 100%;
	min-height: 555px;
}
.MenuMapa {
    background-color: #FFF;
    position: absolute !important;
    left: 0px;
}
.MenuBoton {
        text-align: center;
	width: 290px;
	background-color: #FFF;
	color: #666;
	height: 25px;
	font-size: 14px;
	cursor: pointer;
	line-height: 25px;
}
.MenuBoton,
.MenuMapa {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
table#matriz thead tr:hover {
	background-color: #EEEEEE !important;
}
#divAgencias #matriz tr {
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
}
#divAgencias #matriz tr.activo {
    background-color: rgb(220, 220, 220);
    color: #000;
}
.MenuMapa .notas {
	margin: 0px !important;
	border: 0 !important;
	background-color: rgba(255,255,255,0.5);
	text-shadow: #FFFFFF 1px 1px 1px;
}
.MenuMapa .notas,
.MenuMapa .notas p {
	color: #000000 !important;
	font-weight: normal;
}
.MenuMapa #divAgencias {
/*border-bottom: 2px solid #D6D6D6;*/
}
.popup {
	line-height: 1.35;
	font-size: 11px !important;
	overflow: hidden;
	white-space: nowrap;
}
/*
 * Aca termina el mapa
 */
.skin-BloqueDetalle {
	font-size: 11px;
	color: #666;
	text-align: justify;
}
.Espacio {
	float: left;
	margin: 8px;
    margin-top: 0px;
}
.tablaComparativa {
	float: left;
	width: 224px;
	height: 39px;
	font-size: 11px;
	background-color: #B8B8B8;
	color: #FFF;
	cursor: pointer;
}
.tablaComparativa img {
	float: left;
}
.tablaComparativa span {
	width: 150px;
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
	display: block;
	float: left;
	padding-top: 7px;
	border-radius: 3px;
}
.plan .espaciado {
    height: 418px;
}
.polarizado {
	background-color: #FFF;
	min-height: 162px;
    padding: 15px;
}
.polarizado .titulo {
    padding: 5px 0px 0px 0px;
    height: 40px;
    clear: both;
    font-size: 20px;
    font-weight: bold;
}
.polarizado p {
    font-size: 12px;
    line-height: 17px;
    clear: both;
    margin-top: 10px;
    color: #666;
    text-align: justify;
}
.padding {
	padding: 10px;
}
.hr {
	height: 1px;
	margin-top: 10px;
	background-color: #CCC;
	margin-bottom: 10px;
}
.shadow {
	text-shadow: #FFF 1px 1px;
}
.img img {
}
.radio {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box-shadow {
	box-shadow: 1px 1px 1px #CCC;
	-moz-box-shadow: 1px 1px 1px #CCC;
	-webkit-box-shadow: 0 1px 1px #CCC;
}
li {
	margin: 0px;
	padding: 0px;
}
.notas2 li {
	margin: 10px;
	padding: 0px;
	list-style: inside
}
ul {
	margin: 0px;
	padding: 0px;
}
ul.listas {
	color: #777;
}
ul.listas li {
}
.telEmergencias {
	text-align: center;
	font-size: 18px;
}
.telUrgencias {
	font-size: 18px;
}
.aviso {
	color: #A00;
}
.tabla-detalle {
	font-size: 11px !important;
	background-color: #CCC;
}
.tabla-detalle th {
	font-size: 11px !important;
	background-color: #CCC;
}
.tabla-detalle td {
	font-size: 10px !important;
	background-color: #F5F5F5;
	border: 1px solid #FFF;
	padding: 3PX;
}
#informes strong {
}
.barra {
	display: block;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 5px solid #F2F2F2;
	padding: 0px;
	background-color: #F2F2F2;
	color: #9A9A9A;
}
#msg-ultimoMomento {
	color: #111;
	text-shadow: #FFF 1px 1px 1px;
	font-size: 11px;
	display: block;
	clear: both;
	font-weight: normal;
	border: 10px solid #FFC;
	background-color: #FFC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 440px;
	text-align: justify;
}
.notasChicas {
	text-shadow: #FFF 1px 1px 1px;
	font-size: 10px !important;
	display: block;
	clear: both;
	font-weight: normal;
	border: 10px solid #EEE;
	background-color: #EEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 1px;
}
.notas {
	color: #292929;
	text-shadow: none;
	font-size: 16px !important;
	clear: both;
	font-weight: normal;
	border: none;
	background-color: #EEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 0px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 5px rgba(216, 216, 216, 0.85);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: help;
}

@media (max-width: 768px){
	.notas{
		padding: 10px 10px 10px 20px;
	}
}

.notaviso.verde i{
	color: #fff;
}

.notas i{
	color: #F44336;
  border-radius: 100%;
  font-size: 2em;
  //background-color: whitesmoke;
  position: absolute;
  top: -15px;
  left: -15px;
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
}

.notas a {
	font-weight: bold;
}
.notas:after {
	border: 1px solid #DDD;
	border-radius: 2px;
}
.notas ul {
}
.notas li {

	margin: 15px 5px;
}
.notas p {
	margin: 0px;
}
.notas pre {
	margin: 0px;
	font-size: 9px;
}

.myLabel{
	display: inline-block;
  max-width: 100%;
	font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 400;
}
.notas2 {
	padding: 15px 15px;
	margin: 5px 0px;
	background-color: #FFE58F;
	color: #B2942E !important;
	border: 1px solid #F2D46F;
	box-shadow: 0px 0px 10px rgba(242, 212, 111, 1);
}
.notas2 p {
	color: #B2942E !important;
	margin: 5px !important;
}
.notas2 li {
	font-size: 11px;
}

/* DASHBOARD y/o AUTOGESTION */

.dashboardMobile{
	display: none;
}

@media(max-width: 768px){
	.dashboardMobile{
		display: block;
	}
	.dashboardPC{
		display: none;
	}
}

.fondoGris{
	background-color: #3c3c3c;
	margin-top: -20px;
	width: 100%;
	padding-top: 30px;
	position: relative;
	height: 330px;
}

.fondoGris-home{
	background-color: #3c3c3c;
	width: 100%;
	padding: 14px 0;
	position: relative;
	height: 100px;
	cursor: pointer;
}

.fondoGris-home .ingresoTextapp{
	margin-top: 3px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  display: block;
}

.fondoRojo{
	background-color: #F44336;
	margin-top: -20px;
	width: 100%;
	padding: 17px 0;
	height: 100px;
}

.fondoAzul{
	background-color: #000066;
	margin-top: -20px;
	width: 100%;
	padding: 17px 0;
	height: 100px;
}

.alertas{
	position: absolute;
	text-align: center;
}


@media(max-width: 320px){
	.icoNoticiasCont{
		margin-left: -12px;
	}

	.tit-noticias{
		margin-left: -11px;
	}
}

@media(min-width: 568px){
	.icoNoticiasCont{
		margin-left: 50px;
	}

	.tit-noticias{
		margin-left: 48px;
	}

	.dashboardMobile .titulo-ico{
		font-size: 1.2em !important;
	}
}

.fondoGris .autoG-ico .titulo-ico{
	color: #fff;
}

.contDatosAfi{
	height: 274px;
}

.fondoGris-footer{
	margin-bottom: -7px;
	background-color: #3c3c3c;
	margin-top: 30px;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.entradaAutoGestion{
	text-align: center;
	margin: 0;
	color: #fff;
}

.datosAfiliado-autoG{
	color: #fff;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.tituloForm{
	font-size: 1.5em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 2px solid #3c3c3c;
}

.contForm {
	margin: 40px 0;
  padding: 1px;
}

.contForm span{
	width: 100%;
}

.autoG-ico{
	text-align: center;
	margin-top: 25px;
	margin-right: 0;
}

.autoG-icoNoMTop{
	margin-top: 0;
}

.autoG-icoNoMTop .titulo-ico{
	color: #fff;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

.autoG-ico .titulo-ico{
  color: #3c3c3c;
  text-align: center;
  margin-top: 5px;
	font-size: 14px;
}

.autoG-ico a{
	color: #3c3c3c;
}

.autoG-ico a:hover,
.autoG-ico a:active,
.autoG-ico a:active{
	opacity: .7;
	color: #3c3c3c;
	text-decoration: none;
}

.autoG-ico i{
	display: block;
	text-align: center;
	font-size: 5em;
}

.contForm .table>tbody>tr>th{
	border-top: 1px solid transparent;
}

.contItemsAutoG{
	padding-top:60px;
	padding-bottom: 10px;
	overflow-y: hidden;
}

.contItemsAutoG .col-xs-4{
	height: 135px;
}

.icoAlerta i{
	padding: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 1.5em;
}

.icoNoticiasCont{
	background-color: #009ed8;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.icoNoticiasCont .icoNoticias {
	margin-top: 8px;
}

.alertas .titulo-ico {
	margin-top: 5px;
	font-size: 14px;
	color: #3c3c3c;
}

.icoAlerta .notificacion{
	background-color: #009ed8;
}

.icoAlerta a:hover,
.icoAlerta a:active,
.icoAlerta a:active{
	color: #3c3c3c;
	text-decoration: none;
}

.icoAlerta .alerta{
	background-color: #F44336;
	width: 48px;
	height: 48px;
}

@media(min-width: 1200px){
	.btn-regresoAutoG{
		display: none !important;
	}
}

.btn-regresoAutoG{
	font-size: 3em;
	color: #000;
	display: inline-block;
	margin-top: -12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-regresoAutoG:hover,
.btn-regresoAutoG:focus{
	text-decoration: none;
	color: #3c3c3c;
}

/* ******************************************** */

.bloqueTitulo {
	font-size: 16px;
	color: #121212;
	background-color: #FFF;
	margin: 10px;
	font-weight: bolder;
}
a.botonSolapa {
    display: block;
    color: #000;
    font-size: 11px;
    padding-left: 10px;
    font-weight: 600 !important;
}
.vicera {
	height: 30px;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#informes {
	color: #333;
}
#msg-alerta {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #B00;
	text-align: center;
}
#msg-resultado {
	border-bottom-width: 1px;
	color: #A1A2A2;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#msg-agotados {
	color: #FFFFFF;
	background-color: #EE0000;
	display: block;
	padding: 10px;
	font-weight: bold;
	background-image: url(../../../images/msg-agotados.jpg);
	margin-bottom: 3px;
}
#msg-pdf {
	background-position: right center;
	font-size: 11px;
	border: 1px solid #EEE;
	background-color: #F7F7F7;
	line-height: 12px;
	margin-bottom: 10px;
	background-image: url(../../../images/msg/acrobat.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#msg-error {
	padding: 10px;
	margin: 10px;
	border: 1px solid #E8EBD4;
}
#msg-error p {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#msg-error img {
	float: right;
}
.cartilla_msg {
	border: 2px solid #DDD;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	background-image: url(/files/images/planes/minicredenciales/dorado.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #EEE;
	padding-left: 60px;
	margin-top: 10px;
	text-shadow: #EEE 1px 1px 1px;
}
.cartilla_msg .ESP {
	margin: 10px;
	height: 35px;
}
.cartilla_msg img {
	float: left;
	margin-right: 10px;
}
.loader-before {
	background: url(/template/accord-v2/loads/preload-circular.gif) center center no-repeat;
}
.loader-complete {
	background: url(/template/accord-v2/loads/load-circular.gif) center center no-repeat;
}
.tabla {
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-bottom: 10px;
}
.tabla tr.importante {
	background-color: #EBEFF2;
}
.tabla td {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	padding: 1px 8px;
	margin: 0px;
	background-color: #FFF;
}
.tabla tr:hover {
	background-color: #F5F5F5;
}
.tabla th {
	font-size: 9px;
	font-style: normal;
	color: #666 !important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding: 5px;
	background-color: #DDD;
	text-align: left;
	font-weight: normal;
	text-shadow: #EEE 2px 2px 2px;
	line-height: 12px;
}
.tabla strong {
	color: #444;
}
cartillas {
}
.BloqueoFormulario {
	position: absolute;
	width: 600px;
	height: 100%;
	top: 0;
	left: 0;
}
.CamposOcultos {
	display: none;
	border: solid 1px #ddd;
	width: 422px;
	padding: 5px;
}
.muy-grande {
display: block;
padding: 22px;
text-align: center;
 background-color: #65A830 !important;
background-image: -webkit-linear-gradient(top, #65A830, #65A830);
color: #FFF;
font-size: x-large;
}

.contentCheck{
    text-align: center;
}

.margintop25{
    margin-top: 25px;
}

.alert {
  padding: 15px;
  margin-bottom: 10px;
  border:none !important;
  border-radius: 0px;
  box-shadow: 0px 2px 5px rgba(216, 216, 216, 0.85);
}
