/* CSS Document */


/* clases HTML*/
*,html{
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat;
	background-color:#02a0c6;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	background-position: left;
}


img {
	border:0px;
	margin:0px;
	padding:0px,
}

p{
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 15px;
}

a{
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
}

h1{
	font-size:1.4em;
	color:#FFFFFF;
	padding-top:31px;
	padding-left:35px;
	padding-bottom:25px;
}

h2{
	font-size:1.2em;
	color:#FFFFFF;
	text-align:right;
	margin-top:3px;
	margin-right:20px;
}

h3{
	font-size:1.1em;
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	width:100%;
	padding-bottom:6px;
	float:left;	
	margin-bottom:30px;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#02a0c6;
	float:left;
	margin-bottom:5px;
}

h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

input,textarea,select {
	width:63px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	margin-right:5px;
	float:right;
	display:inline;
	font-size:10px;
	color:#333333;
	border: 1px solid #5a4736;
}


/* clases propias*/


.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

.floatright {
	float:right;
	margin: 0px;
	padding: 0px;
}

.salto {
	clear: both;
	margin: 0px;
	padding: 0px;	
}

.azul_bold{
	color:#02a0c6;
	font-weight:bold;
}

.clientes{
	font-size:1.3em;
	color:#5a4736;
	font-weight:bold;
	margin-bottom:2px;
	clear:both;
}

.clientes2{
	margin-top:0px;
	font-size:1.9em;
	color:#5a4736;
	font-weight:bold;
}



.enviar{
	width:65px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	margin-right:15px;
	float:right;
	border:none;
	background-color:#faa00b;
	font-size:10px;
	color:#ffffff;
}

.datos a{
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	margin-right:15px;
	float:right;
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#02a0c6;
	font-size:10px;
	color:#FFFFFF;
}

.datos a:hover{
	text-decoration:none;
}
.azul{
	color:#02a0c6;
}

.pedido{
	width:200px; 
	margin-right:0px;
	border:#333333 1px solid;
	background-color:#e9e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
}

.pedidos{
	width:72px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	float:right;
	border:#000000 1px solid;
	background-color:#02a0c6;
	font-size:10px;
	color:#ffffff;
}

.pro_nombre {
	width: 150px;
	padding-right: 10px;
	text-align: right;
	display: inline;
	position: absolute;
	right: 0px;
}

.invisible {
	display: none;
}

.formulario {
	margin-left: 97px;
	width: 245px;
}

.linea_form {
	float: left;
	clear: both;
	display: inline;
	padding: 3px;
}

span.error {
	color: #02a0c6;
	font-weight: 900;
}

/* id's*/


#raya{
	width:100%;
	height:3px;
	background-color:#000000;
	float:left;
	margin:0px;
	padding:0px;
	font-size:1px;
}

#logo{
	width:805px;
	height:134px;
	float:left;
	background-image:url(../images/fondo_logo.jpg);
	background-repeat:no-repeat;
}

#idiomas ul{
	margin-top:5px;
	width:805px;
}

#idiomas ul li{
	float:right;
	display:inline;
	list-style-image: none;
	list-style-type: none;
	margin-left:10px;
}

#idiomas ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: bold;	
}

#idiomas ul li a:hover{
	color:#000000;
}

#menu{
	float:left;
	margin-top:93px;
	margin-left:15px;
	display:inline;
}

#menu ul li{
	display:inline;
	list-style-image: none;
	list-style-type: none;
	height:20px;
}

#menu ul li a{
	font-size:1.2em;
	text-decoration:none;
	color:#000000;
	float:left;
	margin-right: 20px;
	height:15px;
}

#menu ul li a:hover{
	padding-bottom:1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#pedido a{
	float:right;
	width:91px;
	height:90px;
	background-image:url(../images/pedido.jpg);
	background-repeat:no-repeat;
	margin-right:45px;
	margin-top:13px;
	display:inline;
}

