*{
	color: #262626;
	font: 16px sans-serif;
	font-size:16px;
}


body{
	background-color:white;
}

.hoja{
  	  width: 30%;
	  margin:0 auto;
  	  padding: 1em;
  	  background-color:#7FFFD4;
  	  border: solid .3em #CCC;
	  box-shadow:0 0 1em 0 rgb(0,170,228);
}

.cabecera img{
		width: 80%;
		display:block;
		margin:auto;
}

.detalle{
		width: 100%;
} 

.detalle table{
		width: 100%;
}

.detalle .letra{
 		width: 24%;
		font-size:1em;
		text-align:right;
}

.detalle .borde{
			border:none;
			font-size:1.2em;
}

.detalle form input, select{
			border-radius: .2em;
   			border: 0.1em solid #39c;
			font-size:1em;
     			padding: .1em;
			width:80%; 			
}

input[type="submit"]{
			font-weight: bold;
    			background-color: #78F1F1;
			color: #000066;
			cursor: pointer;
			border:none;
}


@media screen and (max-width:992px){
		.hoja{
  	  		width: 80%;
		}
		.detalle form input, select{
			font-size:2.7em;
     			padding: .2em;
			width:80%; 			
		}
		.detalle .letra{
			font-size:2em;
		}
		.detalle .borde{
			border:none;
			font-size:2.5em;
		}

}
