@charset "utf-8";
/* CSS Document */

#contenido-principal {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/productos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contenido-principal h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabla_productos {
	background-color: #FFFFFF;
	margin-left: 0px;
}
.tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.td_referencias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
}
.td_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.td_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#contenido-principal p a:link {
	color: #FFFF00;
}
#contenido-principal p a:visited {
	color: #FFFF00;
}
.foto_anuncios {
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#arriba {
	display: block;
	right: 33px;
	width: 13px;
	bottom: 50%;
	position: fixed;
	height: 19px;
	background-image: url(../images/boton_arriba.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

