@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'untitled1regular';
    src: url('imagenio3-webfont.woff2') format('woff2'),
         url('imagenio3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  background: #C3E2F4;
}
.notaCuerpo
{
  width:100% !important; background-color:#DDDDDD; line-height: 16px !important; padding:10px; margin-bottom:10px
}
.notaTexto
{
  font-size:18px; margin-top:5px; line-height:20px
}
.map_canvas { 
  width: 600px; 
  height: 400px; 
}

.tablas
{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
  	font-size: 16px;
	color: #777;
	text-align:center;
}
.tablasPeque
{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
  	font-size: 14px;
	color: #777;
	text-align:center;
}

.tablasPeque tr:nth-child(odd)
{
	background-color: #fff;
}

.tablasPeque tr:nth-child(even)
{
	background-color:#F0F0F0;
}

.tablasPeque td
{
	padding: 0 6px;
	white-space:nowrap;
}

.tablaNumero
{
	text-align:right;	
}
.tablaTexto
{
	text-align:left;
}
.tablaCentro
{
	text-align:center;
}	

.tablas tr:nth-child(odd)
{
	background-color: #fff;
}

.tablas tr:nth-child(even)
{
	background-color:#F0F0F0;
}

.tablas td
{
	padding: 2px 8px;
	white-space:nowrap;
}

.dife
{
	background-color: #d5d5d5;
	font-weight: 500;
	color: #737c87;
}
.imagenDetalle
{
	width:1000px;
}
.imagenDetalleAbajo
{
	max-width:450px; 
	max-height:300px
}
.botonAccion
{
	padding-left:5px; 
	padding-right:5px;
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
	float:left;
	margin-right:10px;
	line-height:20px;
}
.botonAccionVerde
{
	background-color:#00ab45 !important; 
}
.botonAccionRojo
{
	background-color:#FF7376 !important; 
}

.container {
  /*max-width: 1200px; */
  width: 98%;
  margin-top:70px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  background: #F9F9F9;
  padding: 15px;
  overflow:hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.container h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 5px;
  overflow:hidden
}

.container h4 {
  display: block;
  font-size: 15px;
  font-weight:100;
  margin-top: -5px;
  padding: 5px 0;
  margin-bottom:5px;
}


.controles {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;

  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  padding: 8px 10px 7px;
  margin-bottom:2px;
  max-width:95% !important;
  height:40px !important;
  font-size:17px !important;
}

.controles:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.controles:disabled
{
	background-color:#eeeeee !important;
}

.controlesBuscar
{	
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  width: 120px;
  border: 1px solid #ccc;
  background: #FFF;
  padding:3px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  min-height:30px !important;
  font-size:17px !important;
}
fieldset {
  border: medium none !important;
  margin: 0 20px 0px 0;
  padding: 0;
  float:left;
  min-height: 74px;
}


