body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url();
	background-color: #363F62;

}

buscador {
	width: 120px;
	float: left;
	display: block;
}

.Estilo7 {color: #00CCFF; font-weight: bold; }
.Estilo9 {color: #FFFFFF}
.Estilo10 {color: #0099CC}
.Estilo12 {
	font-size: 12;
	font-weight: bold;
}

.bg {
	background-image: url(../images/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #547597;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #547597;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
.intro_bg {

	background-image: url(../images/fondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;


}