* {
	margin: 0;
}
body {
	padding: 40px;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(images/img_fondo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
table {
	font-size: 11px;
}
#contenedor {
	margin: auto;
	width: 1000px;
}
#cabecera {
	padding-bottom: 20px;
}
/* menu */
#menu {
	width: 180px;
	background-color: #36424a;
	font-size: 14px;
}
#menu h2 {
	margin-left: 30px;
	margin-bottom: 5px;
	color: white;
	font-weight: normal;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	border-bottom: 1px solid #58656e;
}
#menu a {
	display: block;
	padding: 10px;
	padding-left: 30px;
	color: white;
	text-decoration: none;
	background-image: url(images/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#menu a:hover {
	color: #eeb42b;
}
#productos {
	height: 200px;
	display: block;
	padding: 20px 10px 0 30px;
	color: white;
	background-image: url(images/img_productos.gif);
	background-repeat: no-repeat;
}
#productos li {
	border: 0;
	padding: 5px;
	padding-left: 20px;
	font-size: 12px;
}
#productos li a {
	padding: 0;
	text-decoration: none;
	color: black;
	background-image:none;
}
#productos li a:hover {
	text-decoration: underline;
	color: black;
}
/* contenido */
#contenido {
	font-weight: normal;
	background-color: white;
}
#contenido table {
	width: 100%;
}
#contenido table th {
	width: 580px;
	height: 540px;
}
#contenido h1 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: lighter;
	color: #36424a;
}
#contenido h2 {
	font-size: 18px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;
	font-weight: lighter;
	color: #36424a;
}
#contenido div {
	overflow: auto;
	text-align: left;
	height: 540px;
	padding: 15px 25px 25px 25px;
	font-weight: normal;
}
#contenido div li {
	list-style: square;
	margin-bottom: 15px;
}
#contenido a {
	color: #36424a;
}
#contenido a:hover {
	color: #58656e;
}
/* recortes */

#contenido a img {
	border: 1px solid #cccccc;
	margin: 0 5px 5px 0;
}
#contenido a:hover img {
	border: 1px solid #666666;
}
/*lista de productos*/
.lista_de_productos {
}
.lista_de_productos img {
	width: 60px;
	margin-right: 20px;
}
.lista_de_productos td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
}
.lista_de_productos a {
	width: auto;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}
.lista_de_productos strong {
	color: #aaaaaa;
	font-weight: normal;
}
/* ficha */
#ficha, .productos {
	font-weight: normal;	
}
#ficha td {
	width: 100%;
	padding: 20px;
	padding-bottom: 0;
	text-align: left;
}
#ficha h1 {
	font-weight: normal;
	font-size: 240%;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
#ficha strong {
	color: #aaaaaa;
	font-weight: normal;
}
hr {
	border: 1px solid white;
	border-bottom: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*enlaces*/
.enlaces {
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 20px;
	list-style: none;
}
/* destacado */
.destacado {
	vertical-align: top;
	padding: 15px;
	background-color: #e1e3e4;
}
.destacado h3 {
	font-size: 200%;
	font-weight: normal;
	color: #36424a;
}
input {
	border: 1px solid #36424a;
	padding: 2px;
	vertical-align: bottom;
}
/* pie */
#pie {
	font-size: 100%;
	padding-top: 20px;
	color: #b7b9ba;
	text-align: right;
}
#pie strong {
	color: #ffbe34;
}
#pie a {
	color: #ffbe34;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
/*formulario*/
label {
	display: block;
	padding-top: 10px;
	font-weight: normal;
}
input[type=text], textarea {
	border: 1px solid #cccccc;
}
input[type=submit], input[type=reset] {
	padding: 5px;
	border: 0;
	margin-top: 10px;
	color: #ffbe34;
	background-color: #36424a;
}
input[type=submit]:hover, input[type=reset]:hover {
	color: #36424a;
	background-color: #ffbe34;
}

.mini {
  border: 1px solid #cccccc;
  font-size: 10px;
}


