BODY {
background-color:#8A8A8A;
background-image:url(images/bg.gif);
background-position:center;
background-repeat:no-repeat;
padding: 0px;}

A:Link {color : #7073A8;text-decoration : none;}
A:Visited  {color : #7073A8;text-decoration : none;}
A:Active  {color : #7073A8;text-decoration : none;}
A:Hover  {color : #323676;text-decoration : underline;}

td.cuadro {
background-image:url(images/bg_gris.jpg);
background-position:top;
background-repeat:repeat-x;
background-color: #CCCCCC;
height: 300px;
font-family:Verdana, Arial, Helvetica, sans-serif;}

#scroll {
     width:785px;
     height:300px;
     overflow:auto;
	 padding-right:5px;
	 scrollbar-face-color:#eaeaea;
     scrollbar-highlight-color:#B82E23;
     scrollbar-3dlight-color:#E2E2E2;
     scrollbar-darkshadow-color:#eaeaea;
     scrollbar-shadow-color:#B82E23;
     scrollbar-arrow-color:#B82E23;
     scrollbar-track-color:#E2E2E2;
} 

hr.linea {
border: 1px dotted #7073A8;
background-color: #7073A8;
height:1px;
}

td.linea2 {
border:1px dotted #7073A8;
background-color: #7073A8;
height:1px;
}

textarea, input, select {
font-family:Tahoma, Arial, Verdana, sans-serif;
font-size:11px;
color:#333333;
width:180px;
background-color:#eaeaea;
border:1px solid #999999;
}

td.tirita {
background-color:#7073A8;
}

input.enviar {
width:75px;
margin-left:4px;
}