

/*Hoja de estilos jmalvarez*/

/*------------------------- Generales --------------------------------*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999;
	background-color: #FFF;
}

.oculto {
	display: none;
}

img {
	border: 1px solid #CCC;
}

a {
	text-decoration: none;
}

/*------------------------- Fin Generales ----------------------------*/
/*------------------------- global -----------------------------------*/
/*Esto es para evitar que cuando se enlace con esencia y los frames desaparezcan las barras de desplazamiento*/

#global {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 99.9%;
}

*html #global {
	height: 100%;
	overflow: auto;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #686F6E;
	scrollbar-3dlight-color: #686F6E;
	scrollbar-darkshadow-color: #686F6E;
	scrollbar-shadow-color: #686F6E;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #686F6E;
}

/*------------------------- Fin Global -------------------------------*/

#container_sup {
	position: relative;
	width: 48em;
	margin: 0 auto;
	padding: 0;
}

#cabecera {
	position: relative;
	float: left;
	width: 100%;
	min-height: 234px;
	margin: 0;
	padding: 0;
	background: transparent url("imgs/fnd_cabecera.jpg") no-repeat top left;
}

*html #cabecera {
	height: 234px;
}

#logotipo {
	position: relative;
	float: left;
	width: 235px;
	height: 103px;
	margin: 26px 0 0 0;
	padding: 0 0 0 29px;
	font-size: .625em;
	overflow: hidden;
}

#logotipo span {
	position: absolute;
	width: 235px;
	height: 103px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 29px;
	z-index: 2;
	background: #FFF url("imgs/logotipo.jpg") no-repeat top left;
	cursor: pointer;
}

#idiomas {
	clear: both;
	position: relative;
	float: left;
	width: 97%;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 21px 0 0;
	font-size: .55em;
	text-transform: uppercase;
	color: #999;
}

#idiomas li {
	display: inline;
	list-style-type: none;
}

#idiomas li a {
	color: #999;
}

#idiomas li a:hover {
	color: #999;
}

#idm_es {
	background: transparent url("imgs/icon_castellano.gif") no-repeat 0 0;
	padding: 0 5px 4px 19px;
	border-right: 1px solid #999;
}

#idm_ast {
	background: transparent url("imgs/icon_asturiano.gif") no-repeat 9px 0;
	padding: 0 0 4px 28px;
}

#foto_apartado {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 13px 0 0 0;
	padding: 0;
}

#foto_apartado p {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------*/

#medio {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 50px 0;
	background: transparent url("imgs/fnd_menu_sup.jpg") repeat-x top left;
}

#menu_sup {
	position: relative;
	float: left;
	width: 100%;
	margin: 17px 0 0 0;
	padding: 0 0 7px 0;
	text-align: center;
	font-size: .625em;
	font-family: Arial;
	color: #0A1E83;
	text-transform: uppercase;
}

#menu_sup a {
	color: #0A1E83;
}

#menu_sup a:hover {
	color: #F60;
	padding: 0 0 7px 0;
	background: transparent url("imgs/icon_menu_sup.gif") no-repeat bottom center;
}

#menu_sup a.activo {
	color: #F60;
	padding: 0 0 7px 0;
	background: transparent url("imgs/icon_menu_sup.gif") no-repeat bottom center;
}

#menu_sup li {
	display: inline;
	list-style-type: none;
	padding: 7px 29px;
	border-left: 1px solid #CCC;
}

#menu_sup li.primero {
	border: none;
}

/*--------------------------------------------------------------------*/

#conten_medio {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 16px 0 0 0;
	padding: 31px 0 0 0;
	border-top: 1px solid #EAEAEA;
	background: transparent url("imgs/fnd_middle.jpg") no-repeat top left;
}

#menu {
	position: relative;
	float: left;
	width: 32%;
	margin: 6px 0 0 0;
	padding: 0 42px 0 35px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: .875em;
	color: #0C2185;
	padding: 9px 0 9px 0;
	margin: 0;
	border-top: 1px solid #EAEAEA;
	background: transparent url("imgs/icon_menu.gif") no-repeat left 14px;
}

#menu li.primero {
	border: none;
}

