
/****************************************************************************
 ***   Realizamos el reset de la hoja de estilos                          ***
 ***************************************************************************/

* {
	text-indent: 0px;
	margin: 0px;
	text-align: justify;
	padding: 0px;
}

html, body, div, span, applet, object, iframe, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center,
dl, dt,dd,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0 ;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}

div#sector label , div#producto label {
display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        width: 90px;
}

label {
margin-left: 5px;
}


body {
	line-height: 1.2;
	background: #FFF;
	font-family: Verdana;
	font-size:12px;
}

a {
	color: #21ab3d;
}

p {
	padding: 4px 0 0 0;
}

ol , ul , li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing:  0;
}

.clearer {
	clear: both;
}

/****************************************************************************
 ***   Fin del reset de la hoja de estilos                                ***
 ***************************************************************************/

/****************************************************************************
 ***   Definicion de estilos predefinidos                                 ***
 ***************************************************************************/
h1 {
	font-size: 16px;
	color: #21ab3d;
	width: 100%;
	border-bottom: solid 5px #21ab3d;
}
h2 {
	font-size: 10pt;
	color: #21ab3c;
	/*width: 600px;*/
}
h3 {
	font-size: 10pt;
	color: #21ab3d;
}
h4 {
	font-size: 10pt;
	color: #000;
}

/***************************** Negritas ************************************/

strong, b { color: #000; }

strong.rojo, b.rojo {
	color:#990000;
}

strong.verde {
	color: #21ab3d;
}

strong.subrayado, b.subrayado {
	font-weight: normal;
	text-decoration: underline;
}

/****************************************************************************
 *** Cabecera                                                             ***
 ***************************************************************************/

#header {
	background: url(/lonjaextremadura/live/images/cabecera_diff.jpg) no-repeat;
	width: 824px;
	height: 130px;
	margin: auto;
}
.logo { /* Logo de la lonja */
	position: absolute;
	top: 93px;
}

#link-logo {
	width:185px; 
	height: 115px;
	position: absolute;
	z-index:10;
}

#link-logo a {
	display:block;
	position: absolute;
	text-indent:-9999px;
	height:38px; 
	width: 160px; 
	top: 78px; 
	left: 14px;
}

#search a#rss{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	margin-top: 10px;
}
#search { /* Campo de búsqueda */
	float: right;
	margin-right: 15px;
	margin-top: -10px;
}
#search input.campoTop {
	border: solid 1px #21ab3c;
	color:#21703c;
	font-family: Verdana;
	font-size: 10px;
	margin-right: 5px;
	width: 100px;
}
#search input.buscarTop {
	background-color: #21ab3c;
	color: #000;
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px #FFF;
}

/***********************************************************************************
 * Bloque de enlaces y contenido                                                   *
 **********************************************************************************/

#bq-en-con {
 	margin: auto;
	width: 824px;
}

/************************************************************************************
 *** Idiomas									  ***
 ***********************************************************************************/

#idiomas {
	position:absolute;
	margin-top: 5px;
	z-index:80;
}

#idiomas img {
	padding: 0px 5px;
}

/************************************************************************************
 *** Información de cabecera                                                      ***
 ***********************************************************************************/

#lateral {
	padding: 5px 10px;
	margin: 0px;
	font-family: Verdana,Arial;
}
#lateral ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#lateral ul li {
	text-align: right;
	margin-bottom: 3px;
	padding: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}

#lateral ul li strong {
	font-size: 12px;
}

/************************************************************************************
 *** Linea de breadcrumb                                                          ***
 ***********************************************************************************/
#breadcrumb {
	line-height: 16px;
	vertical-align: middle;
	position: absolute;
	width: 824px;
	text-align: right;
	z-index: 40;
}
#breadcrumb span, #breadcrumb a{
	font-family: Arial;
	color: #21ab3c;
	text-decoration: none;
	font-size: 12px;
}
/*************************************************************************************
 ***  Contenido                                                                    ***
 ************************************************************************************/

