/* GENERALES */
body {
	font: 75% "Lucida Sans Unicode", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

a{
	outline:none;
}

/* ENCABEZADO DE PAGINA */
#topcabecera {
	margin-top: 0px;
	width: 900px;
}

#cabecera {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


#cabecera a:link, #cabecera a:visited{
	font: 75% "Lucida Sans Unicode", 'trebuchet ms', arial, helvetica;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 10px;
}
#contenedor #cuerpo #titulo {
	color: #000000;
}


#cabecera a:hover{
	color: #333333;
	background-color: #CCCCCC;
}

#piecabecera {
	margin-top: 0px;
	width: 900px;
}


/* CUERPO PRINCIPAL */
#contenedor {
	width: 900px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	margin:auto;
}
#cuerpo {
	text-align: justify;
	float: right;
	padding-left: 10px;
	width: 900px;
	padding-right: 10px;
}

#cuerpo a{
	color: #666666;
	display: block;
	text-decoration: none;
	padding: 2px;
}

#cuerpo a:link, #cuerpo a:visited{
	color: #666666;
}

#cuerpo td{
	font: 75% "Lucida Sans Unicode", 'trebuchet ms', arial, helvetica;
}

#navegacion{
	width: 150px; /* Anchura de nuestra navegación */
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#navegacion ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:13px;
	text-align: left;
}

#navegacion a{
	display: block;
	border-bottom:1px solid;
	text-decoration: none;
	padding: 5px;
	width: 150px;
	border-color: #dad8cf;
}

#navegacion a:link, #navegacion a:visited{
	color: #000000;
}

#navegacion a:hover{
	color: #333333;
	background-color: #CCCCCC;
}

#navegacion #activo a:link, #navegacion #activo a:visited{
	color: #333;
	background-color: #CCC;
}

#navegacion #activo a:hover{
	color:#FFF;
	background-color:#666;
}

#contenidos{
	width: 700px;
	float: right;
}

#contenidos a{
	display: inline;
	text-decoration: none;
	font-style: italic;
}

#contenidos a:link, #contenidos a:visited{
	color: #000000;
}

#contenidos a.imagen:hover{
	background-color: #FFFFFF;
}

#contenidos a:hover{
	color: #000000;
	background-color: #CCCCCC;
}
#contenidos ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
}
#contenidos img{
	border:#000000;
	border-width: 0px;
	padding-top: 10px;
}

/* PIE DE PAGINA */
#piepagina {
	margin: 0;
	width: 900px;
	text-align: right;
	clear: both;
	font-size: 1em;
	color: #666;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#piepagina td{
	font: 75% "Lucida Sans Unicode", 'trebuchet ms', arial, helvetica;
}

#piepagina a{
	color: #666666;
	display: block;
	text-decoration: none;
	padding: 5px;
}

#piepagina a:link, #piepagina a:visited{
	color: #666666;
}

#firma a:link{
	margin: 0;
	width: 900px;
	text-align: center;
	clear: both;
	font-size: 0.9em;
	color: #000066;
}


/* OTRAS DECLARACIONES */
.imagen {
	background-color: #FFFFFF;
	padding: 10px;
	border:#666 thick solid;
}
#contenedor #cuerpo #contenidos .imagen {
	border: #ffffff solid 10px;
}

.fotolote {
	background-color: #FFFFFF;
	padding: 2px;
}

a:link, a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color:#333333
}

.separador{
	background-color: #dad8cf;
}

/* LOTES Y CESTA DE LA COMPRA */
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000CC;
}
h3 {
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	font-size: 16px;
}
p.presentacion {
	background-color: #dad8cf;
	text-align: left;
	color: #000;
	font-variant: small-caps;
	padding-left: 20px;
}

td.lote{
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
	


input.boton{
	background-color: #dad8cf;
	color: #333333;
	display: inline;
	text-align: center;
	text-decoration: none;
}

input.boton:hover{
	background-color: #333333;
	color: #dad8cf;
	display: inline;
	text-align: center;
	text-decoration: none;
}

input.submit {

	background-color: #dad8cf;
	color: #333333;
	display: block;
	text-align: center;
	text-decoration: none;
}
input.submit:hover {

	background-color: #333333;
	color: #dad8cf;
	display: block;
	text-align: center;
	text-decoration: none;
}
