/* CSS Document */

html {
scrollbar-3dlight-color:#ffffff; 
scrollbar-darkshadow-color:#FFFFFF; 
scrollbar-highlight-color: #999999; 
scrollbar-shadow-color:#999999; 
scrollbar-arrow-color:#999999; 
scrollbar-face-color:#999999; 
scrollbar-track-color:#FFFFFF; 

} 

body {
	margin: 0;
	font: 12px Arial, Georgia, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../img/SAND.jpg);
	
}
td.fondo {
	width: 810px;
	height: 545px;
	background-image: url(../img/fondo.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

#scrollProyecto {	
	width:350px; 	
	height:190px; 	
	/*background-color:#F6F0F0*/;
	overflow: auto;
	padding: 5px;
	text-align:left;
	margin: 210px 130px 0 0;
	/*border: 1px;
	border-left: thin solid  #FA6570;
	border-top: thin solid  #FA6570;
	
	border-bottom: thin solid  #FA6570;*/
}
#menu {	
	
	overflow: auto;
	padding: 5px;
	text-align:left;
	margin: 210px 30px 0 0 ;
}

.firma{
	font: 10px bold Arial,Verdana, Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	
	
}

.firma a{color:#FFFFFF;}

.firma a hover{color:green;}
/********************************************************************/  

