body {
	background-color: #FF6502;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:  no-repeat;
	background-position: top;
	background-attachment: scroll;
	background-image: url(imgs/fondo_web.jpg);
}
.punteado {
	border: thin solid #999;
}
.fondo_contactar {
	background-image: url(imgs/fondo_contactar.jpg);
	background-repeat: no-repeat;
}
.fondo_texto {
	background-image: url(imgs/fondo_texto.jpg);
	background-repeat: no-repeat;
}

.fondo_interior_arriba {
	background-image: url(imgs/tabla_interior_arriba.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
.texto_blanco_peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
}
.texto_blanco_destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}
A:link	{
	color: #FF6502;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
A:visited	{
	color: #FF6502;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
A:active	{
	color: #FF6502;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
A:hover	{
	color: #FFC466;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
} 

.fondo_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.fondo_productos {
	background-repeat: no-repeat;
	background-image: url(imgs/fondo_productos.png);
}


.titus_productos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff9a31;
}

.titu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.titu_final {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C60;
}

.texto_destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