#pedido a:hover{
	background-image:url(../images/pedido.jpg);
	background-position:0 -91px;
	background-repeat:no-repeat;
	display:inline;
}

#fondo_contenedor{
	width:100%;
	background-image:url(../images/fondo_contenedor.gif);
	background-repeat:repeat-x;
	background-color:#e9e8e8;
	float:left;
}

#contenedor{
	width:805px;
	float:left;
}

#contenido{
	background-image:url(../images/fondo_contenido.jpg);
	background-repeat:no-repeat;
	background-color:#e9e8e8;
	float:left;
	margin-bottom:30px;
	width:604px;
}

#menu_lateral{
	background-image:url(../images/fondo_lateral1.jpg);
	background-repeat:no-repeat;
	width:201px;
	float:right;

}

#texto_presentacion{
	background-image:url(../images/fondo_presentacion.jpg);
	float:left;
	padding-top:80px;
	padding-bottom:0px;
	background-repeat:no-repeat;
	width:410px;
}

#texto_presentacion p{
	width:245px;
	margin-left:97px;
	text-align:justify;
}

#fin_presentacion{
	background-image:url(../images/fondo_presentacion2.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	float:left;
	width:416px;
	height:154px;
}

#texto_formulario{
	background-image:url(../images/fondo_presentacion.jpg);
	padding-top:80px;
	padding-bottom:0px;
	background-repeat:no-repeat;
	width:410px;
	margin-left: 60px;
	clear: none;
	}

#texto_formulario p{
	width:245px;
	margin-left:0px;
	text-align:justify;
}

#texto_formulario label, #texto_formulario input, #texto_formulario textarea {
	width: 180px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	float: left;
	display: block;
	font-size: 11px;
}

#fin_presentacion_form{
	background-image:url(../images/fondo_presentacion2.jpg);
	background-repeat:no-repeat;
	margin-left: 60px !important; 
	margin-left: 30px;
	padding:0px;
	float:left;
	clear: both;
	width:416px;
	height:154px;
}

#menu_presentacion{
	float:right;
	width:188px;
	margin-top:50px;
}


#menu_presentacion ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #747474;
	margin-top:10px;
	list-style-image: none;
	list-style-type: none;
	background-image:url(../images/menu_presentacion.gif);
	background-repeat:no-repeat;
}

#menu_presentacion ul li a{
	padding-bottom:10px;
	display:list-item;
	padding-left:35px;
	color:#333333;
	font-size:1.2em;
	text-decoration:none;
}

#menu_presentacion ul li:hover{
	background-image:url(../images/menu_selec_presentacion.gif);
	background-repeat:no-repeat;
	color:#02a0c6;
}

#menu_presentacion ul li a:hover{
	color:#02a0c6;
}

#clientes{
	margin-top:117px;
	width:106px;
	float:right;

}

#descargas{
	width:201px;
	padding-top:22px;
	padding-bottom:0px;
	float:right;
	background-image:url(../images/descargas.jpg);
	background-repeat:no-repeat;
	height:136px;
}

#form_clientes{
	float:left;
	width:170px;
	margin:0px;
	margin-left:30px;
	display:inline;
}

#form_clientes{
	font-size:11px;
}

#marcas{
	float:right;
	width:145px;
	margin-top: 30px;
	text-align:right;
	margin-right:20px;
	display:inline;
}

#marcas ul li{
	margin-bottom:8px;
	list-style-image: none;
	list-style-type: none;
	display:block;
}

#fondo_pie{
	width:100%;
	float:left;
	background-image:url(../images/fondo_pie.gif);
	background-repeat:repeat-x;
}

#pie{
	background-image:url(../images/pie.jpg);
	background-repeat:no-repeat;
	float:left;
	width:805px;
	padding-top:30px;
	margin-left:20px;
}

#pie p{
	color:#000000;
	float:left;
}

#pie ul{
	float:right;
	margin-right:40px;
	display:inline;
}

#pie ul li{
	list-style-image: none;
	list-style-type: none;
	margin-left:30px;	
	display:inline;
}

