@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin:0px;
	padding:0px;
	color:#000;
	background-image:url("../img/bgdc.jpg");
	background-repeat: repeat;
	text-align: center;
}
h1{
	font-size: 18px;
	font-family: tahoma;
}
a{
	color:#00F;
	text-decoration:none;
} 
a:hover{
			
}
div{
	/*border: 1px solid black;*/
}	
#menu{
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}
#menu a{
	text-transform: capitalize;
	margin: 10px 10px;
	border: 0px solid #EEE;
	text-decoration: underline;
}
#menu a:hover{
	background-color: #fff;
	color: red;
}
#contenido{
	width: 850px;
	margin: 0 auto;
	text-align: justify;
	
	margin-top: 15px;
	padding: 15px;
	background-color: #FFF;
}
#contenido form input{
	padding: 1px;
	font-size: 18px;
	font-weight: bold;
}
#contenido a{
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #fff;
}
#contenido a:hover{
	background-color: #DDD;
}
#footer{
	font-weight: bold;
	padding-top: 10px; 
}
#servidor{
	text-align: right;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#servidor a{
	color: white;
}
#servidor a:hover{
	color: black;
}
	