#menu li a {
	display: block;
	color: #0C2185;
	padding: 0 0 0 15px;
}

#menu li a:hover {
	color: #FF8700;
}

#menu #submenu {
	clear: both;
	position: relative;
	float: left;
	margin: 12px 0 15px 0;
	padding: 0;
	width: 95%;
}

#menu #submenu li {
	background: none;
	padding: 7px 13px 4px 0;
}

#menu #submenu li a {
	color: #999;
}

#menu #submenu li a:hover {
	color: #FF8700;
}

#menu #submenu li a.activo {
	color: #FF8700;
}

/*--------------------------------------------------------------------*/

#container_inf {
	clear: both;
	position: relative;
	width: 98%;
	margin: 0 auto;
	padding: 27px 0;
	border-top: 1px solid #EAEAEA;
}

#conten_pie {
	position: relative;
	width: 48em;
	margin: 0 auto;
	padding: 0;
	font-family: "standard 07_53", Arial;
}

#pie {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url("imgs/fnd_pie.jpg") no-repeat top left;
}

#oficinas {
	position: relative;
	float: left;
	width: 21%;
	margin: 0;
	padding: 0 0 0 37px;
}

#nave {
	position: relative;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0 0 0 4px;
}

#telefono {
	position: relative;
	float: left;
	width: 14%;
	margin: 0;
	padding: 0 0 0 5px;
}

#fax {
	position: relative;
	float: left;
	width: 18%;
	margin: 0;
	padding: 0 0 0 5px;
}

#avicre {
	position: relative;
	float: right;
	width: 18%;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: .55em;
	text-transform: uppercase;
	text-align: right;
}

#avicre li {
	display: inline;
	list-style-type: none;
	color: #0A1E83;
}

#avicre li a {
	color: #0A1E83;
}

#avicre li a:hover {
	color: #0A1E83;
}

.tit_pie {
	color: #0A1E83;
	font-size: .55em;
	text-transform: uppercase;
	background: transparent url("imgs/icon_tit_pie.gif") no-repeat left center;
	padding: 0 0 0 13px;
	margin: 5px 0 0 0;
}

.txt_pie {
	color: #666;
	font-size: .55em;
	text-transform: capitalize;
	padding: 0 0 0 13px;
	margin: 0;
}

/*-------------------------------------------------------------------------*/

#conten_contenido {
	position: relative;
	float: left;
	width: 47%;
	margin: 0;
	padding: 0 0 0 41px;
}

#conten_contenido.cont2 {
	width: 91%;
	background-color: #FFF;
	margin: 0 0 0 1px;
}

#contenido {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------------- */

.icon_formacion {
	display: block;
	position: relative;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
  
/* -------------------------------------------------------------------- */

#tit_apartado {
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 .7em 0;
	padding: 0;	
	width: 100%;
}

#tit_apartado h2 {
	position: relative;
	float: left;
  margin: 0;
  padding: 0 0 0 11px;	 
	width: 96%;
	color: #0C2185;
	font-size: 1.25em;
	background: transparent url("imgs/icon_titulo.gif") no-repeat 0 5px;
	font-weight: normal;
	text-transform: uppercase;
}

#tit_apartado a {
  color: #0C2185;
}

#tit_apartado a:hover {
  color: #0C2185;
}

/* -------------------------------------------------------------------- */

#desc_apartado {		
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 .875em 0;
	padding: 0;	
	font-size: .75em;/*Antes estaba a .7em*/
	line-height: 1.5em;
}

#desc_apartado a {
  color: #999;
}

#desc_apartado a:hover {
  color: #999;
}

/* -------------------------------------------------------------------- */

#subapartados {		
	clear: both;
	position: relative;
	float: left;
	margin: .625em;
	padding: 0;
	font-size: .7em;
	color: #CCC;
	width: 93%;
}

#subapartados ul {
	position: relative;
	float: left;
	width: 94%;
  margin: .625em;
  padding: 0;
  text-align: center;
}

#subapartados li {  
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: .25em 0;
}

#subapartados a {
	color: #999;
}

#subapartados a:hover {
  color: #FF8700;
}

/* -------------------------------------------------------------------- */

