	body {
		color: black;
		background-color: #FCFCFC; /* fondo de pantalla */
		font-family: Verdana, "Times New Roman", Times, serif;  
		font-size: 18px;
		}
	
	table {
		border-width: 0; 
		width: 100%;
		background-color: #F0F0F0; /* fondo de TR (tabla) */
		border-collapse:separate;
		border:solid #000000 1px; /* fondo de filito de TR (tabla) */
		border-radius:10px;
		}
		 
	table.interna {  
		border-width: 0; 
		width: 100%;
		background-color: #F0F0F0; /* fondo de TR (tabla) */
		border-collapse:separate;
		border:solid #000000 1px; /* fondo de filito de TR (tabla) */
		border-radius:10px;
		}

	table.marco { 
		border-width: 0; 
		margin-left:auto; 
		margin-right:auto;
		margin-top:10;
		background-color: #BEBEBE; /* fondo de tabla principal */
		box-shadow: 10px 5px #4F4F4F; /* sombra de tabla principal */
		}

@media (min-width: 800px) {table.marco { width: 800px; }}
		
		
	label.subtitulo {
		font-size: 16;
		font-weight: bold;
		color: #4F4F4F;
		}

	td { font-size: 20; }
	
@media (max-width: 800px) { td { font-size: 16; }}

		
	label.alarma {
		font-size: 16;
		font-weight: bold;
		color: #FF0000;
		}		
		
	label.instrucciones {
		font-size: 10;
		text-align: center;
		font-weight: bold;
		color: #FF0000;
		}		

	label.instruccionesAZ {
		font-size: 10;
		text-align: center;
		font-weight: bold;
		color: #0000FF;
		}		

		input[type=number] {
		width: 70;
		}	 
		 
	H1 {
		color: #4F4F4F;
		background-color: #F0F0F0;
		text-align: center;
		}

	H2 {
		font-size: 14;
		color: #4F4F4F;
		background-color: #F0F0F0;
		text-align: left;
		}

	input[type=submit] {
		background: url('enviar.png');
		border: 0;
		border-radius:10px;
		box-shadow: 10px 5px #555555;
		display: block;
		height: 36px;
		width: 105px;
	}
	
	input[type: text] {
		size: 40px;
	}
	
@media (max-width: 800px) { input[type: text] { size: 20px; }}
	