/********** ESTILOS GENERALES *******************/

body{
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(fondo_center.jpg);
	background-repeat: no-repeat;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #CC3300;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #777;
	scrollbar-shadow-color: #777;
	scrollbar-track-color: #000000;
	
}
#top{font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #fff;

		
		text-align: right;
		background-image: url(fondo_top.jpg);
	background-repeat: no-repeat;
}
#top a:link, #top a:visited{
	color: #fff;
	font-weight: bold;
		text-decoration: none;
			font-size: 9px;
}
#top a:hover{
	color: #CC3300;
	font-weight: bold;
		text-decoration: none;
				font-size: 9px;
}


#contenidos .titulo{
	/*color: #fff;*/
	color: #CC3300;
	font-size: 10px;
	font-weight: BOLD;
	background-image: url(item.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 5px;
	letter-spacing: 1px;
}
#contenidos .ruta{
	/*border-bottom: 1px dashed #44524C;*/
	color: #fff;
	font-size: 10px;
	background-image: url(linea.gif);
	background-repeat: no-repeat;
}

#contenidos .item{
	/*color: #CC3300;*/
	color: #aaa;
	font-size: 10px;
	font-weight: bold;
}
#contenidos .linea{
	/*border-top: 1px solid #44524C;*/
	background-image: url(linea.jpg);
	background-repeat: no-repeat;
}
#contenidos .sub-titulo {
	color: #aaa;
	font-size: 10px;
}
#contenidos .destacado {
	color: #CC3300;
	font-size: 10px;
}
#contenidos a:link, #contenidos a:visited{
	color: #CC3300;
	font-weight: bold;
		text-decoration: none;
}

#contenidos a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* -------------link de la ruta-----------*/
#contenidos .ruta a:link, #contenidos .ruta a:visited{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#contenidos .ruta a:hover{
	font-weight: normal;
	color: #CC3300;	
	text-decoration: none;
}
/* -------------link del menu-----------*/

#contenidos .menu {
	color: #fff;	
	font-weight:normal;
}

#contenidos .menu a:link, #contenidos .menu a:visited{
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
}
#contenidos .menu a:hover{
	color: #CC3300;	
	font-weight:  bold;
	text-decoration: underline;
}


#contenidos .campo {

	background-color: #000;

	border: solid #555 1 px;

	color: #fff;

font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}
#contenidos .campo_comentario {

	background-color: #000;

	/*border: solid #CC3300 1 px;*/
border: solid #555 1 px;
	color: #fff;

font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #CC3300;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000000;

}


#contenidos  .boton {
	color: #000;
		background-color: #fff;
	/*color: #CC3300;*/
	font-size: 8 px;
	font-weight: bold;
text-transform: uppercase;
	border: 1px solid #333333;
		letter-spacing: 1px;

}

#contenidos, #contenidos table, #contenidos table table , #contenidos table table table{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*text-transform: uppercase;*/
}


