* {
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
}

body {
	/*background: #fff url(img/medusa.jpg) repeat fixed left;*/
	background-color: #8a8a8a;
	text-align: center;
}

h1, h2, h3 {
	color: #1a807a;
	background-color: inherit;
}

h2 {
	font-size: 15pt;
	margin-bottom: 10px;
}

h3 {
	font-size: 12pt;
	margin-bottom: 10px;
}

a {
	color: #1a807a;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #1a807a;
	text-decoration: underline;
	background-color: inherit;
}

img {
	border: none;
}

abbr, acronym {
	cursor: help;
}

p {
	margin:0;
}

#contenedor {
	width: 900px;
	/*height: 720px;*/
	min-height: 300px;
	border: 1px solid black;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/* BORDES PARA VER DELIMITACIONES */
#izquierda, #logo, #menu, #derecha, #contenido, #categoria, .producto, .fotothumb, .texto, #producto, #foto, #derechaproducto, #iconos, #fotoportada, #novedades, .nombre, .descripcion {
	/*border: 1px solid red;*/
}

#izquierda {
	width: 250px;
	min-height: 400px;
	float: left;
}

/* IE6 */
* html #izquierda {
	width: 248px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

#logo, #menu, #masdatos, #carrito, #buscar {
	width: 220px;
	margin: 10px 10px 10px 15px;
}

#logo {
	background: #fff url(img/logo.gif) no-repeat scroll center;
	height: 150px;
}

/* MENÚ DESPLEGABLE */
#menu ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
}

#menu ul ul{
	display: none;
}

/* IE6 */
* html #menu ul ul {
	display: block;
}

#menu ul li:hover > ul
{
   display:block;
}

#menu ul li
{
	position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
	width:210px;
}

/* IE6 */
* html #menu ul li {
	position: static;
}

#menu .submenu ul li {
	position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
	width:140px;
}

/* IE6 */
* html #menu .submenu ul li{
	width:140px;
	position:static;
}

#menu ul ul
{
	position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
	left:230px; /* Para que no monte sobre el <li> */
	top:-6px;
	display:none;
	list-style:none;
}

/* IE6 */
* html #menu ul ul{
	position:static; /* Esta posición es relativa al <li> que contiene a este <ul> */
	display:block;
	list-style:none;
}

/* IE6 */
* html .submenu ul li{
	position:static; /* Esta posición es relativa al <li> que contiene a este <ul> */
	left:-230px; /* Para que no monte sobre el <li> */
	top:0px;
	display:inline;
	list-style:none;
}

/* IE7 */
/*
*:first-child+html #menu ul ul {
   left: 190px;
}*/

#menu ul ul ul {
	left: 120px;
}

/* IE6 */
* html .submenu ul ul ul {
	left:-120px;
}

/* IE7 */
/*
*:first-child+html #menu ul ul ul {
	left: 80px;
}*/

#menu ul li {
	font-size: 10pt;
	margin-bottom: 5px;
	color: #1a807a;
	font-weight: bold;
	padding: 1px 10px;
	height: 17px;
	border: 1px dotted #8a8a8a;
	background-color: #e4e4e4;
}

#menu ul li:hover {
	background-color: #dbdbdb;
}

#menu ul li.mas {
	background: #e4e4e4 url(img/mas.jpg) no-repeat scroll right;
}

/* IE6 */
* html #menu ul li.mas {
	background-image: none;
}

#menu ul li.mas:hover {
	background: #dbdbdb url(img/mas2.jpg) no-repeat scroll right;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu .submenu {
	border: 1px dotted #8a8a8a;
}

#menu .submenu li{
	background-color: #e4e4e4;
	border: 1px dotted #8a8a8a;
	margin: 0;
	width: 100px;
}

/* IE6 */
* html #menu .submenu {
	border: none;
}

/* IE6 */
* html #menu .submenu li{
	border: none;
}

