/**********/
/* Header */
#header {
	/*height: 100%;*/
}

#header p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 5%;
}

#header a {
	/*border: none;
	text-decoration: none;
	color: #DC8700;*/
}

.header_col1 {
	width: 30%;
	height: 100%;
	text-align: left;
}

.header_col2 {
	width: 55%;
	height: 100%;
	margin-left: 5%;
	text-align: left;
	vertical-align: bottom;
}

.header_col3 {
	width: 10%;
	height: 100%;
	text-align: right;
	vertical-align: bottom;
}		

/* Banderas seleccion idioma */
.bandera {
	height: 24px;
	width: 25px;
	vertical-align: bottom;
}

/********/
/* Menu */
#menu {
	height: 40px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	/*font-size: 13px;*/
}

.menu1 {
	text-align: left;
	width: 85%;
}

.menu2 {
	text-align: right;
	width: 15%;
}

.menu2_1 {
	text-align: left;
	width: 33%;
}

.menu2_2 {
	text-align: left;
	width: 33%;
}

.menu2_3 {
	text-align: right;
	width: 33%;
}


/***********/
/* Content */
.centerLayout {
	position: relative !important;
	margin: auto;
	border: none;
	height: 100% !important;
}

.eastLayout {
	height: 100% !important;
}

.westLayout {
    /*height: 100% !important;*/
}

#contentForm {
	min-height: 340px;
}

/* Login */
.loginPanel {
	position: relative;
	margin: auto;
	width: 300px;
}

/* Mapa */
.mapa {
	min-height: 340px;
	height: 100%;
}

/* Informes */
.infCol1 {
    width: 70%;
}

.infCol2 {
    width: 30%;
}

.infCol11 {
	width: 25%;
}

.infCol12 {
    width: 25%;
}

.infCol13 {
    width: 50%;
}

/**********/
/* Footer */
#footer {
	position: relative;
	height: 70px;
	/*margin-right: 10%;
	margin-left: 10%;*/
	margin-top: 1%;
	margin-bottom: 1%;
	padding-right: 1%;
	padding-top: 1%;
}

.footer_col1 {
	width: 5%;
	height: 100%;
	text-align: left;
	vertical-align: bottom;
}

.footer_col2 {
	width: 80%;
	height: 100%;
	margin-left: 5%;
	text-align: left;
	vertical-align: middle;
}

.footer_col3 {
	width: 15%;
	height: 100%;
	text-align: right;
	vertical-align: middle;
}	

/* Version */
.version {
	font-size:0.7em;
}

/***********/
/* General */
body { 
	height: 100%; 
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.col_2_50 {
	width: 50%;
}

.col_2_50_center {
	width: 50%;
	text-align: center;
}

.col_2_30_center {
	width: 30%;
	text-align: center;
}

.col_2_70_center {
	width: 70%;
	text-align: center;
}

.w100_h100 {
	height: 100%;
	width: 100%;
}

.w100_h10 {
	height: 10%;
	width: 100%;
}

.bottom {
	vertical-align: bottom;
}

.label {
width:15%;
padding:4px;
}

.value {
width:65%;
padding:4px;
}

.message {
width:20%;
padding:4px;
}

.redTree {
	height: 280px !important;
}

/*****************/
/* Sobreescritos */
.ui-widget {
  font-size: 12px !important;
}

.post h1 {
  font-weight: normal;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  margin-top: 20px;
}

h1, h2, h3 {
  margin-top: 0;
}

.title {
  font-family: Arial, sans-serif;
  font-weight: normal;
  height: 30px;
  margin-left: 10px;
  padding: 8px 0 0 20px;
}

.submenu-title {
  padding: 4px 10px;
}

div.popup {
	font-family: Helvetica;
	font-size:75%;
	color: #333333;
	padding: 5px;
	margin: 0px;
}

div.map {
  width:100%;
  height:700px;
}
