/* CSS Document */
body {
	background-color:#000000;
	background-image:url(../img/fondo_noticias.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFFFFF;
}

.scroll-track {
	width:4px;
	background-color:#3a3426;
	background-repeat:repeat-y;
	}
.scroll-handle {
	border: 0px solid black;
	width:4px;
	background-color:#9a8354;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ImgLink {
	border:0px;
	border-color:#9A8354;
}
.ImgLink:hover {
	border:0px;
	border-color:#DBA538;
}
.ImgLink:visited {
	border:0px;
	border-color:#9A8354;
}
a:link {
	color: #9A8354;
	text-decoration: none;
}
a:visited {
	color: #9A8354;
	text-decoration: none;
}
a:hover {
	color: #DBA538;
}
.style1 {
	color: #6e5e3e;
	font-weight: bold;
	font-size: 8pt
}
.style_title {
	color: #8f8f8f;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:#CCCCCC;
	margin-right:10px;
	margin-left:10px;
}

.style_title2 {
	color: #ab886c;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:#CCCCCC;
	margin-right:10px;
	margin-left:10px;
}
.style_title3 {
	color: #8f8f8f;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:#CCCCCC;
	margin-right:10px;
	margin-left:10px;
	bottom:0;
	margin-bottom:0;
	padding-bottom:0;
	vertical-align:bottom;
}
.style4 {
	color: #CCCCCC;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow:#CCCCCC;
	margin-right:10px;
	margin-left:10px;
}
.style5 {
	color: #CCCCCC;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow:#CCCCCC;
	}
.style6 {
	color: #CC0000;
	font-size: 8pt
}
.style7 {
	color:#990000;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	text-shadow:#CCCCCC;
	margin-right:10px;
	margin-left:10px;
	}
.style9 {
	font-size: 8pt;
	color: #CC0000;
}
input
{
	background-color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border: #9A8354;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

select
{
	background-color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border: #9A8354;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

textarea
{
	background-color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border: #9A8354;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

-->

div.caixa_fondo {
	background-color:#130b01;
	/* fondo */
}
div.caixa_esquerra {
	background-image: url(../img/cuadro/izquierda.gif); /* borde izquierda */
	background-repeat: repeat-y;
	background-position:top left;
}
div.caixa_top {
	/* width: 100%; */
	background-image: url(../img/cuadro/top.gif); /* top */
	background-repeat: repeat-x;
}
div.caixa_dreta {
	background-image: url(../img/cuadro/derecha.gif); /* borde derecha */
	background-position: top right;
	background-repeat: repeat-y;
}
div.caixa_peu {
	background-image: url(../img/cuadro/bottom.gif); /* pie */
	background-position: bottom;
	background-repeat: repeat-x;
}
div.caixa_top_derecha {
	background-image: url(../img/cuadro/top_derecha.gif); /* derecha top */
	background-position: top right;
	background-repeat: no-repeat;
}
div.caixa_top_izquierda {
	background-image: url(../img/cuadro/top_izquierda.gif); /* derecha top */
	background-position: top left;
	background-repeat: no-repeat;
}
div.caixa_peu_dreta {
	background-image: url(../img/cuadro/bottom_derecha.gif); /* derecha pie */
	background-position: bottom right;
	background-repeat: no-repeat;
	}
div.caixa_peu_izquierda {
	background-image: url(../img/cuadro/bottom_izquierda.gif); /* derecha pie */
	background-position: bottom left;
	background-repeat: no-repeat;
	}
div.caixa_contingut {
	width: 100%;
	padding: 10px 10px 10px 0px;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}   