BODY {
	cursor: auto;
	color: #ffffff;
 	font-size: 11px;
 	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
 	text-decoration: none;
	line-height: 180%;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
    background-color: none;
}

a:link { text-decoration: none; color: #fffc00; font-variant: small-caps;  }
a:active { text-decoration: none; color: #fffc00; font-variant: small-caps; }
a:visited { text-decoration: none; color: #fffc00; font-variant: small-caps;}
a:hover { color: #fffc00; cursor: help; text-decoration: none; font-variant: small-caps;  }

.contenido {
	background-color: #000;
}

.contenido2 {
	background-color: #dcd7d1;
}

h1 {
	color: #dcd7d1;
 	font-size: 25px;
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}


h2 {
	color: #000000;
 	font-size: 11px;
 	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
 	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; 
}