.coform textarea {
    height: 38px;
    display: inline-block;
    margin: -11px 1px;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.botones
{
  cursor: pointer;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
.botones:hover
{
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.botones:active
{
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.botonesGuardar
{
  background-color: #314C8D;
  color: #FFF;
	 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.botonesGuardar:hover
{
  background: #494AAB;
}
.botonesBorrar
{
  background:#FF7376;
  color: #FFF;
}
.botonesBorrar:hover
{
  background:#FF0000;
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
hr
{
	color:#43A047;
}
.divhr
{
	clear:both; 
	height:25px; 
	padding-top:12px;	
}
.texto
{
	font-size: 13px;
	font-weight: 400;
	line-height:16px;
}
.spinner
{
	height:31px;
}
.mensaje
{
	width:100%;
	padding:5px 10px 5px 10px;
	font-size:16px;
	margin-bottom:15px;
}
.mensajeError
{
	color:#FFFFFF;	
	background-color:#F38F8F;
	
	text-align: center;
	font-size: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mensajeOK
{
	color: #FFFFFF;
	background-color: #83D6A9;
	text-align: center;
	font-size: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mensajeNada
{	
	color: #FFFFFF;
	background-color:#FF9F00;
	text-align: center;
	font-size: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.menu
{
	padding: 8px;
	background-color:#FFFFFF;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
}
.menuElemento
{
	padding-right:10px;
	padding-left:10px;
	float:left;
	cursor:pointer;
	text-decoration:none;
	line-height: 30px;
	color: #7d848c;
}

.menuElemento:hover
{
	color: #53A1CF;
}

.miniicon
{
	width:30px;
	height:30px;
	float:left;
	margin-left:5px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}

.menuPeque
{
	font-size:10px;
	color:#B8B8B8;
	text-align:right;
	float:right;
	line-height:14px !important;
}

.menuPeque strong
{
	font-size: 12px;
}

.botonCerrar
{
	width:25px; 
	height:25px; 
	cursor:pointer;
	z-index: 10;
	position: absolute;
	float:right;
	right: 2px;
	top: 2px;
}
.ui-dialog-titlebar {display:none !important;}
.ui-dialog-content { padding:0 !important; }
.ui-widget-overlay 
{
	background: #000000 !important;
	opacity: .5 !important;
	filter: Alpha(Opacity=50) !important; /* support: IE8 */
}
.botonesSuperior
{
	float:right;	
	height:40px;
	margin-right:20px;
}
.botonGeneral
{
	width: 30px;
	height: 40px;
	cursor:pointer;
	float:left;
	background-repeat:no-repeat !important;
	background:no-repeat;
	font-family: 'untitled1regular';
	padding-top:6px;
	color: #a352c7;
	font-size: 30px;
	text-align: center;
	border:none;
	margin-left:5px;
}

.botonListar:after
{
	content: 'E';
	font-family: 'untitled1regular';
} 

.botonBuscar:after
{
	content: 'F';
	font-family: 'untitled1regular';
} 
.botonAgregar:after
{
	content: 'C';
	font-family: 'untitled1regular';
	color: #009FFF;
} 

.botonDescargar:after
{
	content: 'K';
	font-family: 'untitled1regular';
} 

.botonRefrescar:after
{
	content: 'M';
	font-family: 'untitled1regular';
} 
.botonAbajo:after
{
	content: 'F';
	font-family: 'untitled1regular';
} 

.botonCP:after
{
	content: 'F';
	font-family: 'untitled1regular';
}

.botonAsignar:after
{
	content: 'P';
	font-family: 'untitled1regular';
} 

.botonDesasignar:after
{
	content: 'Q';
	font-family: 'untitled1regular';
}

.botonAbrirRelacional:after
{
	content: 'O';
	font-family: 'untitled1regular';
}

.botonAbrirMapa:after
{
	content: 'F';
	font-family: 'untitled1regular';
}
.botonSeleccionaImagen:after
{
	content: 'I';
	font-family: 'untitled1regular';
}
.botonAbrirImagen:after
{
	content: 'H';
	font-family: 'untitled1regular';
}
.botonLimpiarImagen:after
{
	content: 'J';
	font-family: 'untitled1regular';
}


.:after
{
	content: 'Q';
	font-family: 'untitled1regular';
}

.botonminG
{
	width: 26px;
	height: 26px;
	cursor:pointer;
	margin-right:10px;
	float:left;
	background-repeat:no-repeat;
	font-family: 'untitled1regular';
	
	color: #7EBADD;
	font-size: 19px;
	text-align: center;
} 


.submenu
{
	float:left;	
	width:100% !important;
}
.submenuItem
{
	padding-left:15px;
	padding-right:15px;
	padding:top:5px;
	padding-bottom:0px;
	background-color:#4CAF90;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	margin:0 5px 5px 0;
	float:left;
}
.containerBase
{
	width:100%;
}
.containerIzquierdo
{
	float:left;
}
.containerDerecho
{
	float:left;
	padding:10px;	
}

.centralog
{
	position: absolute;
    left: 50%;
    top: 50%;
	text-align:center;
	margin:0 !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	max-width:90%;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #FFFFFF !important;
}

.centralog input[type="text"] {
    width: 286px;
    padding: 10px 7px;
    font-size: 15px;
    color: #ffffff !important;
    background-color: #4b3952;
    border: none;
    font-weight: 300;
    margin: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.centralog input[type="password"] {
    width: 286px;
    padding: 10px 7px;
    font-size: 15px;
    color: #ffffff !important;
    background-color: #4b3952;
    border: none;
    font-weight: 300;
    margin: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.logolog
{
	width:165px;
	height:165px;
	margin:0 auto 25px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.exitclass
{
	overflow:hidden;
	float:right;
	width:30px;
	height:30px;
	cursor:pointer;
	margin-left: 25px;
	text-align:center;
	font-size: 25px;
	font-family: 'untitled1regular';
}

ul#mencss {
float: left;
}
  
ul#mencss li {
 float: left;
 list-style: none;
 padding:0 10px;
 color: #7d848c;
 cursor:pointer;
 font-size: 14px;
}
  
ul#mencss li:hover{
 color: #53A1CF;
}
  
ul#mencss ul {
 display: none;
 position: absolute;
 top: 36px;
 background: #fff;
 color: #7d848c;
 margin: 0;
 max-width: 140px;
 
 -webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
 
}

ul#mencss ul li{
 float: left;
 color: #7d848c;
}
 
ul#mencss ul li a{
 color: #7d848c;
}
  
ul#mencss ul li a:hover{
 color: #53A1CF;
 cursor:pointer;
}
  
ul#mencss li:hover ul ul,ul#mencss li:hover ul ul ul,ul#mencss li.iehover ul ul,ul#mencss li.iehover ul ul ul {
 display: none;
 cursor:pointer;
}
  
ul#mencss li:hover ul,ul#mencss ul li:hover ul,ul#mencss ul ul li:hover ul,ul#mencss li.iehover ul,ul#mencss ul li.iehover ul,ul#mencss ul ul li.iehover ul {
 display: block;
 animation: showNav 250ms ease-in-out both;
 cursor:pointer;
 min-height: 240px;
min-width: 140px;
}

.menusitio
{
	display:block;
	overflow:hidden;
}

.botonmenumov
{
	display:none;
	width:30px;
	height:30px;
	overflow:hidden;
	float:left;
	margin-left:15px;
	cursor:pointer;
	color: #7EBADD;
	font-size: 30px;
	text-align: center;
}

.botonmenumov:after
{
	content: 'N';
	font-family: 'untitled1regular';
} 

.menumovil
{
	float: left;
	width: 195px;
	font-size: 13px;
	position: absolute;
	display:none;
	background-color:#FFFFFF;
	z-index: 10;
	margin-top: -9px;
	left: 58px;
	margin-top: -9px;
	top: 46px;
	
	-webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
}

.menumovil a
{
	text-decoration:none;
	color:inherit;
}

.menumovil ul
{
	list-style:none;
}

.menumovil ul li
{
	padding:7px;
	cursor:pointer;
}

.lefbot
{
	float: left;
	width: 150px;
}

.iflotanteconte
{
	width:30px;
	height:40px;
	float:right;
	overflow:hidden;
	position:relative;
}

.iflotantecontebig
{
	width:auto !important;
	height:auto !important;
	position:absolute;
	right:10px;
	
	z-index:100;
	margin-top: -7px;
	padding:7px;
}

.botmenu
{	
	width: 35px;
	height: 40px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	text-align:center;
	font-family: 'untitled1regular';
	color: #a352c7;
	font-size: 30px;
	background: #F9F9F9;
	position: relative;
	z-index: 10;
	
	-webkit-box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	-moz-box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	box-shadow: -3px 0px 3px 0px rgba(204,204,204,1);
	padding-top:5px;
}

.botmenu:after
{	
	content: 'O';
}

.iflotante
{
	overflow:hidden;
	float:left;
	margin-top: -2px;
	padding:8px 10px 10px;
	background: #F9F9F9;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
	
	display:none;
}


.selector
{
	height:400px; 
	width:200px; !important; 
	font-size:16px; 
	font-family:Roboto, Helvetica, Arial, sans-serif;
}
.selector option{
   padding: 5px;
}
.botonesTools
{
	width:30px; 
	height:30px; 
	cursor:pointer; 
	margin-left:5px; 
	float:right
}

.buscizqui
{
	overflow:hidden; 
	float: left; 
	margin-right: 16px;
}

.menuinc
{
	background-color: #ebf2f6;
	padding: 5px 10px;
	font-size:13px;
	color:#3A3A3A;
	text-align: center;
	line-height: 22px;
}

.menuinc big
{
	font-size:20px;
	color:#273C44;
	color: #696D78;
	font-weight: 700;
}

.controlesGrande
{
	font-size:25px !important;
	height:60px !important;	
}
.norbot
{
	width: 150px;
	height:50px !important;	
}
.bote
{
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#EBEBEB;	
	cursor:pointer;
}

.container input
{
	width: 195px;
	padding: 5px;
	height: 40px !important;
	font-size:18px !important;
	margin-right: 10px;
}

.total
{
	float:right; 
	font-size:21px;
}

.total b
{
	color: #94aac0;
	font-size: 25px;
}

.controlesGrande
{
	font-size:25px !important;
	height:60px !important;	
}
.norbot
{
	width: 150px;
	height:50px !important;	
}
.status36
{
	color:#00AD15	
}
.status37
{
	color:#B1C200	
}
.status38
{
	color:#FFA400
}
.status54
{
	color:#FF3D40	
}

.coform input
{
	width:auto !important;
	height:auto !important;
}

#carga_mapa iframe
{
	width: 98%;
	position:relative;
	overflow: hidden;
	left: 50%;
	margin-left: -49%;
	margin-top: 6px;
}

.ui-dialog-buttonset button
{
	cursor: pointer;
	border: none;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
	background: #5096d6;
	color:#FFFFFF;
}

.ui-dialog-buttonset button:hover
{
    border: 0;
    background: #5096d6;
    color:#FFFFFF;
}

.ui-button:active {
    border:0;
    background: #5ea0dc;
    color: #fff;
}

@media only screen and (max-width: 900px) {

.menuPeque {
	display:none;
}

}

@media only screen and (max-width: 800px) {

.containerIzquierdo {
    width: 100%;
	overflow: hidden;
}

.buscizqui
{
	float: none; 
}

}

@media only screen and (max-width: 790px) {

.tablas {
    font-size: 13px;
}

.tablas td {
    padding: 2px 6px;
}

}

@media only screen and (max-width: 640px) {
	

.botonmenumov
{
	display:block;
}

.menusitio
{
	display:none;
	overflow: inherit;
	
	float: left;
	width: 150px;
	font-size: 13px;
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	z-index: 10;
	margin-top: -9px;
	left: 58px;
	top: 46px;
	-webkit-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
	-moz-box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
	box-shadow: -1px 6px 5px -1px rgba(122,122,122,1);
}

.ul#mencss
{
	overflow: inherit;
}

ul#mencss li {
    float: none;
}

ul#mencss ul {
	 top:0;
	 left: 150px;
}

.containerIzquierdo select 
{
	max-width:400px !important;
}

.tablas {
    font-size: 12px;
}

.tablas td {
    padding: 1px 4px;
}

}

@media only screen and (max-width: 450px) {

.containerIzquierdo input 
{
	width:300px !important;
}

.containerIzquierdo select 
{
	width:300px !important;
}

}

@media only screen and (max-width: 340px) {

.containerIzquierdo input 
{
	width:270px !important;
}

.containerIzquierdo select 
{
	width:270px !important;
}

.menusitio {
    left: 16px;
}

}