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

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

.color{
	color: red;
}

.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;
}



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

.formulario{
	width: 500px;
	height: 320px;
	padding: 10px;
	background-color: #E5E8E8;
	color: black;
	top: 43%;
	left: 50%;
	position: absolute;
	margin-left: -200px;
	margin-top: -185px;
}


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


.dato{
	color: black;
}

.text-label {
    color: #cdcdcd;
    font-weight: bold;
}

section#formulario2{
	position: absolute;
	width: 350px;
	height: 440px;
	padding: 10px;
	background-color:#C0C0C0 ;
	color: black;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -200px;
	margin-top: -300px;
	border-radius:20px; 
}


/*ventana modal licencia*/
.modal{
	width: 100%;
	height: 100vh;
/* background: rgba(0,0,0,0.8);*/
	position: absolute;
	top: 0;
	left: 0;

}





