
/*         Aqui hay Viajes ---- style sheet    */


/*  Generales cuando no se especifique otra cosa */

body 
{
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #403f47;
background: #FFFFFF;
}

/*  Links */

A:link 
{
text-decoration: none
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #063f99;
}

A:visited 
{
text-decoration: none
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #063f99;
}

A:active 
{
text-decoration: none
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #b00b09;
}

A:hover 
{
text-decoration: underline; 
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #b00b09;
}

/* Forms  */

form 
{ 
margin-top:10; 
margin-bottom:10; 
}

/* Table  */

table 
{ 
margin-top:0; 
margin-bottom:0; 
}

/* Table cells */

td 
{
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
color: #403f47;
}

/* Table Red */


.table_red
{
width: 550px;
background: #bf0d0b;
}

/* Title cells red */

.td_red
{
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
valign: middle;
}


/* Table Blue */


.table_blue
{
width: 550px;
background: #063f99;
}

/* Title cells blue */

.td_blue
{
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding: 0.0cm 0.25cm;

}


/*   Style of Input Fields - campos para escribir y checbox si no se menciona algo en contra */

input 
{ 
background-color: #FFFFFF;
border: 1px solid #7f9db9; 
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 10px; 
color: #403f47;
} 


/*   Style of select - persianas de selección  */

select 
{ 
background-color: #FFFFFF; 
border: 1px solid #7f9db9; 
font-family: "Trebuchet MS" , Arial , Helvetica ; 
font-size: 10px; 
color: #403f47;
} 





