/* CSS Document */
body {
	margin:0 0 0 0;
	font-family:Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-color: White;
	color: #009900;
}

select, textarea {
	border:White 1px solid;
	font-size:12px;
	font-weight:normal;
}

legend {
	color: Gray;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 0.6em;
}

fieldset {
	border: 2px none;
	padding: 0em;
}

tr {
	font-size:10px;
	font-weight:bold;
}

.cajas {
	border:White 1px solid;
	font-size:12px;
	font-weight:normal;
}

.cabecera {
}

.texto {
	font-size:12px;
	background-color:#c0c0c0;
	color:#FFFFFF;
	padding: 0.2em;
	letter-spacing: 2px;
	text-indent: 3px;
} 

.texto2 {
	font-size:12px;
	background-color: #E0E0E0;
	color: #686868;
	padding: 0.2em;
/*	letter-spacing: 2px;
	text-indent: 3px; */
} 

.par {
	font-size: 14px;
	background-color:#cbcbcb;
	color:#000000;
	padding:0.3em;
} 

.impar {
	font-size: 14px;
	background-color:#dbdbdb;
	color:#000000;
	padding:0.3em;
}

.detalle {
	background-color: #FFFFAE;
}

.errorDetalles {
	/*font-size: 80%;*/
	color: Black;
}

.errorPrincipal {
	/*font-size: 80%;*/
	font-style: italic;
	color: Red;
}

#topHeader {
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	text-align: center;
}

.new2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #006600;
}
.new2black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #660066;
}
.new2naveg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	background-image: url(images/imgmenu.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 145px;
	height: 45px;
	padding: 0.3em 0.5em 1em 0.5em;
	text-align: center;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}
a.kmenu:link, a.kmenu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

a.kmenu:hover, a.kmenu:focus, a.kmenu:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}  

/* Menu Clientes */

#ajax-loading {
	background-image:url(images/spinner.gif);
	background-position:center;
	background-repeat:no-repeat;
}

ul#navcli
{
	 text-align: left;
    margin: 0;
    padding: 5px 10px;
    list-style-type: none;
	 line-height: 20px;
}

/* NUEVO AŅADIDOS 10/2/2008 */
/* Fondo de aceptar condiciones */
.botonera_cond {
	font-size: 14px;
	background-color:#FFFFFF;
	color:#000000;
	padding:0.3em;
}

/* Fondo del texto de la ventana de condiciones generales */
.condiciones {
	font-size: 14px;
	color:#000000;
	padding:0.3em;
}

/* opciones de nueva seleccion de grupos */
.opcion1 {
	background-color:#ffffff;
	color:#000000;
	padding:0.3em;
}

.opcion2 {
	font-size: 14px;
	background-color:#cbcbcb;
	color:#000000;
	padding:0.3em;
}

.opcion3 {
	font-size: 14px;
	background-color:#dbdbdb;
	color:#000000;
	padding:0.3em;
}