@charset "UTF-8";

@font-face {
    font-family: Goudy Old Style;
    font-style:  normal;
    font-weight: normal;
    src: url(GOUDYOL0.eot);
  }

#container
{
	width: 900px;
	height: 734px;
	vertical-align: middle;
	font-size: 15px;
	font-family: "Goudy Old Style", "Times New Roman";
	color: #9F6CA7;
}

a
{
	font-size: 15px;
	color: #9F6CA7;
}

h1{
	font-size: 32px;
	margin: 0px;
}

h2, h2 a
{
	font-size: 20px;
	margin-left: 10px;	
}

#index 
{
	background-color: #FFFFFF;
	height: 455px;
	width: 676px;
	margin-left: -338px;
	position: absolute;
	left: 50%;
	float: none;
	text-align:center;
}

#index, #index a
{
	text-decoration: none;
	font-weight: bold;
	color: #9F6CA7;
}

#menu
{
	height: 734px;
	width: 229px;
	float: left;
	margin:0px;
	padding:0px;
}

#content
{
	height: 700px;
	width: 671px;
	float: right;
	border: solid 0px #000000;
	margin: 0px;
	margin-top: 17px;
	padding: 0px;
}

#texto_entero
{
	height: 700px;
	width: 670px;
	float: right;
	border: solid 0px #000000;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

#texto_izquierda
{
	height: 100%;
	width: 220px;
	float:left;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	border: solid 0px #000000;
}

#foto_derecha
{
	height: 700px;
	width: 440px;
	border: solid 0px #000000;
	float: right;
}

#foto_derecha img
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#foto_superior
{
	height: 454px;
	width: 652px;
	border: solid 0px #000000;
	float: right;
	margin-right: 17px;
}

#foto_superior_pequenya
{
	height: 280px;
	width: 652px;
	border: solid 0px #000000;
	float: right;
	margin-right: 17px;
}
#foto_superior img, #foto_superior_pequenya img
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#texto_inferior
{
	width: 652px;
	height: 246px;
	border: solid 0px #000000;
	float: right;
	text-align: justify;
	margin-right: 17px;
}

#texto_inferior_grande
{
	width: 652px;
	height: 420px;
	border: solid 0px #000000;
	float: right;
	text-align: justify;
	margin-right: 17px;
}

#texto_inferior_grande .celda
{
	width: 325px;
	/*height: 80px;*/
	margin: 0px;
	padding: 0px;
	
}


#texto_inferior_grande .celda img, #texto_inferior_grande .celda a img
{
	height: 100px;
	border: 0px;
	margin: 5px;
	max-width: 320px;
}

.textogrande, .textogrande a
{
	margin:0px;
	padding:0px;
	font-size:large;
}

/**** TIENDA ****/

#tiendaonline
{
	/*vertical-align: middle;*/	
}

#tiendaonline .familia
{
	text-decoration: none;
}

#tiendaonline .familia_visitada
{
	text-decoration: none;
	color: #83AF4D;
}

#tiendaonline #tabla_familia_descripcion, #tiendaonline #tabla_familia
{
	width: 100%;
	height: 700px;
	
}
#tiendaonline #tabla_familia_descripcion
{
	background-repeat: no-repeat;
}

#tiendaonline #tabla_familia
{
	border: solid 1px #9F6CA7;
	background: url("../images/degradado700.png");
	background-repeat:repeat-x;
	overflow-y:auto;
	overflow-x:hidden;
	height:700px;
}

#tiendaonline #tabla_familia_descripcion #margen
{
	height: 90%;
	height: expression("60%");
}

#tiendaonline #tabla_familia_descripcion #descripcion
{
	width: 400px;
	/*height: 200px;*/
	margin-right: 0px;
	margin-left: 40px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: expression("10px");
	background: url("../images/transparente90.png");
	background-repeat: repeat;
	float: right;
	position: relative;
	right: 20px;
	right: expression("-10px");
	vertical-align: text-bottom;
	overflow: auto;
}

#tiendaonline #tabla_familia_descripcion #descripcion a
{
	color: #83AF4D;
}

#tiendaonline #tabla_familia .lista_productos
{
	border-collapse: separate;
	margin-left: 0px;
	
}

#tiendaonline #tabla_familia .lista_productos td
{
	margin: 20px;
	width: 100px;
	height: 120px;
	text-align: center;
	font-size:8px ;
}

#tiendaonline #tabla_familia .lista_productos td a
{
	text-decoration: none;
}

#tiendaonline #tabla_familia .lista_productos td img
{
	border: solid 1px #9F6CA7;
	width: 100px;
	height: 100px;
}

#tiendaonline #tabla_producto
{
	border-left: solid 1px #9F6CA7;
}

#tiendaonline #foto_producto
{
	margin: 5px;
}

#tiendaonline #foto_producto img
{
	width: 425px;
	height: 425px;
	/*width: 400px;
	height: 450px;*/
}

#tiendaonline #descripcion_producto
{
	margin: 5px;
	width: 400px;
	height: 200px;
	border: solid 1px #9F6CA7;
	background-image:url("../images/degradado200.png");
	background-position-y: bottom;
	background-repeat: repeat-x;
	
}

#tiendaonline #descripcion_producto #titulo
{
	margin: 7px;
	text-align: left;
	font-weight: bold;
}

#tiendaonline #descripcion_producto #texto
{
	overflow: auto;
	text-align: justify;
	margin: 7px;
	height: 120px;
	font-size: 16px;
}

#tiendaonline #descripcion_producto #precio
{
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 7px;
	font-size: 16px;
}
#tiendaonline #descripcion_producto #carrito
{
	float: right;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	/*background-color: #9F6CA7;*/
	margin-bottom: 20px;
	margin-right: 5px;
	cursor: pointer;
}
#tiendaonline #descripcion_producto #carrito img
{
	width: 40px;
	height: 40px;
	margin-top: 0px;
}

.icono
{
	width: 28px;
	height: 28px;
	border: 0px;
	vertical-align: middle;
}

.fichero, .fichero a
{
	text-decoration: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}



/**** SECCION DE ADMIN ****/

#password_table
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#password_table td
{
	width: 33%;
}

#password_box
{
	border: 1px solid #9F6CA7;
	background-color: #EFDCF7;
}

#formularios textarea, .tabla
{
	width: 670px;
	margin-right: 7px;
	border: 2px dashed #BF8CC7;
	/*background-color: #F7F3F8;*/
}

#formularios textarea
{
	height: 500px;
}

.tabla input[type=text]
{
	width: 350px;
}

.aviso
{
	color: #FF0000;
	font-style: italic;
}

.overflow
{
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*#formularios input[type=button], #formularios input[type=submit],
.tabla input[type=button], .tabla input[type=submit]
{
	border: 1px solid #BF8CC7;
	/*background-color: #EFDCF7;*/
	/*background-color: #9F6CA7;
	color: #FFFFFF;
	font-weight: bold;
	/*margin-top: 15px;*/
	/*padding: 3px;
	cursor: pointer;
	
}*/

#tiendaonline input[type=text], #tiendaonline textarea
{
	width:350px;
}

#tiendaonline select.select_largo
{
	width:355px;
}

#tiendaonline input[type=file]
{
	width:355px;
}

#tiendaonline textarea
{
	height: 100px;
}
