﻿@charset "utf-8";
body {
	background-color: #002D89;
	SCROLLBAR-FACE-COLOR: #BDBDBD;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #00308C; 
	SCROLLBAR-3DLIGHT-COLOR: #00308C; 
	SCROLLBAR-ARROW-COLOR: #00308C; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-BASE-COLOR: #FFFFFF;
}
table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00308C;
	text-decoration: none;
}
.navywhite {
	font-size : 8pt;
	font-family :verdana, arial, sans-serif;
	font-weight : bold;
	color : black;
	background-color : #cccccc;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}
/*Used for the menu bar text*/
.menuppal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00308C;
	text-decoration: none;
}
a.menuppal:hover {
	text-decoration:none;
}
/*Used in the search properties box
- left-align needed for strict mode browsers*/
.srchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00308C;
	text-decoration: none;
	text-align: left;
}
.textoblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Tahoma, Verdana, Arial;
	color: #002C8C;
	text-decoration: underline;
}
a:hover {
	color: darkred;
	text-decoration: underline;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002C8C;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002C8C;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002C8C;
	text-decoration: none;
}
menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002C8C;
}
option {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 9px;
	color: #002C8C;
}
select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #022b49;
	text-decoration: none;
}
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.textoschicos {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 9px;
	color: #002C8C;
	text-decoration: none;
}
.textochico2 {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 10px;
}
.titsgdes {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
}
.setlanguage {
	float:left;
	padding-left:5px;
	padding-bottom: 5px;
	padding-top: 0px;
	border:none;
}

/*------------------------------------*/
/*
To deal with 'quirks' mode in browsers: we want our images to display without
space below them (which strict mode browsers will leave to allow for 'decenders'
- characters (like p,q,g etc). This site was generated before browsers adhered to
the strict standard, so we need the browser to handle images the old (albeit broken)
way. This IMG rule causes the browser to treat images as 'block' where they will not
leave space below for decenders, allowing tight wrapping of containers around the
image. Strict mode browsers treat IMG as inline by default, requiring that space 
for decenders be provided.
*/
IMG {
	display:block
}
/*------------------------------------*/