.titulo {
	clear: both;
	position: relative;
	float: left;
	background: transparent url("imgs/icon_titulo.gif") no-repeat 0 5px;
	margin: 0 0 .7em 0;
	padding: 0 0 0 11px;
	font-size: 1.25em;
	color: #0C2185;
	width: 96%;
	text-transform: uppercase;
}

.titulo a {
  color: #0C2185;
}

.titulo a:hover {
  color: #0C2185;
}

/* -------------------------------------------------------------------- */

#imprimir {
	position: relative;
	float: right;
	width: 10%;
	margin: .625em 0 .625em .625em;
	padding: 0;
	text-align: left;
	font-size: .55em;
	text-transform: uppercase;
	font-family: "standard 07_53";
}

#imprimir a {
	color: #999;
}

#imprimir a:hover {
	color: #FF8700;
}

.info_volver {	
	position: relative;
	float: left;
	width: 75%;
	margin: .625em 0;
	padding: 0 .625em 0 0;
	font-size: .55em;
	text-transform: uppercase;
	font-family: "standard 07_53";
	text-align: right;
	
}

.info_volver a {
	color: #999;
	padding: 0 0 0 12px;
	background: transparent url("imgs/icon_volver.gif") no-repeat 0 2px;
}

.info_volver a:hover {
	color: #FF8700;
}

/* -------------------------------------------------------------------- */

.informacion {	
	clear: both;
	position: relative;
	float: left;
	margin: .625em 0;
	padding: 0;	
	width: 100%;
}

.informacion a {
	color: #999;
}

.informacion a:hover {
  color: #999;
}

.info_tit_ext {	
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 .7em 0;
  padding: 0 0 0 11px;	 
	width: 96%;
	color: #0C2185;
	font-size: 1.125em;
	background: transparent url("imgs/icon_titulo.gif") no-repeat 0 5px;
/*	text-transform: uppercase;*/
}

.info_tit_ext a {
  color: #0C2185;
}

.info_tit_ext a:hover {
  color: #0C2185;
}

.info_datos_gen {	
	clear: both;
	position: relative;
	float: left;
  width:100%;
	margin: 0;
	padding: 0;		
}

.info_fot_min {
	float: left;
	min-width: 20px;
	margin: 2px 10px 0 0;
}

.info_tit_int {
	margin: 0;
  padding: 0 0 0 11px;	 
	color: #0C2185;
        font-weight: bold;
	font-size: 0.875em;
	background: transparent url("imgs/icon_titulo.gif") no-repeat 0 5px;
/*	text-transform: uppercase;*/
}

.info_tit_int a {
 color: #0C2185; 
}

.info_tit_int a:hover {
  color: #0C2185;
}
  
.info_texto {
	margin: 0;
	padding: 0;	
	font-size: .75em; /*Antes estaba a .7em*/
	line-height: 1.5em;
}  

.info_texto a {
  color: #999;
}

.info_texto a:hover {
  color: #999;
}
  
.info_paginacion {
	clear: both;
	position: relative;
	float: left;
	text-align: right;
	margin: .625em 0;
	padding: 0;	
	font-size: .625em;
	border-bottom: 1px solid #999;
	width: 100%;
}  

.info_paginacion a {
  color: #999;
}

.info_paginacion a:hover {
  color: #999;
}

.info_a_continuacion {
	clear: both;
	width: 100%;
	margin: 0 .2em .2em 0;
	padding: 0;
	position: relative;
	float: left;
}

.info_sep_salto_linea {
	clear: both;
	position: relative;
	float: left;
	height: .1em;
	width: 100%;
	margin: 0;
	padding: 0;
}

.info_sep_salto_parrafo {	
	clear: both;
	position: relative;
	float: left;
	height: .8em;
	width:100%;
	margin: 0;
	padding: 0;	
} 

.info_sep_linea {	
	clear: both;
	position: relative;
	float: left;
	margin: .25em 0;
	padding: 0;
	border: none;	
	border-bottom: 1px solid #999;
	width:100%;
	height: 1px;
} 

.info_bloque {
	clear: both;
	position: relative;
/* Las dos siguientes lineas hay que quitarlas para que funcione la sep a_continuacion (info_bloque_fseg)*/
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	
}

