BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #999999;
	color: #000000;
	margin: 0px;
	text-align: left;
}

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

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

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

A.Boton:hover {
	color: #C60;
	text-decoration: none;
	font-weight: bold;
}
.TituloContacto {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.DatosContacto {
	font-size: 14px;
	color: #000;
}
.Texto_Bajo_Form {
	color: #000;
	border: thin none #000;
	font-size: 14px;
	text-align: center;
}
.Titulo_Links{
text-align: center;
font-size: 16px;
font-weight: bold;
}
.Titulo_Especiales{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.TituloOtrosProductos{
text-align: left;
font-size: 16px;
font-weight: bold;
}
.Precio{
	color:#F00;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.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;
}
#form1 div .Texto_Bajo_Form ul li {
	text-align: left;
}
#form1 div .Texto_Bajo_Form p {
	color: #000;
	font-size: 12px;
}
#form1 div .Texto_Bajo_Form p .DatosContacto .TituloContacto .Subtitulo .Slogan {
	font-size: 16px;
}
#form1 div .Texto_Bajo_Form p .DatosContacto .TituloContacto .Subtitulo .Slogan {
	color: #000;
}
#form1 div .Texto_Bajo_Form .TituloOtrosProductos {
	text-align: center;
	font-size: 12px;
}
#form1 div .Texto_Bajo_Form .Slogan .Subtitulo .TituloContacto .DatosContacto .Texto_Bajo_Form .Subtitulo {
	font-weight: bold;
}
.TablaPrincipal tr td table tr td table tr td {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.capitulo {
	font-size: 14px;
}
.TablaPrincipal tr td table tr td table tr .TituloImagen {
	color: #00F;
	font-size: 16px;
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td blockquote p {
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td .link_azul p {
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td .texto_otros_productos {
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td .texto_otros_productos {
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td .texto_otros_productos {
	text-align: left;
}
.TablaPrincipal tr td table tr td table tr td .Precio s {
	text-align: center;
}
.TablaPrincipal tr td table tr td table {
	text-align: center;
}

#wrap {
        background:#EEE;
        width:470px;
        margin:10px auto 10px auto;
        padding:10px;
}
h1 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 170%;
	margin-bottom: 0.2em;
}
h2 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 150%;
	margin-bottom: 0.2em;
}
#contactform {
	width:450px;
	margin:10px auto 10px auto;
}
form {
	//font-family: "Trebuchet MS", Verdana, sans-serif;
	margin : 0;
	padding : 0;
}
fieldset {
	float : left;
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #B5CCBA;
	background : #F1F8F6;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	border:0px solid #B5CCBA;
	margin:0 auto 0 auto;
	padding:1px;
}
fieldset div input {
	width: 176px; /* Width for modern browsers */
	border : 3px double #B5CCBA;
	padding : 1px;
}
html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #333;
	margin : 0;
	padding : 0.5em;
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
/*input {
	width: 180px;
	background: #fafbfc;
	border : 3px double #B5CCBA;
}*/
input#counter {
	margin:0px;
	border:3px double #B5CCBA;
	font-size: 100%;
}
input#submit {
	border: 3px double #B5CCBA;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: .25em;
	background: #F1F8F6 url('fade.png') repeat-x;
	margin:5px 4px 5px 4px;
	color: #333;
	font-size:150%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#counter:active, input#submit:active {
	border: 3px double #B5CCBA;
	border-top-color: #999;
	border-left-color: #999;
}
textarea {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fafbfc;
	border : 3px double #B5CCBA;
	width: 180px;
	height:180px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}

