/* CSS Document */

body{
	margin: 20px;
	background-image: url(../img/fon.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
}
div label {
  display: block;
  font-size: 0.8em;
}
div {
  margin-bottom: 0.5em;    
}
input.invalid {
  background-color: #FFEAFF;
}
strong.error {
  color: red;
}
img {
border:0;
}
.activo{
	text-decoration: underline;
	color: #003366;
}
.entrar{
	}
	
a active{
	text-decoration: underline;	
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.inputs{
	font-family: Georgia, "Times New Roman", Times, serif;
}
table{
	background-color: #eeeeff;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
td{
	border: 1px solid #000000;
}


		a { color:#00f; }

.ejemplo{
	font-size: 10px;
}

