/* CSS Document */


/*-----------------------------*/
/*NAVEGADOR LAYOUT*/

#navegador{
	background:#FFF url(images/fondo_nav_datos.jpg) no-repeat left top;
	height:163px;
	width:771px;
}



/*-----------------------------*/
/*MAIN CONTENT LAYOUT*/

#maincontent{
	margin-top:0px;
	padding:0;
	}
	
.tituloseccion{
	margin-top:0;
	font-size:22px;
	font-weight:bold;
	color:#666666;
	letter-spacing:2px;
	text-align:left;
	margin-left: 20px;
	}

#content{
	float:right;
	width:520px;
	height:530px;
	padding-right:20px;
	font-size:12px;
	border-left:1px solid #CCCCCC;
	
	
}
.titulo{
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	line-height:30px;
	background:url(images/navegador_barra2.gif) no-repeat left bottom;
	
	
	}

.text{
	float:left;
	width:490px;
	margin-left:10px;
	font-weight:normal;
	text-align:left;
	font-size:12px;	
	color:#666666;
	}

.par{
	margin-left:30px;
}
	
#sidebar{
	float:left;
	width:210px;
	height:530px;
	margin-left:10px;
		}
#subbotonera{
	float:left;
	width:210px;
	padding-top:0;
		}
ul.subbot
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:auto;
	margin:0 10px;
	padding:0;
}

ul.subbot li
{
	display:block;
	padding-left:0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 165px;
	background:url(images/navegador_barra.gif) no-repeat left bottom;
}

ul.subbot a
{
	display: block;
	cursor: pointer;
	line-height:25px;
	height:25px;
	text-decoration: none;	
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;

}

ul.subbot a:hover, ul.subbot a:focus
{
	/*background: url(../img/footer_active.gif) repeat-x left bottom;*/
	color:#009933;
}





