
/*        Style sheet    */


/*  Generales cuando no se especifique otra cosa */

body 
{
margin: 0px 0px 0px 0px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #403f47;
background: #FFFFFF;
}




/*  Links */

A:link 
{
text-decoration: none
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #063f99;
}

A:visited 
{
text-decoration: none
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #063f99;
}

A:active 
{
text-decoration: none
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #b00b09;
}

A:hover 
{
text-decoration: underline; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #b00b09;
}

/*   List Styles */
ul, ol
{
list-style-type: square;
line-height: 2;
margin-top: 14px;
margin-bottom: 14px;
padding-top: 0;
padding-bottom: 0;
}



/* Table  */

table 
{ 
margin-top:0; 
margin-bottom:0; 
}

/* Table cells */

td 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #403f47;
}




/*   Style of select - persianas de selección  */

select 
{ 
background-color: #FFFFFF; 
border: 1px solid #7f9db9; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #403f47;
} 




