/* CSS Document */

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-base-color : #004182;
	scrollbar-track-color: #006699;
	background-color: #000000;
	background-image: url(fondoazul.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

.buskaboton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	background-image: url(botonrojo.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px inset;
	line-height: 16px;
}


.buskaformato {
	background-color:#FFFFFF;
	color: #CC0000;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: inset 2px white;
	padding: 2;

}

.contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	background-color: #FFFFFF;
	border: 1px solid #F2F2F2;
}

.arialb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.arialb A:link {text-decoration: none; color: #FFFFFF}
.arialb A:visited {text-decoration: none; color: #FFFFFF}
.arialb A:active {text-decoration: none; color: #FFFF00}
.arialb A:hover {text-decoration: line-through; color: #FFFF00}


.arialn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.arialn A:link {text-decoration: none; color: #000000}
.arialn A:visited {text-decoration: none; color: #000000}
.arialn A:active {text-decoration: none; color:#FF0000}
.arialn A:hover {text-decoration: underline; color: #FF0000}

.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.a A:link {text-decoration: none; color: #000000;}
.a A:visited {text-decoration: none; color: #000000;}
.a A:active {text-decoration: none; color: #FF0000;}
.a A:hover {text-decoration: underline; color: #FF0000;}

.fondo {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../../indexraiz/fondoazul.jpg);
	background-repeat: repeat-x;
}