#menu .submenu li {
	border: none;
}

#menu #actual a {
	color: #000;
}

#masdatos {
	font-size: 8pt;
}

.publicidad {
	text-align: center;
	margin: 10px 10px 10px 15px;
	border: 1px dotted #8a8a8a;
	width: 230px;
}

.publicidad img {
	text-align: center;
}

.publicidad span {
	display: block;
	font-size: 8pt;
}

#buscar fieldset {
	border: none;
}

#buscar fieldset #busqueda {
	background-color: #e4e4e4;
	border: 1px dotted #8a8a8a;
	font-size: 9pt;
	width: 150px;
}

#buscar fieldset  #busqueda:focus {
	background-color: #eeeeee;	
}

#buscar fieldset #botonbuscar {
	font-size: 9pt;
	border: 1px solid #000;
	padding: 0px 2px;
	cursor: pointer;
	background-color: #1a807a;
	color: #fff;
	font-weight: bold;
	width: 60px;
}

#buscar fieldset #botonbuscar:hover {
	background-color: #e4e4e4;
	color: #000;
	text-decoration: none;
}

#derecha {
	float: left;
	width: 645px;
	min-height: 250px;
}

/* IE6 */
* html #derecha {
	width: 630px;
}

#fotoportada {
	width: 625px;
	height: 300px;
}

#categoria {
	height: 115px;
	width: 625px;
	margin: 10px;
}

#categoria h1 {
	text-transform: lowercase;
}

#categoria p {
	text-align: justify;
}

#iconos {
	float: left;
	height:20px;
	text-align: right;
	width: 105px;
	margin: 0px 10px;
}

/* IE6 */
* html #iconos {
	width: 90px;
}

#carrito {
	float: left;
	font-size: 10pt;
	height: 20px;
	margin: 0px 10px;
	width: 500px;
}

* html #carrito {
	width: 490px;
}

#carrito img {
	margin-top: 2px;
}

#carrito .productosencarrito a {
	font-weight: bold;
}

#contenido {
	width: 625px;
	margin: 10px;
	min-height: 200px;
}

#pagina {
	min-height: 500px;
}

/* IE6 */
* html #contenido #pagina {
	height: 500px;
}

.comocomprar p {
	margin-bottom: 7px;
}

.comocomprar a {
	font-weight: bold;
}

.comocomprar .resaltado {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a807a;
	background-color: inherit;
}

.comocomprar h2 {
	font-size: 15pt;
	border-bottom: 1px dotted #8a8a8a;
}

.comocomprar p {
	text-align: justify;
	font-size: 10pt;
}

.comocomprar ul {
	font-size: 10pt;
	margin-left: 20px;
}

#contenido #numproductos, #contenido #orden, #contenido #buscado {
	font-size: 8pt;
	font-weight: bold;
	color: #8a8a8a;
}

#contenido #buscado {
	display: block;
}

.clearfix {
	clear: both;
}

/* CATÁLOGO */

#contenido .producto  {
	float: left;
	min-height: 100px;
	width: 300px;
	margin: 10px 10px 10px 0px;
}

#contenido .producto .fotothumb {
	width: 90px;
	height: 90px;
	margin-right: 5px;
	float: left;
}

#contenido .producto .fotothumb img{
	border: 1px solid #000;
}

#contenido .producto .texto {
	width: 190px;
	height: 90px;
	margin-right: 5px;
	float: left;
}

#contenido .producto .texto .nombre {
	background-color: inherit;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	color: #1a807a;
}

#contenido .producto .texto .descripcion {
	display: block;
	font-size: 9pt;
	padding: 0;
	background-color: inherit;
}

#contenido .producto .texto .precio {
	display: block;
	font-size: 9pt;
	color: #1a807a;
	background-color: inherit;
}

#contenido .producto .texto .masinfo {
	display: block;
	font-size: 9pt;
}

/* NOVEDADES */

