body{
background-color: white;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#869ED8;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#869ED8;
scrollbar-arrow-color:#869ED8;
scrollbar-track-color:#E0E0E0;
margin: 0px;
}
a {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D1DBF0;
	text-decoration: blink;
}
.tdi{
	background-image: url(./img/edificio.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: White;
	 color: White;

}
.tdd{
	background-image: url(./img/pico.jpg);
	background-repeat: no-repeat;
	background-position: top right;
   color: #466BC3;
	text-align: justify;
	font-size: 18px;
}
.Titulo {
	font-size: 20px;
	color: #466BC3;
	FILTER: Shadow(Color=#dddddd); position:absolute;
}
.fondoimg{
	background-image: url(./img/fondoimg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

select, input, textarea {	
	background-color: #E0F9E0;
}