/* CSS Document */
body{
	margin:0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color:#000000;
	font-size:13px;
	background-color:white;}

table{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color:#000000;
	font-size:13px;}

.img{ 
	border:solid; 
	border-width:2px; 
	border-color:#CCCCCC}

.campo{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:11px;}

.titulo{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:15px;
	font-weight:bold;}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:visited:hover {
	color: red;
	text-decoration:none;
}

input {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size:11px;
	border:1px solid gray;
	background-color: white;
	color: #000000;
}