@charset "utf-8";
estilos.css {
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01180D;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family:  "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family:  "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.boutique {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}
.Texto {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.Texto_Negrito {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}
select, textarea, input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #009900;
	border: 1px solid #000000;
}
