BODY {
	cursor: auto;
	color: #000000;
 	font-size: 11px;
 	font-family: "Trebuchet MS";
	text-align: justify;
 	text-decoration: none;
	line-height: 180%;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
    background-color: #ffffff;
}

a:link { text-decoration: none; color: #b17871;  }
a:active { text-decoration: none; color: #b17871; }
a:visited { text-decoration: none; color: #b17871;}
a:hover { color: #3b001f; cursor: help; text-decoration: none;  }

.contenido {
	background-color: #FFF;
}

h1 {
	color: #460029;
 	font-size: 20px;
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: justify;
	line-height: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
	
.input { 
	cursor: auto;
	color: #000000;
 	font-size: 15px;
 	font-family: "Trebuchet MS";
 	text-decoration: none;
	text-shadow: #F00;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	background-image: url(imagenes/fondo.jpg);
	border: 0px solid #000000;
	border-top: 0px solid #9e85a6;
	border-left: 10px solid #272225; 
	border-right: 0px solid #dadada; 
	border-bottom: 0px solid #272225; 
}
