﻿/*ESTILOS PARA SITIO TRABAJO Y DINERO*/
.body_tyd
{
    background-color:#01557C;
    font-family:Arial;
    font-size:9pt;
}
.texto2_tyd
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
}
.titulo1_tyd
{
    font-family:Tahoma;
    font-size:10pt;
    color:Orange;
    font-weight:bold;
}
.titulo2_tyd
{
    font-family:Tahoma;
    font-size:15pt;
    color:Orange;
    font-weight:bold;
}
.subtitulo_tyd
{
    background-image:url(images/back_titulo.gif);
    background-repeat:repeat-y;
    font-family:Arial Baltic;
    font-size:13pt;
    color:Navy;
    font-weight:bold;
    height:20px;
    padding:0px 0px 0px 15px;
}
.btnImagen_tyd
{
    cursor:hand;
}
.txtbox_tyd {
	BORDER: #cccccc 1pt solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #efefef; 
	TEXT-DECORATION: none
}
.btn_tyd
{
    border:solid 1px navy;
    font-family:Arial, Tahoma;
    background-color: #efefef;
    font-size: 10px;
    color:Black;
    cursor:hand;
}
.link2_tyd:link
{
    color:Navy;
    text-decoration:none;
    font-family:Arial;
    font-size:10pt;
}
.link2_tyd:hover
{
    color:Navy;
    text-decoration:underline;
    font-family:Arial;
    font-size:10pt;
}
.link2_tyd:visited
{
    color:Navy;
    text-decoration:none;
    font-family:Arial;
    font-size:10pt;
}
.link2_tyd:active
{
    color:Navy;
    text-decoration:underline;
    font-family:Arial;
    font-size:10pt;
}

/*ESTILOS PARA EL AREA DE DISTRIBUIDORES*/
.txtbox_d 
{
    border:solid 1px gray;
    color:Orange;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    font-style:italic;
}

/*ESTILO PARA FORMULARIO DE CONTACTO*/
#error       
{
    margin-bottom: 20px;       
    border: 1px solid #efefef;   
}   
#error ul       
{
    list-style: square;       
    padding: 5px;       
    font-size: 11px;   
}   
#error ul li       
{
    list-style-position: inside;       
    line-height: 1.6em;   
}   
#error ul li strong       
{
    color: #e46c6d;   
}   
#error.valid ul li strong       
{
    color: #93d72e;   
}   
input.error{       background: #f8dbdb;       border:2px solid #e77776;   }   
textarea.error{       background: #f8dbdb;       border:2px solid #e77776;   }  
span.error{       color: #e46c6e; font-size:10px; font-family:Arial;   }   