BODY {
	cursor: auto;
	color: #000000;
 	font-size: 12px;
 	font-family: "Trebuchet MS";
	text-align: justify;
 	text-decoration: none;
	line-height: 180%;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
    background-color: #ffffff;
}

a:link { font-size: 12px; text-decoration: none; color: #6d6b68; font-variant: small-caps; border-bottom: 2px solid #cddbd7; margin: 2px; background-color: #edebe9; }
a:active { font-size: 12px; text-decoration: none; color: #6d6b68; font-variant: small-caps; border-bottom: 2px solid #cddbd7; margin: 2px; background-color: #edebe9; }
a:visited { font-size: 12px; text-decoration: none; color: #6d6b68; font-variant: small-caps; border-bottom: 2px solid #cddbd7; margin: 2px; background-color: #edebe9; }
a:hover { font-size: 12px; color: #6d6b68; cursor: help; text-decoration: none; border-bottom: 2px solid #cddbd7; margin: 2px; background-color: #edebe9; }

.contenido {
	background-image: url(imagenes/fondo1.jpg);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
}

.input { 
	cursor: auto;
	color: #000000;
 	font-size: 12px;
 	font-family: "Trebuchet MS";
 	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	background-image: none;
	background-color: #edebe9; 
	border: 0px solid #000000;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff; 
	border-right: 0px solid #ffffff; 
	border-bottom: 2px solid #cddbd7; 
}