﻿* {
	padding: 0;
	margin: 0;
}
.centro {
	text-align: center;
}
.limpiar {
	clear: both;
}
a {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
}
body {
	background: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#cuerpo {
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	width: 900px;
	margin: auto;
}
#cuerpo .top {
	height: 38px;	background: url('../imagenes/top.jpg') no-repeat white;
}
#cuerpo .mid {
	background: white;
	height: 650px;
}
#cuerpo .bot {
	height: 34px;
	background: url('../imagenes/bot.jpg') no-repeat;
}
#menu {
	padding-top: 15px;
}
#logo {
	padding-top: 10px;
	height: 150px;
}
#flash {
	position: absolute;
	height: 90px;
	width: 355px;
	left: 25px;
	top: 94px;
	text-align: left;
	z-index: 1;
}
#pie {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	height: 20px;
}
#contenido {
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	padding-top: 30px;
}
#contenido ul {
	margin-left: 12px;
}
#contenido li {
	list-style-type: square;
	height: auto;
	padding: 4px 0 4px 0;
	line-height: 16px;
}
#contenido .sub_lista {
	list-style-type: circle;
	padding-left: 4px;
	margin-left: 30px;
	height: 20px;
}
#contenido .tabla {
	width: 850px;
	padding-left: 20px;
}
#contenido .tabla td {
	width: 280px;
}
.titulo {
	color: #333333;
	font-size: 19px;
	font-weight: bold;
}
.texto {
	color: #333333;
	font-size: 12px;
	text-align: justify;
}
.texto_promocion {
	color: red;
	font-size: 17px;
	text-align: center;
}
.texto_centro {
	color: #333333;
	font-size: 12px;
	text-align: center;
}
.texto_volver{
	color:#C0C0C0;
	text-align:right;
}
.texto_volver a{
	color: #C0C0C0;
	font-size: 14px;
	font-weight: bold;
	
}
#bloque_izq {
	width: 400px;
	float: left;
	padding-left: 25px;
	padding-right: 8px;
	height: 450px;
}
#bloque_der {
	border-color: #999999;
	width: 386px;
	float: right;
	padding-left: 38px;
	padding-right: 25px;
	border-left-style: solid;
	border-left-width: thin;
	height: 450px;
}
#bloque_der .noticias {
	border-color: #808080;
	height: 500px;
	padding: 0 12px 0 12px;
}
#bloque_der .productos {
	height: 200px;
	padding: 0 12px 0 12px;
}
