@charset "utf-8";
/* CSS Document */
#container {
	width:800px;
	margin:0 auto;}
#cabecera {
	text-align:center;}
	
#links {
	width: 350px;
	float:left;
	margin-top: 50px;
	margin-left: 10px;}
	
#links a {
	font-size: 20px;
	margin-right: 50px;
	color:#CC0000;}
	
#buscador {
	float: right;
	width:380px;
	margin-top: 40px;
	text-align:left;}
	
#contenido {
	width: 600px;
	padding: 20px;
	margin-top: 30px;
	float: left;
	text-align: justify;
	border:#CC0000 2px solid;}
	
#contenido h2 {
	color:#CC0000;
	text-align:left;}
	
#contenido p a {
	color:#CC0000;}

#productos {
	width: 340px;
	margin-top:100px;
	margin-left:0px;
	float: left;}
.producto, .producto2 {
	float:left;
	width:276px;
	height:250px;
	border:#3e5642 1px solid;
	background-color:#FFFFFF;
	text-align:center;}
.producto a, .producto2 a {
	padding:10px;
	text-decoration:none;
	color:#014d3d;
	margin:0 auto;}
.producto {
	margin:6px 0 0 7px;}
.producto2 {
	margin:6px 0 6px 7px;}
.producto, .producto2 {
	font-weight:bold;}
.producto img, .producto2 img {
	width:230px;
	max-height:190px;
	margin-top:8px;
	border:none;}
#footer {
	float:left;
	width:800;
	margin-left:200px;}
#footer h6{
	text-align:center;
	font-size:14px;}

#layout {
	float:left;
	margin-top: 50px;}
#table {
	margin-top:50px;}
	
#layout table{
	margin:10px auto;background-color:#333333;}
#layout td{
	border:#3e5642 1px solid;padding:10px;color:#be800a;font-weight:bold;}
#layout td.precio{
	font-size:28px;color:#FF0000;}
#layout .grupos{margin:7px 4px;}
#layout .grupos img{
	margin-left:22px;width:500px;}
#layout .grupos td{
	font-size:12px;}
.tdcenter{
	text-align:center;}
	
.comprar {
	color:#FF0000;
	text-decoration: underline;}
