body {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 1.4em;
}

.column-1, .column-3 {
	font-size: 11px;
	line-height: 1.4em;
}



/* Generales */

p {
	margin-top: 2em;
}

input, textarea {
	font-family: verdana, arial;
	font-size: 11px;
	border: 1px solid #AAA;
	padding: 2px;
}

ul.punto {
	list-style-image:url(../images/lista.gif);
	padding: 0px 0px 0px 20px;
}

.column-2 ul {
	list-style-image:url(../images/lista.gif);
	padding: 0px 0px 0px 20px;
}

.column-3 ul {
	list-style-image:url(../images/lista.gif);
	padding: 0px 0px 10px 20px;
}

ol {
	padding: 10px 0px 0px 30px;
}

ul.punto li {
	margin-bottom: 0.5em;
}

.column-2 li {
	margin-bottom: 0.5em;
}

p.separador {
	margin: 1.2em 0em 0em 0em;
	padding: 0px;
}

br.cleaner {
	clear:both;
	margin: 0px;
	padding: 0px;
}





/* Links */
a {
	color: #0A516A;
	text-decoration: none;
}

a.botLink {
	border: 1px solid #AAA;
	padding: 4px 5px 4px 5px;
	margin: 0px 10px 0px 0px;
	background-color:#EEE;
	font-weight: bold;
}

a.botLink:hover {
	background-color:#FFF;
}



/* Encabezados */
div#header_contactar {
	position: absolute;
	left: 625px;
	top: 45px;
}
div#header_cesta {
	position: absolute;
	left: 745px;
	top: 45px;
}
div#header_demo {
	position: absolute;
	left: 865px;
	top: 45px;
}

div#HeaderLinks a {
	color: white;
	font-weight: bold;
}

div#HeaderLinks a:hover {
	color: #AAA;
}

div#logoTop {
	position: absolute;
	left: 60px;
	top: 0px;
}



/* Menu left */

ul.menuLeft li {
	margin: 0px;
}

ul.menuLeft li.titApartadoMenu {
	font-weight: bold;
	margin-top: 0.9em;
	color: #333;
}

ul.menuLeft li.titPrimerApartadoMenu {
	font-weight: bold;
	margin-top: 0px;
	color: #333;
}

ul.menuLeft li a {
	display: block;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #BBB;
}

ul.menuLeft  li a:hover {
	background-color: #E4EEFF;
}




/* Cajas laterales */
div.cajaLateral {
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
  	background:url(images/line.gif) bottom repeat-x; 
}

div.titCajaLateral {
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.cajaLateral li {
	margin: 0px;
}

div.cajaLateral li a {
	display: block;
	padding: 4px 0px 4px 0px;
}

div.cajaLateral li a:hover {
	background-color: #E4EEFF;
}



/* Titulos y apartados */

.titPagina {
	color: #333;
	font-size: 1.5em;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

.titApartado {
	color: #333;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0px 20px 0px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}

.titApartadoIndex {
	color: #333;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}

div.rastro {
	font-size: 8pt;
	margin-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #EEE;
}

div.titApartadoMenu {
	margin-top: 1.2em;
	font-weight :bold;
}



/* Articulos en matriz */

div.caja {
	width: 155px;
	float:left;
	border-right: 1px dotted #DDD;
/* 	border-bottom: 1px solid #DDD; */
	padding: 10px;
	margin: 15px 0px 15px 0px;
}

div.caja div.titulo {
	height: 40px;
	font-weight: bold;
}

div.caja div.imagen {
	height: 50px;
	text-align:center;
}

div.caja div.precio {
	height: 20px;
}

div.caja div.texto {
	height: 90px;
	padding-top: 5px;
	line-height: 11pt;
}

div.caja div.textoLargo {
	height: 150px;
	padding-top: 5px;
	line-height: 11pt;
}

div.caja div.venta {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}




/* Articulos en matriz, caja grande */


div.cajaGrande {
	width: 250px;
	float:left;
	border-right: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 30px;
}

div.cajaGrande div.titulo {
	height: 40px;
	font-weight: bold;
}

div.cajaGrande div.imagen {
	height: 50px;
	text-align:center;
}

div.cajaGrande div.texto {
	height: 430px;
	padding-top: 5px;
	line-height: 11pt;
}








/* Articulos en listas */

div.titFamilia {
	border-bottom: 1px solid #DDD;
	margin: 15px 0px 30px 0px;
	font-weight: bold;
}

div.cajaLista {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 15px;
}

div.cajaLista div.titulo {
	clear:left;
	float:left;
	width: 120px;
	font-weight: bold;
}

div.cajaLista div.texto {
	float:left;
	width: 200px;
	line-height: 11pt;
}

div.cajaLista div.imagen {
	float:left;
	width: 50px;
	text-align:center;
}

div.cajaLista div.precio {
	text-align:right;
	float:left;
	width: 70px;
}

div.cajaLista div.venta {
	float:left;
	text-align: right;
	width: 100px;
	margin-left: 30px;
}



/* Articulos */

div.cabeceraArticulo  {
	position: relative;
}

div.cabeceraArticulo div.titulo {
	color: #333;
	font-size: 1.5em;
	width: 500px;
}

div.cabeceraArticulo div.texto {
	width: 500px;
	margin: 15px 0px 10px 0px;
}

div.cabeceraArticulo div.venta {
	margin: 15px 0px 30px 0px;
}

div.cabeceraArticulo div.icono {
	position: absolute;
	top: 5px;
	left: 585px;
}



/* Componentes de packs */

div.componente {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	line-height: 12px;
}

div.componente div.descripcion {
	float:left;
	clear:left;
	width: 100px;
	font-weight: bold;
}
div.componente div.icono {
	float:left;
	width: 30px;
	padding-top: 2px;
	text-align: center;
}
div.componente div.textocorto {
	float:left;
	width: 280px;
}
div.componente div.masInfo {
	float:left;
	margin-left: 10px;
}

div.componente div.descLarga {
	clear:left;
	width: 500px;
	padding-top: 10px;
	text-align: justify;
}


/* Capturas */

div#captura {
	border-width: 0px;
	padding: 0px;
	background-color: #333;
}

div#captura img {
}

div#captura div.texto {
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align: justify;
	line-height: 13px;
}

div#captura div.textoPie {
	color: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	text-align: center;
}