#contenido #novedades {
	background-color: #e4e4e4;
	padding: 10px;
	margin-top: 10px;
	color: inherit;
}

#contenido #novedades #sindicacion {
	text-align: right;
	background-color: inherit;
}

#contenido #novedades h2 {
	text-transform: lowercase;
	font-size: 14pt;
	color: #1a807a;
	background-color: inherit;
}

#contenido #novedades p {
	font-size: 9pt;
	text-align: justify;
}

#contenido #novedades .producto {
	float: left;
	width: 110px;
	margin: 10px 10px 10px 0px;
}

/* IE6 */
* html #contenido #novedades .producto  {
	width: 110px;
 }

#contenido #novedades .producto .fotothumb {
	width: 90px;
	height: 90px;
	margin: 0px 10px;
	text-align: center;
}

/* IE6 */
* html #contenido #novedades .producto  .fotothumb {
	margin: 0px 0px;
 }

#contenido #novedades .producto .fotothumb img {
	border: 1px solid #000;
}

#contenido #novedades .producto .fotothumb img:hover {
	margin: 2px 0px 0px 2px;
}

#contenido #novedades .producto .texto {
	margin: 5px 10px;
	width: auto;
	height: auto;
}

/* IE6 */
* html #contenido #novedades .producto  .texto {
	margin: 0px 0px;
 }

#contenido #novedades .producto .texto .nombre {
	display: block;
	background-color: inherit;
	font-size: 9pt;
	font-weight: bold;
	color: #1a807a;
}

#contenido #novedades .producto .texto .precio {
	display: block;
	background-color: inherit;
	font-size: 9pt;
	color: #1a807a;
}

#contenido #novedades .producto .texto .masinfo {
	font-size: 9pt;
}

/* PAGINACIÓN */
#paginacion {
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

#paginacion span {
	margin: 0px 3px;
	font-weight: bold;
	font-size: 8pt;
	color: #8a8a8a;
	border: 1px solid #8a8a8a;
	text-align: center;
	padding: 1px 5px;
}

#paginacion #pagactual {
	background-color: #c0c0c0;
}

/* página de VER */

#volver {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0px;
}

#producto {
	min-height: 220px;
}

#producto #foto {
	width: 200px;
	height: 200px;
	border: 1px solid #000;
	float: left;
}

#contenedor .pack  #foto {
	width: 200px;
	height: 265px;
}

#producto .nota, .nota {
	background-color: #ffffb4;
	font-size: 8pt;
	text-align: center;
	padding: 2px;
	margin: 5px 0px;
	display: block;
}

*:first-child+html  #contenedor .pack #foto {
	width: 200px;
	height: 265px;
}

#producto #derechaproducto {
	float: left;
	width: 400px;
	min-height: 200px;
	margin-left: 15px;
}

#producto #derechaproducto #referencia {
	font-size: 11pt;
	display: block;
	background-color: inherit;
}

#producto #derechaproducto #nombre {
	font-size: 18pt;
	font-weight: bold;
	color: #1a807a;
	display: block;
	margin-bottom: 15px;
	background-color: inherit;
}

#producto #derechaproducto #descripcion {
	font-size: 12pt;
	display: block;
	margin-bottom: 10px;
}

#producto #derechaproducto #precio {
	font-size: 12pt;
	display: block;
	background-color: inherit;
}

#producto #derechaproducto #precio strong {
	font-size: 20pt;
	color: #1a807a;
	background-color: inherit;
}

/* Formulario de pedidos */
#producto #derechaproducto #insertarcarrito {
	margin: 10px 0px;
}

#producto #derechaproducto #insertarcarrito fieldset {
	border: none;
}

#producto #derechaproducto #insertarcarrito #comprar {
	background: #fff url(img/botoncomprar.jpg) no-repeat scroll left;
	width: 120px;
	height: 42px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

