:root {
  --colorFondoMensajes: #23819d;
  --colorTextoMensajes: white;
  --iconAlert: none;
  --iconSucess: none;
  --iconClose: none;
  
  --colorFondoCuerpo: white;
  --colorTextoPrincipal: #252525;
  --colorPrincipalTitulo: #107bc3;
  --colorSecundarioTitulo: #107bc3;
  --colorSecundarioLinks: #19b2c1;
  
  --iconAlert: url("images/LookAndFeel/iconAlert.png");
  --iconShowAdvanced: url("images/LookAndFeel/iconShowAdvanced.png"); 
  --iconShowGeneral: url("images/LookAndFeel/iconShowGeneral.png"); 
  --iconClose: url("images/LookAndFeel/iconClose.png");
  --iconSucess: url("images/LookAndFeel/iconSuccess.png");
}

video{
	width: 100% !important;
}

#flat-map
{
	width: 100%;
	height: 500px;	
}

.titulo_centro_mapa
{
	position: relative;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #36a8c5;
}

.direccion_mapa
{
	position: relative;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: black;
	float: right;
	text-align: left;
}

#Guardando
{
	display: none;
}


#messageText
{
	position: fixed;
	top: 0px;
	width: 100%;
	font-family: "Karla", sans-serif;
	font-size: 18px;

	color: var(--colorTextoMensajes);
	background-color: var(--colorFondoMensajes);
	padding: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
    text-align: justify;
	opacity: 1;
	padding-right: 5px;
	visibility: hidden;
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	z-index: 999999999;
}

#icon_Error{
	position: relative;
	width: 31px;
	height: 27px;
	background:  var(--iconAlert);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right:  15px;
	margin-bottom: 0px;
	padding-right: 30px;
}
#icon_Sucess{
	position: relative;
	width: 27px;
	height: 27px;
	background: var(--iconSucess);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: -8px;
	padding-right: 27px;
	
}
#btn_close
{
	position: absolute;
	width: 22px;
	height: 22px;
	background:  var(--iconClose);
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.closeMessage
{
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 7px;
	right: 7px;
	background: var(--iconClose);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}