﻿body 
{
    font-family:Verdana,Arial;
    font-size:11px;
    color:#060398;
    text-align:justify;
    background-color:#eaf5ff;
}
div.contenido{ 
	width:1010px; 
	border-width:1px;
}

div.pagina{

	width:auto; 

	padding: 0px;

}

a {

	text-decoration: none;

	color: #060398;
	
	cursor:pointer;

}

a:hover {

	cursor:pointer;
}

a img
{
    border:0;
}

.fondologin
{
 background-color:#000099;  
 text-align:center; 
}

.lbltitulologin
{
 color:#FFFFFF;
 font-weight:bold;
 font-size:12px; 
}

.lbltitulo
{
       font-size:22px; 
       font-weight:bold;
       margin:0px 0px 0px 0px;
}

.lbltitulo2
{
       font-size:22px; 
       font-weight:bold;
              margin:0px 0px 0px 0px;
       color:#3ecad8;
}

.tablablanca
{
    background-color:#FFFFFF;
}
/*Tree view*/
.root
  {
    background: #FFF url(imagenes/separador.png) no-repeat bottom;
    width:181px;
    text-decoration:none;
    text-align:left;
    text-indent:4px;
    padding-top:3px;
    padding-bottom:6px;
   }
 .root2
  {
    background: #ff4c15 url(imagenes/separador.png) no-repeat bottom;
    COLOR:#fff;
    width:181px;
    text-decoration:none;
    text-align:left;
    text-indent:4px;
    padding-top:3px;
    padding-bottom:6px;
   }  
.hijo 
{
    background-color:#eeeeee;
	color: #10a9d4;
	text-decoration: none;
    width:172px;
    margin-left:-42px;
    padding-left:29px;
    padding-top:3px;
    padding-bottom:4px;
    text-align:left;
}
.hijo:hover{
	background : #10a9d4 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
    width:172px;
}
.enlace:hover
{
        text-decoration:underline;
        cursor:pointer;
}
/*Menus*/
.menu
{
    padding:3px 4px 5px 4px;
    color:#FFF;
    font-size:10px;
}
.menuencima
{
    padding:3px 4px 5px 4px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: url(imagenes/gradient-alt.png) repeat-x;   
	color:#FFF;
}
.subencima 
{
    background: url(imagenes/gradient.png) repeat-x;
    padding:3px 5px 5px 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color:#FFF;
}
.sub2
{
    padding:3px 5px 5px 5px; 
    color:#FFF;   
}
.sub
{
	background: url(imagenes/fondoburbujas.gif) repeat-x;
	border: solid 1px #000;
	color:#FFF;
}