div.contenido {
	
	float: left;
	position: relative;
	margin: 0px 0px 0px 20px;
}

/************************************************************************************
 ***   Menu horizontal                                                            ***
 ***********************************************************************************/
#menu { /*Configuracion de la capa*/
	width: 150px;
	position: relative;
	float:left;
	margin-top: 24px;
	font-family: default;
}
#menu ul#primary-navigation { /*Configuracion de la lista principal*/
	width: 150px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #21ab3c;
}
#menu li { /*Configuracion de los items*/
	display:block;
	text-align: left;
	padding: 3px 0px;
}
#menu li a { /*Configuracion de los enlaces*/
	text-decoration: none;
	color: #555;
	font-size: 13px;
}

#menu li:hover { /*Configuracion de los hover*/
	background-color:#bde6c5;
}

#menu li.active a{ /*Configuracion del item activo*/
	font-weight: bold;
	color: #21ab3c;
}

#menu li.active a:hover { /*Configuracion del hover del item activo*/
	color: #21ab3c;
}

/* niveles posteriores */
#menu ul ul {
	padding: 0px 0px 0px 10px;
	width: 90%;
}
#menu ul ul a {
	font-size: 11px;
}

/* Logo del SOMA */
div.soma {
	border-top: dotted 1px #21ab3c;
	padding-top: 10px;
	width: 150px;
	height: 100px;
	margin: 10px 0px 0px 1px;
	color: #555;
	line-height: 40px;
	vertical-align: middle;
}

div.soma img {
	padding: 0px 3px;
	border: none;
}
	
/**************************************************************************************
 ***    Formularios 
 *************************************************************************************/

#forms {
        line-height: 1.8;
        width: 648px;
        font-size: 11px;
        font-family: Arial;
        position: relative;
        z-index: 20;
        margin-top: 24px;
}


/**************************************************************************************
 *** Definicion de listas para la zona de contenido                                 ***
 *************************************************************************************/

div#body ol,div#body ul {
	list-style: none;
}

div#body li {
	padding-left:20px;
	padding-right:20px;
	text-indent: 15px;
	list-style: none;
}

/**************************************************************************************
 *** Estilos para el footer                                                         ***
 *************************************************************************************/
#footer {
	float: left;
	height: 40px;
	margin-top: 20px;
	width: 100%;
}

#pie {
	width: 824px;
	padding: 5px;
	font-size: 9px;
	color: #888;
	border-top: 2px solid #21ab3c;
	font-family: Arial;
	margin: auto;
	text-align: center;	
}

/*************************************************************************************
 *** Estillos para plantillas de contenido
 *************************************************************************************/

#body, #mapa {
	width: 648px;
	font-size: 12px;
	font-family: Arial;
	position: relative;
	z-index: 20;
	margin-top: 24px;
}
h1{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
 	color: #21a93d;
	border-style:none;
}
h1.fondo-verde2 {      /* Fondo verde letra blanca */
	width: 640px;
	background-color: #21ab3c;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	font-size: 20px;
}

h1.fondo-verde {
 	width: 490px;
        background-color: #21ab3c;
        color: white;
        margin: 0px 0px 0px 0px;
        padding: 0px 5px;
        font-size: 20px;
	
}



h1.verdeh1 {         /* Fondo gris letra verde */
	width:640px;
	font-weight: normal;
	border-style:none;
	margin: 0px 0px;
	padding: 0px 5px;
	color: #21ab3c;
	font-size: 19px;
	background-color: #e0dedf;
	text-transform:uppercase;
}
h2.verdeh2 {        /* Fondo gris letra verde */
	float:left;
	width:640px;
	height: 18px;
	font-weight: normal;
	margin: 7px 0px 10px 0px;
	padding: 0px 5px;
	color: #21ab3c;
	font-size: 14px;
	background-color: #e0dedf;
	text-transform:uppercase;
}