#producto #derechaproducto #insertarcarrito #comprar:hover {
	background: #fff url(img/botoncomprar2.jpg) no-repeat scroll left;
}

#producto #derechaproducto #insertarcarrito #unidades{
	width: 45px;
	font-size: 10pt;
	height: 22px;
}

/* Tabla del carrito de la compra */
#contenido #tablacarrito {
	width: 600px;
	text-align: left;
	font-size: 11pt;
}

#contenido #tablacarrito th {
	border: 1px solid #000;
	background-color: #1a807a;
	color: #fff;
	padding: 0px 3px;
}

#contenido #tablacarrito #total td {
	border-top: 1px solid #8a8a8a;
	font-weight: bold;
	font-size: 12pt;
}

#contenido #tablacarrito #gastosenvio td, #contenido #tablacarrito #contrareembolso td {
	font-weight: bold;
	font-size: 11pt;
	color: #8a8a8a;
}

#contenido #tablacarrito tr td a{
	font-weight: bold;
}

#contenido #tablacarrito .sombreado {
	background-color: #c0c0c0;
}

#contenido #tablacarrito #referencia {
	width: 60px;
}

#contenido #tablacarrito #nombre {
	width: 420px;
}

#contenido #tablacarrito #unidades {
	width: 60px;
}

#contenido #tablacarrito #subtotal {
	width: 60px;
}

#contenido #tablacarrito tr td{
	padding: 1px 3px;
}

#contenido #tablacarrito tr .alineacionderecha {
	text-align: right;
}

#contenido #formulariopedido, #contenido #formulariocontacto {
	font-size: 9pt;
}

/*.desactivado {
	ime-mode: disabled;
}*/

#contenido #formulariopedido fieldset, #contenido  #formulariocontacto fieldset {
	border: none;
}

#contenido #formulariopedido fieldset fieldset {
	border: 1px dotted #8a8a8a;
	padding-bottom: 5px;
	margin: 5px 0px 5px 110px;
	font-size: 9pt;
	width: 300px;
	background-color: inherit;
}

#contenido #formulariopedido legend, #contenido  #formulariocontacto legend {
	font-weight: bold;
	font-size: 12pt;
	color: #1a807a;
	background-color: inherit;
	margin-bottom: 10px;
}

#contenido #formulariopedido fieldset fieldset legend {
	font-weight: normal;
	font-size: 10pt;
	color: #1a807a;
	margin-bottom: 10px;
	background-color: #fff;
}

#contenido #formulariopedido fieldset div, #contenido  #formulariocontacto fieldset div {
	width: 600px;
}

#contenido #formulariopedido p, #contenido  #formulariocontacto p  {
	text-align: right;
	width: 100px;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	vertical-align: middle;
}

#contenido #formulariopedido fieldset div input, #contenido  #formulariocontacto fieldset div input {
	height: 15px;
	width: 270px;
	background-color: #e4e4e4;
	border: 1px dotted #8a8a8a;
}

#contenido #formulariopedido fieldset textarea, #contenido  #formulariocontacto fieldset textarea {
	background-color: #e4e4e4;
	border: 1px dotted #8a8a8a;
	font-size: 9pt;
	float: left;
}

#contenido #formulariopedido fieldset div input:focus, #contenido #formulariopedido fieldset textarea:focus, #contenido #formulariocontacto fieldset div input:focus, #contenido #formulariocontacto fieldset textarea:focus {
	background-color: #eeeeee;	
}

#contenido #formulariopedido fieldset div input#poblacion, #contenido #formulariopedido fieldset div input#email {
	width: 150px;
}

#contenido #formulariopedido fieldset div input#cp {
	width: 50px;
}

#contenido #formulariopedido fieldset div input#telefono {
	width: 70px;
}

#contenido #formulariopedido fieldset #botones, #contenido #formulariocontacto fieldset #botones {
	margin: 10px 0px 0px 110px;
	height: 25px;
}

