*{
	margin: 0px;
	padding: 0px;
}

/* quitar el enlace a los hipervinculos*/
a:link   {   
 text-decoration:none; 
 color: black;  
}  



.contenido{
	width: 800px;
	height: 1200px;
	background-color: white;
	border: solid 2px #999;
	margin: auto;
	font-family: Arial;
	padding: 20px;
}

/*para el input*/
.input{
	font-family: Arial;
	font-size: 12px;
	color: white;
}



.ventana2{
	width: 90%;
	height: 110%;
	color: black;
	position: fixed;
	top: 0;
	left: 0;
	display: none;


}


.form{
	width: 390px;
	height: 420px;
	padding: 10px;
	background-color: #E5E8E8;
	color:  black;
	
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -175px;
	margin-top: -175px;

	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -200px;
	margin-top: -300px;

	border-radius:20px;


}


.cerrar2{
	color: red;
	font-weight: 900;
	text-align: right;
}

.dato{
	color:  black;
}



.table2{
	  border: #0D2878 3px solid;
}