.info_bloque_dest {	
	clear: both;
	position: relative;
	float: left;
	width: 99%;
	background-color: #F5F5F5;	
	margin: 0;
	padding: 4px;
}

.info_bloque_fseg {
	position: relative;
	float: left;
	margin: 0 .4em 0 0;
	padding: 0;	
}

.info_bloque_fot_texto {	
	margin: 0;
	padding: 0;		
}

.info_bloque_fot_izda {
	float: left;
	min-width: 1.25em;	
	margin: .1em .625em 0 0;
}

.info_bloque_fot_centro {	
	text-align:center;
	min-width: 1.25em;
	margin: 0 auto;
}

.info_bloque_fot_dcha {
	float: right;
	min-width: 1.25em;
	margin: .1em 0 0 .625em;
}

.info_bloque_texto {	
	margin: 0;
	padding: 0;
	font-size: .75em;/*Antes estaba a .7em*/
	line-height: 1.5em;
}

.info_bloque_texto a {
  color: #999;
}

.info_bloque_texto a:hover {
  color: #999;
}

.info_bloque_fichero {	
	clear: both;
	position: relative;
	margin: .625em 0;
	padding: .625em 1.25em;
	font-size: .7em;
	color: #0C2185;
	background: transparent url("imgs/fnd_fich_des.jpg") repeat-x top left;
}

.info_bloque_fichero a {
  color: #0C2185;
  padding: 0 0 0 12px;
	background: transparent url("imgs/icon_descarga.gif") no-repeat 0 3px;
}

.info_bloque_fichero a:hover {
  color: #0C2185;
}
  
.info_bloque_enlace {	
	clear: both;
	position: relative;
	margin: .625em 0;
	padding: .625em 1.25em;
	font-size: .7em;
	color: #0C2185;
	background: transparent url("imgs/fnd_fich_des.jpg") repeat-x top left;
}  

.info_bloque_enlace a {
  color: #0C2185;
  padding: 0 0 0 12px;
	background: transparent url("imgs/icon_enlace.gif") no-repeat 0 3px;
}

.info_bloque_enlace a:hover {
  color: #0C2185;
}

.info_bloque_flash {	
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: .625em;
	padding: 0;
	font-size: .625em;
	color: #999;
}

.info_bloque_flash a {
  color: #999;
}

.info_bloque_flash a:hover {
  color: #999;
}

.info_bloque_video {	
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: .625em 0;
	padding: 0;
	font-size: .625em;
	color: #999;
}

.info_bloque_video a {
  color: #999;
}

.info_bloque_video a:hover {
  color: #999;
}
  
.info_bloque_video p {
	padding: 0;
	margin: 0.5em 0 0 0;
}

.info_bloque_sonido {	
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: .625em 0;
	padding: 0;
}

.info_bloque_sonido a {
  color: #999;
}

.info_bloque_sonido a:hover {
  color: #999;
}      
  
/* -------------------------------------------------------------------- */

.formulario {
	clear: both;
	position: relative;
	float: left;
	width: 90%;
	margin: 0.8em 0 .8em .8em;
	padding: 0;	
	font-size: 1em; 
	color: #999;	
	font-family: Tahoma;
}

.txtform {
	clear: both;
	position: relative;
	float: left;
	width: 99%;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: .7em;
	text-align: left;
}

.txtform a {
	color: #999;
}

.txtform a:hover {
	color: #999;
}

.titform {
	clear: both;
	position: relative;
	float: left;
	width: 99%;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
}

.titform a {
	color: #999;
}

.titform a:hover {
	color: #999;
}

.grperror {
	position: relative;
	float: right;
	width: 85%;
	margin: 0 10px 0 0;
	padding: 0;
}

.txterror {
	position: relative;
	float: left;
	width: 96%;
	margin: 0;
	padding: 4px;
	background-color: #EEE;
}

.errorform {
	position: relative;
	float: left;
	background-color: #0C2185;	
	color: #FFF;
	font-size: .7em;
	padding: 2px;
	margin: 0;
}

.formulario a {
	color: #999;
}

.formulario a:hover {
	color: #999;
}

.formulario #fset1 {
	border: none;
	padding: 1.0em 0 0 0;
}

