BODY  {	

	background: black;
	margin-left : 0px;	
	margin-right : 0px;		
	margin-top : 0px;	
	margin-bottom : 0px;
	font-family: Trebuchet MS,verdana,arial,helvetica;	
	font-size : 10pt;
	color: white;
	overflow:auto;
}

A  {text-decoration : none;	color : #cc0000;}
A:Visited  {
	text-decoration : none;	color :#cc0000;}
A:Active  {
	text-decoration : none;	color : #cc0000;}
A:Hover  {
	text-decoration : underline; color : #999999;}


#lateral{
	font-family: Trebuchet MS,verdana,arial,helvetica;	
	font-size : 10pt;
	color: black;
	width:130px; 
	height:95%; 
	position:relative; 
	float:right;
	padding-top: 20px; 
	padding-left: 15px; 
}
#creditos{
	font-family: Trebuchet MS,verdana,arial,helvetica;	
	font-size : 8pt;
	color: black;
	width:130px; 
	line-height:100%;
	position:relative; 
	float:right;
	margin-bottom:3px;
}
p.titular_lateral
{
	font-family: Trebuchet MS,verdana,arial,helvetica;	
	font-size : 8pt;
	font-weight: bold;
	color: white;
}

td
{ 
	font-family: Trebuchet MS,verdana,arial,helvetica;	
	font-size : 10pt;
}

td.piedisco
{ 
font-size:8pt;
color:#cc0000; 
font-weight: bold;
}

td.conciertos
{ 
font-size:8pt;
color:#ffffff; 
font-weight: bold;
background:#cc0000;
text-align:center;

}

p.subtitulares8
{ 
font-size:8pt;
font-weight: bold;
color: white;
}

p.lineasgris
{ 
font-size:9pt;
color:#969696;
text-align: justify;
}

p.subtitular_red
{ 
font-size:9pt;
font-weight: bold;
color:#cc0000;
}

p.subtitular_blanco
{ 
font-size:9pt;
font-weight: bold;
color:#ffffff;
}

p.titular16
{
font-size : 14pt;
font-weight: bold;
color:#cc0000;
}

p.lineas
{
font-size : 9pt;
color: white;
}

#video {
	border-top:		1px solid #cc0000;
	border-left:	1px solid #cc0000;
	border-right:	1px solid #cc0000;
	border-bottom:	1px solid #cc0000;
	width: 400px;
}


/*********************** SCROLLER ***********************/
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:99%;
		height:100%;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:97%;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:8px;
		height:200px;	/* Total height - 40 pixels */
		border:1px solid #cc0000;
		position:relative;
		margin-left:3px;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:6px;
		height:25px;
		position:absolute;	
		background-color:#cc0000;
		top:0px;
		left:0px;
		cursor:pointer;

	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:11px;
		border:0px solid #946F3A;
		color: #E5E1C1;
		text-align:center;
		font-size:11px;
		line-height:11px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

/*********************** FIN SCROLLER ***********************/

td.cabecera
{ 
border-width:1px; 
border-color:#cc0000; 
border-style:solid;
font-size:10pt;
background:#7b0000;
}


table.form
{ 
border-width:1px; 
border-color:#d7d3ba; 
border-style:solid;
font-size:8pt;
background:#ebe6c9;
}

td.form
{ 
font-size:8pt;
color:#635844; 
text-align:right;
}


}

td.formbuscar
{ 
font-size:8pt;
color:#635844; 

}

input, select { 
font-family:'Trebuchet MS'; 
font-size:8pt; 

}