/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/bg.jpg);
	background-color: #666666;
	background-repeat: repeat-x;
	background-position: top;
	}
#superior {
	width: 780px;
	height: 247px;
}
#contenido {
	width: 510px;
	height: 100%;
	padding: 10px;
	float: left;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}


.fondo_tb {
	background-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #AA1211;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
	padding: 5px;
}
.foto {
	margin: 10px;
}

#container1 {
	background-color: #B32726;
	width: 230px;
	height: auto;
	float: left;
	background-image: url(img/bg_izq.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
}

#container1 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#container1 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#container1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.titulo_izq {
	font-size: 13px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bolder;
}
table.productos {
	background-color: #FAEDED;
	color: #B32726;
	border: 1px solid #990000;
}

.productos th{
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.borde_tabla{
 	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
}

.galeria {
	border: 1px dotted #000000;
	margin: 4px;
}