#pie a:hover{
	color:#FFFFFF;
}

#espacio{
	float:left;
	height:40px;
	width:600px;
}

#menu_marcas{
	width:577px;
	float:left;
	display:inline;
	margin-left:27px;
	height:22px;
	background-image:url(../images/menu2.gif);
	background-repeat:no-repeat;
}

#menu_marcas p{
	padding-left:20px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	float:right;
	text-decoration:none;
	margin-right:20px;
}

#menu_marcas ul{
	margin-top:4px;
	float:right;
}

#menu_marcas ul li{
	display:inline;
	float:right;
	
	list-style-image: none;
	margin-left:20px;
	margin-right:20px;
	list-style-type: none;	
}

#menu_marcas ul li a{
	background-image:url(../images/flecha.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#menu_marcas ul li a:hover{
	background-image:url(../images/flecha_selec.gif);
	color:#000000;
}

#mano2{
	width:197px;
	background-image:url(../images/ver_2mano.jpg);
	background-repeat:no-repeat;
	height:50px;
	float:left;
	margin-left:18px;
	display:inline;
	padding-top:17px;

}

#mano2 p{
	margin-bottom:0px;
	margin-right:20px;
	text-align:right;
	color:#333333;
	font-size:1.1em;	
}

#tipos{
	background-image:url(../images/fondo_tipos.jpg);
	background-repeat:no-repeat;
	float:left;
	height:65px;
	width:354px;
	padding-top:16px;
	padding-left:30px;
	padding-right:5px;
}

#productos{
	width:580px;
	float:right;
	margin-bottom:10px;
}

#producto{
	width:257px;
	display:inline;
	float:left;
	margin-right:10px;
	position: relative;
	padding-left:19px;
}

#producto a{	
	padding-top:8px;
	background-image:url(../images/fono_producto.jpg);
	width:246px;
	padding-top:18px;
	padding-right:10px;
	height:70px;
	float:right;
	text-align:right;
	background-position:top;
}

#producto a:hover{
	background-image:url(../images/fono_producto.jpg);
	background-position:bottom;
}

#catalogo{
	width:188px;
	background-image:url(../images/ver_catalogo.jpg);
	background-repeat:no-repeat;
	height:50px;
	float:left;
	margin-left:27px;
	display:inline;
	padding-top:17px;

}

#catalogo p{
	margin-bottom:0px;
	margin-right:20px;
	text-align:right;
	color:#333333;
	font-size:1.1em;	
}

#menu_clientes{
	margin:auto auto;
	width:350px;
	margin-top:20px;
}

#menu_clientes ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #747474;
	margin-top:10px;
	list-style-image: none;
	list-style-type: none;
	background-image:url(../images/menu_presentacion.gif);
	background-repeat:no-repeat;
}

#menu_clientes ul li a{
	padding-bottom:10px;
	display:list-item;
	padding-left:35px;
	color:#333333;
	font-size:1.2em;
	text-decoration:none;
}

#menu_clientes ul li:hover{
	background-image:url(../images/menu_selec_presentacion.gif);
	background-repeat:no-repeat;
	color:#02a0c6;
}

#menu_clientes ul li a:hover{
	color:#02a0c6;
}


#pedidos{
	margin:auto auto;
	width: 330px;
	margin-top:20px;
}

#pedidos ul {
	float:left;
	margin-bottom:30px;
}

#pedidos ul li{
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	background-image:url(../images/menu_presentacion.gif);
	background-repeat:no-repeat;
	display:block;
	margin-bottom:5px;
}

#pedidos label{
	float:left;
}

#imagen_producto{
	background-image:url(../images/fondo_producto.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:401px;
	float:left;
	display:inline;
	margin-left:27px;
	padding-top:40px;
	padding-left:28px;
}

#imagen_producto a{
	float:left;
	margin-top:30px;
	font-weight:bold;
}

#imagen_producto a:hover{
	color:#02a0c6;
}

#enlace{
	float:left;
	display:inline;

}