.formulario #fset1 legend {
	margin: 0 0 1em 0;
	padding: 0;
}

.formulario .fset {
	margin: 1em 0;
	padding: 0 0 20px 0;
	border: 1px solid #0C2185;
	padding: 0;
	width: 98%;
	position: relative;
	float: left;
}

.formulario .fset legend {
	margin: 0 0 1em 0;
	padding: 2px 5px;
	background-color: #0C2185;
	font-size: .7em;
	color: #FFF;
}

.formulario .lineaf, .formulario .lineachk {
	position: relative;
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.5em;
	font-family: Tahoma;
	text-align: left;
	width: 100%;
	min-height: 1.5em;
	clear: both;
}

*html .formulario .lineaf {
	height: 1.5em;
}

.formulario label {
	display: block;
	position: relative;
	float: left;
	margin: 0 0.2em 0.2em 0;
	padding: 0;
	color: #999;
	width: 35%;
	font-size: .7em;
}

.formulario label.lblgrande {
	width: 100%;
}

.formulario label.lblpeq {
	width: 15%;
}

.formulario input.caja {
	width: 60%;
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	font-family: Tahoma;
	float: left;
	font-size: .7em;
}

.formulario input.cajap {
	width: 10%;
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	font-family: Tahoma;
	float: left;
	font-size: .7em;
}

.formulario input.cajagrd {
	width: 80%;
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	font-family: Tahoma;
	float: left;
	font-size: .7em;
}

.formulario select {
	width: 60%;
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	font-family: Tahoma;
	float: left;
	font-size: .7em;
}

.formulario textarea {
	width: 60%;
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	font-family: Tahoma;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #0C2185;
	float: left;
	font-size: .7em;
}

.formulario textarea.txtareagr {
	width: 80%;
}

.formulario .fechasf {
	width: 25%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.formulario .fechasf label {
	display: block;
	width: 100%;
	float: left;
}

.formulario .fechasf input {
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	width: 100%;
}

.formulario .fechasf select {
	border: 0.1em solid #0C2185;
	background-color: #FFF;
	color: #999;
	width: 75%;
	padding: 0;
	margin: 0;
}

.formulario .coli {
	width: 35%;
	position: relative;
	float: left;
	font-size: .7em;
}

.formulario .cold {
	width: 60%;
	position: relative;
	font-size: 1em;
	float: left;
}

.formulario .cold p {
	clear: both;
	position: relative;
	float: left;
	width: 90%;
}

.formulario .cold p label {
	display: inline;
	width: 100%;
}

.botonera_form {
	clear: both;
	position: relative;
	float: left;
	width: 98%;
	text-align: right;
	padding: 0.5em;
	margin: .25em 0;
}

.botonera_form_centrada {
	clear: both;
	position: relative;
	float: left;
	width: 98%;
	text-align: center;
	padding: 0.5em;
	margin: .25em 0;
}

input.bt_form {
	padding: 0.1em 0.5em;
	border: 0.1em solid #0C2185;
	background-color: #0C2185;
	font-size: .7em;
	color: #FFF;
}

a.bt_form {
	margin: 0 .5em 0 0;
	padding: 0.1em 0.5em;
	border: 0.1em solid #0C2185;
	background-color: #0C2185;
	height: 1.5em;
	color: #FFF;
	font-size: .7em;
}

a.bt_form:hover {
	border: 0.1em solid #0C2185;
	background-color: #0C2185;
}

.radio_encuesta {
	position: relative;
	float: left;
}

/*Fielset sin borde*/
fieldset.fsetoculto {
	border: none;
	margin:0;
	padding:0;
}

/*Legend oculta*/
legend.lgdoculto {
	display: none;
}

/* ----------------------------- datos adicionales -------------------- */

#info_inmuebles {
	clear: both;
	position: relative;
	float: left;
	width: 88%;
	margin: .625em 0 .3em 1em;
	padding: .5em .5em;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	font-size: .625em;
	color: #999;
}

#info_inmuebles p {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* ------------------------------ TABLAS ------------------------------ */

.tabla {
	border-collapse: collapse;
	border-spacing: 0.5em 1em;
	font-size: 0.625em;
	color: #999;
	width: 99%;
	table-layout: fixed;
}