#contenido #formulariopedido fieldset #botones input#enviar, #contenido #formulariopedido fieldset #botones #volverapasoanterior {
	border: 1px solid #000;
	padding: 1px 2px;
	cursor: pointer;
	background-color: #1a807a;
	color: #fff;
	font-weight: bold;
	height: 25px;
	width: 200px;
	margin-right: 15px;
}

#contenido #formulariocontacto fieldset #botones input#enviar {
	border: 1px solid #000;
	padding: 1px 2px;
	cursor: pointer;
	background-color: #1a807a;
	color: #fff;
	font-weight: bold;
	height: 25px;
	font-size: 10pt;
	width: 100px;
}

#contenido #formulariopedido fieldset #botones input#enviar:hover, #contenido #formulariopedido fieldset #botones #volverapasoanterior:hover, #contenido #formulariocontacto fieldset #botones #enviar:hover {
	background-color: #e4e4e4;
	color: #000;
	text-decoration: none;
}

#contenido #formulariopedido fieldset div .sobrecomentarios {
	font-size: 8pt;
	color: #8a8a8a;
	background-color: inherit;
	width: 200px;
	float: left;
	margin-left: 10px;
	text-align: justify;
}

/* Pie de páginas */

#pie {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	margin: 10px 15px;
}

#pie a {
	color: #8a8a8a;
	background-color: inherit;
}

#pie a:hover {
	color: #1a807a;
	background-color: inherit;
}

/* ADMINISTRACIÓN */

#adminizquierda {
	width: 350px;
	float: left;
}

#adminderecha {
	width: 250px;
	float: left;
}

#contenido .tablalistado {
	width: 600px;
	text-align: left;
}

#contenido .tablalistado th {
	border: 1px solid #000;
	background-color: #1a807a;
	color: #fff;
	padding: 0px 3px;
}

#contenido .tablalistado .sombreado {
	background-color: #c0c0c0;
}

#contenido .tablalistado #referencia {
	width: 100px;
}

#contenido .tablalistado #nombre {
	width: 400px;
}

#contenido .tablalistado #precio {
	width: 100px;
}

#contenido .tablalistado tr td{
	padding: 1px 3px;
}

#contenido .tablalistado tr .alineacionderecha {
	text-align: right;
}

span.aviso {
	color: green;
	display: block;
}

span.error {
	color: red;
	display: block;
}

/* VALIDACIÓN AUTOMÁTICA DE FORMULARIOS  */

input.validation-failed, textarea.validation-failed{
	border: 1px solid #ff3300;
	color: #ff3300;
}
	  
input.validation-passed, textarea.validation-passed{
	border: 1px solid #00cc00;
	color: #000;
}

#contenido #formulariopedido fieldset div.validation-advice, #contenido #formulariocontacto fieldset div.validation-advice  {
	margin: 5px 0;
	padding: 5px;
	color: #da8787;
	font-weight: bold;
	font-size: 9pt;
	margin-left: 110px;
	width: auto;
	border: 1px dotted #8a8a8a;
	display: block;
}
	 
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #c8aa00;
	color: #fff;
	font-weight:bold;
}

/* PÁGINA DE FOTOS */
.fotografia {
	background: #fff url(img/fondopolaroid.jpg) no-repeat scroll left;
	width: 150px;
	height: 176px;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}

.fotografia a {
	width: 150px;
	height: 150px;
	background-color: transparent;
}

.fotografia img {
	padding: 10px;
}

#fotografiagrande img {
	max-width: 450px;
	float: left;
	margin-right: 15px;
	/*border: 1px solid #000;*/
}

#fotografiagrande #infofotografia {
	width: 152px;
	/*border: 1px dotted #8a8a8a;*/
	float: left;
	font-size: 8pt;
	padding: 4px;
}

#fotografiagrande #infofotografia p {
	margin-bottom: 10px;
}

#fotografiagrande #infofotografia ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
