BODY {
  margin-top: 0em;
  margin-left: 0em;        /* copied from opposite side (right) */
}

A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: normal;
	}

A:visited {
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:active {
	TEXT-DECORATION: none;
	font-weight: bold;
}

A:hover {
	TEXT-DECORATION: underline;
	font-weight: normal;
} 

.fondoHome{
	background-image: url('imagenes/home.jpg');
	height: 321px;
}

.fondoBuscador{ 
	background-image: url('imagenes/fondo_form.gif');
}

.fondoContenido{ 
	background-image: url('imagenes/fondo_contenido.jpg');
	height:423px
}

.fondoTitulo{ 
	background-image: url('imagenes/fondo_titulo.gif');
}

.fondoUsuarios{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #173883;
	background-image: url('imagenes/fondo_usr.gif');
	height: 139px;
	width:155px;
}

.fondoEmpresa{
	background-image: url('imagenes/empresa.jpg');
	height: 175px;
}

.fondoFinanciacion{
	background-image: url('imagenes/financiacion.jpg');
	height: 175px;
}

.fondoMapa{
	background-image: url('imagenes/fondo_mapa.jpg');
	background-repeat: no-repeat;
	height:307px;
}

.fondoDegradado{
	background-image: url('imagenes/fondo_mapa.jpg');
}

.titBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.titAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #173883;
}

.txtAzul10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #173883;
}

.txtAzul11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #173883;
	text-align: justify;
}

.menuAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #173883;
	line-height: 11px;
}

.txtNaranja {
	font-family: Arial, Helvetica, sans-serif;
	color: #DE6822;
}

.txtGris8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #B3B3B3;
}

.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #173883;
	border: 1px solid #919bc9;
	width: 150px;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #173883;
	border: 1px solid #919bc9;
}

.btn_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(imagenes/fondo_btn.jpg);
	height: 16px;
	width: 64px;
	background-color: #465B9C;
	border: none;
	font-weight: bold;
	cursor: hand;
}

.btn_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #173883;
	height: 16px;
	width: 45px;
	background-color: #FFFFFF;
	border: none;
	font-weight: bold;
	cursor: hand;
	margin-top: 5px;
	margin-right: 5px;
}

.desplegable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #173883;
	border: 1px solid #919bc9;
	width: 100px;
}

iframe {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
	height: 284px;
}
.iframe_buscador {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px;
	height: 600px;
}


.iframe_home{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px;
	height: 750px;
}

.iframe_pq {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
	height: 150px;
}

.body_interno {
scrollbar-face-color: #919bc9; /*barra*/
scrollbar-arrow-color: #919bc9; /*flecha*/
scrollbar-track-color: #ffffff; /*fondo*/
scrollbar-shadow-color: #ffffff; /*sombra*/
scrollbar-highlight-color: #ffffff; /*sombra clara*/
scrollbar-3dlight-color: #ffffff; /*sombra mas clara*/
scrollbar-darkshadow-Color: #ffffff; /*sombra oscura*/
}

ul li {margin:4px;margin-bottom: 0px;padding-left:26px;list-style-type:none; background-position: top left; background-repeat: no-repeat; }
ul.items li{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #173883;
	background-image: url(imagenes/bg_li_pages.gif);padding-bottom:6px;
}

ul.noticias li{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #173883;
	background-image: url(imagenes/bg_li_links.gif);padding-bottom:6px;
}
ul.noticias li a{color:#FC6200; }