﻿.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 80px;
	height: 25px;
	background: url(/css/PanelIndicadores/images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 5px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel1 {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 1000;
	text-align: center;
    margin-left: auto;
	margin-right: auto;
}
#panel1 {
	width: 100%;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	z-index:10000;
}
#panel_contents1 {
	background: black;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
	height: 100%;
	width: 100%;
	position: absolute;
	
}
#panel1 h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
}
#panel1 h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	font-size: 16px;
	left: 350px;
	font-weight:bold;
}

div#login {
	position: absolute;
	right: 10px;
	left: 10px;
	top: 10px;
	bottom:10px;
	background-color: #00264C;
	border:1px dashed #D10018;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 30000000;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
/*Enlaces Nube Tags*/
.EnlaceIndicadores1
{
    color:#FFF;
    font-size:12px !important;
    text-decoration:none;
}
.EnlaceIndicadores1:hover
{
    color:#FFF;
    font-size:12px !important;
    text-decoration:underline;
}
.EnlaceIndicadores2
{
    color:#4BB2C5;
    font-size:13px !important;
    text-decoration:none;
}
.EnlaceIndicadores2:hover
{
    color:#4BB2C5;
    font-size:13px !important;
    text-decoration:underline;
}
.EnlaceIndicadores3
{
    color:#EAA228;
    font-size:14px !important;
    text-decoration:none;
}
.EnlaceIndicadores3:hover
{
    color:#EAA228;
    font-size:14px !important;
    text-decoration:underline;
}
.EnlaceIndicadores4
{
    color:#B1EDC2;
    font-size:15px !important;
    text-decoration:none;
}
.EnlaceIndicadores4:hover
{
    color:#B1EDC2;
    font-size:15px !important;
    text-decoration:underline;
}
.EnlaceIndicadores5
{
    color:#6BB6F5;
    font-size:16px !important;
    text-decoration:none;
}
.EnlaceIndicadores5:hover
{
    color:#6BB6F5;
    font-size:16px !important;
    text-decoration:underline;
}
.TituloIndicadores
{
    color:#FFF;
    font-size:18px !important;
    text-decoration:none;
    text-shadow: 1px 1px 1px #000;
    
}