/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-repeat: repeat-x;
	background-color: #666666;
}

.piedepagina
{
	color: #FFFFFF;
	font-weight: bold;
}
.contenido, ul, li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: justify;
}
#piedepagina
{
	margin-left: 10px;
}
#contenido
{
	margin: 5px;
}
input, select, textarea 
{ 
	font-size: xx-small; 
	font-family: Verdana,Arial 
}
h1
{
	font-size: 22px;
	text-shadow: 0.05em 0.05em 0.05em #EEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 3px;
	width: 90%;

}
h2
{
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	color: #FFFFFF;
}
a
{
	text-decoration:underline;
	color: #000000;
}
a:hover
{
	text-decoration:none;
	color: #333333;
}
a.visited
{
	text-decoration:underline;
	color: #000000;
}
