/* VALORES GENERALES PARA EL SITIO */
body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #777777;
	
	


}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 13px;
	color: #777;
}
a:link {
	text-decoration: none;
	color: #777;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2278d7;
	
}
a:active {
	text-decoration: none;
	color: #777;
}


/* TEXTOS PARA EL SITIO */
.titulo {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
	
}
.titulo_grande {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
	
}


.linkgrande:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
}
.linkgrande:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
}
.linkgrande:hover {
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
	text-decoration: underline;
	
}
.linkgrande:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #2278d7;
	font-weight:bold;
}



.titulo_grande_verde {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #98a92a;
	font-weight:bold;
	
}

.titulo_grande_rojo {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #db2824;
	font-weight:bold;
	
}

.titulo_grande_ukv {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #004597;
	font-weight:bold;
	
}
.titulo_grande_gris {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #777;
	font-weight:bold;
	
}
.titulo_grande_blanco {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	
}
.texto_gris {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #777;
	
}
.texto_blanco {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	
}
.texto_rosa {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #b4445f;
	
}
.texto_azul {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #3790f3;
	
	
}
.texto_verde {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #99aa2a;

}
.texto_verdefuerte {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #00513c;	
	
}

.texto_rojo {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #db2824;
	
	
}
.texto_ukv {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #004597;
	
	
}
.texto_naranja {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #d97300;
	
}
.texto_naranja_claro {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #ffac4e;
	
}
.texto_blanco_botonera {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	
}

/*MENU CSS*/
#menuh {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	
	float: inherit;
}

#menuh a {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	/*background-image:url(../images/motivomenu.gif);*/
	display: block;
	padding: 4px 6px;/* alto del menu que ocupa la imagen*/
	text-align:inherit;
	text-decoration: none;
	
}

#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background-image:url(../images/motivomenuhover.jpg);
}
/*FIN MENU CSS*/

/* ELEMENTOS DE FORMULARIO */
.borde {
	border: 1px solid #d5d5d5;
}
.bordecaja {
	border: 1px solid #dedede;
}
.cajatexto {
	
	border:solid 1px #b7b6b6; 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	height:8;
	background-color: #ffffff;
	color: #2278d7;
	
}
.ira {
	
	border: 1px solid #3f4785;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	width:280;
	background-color: #ffffff;
	color: #494241;
	
}
.boton {
    
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	background-image:url(../images/botonpresu.gif);
	border:0px;
	font-size: 12px;
	font-weight: bold;
	/*color: #494241;*/
	color:#fff;
	height:30px;
	width: 180px;
	cursor:pointer;
	
}

.boton:hover {
    
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	background-image:url(../images/botonpresu2.gif);
	border:0px;
	font-size: 12px;
	font-weight: bold;
	/*color: #494241;*/
	color:#fff;
	height:30px;
	width: 180px;
	cursor:pointer;
	
}

.boton_ir {
    
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	background-image:url(../images/ira.gif);
	border: 0px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	/*color: #494241;*/
	color:#e8e5e4;
	height:22px;
	width: 23px;
	cursor:pointer;
	
}

/* LIVE VALIDATION FILTRADO DE FORMULARIOS */
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #2278d7;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
   border: 1px solid #ff0000;
   color:#ff0000;
  
}

/*LINKS PARA EL SITIO*/
.menu_blanco {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #a4a9d7;
}
.submenu_gris {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #b4445f;
}




.blanco:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;

	color: #FFFFFF;
}
.blanco:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	
	color: #FFFFFF;
}
.blanco:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration:none;
	color: #5aa7fc;

}
.blanco:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;

	color: #FFFFFF;
}

.gris:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #4c4a4a;
}
.gris:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #4c4a4a;
}
.gris:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #b4445f;
	
}
.gris:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #4c4a4a;
}

.azul:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	
	color: #3790f3;
}
.azul:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	
	color: #3790f3;
}
.azul:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	
	color: #777;
	
}
.azul:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	
	color: #3790f3;
}







.bordefoto {
	border: 4px solid #dedede;
}

.texto_violeta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #951d69;
}


.link_blanco:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.link_blanco:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.link_blanco:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.link_blanco:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	
}



.botonera:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-weight:bold;
	color: #999999;
	
	
}
.botonera:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-weight:bold;
	color: #999999;
	
	
}
.botonera:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #999999;

	
}
.botonera:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: #2c7ed8;
	
	
}




	
	
#botonpre {
	width: 180px;
	height:30px;
	margin-top: 0px;
	}
	
#botonpre li a {

    font-size:12px;
    font-weight:bold;
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#botonpre li a:link, #botonpre li a:visited {
	color: #fff;
	display: block;
	background:url(../images/botonpresu.gif);
	padding: 7px 0 0 0px;
	}
	
#botonpre li a:hover {
	color: #2278d7;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}
	
#botonpre li a:active {
	color: #fff;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}

#botonpre_seleccionado {
    color: #fff;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}
	



#botonpre2 {
	width: 180px;
	height:30px;
	margin-top: 0px;
	}
	
#botonpre2 li a {

    font-size:12px;
    font-weight:bold;
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#botonpre2 li a:link, #botonpre2 li a:visited {
	color: #fff;
	display: block;
	background:url(../images/botonpresu3.gif);
	padding: 7px 0 0 0px;
	}
	
#botonpre2 li a:hover {
	color: #839607;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}
	
#botonpre2 li a:active {
	color: #fff;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}

#botonpre2_seleccionado {
    color: #fff;
	background:url(../images/botonpresu2.gif);
	padding: 7px 0 0 0px;
	}




#botonprivada {
	width: 72px;
	height:20px;
	margin-top: 0px;
	}
	
#botonprivada li a {

    font-size:12px;
    font-weight:bold;
	text-decoration: none;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
	
#botonprivada li a:link, #botonprivada li a:visited {
	color: #fff;
	display: block;
	background:url(../images/botonentra.gif);
	padding: 0px 0 0 0px;
	}
	
#botonprivada li a:hover {
	color: #2278d7;
	background:url(../images/botonentra2.gif);
	padding: 0px 0 0 0px;
	}
	
#botonprivada li a:active {
	color: #fff;
	background:url(../images/botonentra2.gif);
	padding: 0px 0 0 0px;
	}
	
#botonprivada_seleccionado {
    color: #fff;
	background:url(../images/botonentra2.gif);
	padding: 0px 0 0 0px;
	}




	


	

/*menu vertical*/



ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
#menu {

	width: 200px;
	margin-top: 0px;
	}
	
#menu li a {

    font-size:11px;
	font-weight:bold;
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 5px;
	}
	
#menu li a:hover {
	color: #257EB7;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 6px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 8px 0 0 5px;
	}

#menu_vertical_seleccionado {
    color: #fff;
	background: url(menu.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}
	
	/* PESTAŅAS TUNNINGS OFICINAS*/
	#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#wrapper { border: 1px dotted gray; margin: 1em; padding: 1em; }
		
		#panes {
			text-align: justify;
			border-style: none;
			/*width: 245px;*/
			margin: 0 1em 0 1em;
		}
		
		#panes p {
		  width: 600px;
		  margin: 0 auto 1em auto;
		  line-height: 1.2em;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		/*FIN PESTAŅAS TUNNING*/
