<!-- Estilo para las tablas de menus -->
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 006691;
	CURSOR: hand;
}

<!-- Estilos de texto -->
.tituloseccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0033;
  font-weight: bold;
}


<!-- Estilo para los links a areas de la web (los que aparecen en el banner sup (carpingest, trangest, clientes, ...) -->
.enlacearea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
 	font-weight: normal; 
	color: ffffff;
}
a.enlacearea:link{
    font-size: 12px;
		COLOR: #ffffff;
		text-decoration:none;
}
a.enlacearea:visited{
    font-size: 12px;
		COLOR: #ffffff;
   	text-decoration:none;
}
a.enlacearea:active{
    font-size: 12px;
		COLOR: #cc0033;
		text-decoration:none;
}
a.enlacearea:hover{
    font-size: 12px;
  	color: #aaaaaa;
		text-decoration:none;
}


<!-- Estilo para formularios: botones, etc... (ESTILO GRIS) -->
.boton {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	font-weight: bold; 
	color: #ffffff;	
	text-decoration: none; 
	background-color: #707070; 
	border: 1px #FFFFFF solid;
	vertical-align:middle;
}

.CampoEdit {
	border:0;
	background:#d0d0d0;
	color:#000000;
	font-size:11px;
	height:1.33em;
	vertical-align:middle;
	padding-left:.1em;
}

.CampoTextArea {
	border:0;
	background:#d0d0d0;
	color:#000000;
	font-size:11px;
	vertical-align:middle;
	padding-left:.1em;
}

.CampoCombo {
	border:0;
	background:#d0d0d0;
	color:#000000;
	font-size:11px;
	height:1.33em;
	vertical-align:middle;
	padding-left:.1em;
}

<!-- Estilo para formularios: botones, etc... (ESTILO AZUL) -->
.botonAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none; 
	height: 1.80em;
	background-color: #ff8c00; 
	border: 1px #6495ed solid;
	vertical-align:middle;
}
.CampoEditAzul {
	border:1px #6495ed solid;
	background:#fdfdfd;
	color:#0a0a0a;
	font-size:11px;
	height:1.80em;
	vertical-align:middle;
	padding-left:.1em;
}
.CampoTextAreaAzul {
	border:1px #6495ed solid;
	background:#fdfdfd;
	color:#0a0a0a;
	font-size:11px;
	vertical-align:middle;
	padding-left:.1em;
}
.CampoComboAzul {
	border:1px solid  #6495ed;
	background:#fdfdfd;
	color:#0a0a0a;
	font-size:11px;
	height:1.80em;
	vertical-align:middle;
	padding-left:.1em;
}

<!-- Estilos para bordes -->
.bordepunteado {
	border: 1px dotted #ccccaa;
}

<!-- Estilo para opciones expandir/contraer (con + y -) -->
.masmenos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 006691;
	CURSOR: hand;
}

<!-- Estilo para las pestaņas tabs -->
.tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	<!--color: 006691;-->
	<!--background-color: #99cccc;-->
 	background-color: #ffffff;
	CURSOR: hand;
}

.tabs1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	CURSOR: hand;
}

<!-- Estilos por defecto de todo el documento -->
body {font-family:verdana,arial,helvetica; font-size:10pt; font-weight:normal; color: #555555}
table {font-family:verdana,arial,helvetica; font-size:10pt; font-weight:normal;}
a {font-family:verdana,arial,helvetica; font-size:10pt; font-weight:normal; text-decoration: none; color: #3300ff}
a:hover {font-family:verdana,arial,helvetica; font-size:10pt; font-weight:normal; text-decoration: none; color: #660000}


