﻿body
{
	background-color: Black;
	color: #d6a94c;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 0.9em;
	text-align: center;
}
.Cabecera
{
	background-position: bottom;
	background-image: url('Imagenes/Encabezado.jpg');
	background-repeat: no-repeat;
	/*width:100%;
	height:70px;
	background-color: #000000;*/
}

.contenido
{
	/*background-color: #000000;*/
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
}
a, a:active, a:link, a:visited
{
	color: #d6a94c;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h2
{
	font-size: 1.2em;
	color: #d6a94c;
}
h1
{
	font-size: 1.2em;
	color: #d6a94c;
	visibility:hidden;
	margin:0px;
}
.EtiquetaError
{
	border: 1px solid #d6a94c;
	background-color: #FFFFCC;
	color: #FF9900;
}

.FondoProductos
{
	background-position: right;
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url('Imagenes/fondoProductos.jpg');
	height: 100%;
	width: 100%;
}
.Info
{
	font-size: 0.7em;
}
.DescripcionProducto
{
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	font-size: 14px;
	font-family:Times New Roman 
}