.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BOX2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 300px;
	font-weight: normal;
	background-color: #EAEAEA;
	border-top: thin solid #993300;
	border-right: thin solid #993300;
	border-bottom: thin solid #993300;
	border-left: thin solid #993300;
	border: 1px;

}
.BOX_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 19px;
	font-weight: bold;
	background-color: #993300;
	border-top: thin solid #660000;
	border-right: thin solid #660000;
	border-bottom: thin solid #660000;
	border-left: thin solid #660000;
}
form {
	border: 0px;
	margin: 0px;
	height: 17px;
}
.Buscador {
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px ;
	font-weight: bold;
	color: #666666;
	padding-top: 35px;
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding-top: 10px;
}
.texto A:link {
	text-decoration: none;
	font-weight:none; 
	color: #990000; 
}
.texto A:visited {
	text-decoration: none;
	font-weight:bold; 
	color: #990000; 
}
.texto A:Hover {
	color: #990000;
	font-weight:none; 
	text-decoration: underline;
}
.texto_rojo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px ;
	font-weight: bold;
	color: #990000;
	padding-left: 20 px;
}
#buscador {
	height: 130px;
	width: 530px;
	background-image: url(img/fondo_buscador.jpg);
	padding-left: 20px;
}
#formulario_buscador {
	width: 445px;
	padding-left: 85px;
	padding-top: 15px;
	height: 32px;
}
#titulo_buscador {
	width: 530px;
}
#texto_buscador {
	width: 530px;
}
.Pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding-top: 10px;
	text-align:center;
	font-weight:bold; 
}
.Pie A:link {
	text-decoration: none;
	font-weight:none; 
	color: #990000; 
	font-weight: bold;
}
.Pie A:visited {
	text-decoration: none;
	font-weight:bold; 
	color: #990000; 
}
.Pie A:Hover {
	color: #CC0000;
	font-weight:none; 
	text-decoration: underline;
	font-weight:bold; 
}
#contenedor {
	width:787px;
	margin: 0px auto;
	text-align:left;
}