/* CSS Document */



#contenido{
	background-color:black;
	height:100%;
	width:50%;
	border:groove;
	border-color:#000093;
	padding:1em 1em 1em 1em;
	text-align:center;
	margin-left:25%;
	margin-top:60px;
	

	
}

#contenido form{ color:white;
					font-family:Verdana, Geneva, sans-serif;
					font-size:18px;
					font-weight:bold;}
					
#formulario{
	
	border:groove; border-color:#000093; padding:1em 1em 1em 1em;
	
	
	}
	

#texto{
	border:groove; border-color:#000093; padding:1em 1em 1em 1em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:left;
}

#texto ul{
	text-align:left;
	}