#enlace a{
	float:left;
	margin-top:10px;
	font-weight:bold;
}

#enlace a:hover{
	color:#02a0c6;
}
#texto_producto{
	width:321px;
	float:left;
	background-image:url(../images/sombra_contenido.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left: 10px;
}

#texto_producto ul{
	float:left;
	width:321px;
}

#texto_producto ul li{
	list-style-image: none;
	list-style-type: none;	
}

#texto_producto p{	
	float:left;
}

#carrito a{
	width:104px;
	height:30px;
	float:left;
	background-image:url(../images/carrito.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	padding-top:15px;
	margin-top:33px;
	padding-left:24px;
	margin-left:2px;
}

#carrito a:hover{
	background-position: right bottom;
	color:#02a0c6;
}

#contactos{
	background-image:url(../images/fondo_contacto.jpg);
	background-repeat:no-repeat;
	width:535px;
	float:right;
	padding-top:41px;
	padding-left:42px;
}

#creditos ul{
	margin-left:110px;
	display:inline;
	margin-top:30px;
	width:450px;
	float:left;
}

#creditos ul li{
	background-image:url(../images/menu_presentacion.gif);
	background-repeat:no-repeat;
	display:block;
	margin-bottom:15px;
	float:left;
	padding-left:30px;
	background-position: left center;
}

#creditos ul li p{
	margin:0px;
}

#aviso_legal{
	width:370px;
	float:left;
	display:inline;
	margin-top:30px;
	margin-left:120px;
}

#aviso_legal ul li{
	list-style-image: none;
	list-style-type: none;
}
#aviso_legal ul li p{
	margin-bottom:9px;
}

#submit.enviar {
	width: 75px;
}

/* Estilos Gestor /////////////////////////////*/
.gs_body {
	background-color: #ffffff;
	background-image:none;
	font-size: 10px;
	text-align:left;
}

.gs_body table {
	margin: auto auto;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.gs_body div input{ 
	display: none; /* quitar lineas de campos ocultos en Firefox */
	}

.gs_body h1 {
	background:none;
	color: #666666;
}
	
.gs_body li {
	list-style: none;
	}

.gs_tabla_cabecera {
	background-color: #059BCD;
	color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	padding:2px;
	border:#999999 solid 1px;
}

.gs_tabla_datos {
	background: #FFFFFF;
	color: #666666;
	font-weight:bold;
	padding:4px;
	border:#999999 solid 1px;
	
	
}

.gs_link:link, .gs_link:visited {
	font-size:12px;
	text-decoration:none;
	color: #059BCD;
}

.gs_link:hover {
	text-decoration:underline;
}

.gs_select {
	width:150px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:4px;
	margin-right:10px;
	font-size:10px;
	color:#333333;
	border: 1px solid #999999;
	float: none;
	
}



select#order.gs_select{
	float: right;
	display: inline;
	}

.gs_input {
	font-size: 11px;
}

.gs_boton {
	background-color: #ece9d8;
	width:100px;
	float:left;
	margin-right:15px;
	margin-bottom:30px;
	font-size: 10px;
	color: #333333;
	border: 1px solid #5a4736;
	font-size: 0.9em;
	text-align: center;
	padding: 2px;
	}

.gs_invisible {
	display: none;
	}
	
.gs_radio {
	width: 30px;
	float: none;
	clear: both;
	display: inline;
	border: none;
}

/* hasta aquí Estilos Gestor */

#extranet{
	margin-left:30px;
	width:530px;
}

#contenido2 {
	margin-left:30px;
	width:530px;
	float:left;
	background-color: #FFFFFF;
	margin-right: 10px;
	text-align:left;
	height:auto;
}


table.celda_lista{
	border:none;
	width:90%;
	margin:auto;
}

td h1{
	color:#666666;
	font-weight:normal;
}

th.celda_lista{
	border:none;
	background-color:#fff;
	color:#666666;
	text-align:center;
}

td.celda_lista{
	text-align:center;
}