h2.letra-verde {    /* Letra verde con fondo blanco */
	float: left;
	width:100px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 800;
	color: #21ab3c;
	background-color: white;
	font-size: 14px;
}

h2.marron{
	margin-top: 5px;
	font-size: 16px;
	color: #61380b;
}


div.titulo-pal {
 	float:left;
	margin: 20px 0px 0px -60px;
	padding: 0px 0px;
}

#mapa ul {
	padding-left: 10px;
}

#mapa h2 a {
	color: #000;
}

/***************************************
 *  Plantilla con                    ***
 *  imagen izquierda y texto derecha ***
 ***************************************/

div.imagen-p1 {
	float: left;
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #21ab3c;
	padding-right: 10px;
}
div.imagen-p1 p {
	margin: 0px;
	padding: 0px;
}
div.texto-p1 {
	float: left;
	padding: 0px 10px; 
	margin: 5px 0px;
	width: 355px;
}
p.let-verde-pq {
	color: #21ab3c;
	font-size: 10px;
	font-weight: 800;
	margin-bottom: 5px;
}
/***************************************
 *  Plantilla con                    ***
 *  Columnas a derecha e izquierda    **
 *  con una imagen derecha cada una   **
 ***************************************/
div.texto-izq {
	float: left;
	padding: 0px 10px;
	width: 302px;
}

div.imagen-izq {
	float: right;
	width: 150px;
	margin: 5px 5px 0px 5px;
}

/***************************************
 *  Plantilla con                    ***
 *  3 columnas de texto y lineas de  ***
 *  detalle                          ***
 ***************************************/
div.texto {
 	float: left;
	padding: 0px 2px;
	margin: 10px 3px 10px 4px;
	width: 205px;
	background: #e0dedf;
}
table.tb {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000000;
	width: 630px;
	height: 110px;
}
.tb th.celda-pq{
	float: left;
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 45px;
	color: #21ab3c;
	background-color: #e0dedf;
	font-size: 9px;
	height: 25px;
	border: solid 2px white;
	vertical-align: middle;
}
.tb th.celda-gr{
	float: left;
	width: 350px;
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #21ab3c;
	background-color: #e0dedf;
	font-size: 9px;
	height: 25px;
	border: solid 2px white;
	vertical-align: middle;
}
.tb tr {
	float: left;
	width: 648px;
}
.tb td.celda-pq {
	float: left;
	width: 45px;
	height: 20px;
	color: #000000;
	font-size: 9px;
	background: #e0dedf;
	border: solid 2px white;
	vertical-align: middle;
}
.tb td.celda-gr {
	float: left;
	width: 350px;
	height: 20px;
	color: #000000;
	font-size: 9px;
	background: #e0dedf;
	vertical-align: middle;
	border: solid 2px white;
}
.tb th.negro {
	color: black;
}
 /*************************************
  * ** Dos columnas y fondo Lonja  ****
  * ***********************************/

div.contenido-p2 {
	float: left;
	background: url(/lonjaextremadura/live/images/lonja_de_fondo.gif) no-repeat;
	background-position: 220px -13px;
	width: 600px;
	height: 395px;
	margin: 3px 0px;
	padding: 0px 0px;
}
div.texto-p2 {
 	float:left;
	padding: 0px 0px;
	margin: 0px 0px;
	background: white;
}
table.texto {
	float: left;
	margin: -350px 15px 0px 0px;
	padding: 0px 0px;
	width: 500px;
	border-top:solid 4px #e0dedf;
	border-left:solid 4px #e0dedf;
	border-right:solid 4px #e0dedf;
	background-color: white;
}

.texto tr.texto {
	margin: 0px;
	border-bottom:solid 4px #e0dedf;
}
.texto td.celda {
	margin: 0px 10px;
	padding: 3px 5px;
	width: 240px;
        vertical-align: top;
}
p.descarga-doc {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 35px;
	height: 58px;
	background: url(/lonjaextremadura/live/images/descargar.gif) no-repeat;
}
p.linea {
	float:left;
	color: #21ab3c;
	font-size: 14px;
}
/****************************************************
 *** Lineas de detalle                            ***
 ***************************************************/

