﻿html, body
{
	margin: 0;
	padding: 0;
} 

body
{
	width: 100%;
	margin: auto;
	/*background-image: url(Imagenes/fondo.png);
	background-repeat: repeat;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
		
}

#contenedor 
{
	height:100%;
}

#cabecera {
    position: relative;
    width: 100%;
    background-color: #00423F;
    background-image:url("Imagenes/barra_superior.jpg");
    background-position: top left;
    background-repeat: repeat-x;padding-top:25px;
    height:60px;
   
}

.cabecera_barra {
   
}

#cabecera img {
    padding:10px 30px;
    width:120px;
    height:auto;
    float:left;
}

#cabecera span {
    float:left;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    display:block;
    font-size:1.5em;
    line-height:60px;
}


#menu
{
	/*width: 20%;*/
    width:16%;
	float: left;
	position: relative;
}

.menu_barra {
    height: 32px;
    width: 100%;
    text-indent: 30%;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    /* font-style: italic; */
    color: #FFFFFF;
    background-color: #91C24F;
}

#mnuHerramientas{

}

#mnuHerramientas a {
	color:silver;
	padding-left:10px;
	font-size:14px;
	line-height:2em;
}

#mnuHerramientas a img {
	color:silver;
	padding-right:10px;
}


#mnuHerramientas a:hover {
	color:#fff;
	text-decoration:none;
}

#trvMenu {
    background-color: #00423F;
    border-top: 1px silver solid;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
}


#trvMenu a {
	color:#fff;
	text-indent:20px;


}

#trvMenu a:hover {
	color:#FFFFFF;
}


.Cabecera_menus {
	border-bottom:1px silver solid;
}

.prueba {
    border-bottom: 1px #2d9151 solid;
    background-color: #91C24F;
    color: black;
}


.bloque_filtros {
    width:80%;
    /*margin:2% auto;*/
    margin:0px auto;
    border:1px solid silver;
    border-radius:5px;
    text-align:left;
    padding:1%
}

.bloque_filtros select {
    width:150px !important;
    border-radius:4px;
    border:1px silver solid;
}


    .bloque_filtros table {
        text-align: left !important
    }

    .bloque_filtros hr {
        width: 90%;
        margin: auto;
        color: aliceblue
    }

#RBLChartType td {
    width: 20%;
}

#RBLStackType td {
    width: 20%;
}
#contenido {
    /* background-color: whitesmoke; */
    float: right;
    display: inline;
    position: relative;
    width: 84%;
}

.tabla table {
	margin:0px auto;
	text-align:center;
	width:90%;
}

#pie
{
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #696969;
	text-align: center;
} 

#pie a
{
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height:60px;
} 

#pie a:hover
{
	text-decoration: underline;
} 

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
 
@media print
{ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

.modalBackground
{
	background-image: url(Imagenes/fondo_transparente.png);
	background-repeat: repeat;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.divPopUp
{
	background-color:#FFFFFF;
	border:1px silver solid;
	border-radius:10px;
	 box-shadow: 0px 0px 10px #000;
   -webkit-box-shadow: 0px 0px 10px #000;
   -moz-box-shadow: 0px 0px 10px #000;
   /*padding:1%;*/

		
}

.divPopUpTitulo {
    background-color: #00423F;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px #91C24F solid;
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
}

#tblParametros {
    width:90% !important;
    margin:1em auto;
}

.divPopUpBotones {
    display:table;
    margin:0px auto;
    text-align:center;
}

.divPopUpBotones a {
	
	
}



input[type=text], input[type=password], select
{
	background-color: #fffbff;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #696969;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

input[type=submit], input[type=button]
{
	background-color: #333;
	border-radius:5px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border:0px;
	line-height:2em;
}

.divPopUp a {
    background-color: #91C24F;
    color: #00423F;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    /*margin: 0px auto;
    margin-bottom: 1em;*/
    display:inline-block;
    margin:1em;
}

    .divPopUp a:hover {
        color: #fff;
        background-color: #00423F;
    }

#lblMensajeTitulo {
    display:block;
    text-align:center;
    margin:1em;
    font-weight:bold;
}

#lblMensajeTexto {
    text-align:center;
    display:block;
}