﻿body {
}
.button
{
	background-color: White;
	border-color: Gray;
	font-style: italic;
	color: navy;
	font-size:small;
	
}
.button2
{
	border-color:White;
	background-color: Red;
	font-style: italic;
	font-weight:bold;
	color: White;
	font-size:small;
	border-collapse:collapse;
}
.button3
{
	border-color:White;
	background-color: Navy;
	font-style: italic;
	font-weight:bold;
	color: White;
	font-size:small;
	border-collapse:collapse;
}
.button4
{
	border-color:White;
	background-color: White;
	font-style: italic;
	border-bottom-color:White;
	border-right-color:White;
	color: Blue;
	font-size:small;
	border-collapse:collapse;
}

.labelPrice
{
	font-family:Arial;
	font-size:small;
	color:Red;
	font-weight:bold;
}
.labelMsgPrice
{
	font-family:Arial;
	font-size:small;
	color:Black;
	font-weight:bold;
}
.description
{
	color:Navy;
	font-family:Arial;
	font-size:small;
}
.buttonLink
{
	background-color: White;
	font-style: italic;
	color: Blue;
	font-size:small;
}
.content
{
	background-color: Transparent;
}
.textAyuda
{
	color:Navy;
	font-family:Arial;
	font-size:small;
}