table.linea-detalle {
	float:left;
 	background: #e0dedf;
	margin: 10px 0px 0px 0px;
	height: 25px;
	width: 648px;
}
.linea-detalle td {
	padding: 0px 0px;
	height: 33px;
	vertical-align: middle;
}
.linea-detalle td.let-verde-gr {
	color: #21ab3c;
	font-size: 12px;
}
.linea-detalle td.let-verde-pq {
	color: #21ab3c;
	font-size: 9px;
}
.linea-detalle td.linea-texto {
	color: black;
}
.linea-detalle td.im-linea {
	background: url(/lonjaextremadura/live/images/flecha-der.gif) no-repeat;
	background-position: top;
	width: 40px;
}
.linea-detalle td.espacio {
	color: black;
}
/***************************************************
 * 3 columnas bordeadas con fotografia fondo     ***
 **************************************************/

div.principal {
	position:relative;
	z-index: 10;
	margin: 0px 0px -150px 0px;
}

div.cuadro-contenido {
	z-index: 2;
	float: left;
	width: 550px;
	margin: 0px;
}
h1.titulo {
	margin: 0px;
	padding: 0px;
	color: #21ab3c;
	font-size: 18px;
	border: none;
	width: 40%;
	
}
table.parrafo {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px;
	width: 650px;
	border-top:solid 4px #e0dedf;
	border-bottom:solid 4px #e0dedf;
}
.parrafo tr.texto {
	border-bottom:solid 4px #e0dedf;
}
.parrafo tr.pie {
	margin: 0px 4px;
	height: 30px;
	font-size:11px;
	color: #21ab3c;
	border-left: solid 4px #e0dedf;
	border-right: solid 4px #e0dedf;
}
.parrafo td.celda {
	margin: 0px 3px;
	padding: 10px 5px;
	width: 140px;
	border-left: solid 4px #e0dedf;
	border-right: solid 4px #e0dedf;
}

p.pie {
	background: url(/lonjaextremadura/live/images/logo-pie.gif) no-repeat;
	margin: 10px 0px 0px 0px;
	width: 550px;
	height: 40px;
}

/************ FORMULARIOS *************/

.nombre {
        width: 180px;
	font-size:12px;
}

.campoNum {
        width: 70px;
	font-size:12px;
}

.domi{
	font-size:12px;
}

.pago{
	font-size:12px;
}

.ccentrado {
        text-align: center;
}

.labelAuto {
	width: 250px;
}

.datosPrivacidad {
	border-bottom:solid 3px #e0dedf;
	border-top:solid 3px #e0dedf;
        border-left:solid 3px #e0dedf;
        border-right:solid 3px #e0dedf;
}

/*********** ESTILOS DE LENYA *************/
table.support td { /* Tabla por defecto */
	padding: 3px;
}

/********************************************************
**	ESTILOS PARA LA APLICACIÓN DE COTIZACIONES     **
********************************************************/

.error {
	color: #FF0000;
	font-weight: bold;
}

#login {
	border: solid 1px #21ab3c;
	text-align: center;
	padding: 0px 0px 15px 150px;	
}

#user-data {
	float: right;
	color: #21ab3c;
	margin-top: -35px;
	margin-right: 5px;
}

#user-data a {
	border-left: solid 1px #21ab3c;
	text-decoration: none;
	padding-left: 10px;
}

ul#tabs {
	border-bottom: solid 1px #21ab3c;
	margin-bottom: 5px;
	list-style:none;
	height: 24px;
	background-color: #EDF7E7;
}

ul#tabs li {
	display: inline;
	background-color: #E0F0E0;
	line-height: 24px;
	margin: 0;
	padding: 5px 0px; 
	border: solid 1px #21ab3c;
}

