﻿/* CSS Document */

#contLeft
{
	width:200px;
	height:690px;
	text-align:left;
	float:left;
	clear:none;
	background-image: url(img/liga_fondo_corta.gif);
	background-repeat:no-repeat;
	margin:21px 0 20px 25px;
	line-height:0;
}

#dnn_TituloSeccion
{
	color:#A7000F;
	display:block;
	font-size:20px;
	float:left;
	line-height:1.5;
	margin:10px 0px 0px 15px;
	text-align:left;
}

.menu_lateral
{
	float:left;	
	margin:20px 5px 10px 15px;
}

.menu_lateral .nodo_raiz
{
	clear:left;
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:1;
	height:28px;
}

.menu_lateral .actual,
.menu_lateral .seleccionado
{
	color:#A7000F;
}

#dnn_LeftPane
{
	margin-top:0px;
	min-height:300px;
	float:left;
	text-align:left;
	width:200px;
}

#dnn_ContentPane
{
	float:left;
	margin:20px 0 0 0;
	min-height:600px;
	padding-left:6px;
	text-align:right;
	width:648px;
}