.tabla tr td {
	border: 1px solid #0C2185;
	overflow: hidden;
}

/* -------------------------------------------------------------------- */

#panel_control {	
	clear: both;
	position: relative;
	float: left;
	margin: .625em 0;
	padding: 0;
	width: 100%;
	font-size: .7em;
	color: #999;	
}  

#panel_control a {
  color: #999;
}

#panel_control a:hover {
  color: #999;
}

/* -------------------------------------------------------------------- */

#mapa_web {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .7em;
	color: #999;
}

#mapa_web a {
  color: #999;
}

#mapa_web a:hover {
  color: #999;
}

#mapa_web ul {
	margin: 0 0 0 2em;
	padding:0;
}

#mapa_web ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
}

/* -------------------------------------------------------------------- */



/* Hoja de estilos de versión PORTAL */

   a {text-decoration: none}
	  
  .v_form {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#000000;}
  .v_forminact {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#CCCCCC;}
  .v_formact {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#CCCCCC;}
  .v_formsobcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ffffff;}
  .v_formsobcs {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ffffff;}
  .v_formsobcn {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#333333;}
  .v_formcampos {font-family:Verdana, Arial, Helvetica, sans-serif;;font-size:10px; border: 1px #E60005 solid; color: #ffffff; background-color: #999999}
  .v_formselect {font-family:Verdana, Arial, Helvetica, sans-serif;;font-size:10px; color: #ffffff; background-color: #999999}
  .v_formcaja {font-family:Verdana, Arial, Helvetica, sans-serif;;font-size:10px; border: 1px #E60005 solid; color: ; background-color: #ffffff}

  .v_norm {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#000000;}
  .v_normcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ff0000;}
  .v_norminact {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#CCCCCC;}
  .v_normact {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#CCCCCC;}

  .v_gr {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#000000;}
  .v_grcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#ff0000;}
  .v_grinact {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#CCCCCC;}
  .v_gract {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#CCCCCC;}
  .v_grsobcn {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#333333;}
  .v_grsobcs {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#ffffff;}
  .v_grsobcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#ffffff;}

  .v_btnpestsobcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#000000;}
  .v_btn {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#000000;}
  .v_sobcn {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#333333;}
  .v_sobcs {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ffffff;}
  .v_sobcp {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ffffff;}

  .v_btnbarragr {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:12px; color:#333333;}
  .v_btnbarra {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#333333;} 

  /* enlaces - color de los link */

  
  .v_form:link {color: #000000}
  .v_forminact:link {color: #CCCCCC}
  .v_formact:link {color: #CCCCCC}
  .v_formsobcn:link {color: #333333}
  .v_formsobcs:link {color: #ffffff}
  .v_formsobcp:link {color: #ffffff}

  .v_norm:link {color: #000000}
  .v_normcp:link {color: #ff0000}
  .v_norminact:link {color: #CCCCCC}
  .v_normact:link {color: #CCCCCC}

  .v_gr:link {color: #000000}
  .v_grcp:link {color: #ff0000}
  .v_grinact:link {color: #CCCCCC}
  .v_gract:link {color: #CCCCCC}

  .v_btn:link {color: #000000}
  .v_btnpestsobcp:link {color: #000000}
  .v_sobcn:link {color: #333333}
  .v_sobcs:link {color: #ffffff}
  .v_sobcp:link {color: #ffffff}
  .v_grsobcn:link {color: #333333}
  .v_grsobcs:link {color: #ffffff}
  .v_grsobcp:link {color: #ffffff}

  .v_btnbarragr:link {color: #333333}
  .v_btnbarra:link {color: #333333} 

  /* enlaces - color de los visited */

  
  .v_form:visited {color: #000000}
  .v_forminact:visited {color: #CCCCCC}
  .v_formact:visited {color: #CCCCCC}
  .v_formsobcn:visited {color: #333333}
  .v_formsobcs:visited {color: #ffffff}
  .v_formsobcp:visited {color: #ffffff}

  .v_norm:visited {color: #000000}
  .v_normcp:visited {color: #ff0000}
  .v_norminact:visited {color: #CCCCCC}
  .v_normact:visited {color: #CCCCCC}

  .v_gr:visited {color: #000000}
  .v_grcp:visited {color: #ff0000}
  .v_grinact:visited {color: #CCCCCC}
  .v_gract:visited {color: #CCCCCC}

  .v_btn:visited {color: #000000}
  .v_btnpestsobcp:visited {color: #000000}
  .v_sobcn:visited {color: #333333}
  .v_sobcs:visited {color: #ffffff}
  .v_sobcp:visited {color: #ffffff}
  .v_grsobcn:visited {color: #333333}
  .v_grsobcs:visited {color: #ffffff}
  .v_grsobcp:visited {color: #ffffff}

  .v_btnbarragr:visited {color: #333333}
  .v_btnbarra:visited {color: #333333} 


  /* enlaces - color de los over */
  
  .v_form:hover {color: #ff0000}
  .v_forminact:hover {color: #ff0000}
  .v_formact:hover {color: #ff0000}
  .v_formsobcn:hover {color: #ff0000}
  .v_formsobcs:hover {color: #ff0000}
  .v_formsobcp:hover {color: #ff0000}

  .v_norm:hover {color: #ff0000}
  .v_normcp:hover {color: #ff0000}
  .v_norminact:hover {color: #ff0000}
  .v_normact:hover {color: #ff0000}

  .v_gr:hover {color: #ff0000}
  .v_grcp:hover {color: #ff0000}
  .v_grinact:hover {color: #ff0000}
  .v_gract:hover {color: #ff0000}

  .v_btnover {font-family:Verdana, Arial, Helvetica, sans-serif;; font-size:10px; color:#ff0000;}
  .v_btn:hover {color: #ff0000}
  .v_btnpestsobcp:hover {color: #ff0000}
  .v_sobcn:hover {color: #ff0000}
  .v_sobcs:hover {color: #ff0000}
  .v_sobcp:hover {color: #ff0000}
  .v_grsobcn:hover {color: #ff0000}
  .v_grsobcs:hover {color: #ff0000}
  .v_grsobcp:hover {color: #ff0000}

  .v_btnbarragr:hover {color: #ff0000}
  .v_btnbarra:hover {color: #ff0000} 

  /* enlaces - color de los active */

  
  .v_form:active {color: #000000}
  .v_forminact:active {color: #CCCCCC}
  .v_formact:active {color: #CCCCCC}
  .v_formsobcn:active {color: #333333}
  .v_formsobcs:active {color: #ffffff}
  .v_formsobcp:active {color: #ffffff}

  .v_norm:active {color: #000000}
  .v_normcp:active {color: #ff0000}
  .v_norminact:active {color: #CCCCCC}
  .v_normact:active {color: #CCCCCC}

  .v_gr:active {color: #000000}
  .v_grcp:active {color: #ff0000}
  .v_grinact:active {color: #CCCCCC}
  .v_gract:active {color: #CCCCCC}

  .v_btn:active {color: #000000}
  .v_btnpestsobcp:active {color: #000000}
  .v_sobcn:active {color: #333333}
  .v_sobcs:active {color: #ffffff}
  .v_sobcp:active {color: #ffffff}
  .v_grsobcn:active {color: #333333}
  .v_grsobcs:active {color: #ffffff}
  .v_grsobcp:active {color: #ffffff}

  .v_btnbarragr:active {color: #333333}
  .v_btnbarra:active {color: #333333} 


  /*
    Significado de los estilos:
    
    act (color activo)
    barra (texto barra exterior)
    btn (texto botón)
    cn (color neutro)
    cp (color principal)
    cs (color secundario)
    form (texto en formularios)
    gr (texto grande)
    inact (color inactivo)
    norm (texto normal)
    pest (texto pestaña)
    sob (sobre)
    
    ej:
       btnpestsobcp -> texto de botones y pestañas sobre color principal
       normcp -> texto normal de color principal
       titnocp -> título que no es de color principal
  */ 

  
/*  Estilos de barra  */
body {
scrollbar-face-color: #999999;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #E60005;
scrollbar-darkshadow-color: #E60005;
scrollbar-shadow-color: #999999;
scrollbar-track-color: #CCCCCC;
scrollbar-arrow-color: #E60005;
}



/* Fin */ 
