@font-face {
font-family: Gadget;
src: url(Gadget.ttf);
}

{ 
	height: 100%;
	font-family: Verdana;
    font-size: 14px;
	font-weight:bold;
	color:#666666;
}
body {
	height: 100%; 
	margin: 0; 
	padding: 0;
    font-family: Verdana;
}
.texto {
	font-family: Verdana;
    font-size: 12px;
	color:#666666;
}
.texto2 {
	font-family: Verdana;
    font-size: 11px;
	color:#666666;
	font-weight:bold;
}
#cabecera {
	position: relative;
	float: top;
	height: 8%;
}
#menu {
	position: relative;
	float: left;
	height: 89%;
	width: 20%;
	z-index: 10;
}
#map_canvas { 
	float: left;
	width: 78%;
	height: 88%;
	z-index: 1;
	border-style: double; border-width: 4px;
}
#pie {
	text-align: center;
background-color: #366;
color: #fff;
height: 3em;
margin-top: -3em;
}
img {
	vertical-align: middle;
}
/*
a {
    color:#666666;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
*/
.td0 {
	background-color:#FFFFFF;
	color:#666666;
	font-family: Verdana;
    font-size: 36px;
	/*font-weight:bold;*/
}
.td {
	background-color:#A4A4A4;
	color:#FFFFFF;
	font-family: Verdana;
    font-size: 12px;
	font-weight:bold;
}
.td2 {
	background-color:#FFFFFF;
	color:#666666;
	font-family: Verdana;
    font-size: 10px;
}
.td3 {
	background-color:#FFFFFF;
	color:#666666;
	font-family: Verdana;
    font-size: 10px;
}
.td_info {
	background-color:#A4A4A4;
	color:#FFFFFF;
	font-family: Tahoma;
    font-size: 10px;
	font-weight:bold;
}
.td_info2 {
	background-color:#FFFFFF;
	color:#666666;
	/*font-family: Verdana;*/
	font-family: Tahoma;
    font-size: 10px;
	font-weight:bold;
}
.button {
  border: 1px solid #dedede;
  border-radius: 3px;
  color: white;
  background-color: #B40404;
  display: inline-block;
  font: bold 11px/11px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
}
.button:hover{
	border: 1px solid #A4A4A4;
	border-radius: 3px;
	color: white;
	background-color: #D83737;
	display: inline-block;
	font: bold 11px/11px HelveticaNeue, Arial;
	padding: 8px 11px;
	text-decoration: none;
}

#login {
	background: #e5e5e5 url(../images/fondoLogin.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
}
#container {
	position: absolute;
	top: 58%;
	left: 50%;
	width: 1000px;
	margin-top: -300px;
	margin-left: -500px;
}

.login-panel {
	box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.75);
}

#tablatitulogin {
	font-family: Gadget;
	font-size: 17pt;	
}

#fuentetitugris {
	color: #585858;
}

#fuentetiturojo {
	color: #FF0040;
}