ul#tabs li a {
	text-decoration: none;
      	margin:0;
	padding: 0;
}

ul#tabs li a span {
	font-size: 12px;
	color: #000;
      	margin:0;
	padding: 0;
}

ul#tabs li a:hover span {
	color: #21ab3c;
}

#cotizapp {
	width: 824px;
	font-size: 11px;
	font-family: Arial;
	position: relative;
	z-index: 20;
	margin: 24px 0px 0px -18px;
}

#cotizapp a {
	color: #000;
}

#cotizapp a:hover {
	color: #21ab3c;
}

#cotizapp #login label {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        width: 100px; /*Width of labels */
}

div#cotizapp ol,div#cotizapp ul {
	list-style: none;
}

div#cotizapp li {
	padding-left:20px;
	padding-right:20px;
	text-indent: 15px;
	list-style: none;
}

#cotizapp table {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000000;
	width: 100%;
}

#cotizapp th{
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 4px;
	color: #21ab3c;
	background-color: #e0dedf;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	border: solid 2px white;
	vertical-align: middle;
}

#cotizapp td {
	height: 20px;
	color: #000000;
	padding: 0px 4px;
	font-size: 10px;
	background: #e0dedf;
	border: solid 2px white;
	vertical-align: middle;
}

.form-fecha, #prods {
	margin: 5px 0px;
	padding-left: 20px;
	border: solid 1px #21ab3c;	
}

.form-fecha p, #prods p {
	padding: 5px 0px;
}

.form-fecha input, #prods input, #prods select, #login input{
	height: 14px;
	font-size: 11px;
	vertical-align: middle;
}

.form-fecha input.submit, #prods select, #prods input.submit, #login input.submit {
	height: 18px;
}

#graph {
	text-align: center;
	width: 800px;
	height: 500px;
	margin: 0;
	padding: 0;
}

/***********************************************************
* Estilos para la sección del formulario SOMA
************************************************************/

#datos{
margin: 0;
padding: 0;
}

#formulario{
margin-top: 15px;
margin-bottom: 15px;
padding:0;
width:50%;
float:left;
border: 2px solid #e0dedf;

}

#formulario h1  {
	margin-left: 5px;
}

#formulario input, #formulario textarea, #formulario input[type=button] {
 font-size: 12px;
}

#formulario input[type=button]{
	margin-bottom: 5px;
}

#formulario select {
	font-size: 11px;
}

#formulario textarea{
	width: 250px; 
	margin-left:5px;
	margin-right:150px;
}
#muestra_operaciones {
	margin-top: 17px;
	width: 45%;
	margin-right:0;
	padding:0;
	float:right;
}

#muestra_operaciones table{
	margin-bottom: 25px;
	font-family: Arial;
	text-align: left;
}
#muestra_operaciones table td {
background-color: white;
font-size:11px;
line-height: 1.2;
}
#muestra_operaciones input[type=button]{
        font-size: 11px;
}

#muestra_operaciones input[type=checkbox]{
	margin-top: 9px;
}

#aniadir_operacion {
	margin-top: 10px;
	margin-bottom: 10px;

}
#aniadir_operacion input, #aniadir_operacion input[type=button] {
	font-size:12px;
}

#aniadir_operacion input[type=button]{
	margin-bottom: 0px;
	margin-left: 10px;
}


#encabezado{
margin-left:5px;
}


#caracteristicas {
	margin-bottom: 35px;
	width: 90%;
	font-size:12px;
}

#caracteristicas input{
	font-size: 12px;
}
#caracteristicas select{
	font-size:11px;
}
#caracteristicas table td{
	background-color: white;
}

/* Clase genérica para botón */

.boton {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left: 5px;
}

.socio{
	font-size: 11px;
}

.favoritas{	
	font-weight:bold;
}

.botonBorrar{
	padding:0;
	margin-left:230px;
}

.borrado{
	padding:0;
	margin-top: 10px;
}

p.derecha {
	width: 100%;
	text-align: right;
}