/* Documentos convertidos de odt */
span.negrita, span.Negrita {
	font-weight:bold;
}

span.cursiva, span.Cursiva {
	font-style:italic;
}

p.codigoFuente, p.CodigoFuente {
	background-color: #EEE;
	margin: 0px;
	padding-left: 10px;
	font-style: italic;
}

p.pieDeImagen, p.piedeimagen {
	font-style: italic;
	margin: 0px;
 	padding: 0px 0px 10px 0px;
}




/* Cesta */

div.lblCesta {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

div.lineaCesta {
	clear:left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.totalCesta {
	clear:left;
	margin-top: 35px;
	padding-top: 10px;
	font-weight: bold;
	border-top: 1px dotted #DDD;
}

div.articuloCesta {
	font-weight: bold;
	float:left;
	width: 200px;
}

div.precioCesta, div.notasCesta {
	float:left;
	width: 90px;
	text-align: right;
}

div.cantidadCesta {
	float:left;
	width: 90px;
	text-align: right;
}

div.eliminarCesta {
	float:left;
	width: 90px;
	text-align: right;
}

div.cesta div.total {
	float:left;
	border-top: 1px dotted #DDD;
	font-weight: bold;
	width: 90px;
	text-align: right;
	margin-top: 15px;
	padding-top: 10px;
}

div.fasesPedido {
	padding: 0px;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;
	font-size:10px;
	color:#555;
}

div.fasesPedido span.titApartadoText {
	font-weight: bold;
	background-color: #EEE;
	padding: 1px 10px 1px 10px;
}





/* Formas de pago */

div.formasPago {
	clear:left;
	border-top: 1px dotted #BBB;
	padding: 10px 0px 10px 0px;
}

div.formasPago div.radio {
	width: 20px;
	float:left;
}

div.formasPago div.descripcion {
	font-weight: bold;
	float:left;
}

div.formasPago div.descripcionLarga {
	clear:left;
	margin: 20px 0px 0px 0px;
}


/* Documentacion */

div.documentacion div.titulo {
	clear: left;
	float: left;
	margin: 15px 10px 0px 0px;
	width: 250px;
	font-weight: bold;
}

div.documentacion div.link {
	float:left;
	width: 120px;
	margin-top: 15px;
}



/* Lista de pedidos */

div.lblPedidos {
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

div.lineaPedidos {
	clear:left;
	padding-bottom: 20px;
}

div.datoPedidos {
	float:left;
	width: 110px;
}

div.totalPedidos {
	text-align:right;
	padding-right: 20px;
	float:left;
	width: 70px;
}



/* Mensajes */

div.msgError {
	border: 1px #ddd solid;
	padding:5px;
	margin: 15px 0px 15px 0px;
	color: #500;
}

div.msgInfo {
	border: 1px #ddd solid;
	padding:5px;
	margin: 15px 0px 15px 0px;
	color: #050;
}

div#presentacion {
	color: #333;
	text-align: justify;
	position: absolute;
	top: 165px;
	left: 225px;
	width: 310px;
	line-height: 1.3em;
}




iframe.terminos {
	width: 700px;
	height: 300px;
	border: 1px solid #CCC;
	margin: 10px 0;
}


