/* CSS Document */
BODY
{
	scrollbar-face-color: #8CA686;
	scrollbar-shadow-color: #88A181;
	scrollbar-highlight-color: #91CF8B;
	scrollbar-3dlight-color: #491CF8B;
	scrollbar-darkshadow-color: #103C10;
	scrollbar-track-color: #105010;
	scrollbar-arrow-color: #000000;
	background-color: #FFFFFF;
	background-image: url(fondo-web.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #009966;
}
a:active {
	text-decoration: none;
	color: #009966;
}

a img { 
	border: none;
}
table {border-collapse: collapse; }

p { text-align:justify;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; }
p.derecha { text-align: right; }


.Titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
.Mini {	font-size: 12px;}

.estilooscuro{
    background-color:96C996;
}

.TituloNoticia {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-stye: bold;}
.fondo {
	background-color: #66CC66;
}
.Titulo2 {
	font-size: larger;
	font-weight: bold;
}
.textoNormal {
    font-family: Georgia, "Times New Roman", Times, serif;}
.opaco {
 filter: alpha(opacity=70); opacity: 0.7;}
	
.input_text {
	border-color: #000000;
	display: inline;
	height: 12px;
	font-size: 11px;
	border: 1px solid black;
	background-image: url(input.jpg);
	background-repeat: no-repeat;
	width: 120px;
}
.input_text2 {
	border-color: #000000;
	display: inline;
	height: 13px;
	font-size: 12px;
	border: 1px solid black;
	background-image: url(input2.jpg);
	background-repeat: no-repeat;
	width: 80px;
}

.input_ir
{
	border-color: #000000;
	display: inline;
	height: 19px;
	width: 25px;
	border: 1px solid black;
	background-image: url(btn_ir.jpg);
}
.input_ordenar
{
	border-color: #000000;
	display: inline;
	height: 19px;
	width: 60px;
	border: 1px solid black;
	background-image: url(Patrimonio/ordenar.jpg);
}
.transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 1px;
	background: url('negro.jpg') #000000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.input_ok3
{
	border-color: #000000;
	display: inline;
	height: 19px;
	width: 60px;
	font-size: 12px;
	border: 1px solid black;
	background-image: url('ok.jpg');
}

.input_ok4 {
	border-color: #000000;
	display: inline;
	height: 16px;
	font-size: 11px;
	border: 1px solid black;
	background-image: url(input.jpg);
	background-repeat: no-repeat;
	width: 120px;
}

