BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
.TablaPrincipal {
background:#FFFFFF;
}
.Slogan{
text-align: left;
padding-left: 15px;
font-size: 24px;
color: #CC0000; 
}
.Telefono{
font-size: 12px;
color: #CC0000; 
}
.Titulo{
text-align: center;
font-size: 30px;
color: #CC0000;
font-weight: bold;
}
.TituloImagen{
text-align: center;
font-size: 14px;
color: #669900;
font-weight: bold;
}
.TextoImagen{
text-align: justify;
font-size: 14px;
color: #FF6600;
}
.Subtitulo{
text-align: left;
padding-left: 20px;
font-size: 18px;
color: #333333;
}

A.Boton {
text-align: center;
font-size: 16px;
color: #006699;
font-weight: bold;
}

A.Boton:hover {
color: #0099CC;
text-decoration: none;
font-weight: bold;
}
.TituloContacto {
	font-size: 16px;
	font-weight: bold;
}
.DatosContacto {
	font-size: 14px;
}
.Texto_Bajo_Form {
  color: #333333;
}
.Titulo_Links{
text-align: center;
font-size: 16px;
font-weight: bold;
}
.Titulo_Especiales{
text-align: center;
font-size: 16px;
font-weight: bold;
}
.TituloOtrosProductos{
text-align: left;
font-size: 16px;
font-weight: bold;
}
.Precio{
color:#CC0000;
font-weight: bold;
}
.texto_otros_productos{
color:#000000;
}
A.link_otros_productos{
color: #0066FF;
}
A.link_otros_productos:hover{
color: #00CCFF;
}
.TextoNosotros{
color:#000000;
font-size: 14px;
}
.TextoGracias{
color:#000000;
font-size: 16px;
}
A.link_azul{
color: #0066CC;
}
.DesignedBy {
   color: #CCCCCC;
}
.Textfields{
 background-color:#FFFFFF; 
}
.Textfields:hover{
 background-color:#DDF9FF; 
}
.Textfields:focus{
 background-color: #BFFBFF;
}
.AreaTexto{
  background-color: #FDE9CE;
}
.AreaTexto:focus{
  background-color: #FEF5D6;
}
.Requerido{
color: #FF0000;
}
