/**
**	 DarkBlue CMS by DarkAngel
**    summer 2005
**    from AMSTERDAM template by Fibertel
**/

/*** CORE TAGS ***/
body
{
	background: #962A2A url('imagen.gif') no-repeat ; 
	text-align: center; 
	margin: 0px; 
	font-family: Arial, Times, serif;
}
table
{
	font-family: Arial, Times, serif; 
	font-size:10px;
}

/*** COMMON ***/
#title 
{
	font-family: Arial, Times, serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #B9B9B9; 
	text-align: left; 
	margin-left: 250px; 
	margin-top: 30px
}
#footer 
{
	font-family: Tahoma, serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #B9B9B9; 
}
#footer a
{
	text-decoration: none;
	color: #b9b9b9;	
}
#footer a:hover
{
	color: #ffffff;
}
/** CHANNELS **********************************/
#channels 
{
	height: 17px; 
	background-color: #949393; 
	color: #962A2A; 
	border-width: 0px 0px 1px 0px ;
	font-size: 11px; 
	border-color: #016179; 
	border-style: solid; 
	vertical-align: middle; 
	text-align: left; 
	letter-spacing: 0.1em;
	padding: 0px 10px 0px 10px;
}

#channels a
{
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: #962A2A; 
}

#channels a:hover
{
	color: #000000; 
	background-Color: #B9B9B9;
}


/** ITEMS **********************************/
#items 
{
	height: 17px; 
	background-color: #DDDDDD; 
	color: #962A2A; 
	vertical-align: middle; 
	text-align: left; 
	padding: 2px 10px 2px 10px;
}

#items a
{
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #962A2A; 
}

#items a:hover
{
	color: #000000; 
	background-Color: #B9B9B9;
}

/** CONTENT **********************************/
#content 
{
	vertical-align: top; 
	text-align: left; 
	color: #000000; 
	font-size: 12px; 
	padding: 5px;
}

#content h1
{
	font-size: small;
	font-weight: bold;
}

#content h2
{
	font-size: 11px;
	font-weight: bold;
}

#content h3
{
	border-top: 1px dotted #962A2A;
	border-bottom: 1px dotted #962A2A;
	color: #962A2A; 
	font-size: 11px; 
	padding: 3px 20px 3px 20px; 
	letter-spacing: 0.1em;
	font-weight: normal;
}

#content a
{
	text-decoration: none;
	color: #962A2A; 
}

#content a:hover
{
	text-decoration: underline;
}

#content input
{
	font-family: Arial, Times, serif;
	border: solid 1px #962A2A;
	background-color: #ffffff;
	color: #000000; 
	font-size: 12px; 
}
#content textarea
{
	font-family: Arial, Times, serif;
	border: solid 1px #962A2A;
	color: #000000; 
	font-size: 12px; 
}	
.leftLane {
	background-attachment: fixed;
	background-image: url(imagenLateral.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.leftLane td{
	font-size: 12px;
}
.leftLane input
{
	font-family: Arial, Times, serif;
	border: solid 1px #962A2A;
	background-color: #ffffff;
	color: #000000; 
	font-size: 12px; 
}
