/* CSS Document */

	body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		line-height:1.8em;
		}
	input{
		text-align:center;
		color:#666666;
		background-color:#FFFFFF;
		border:1px dashed #66B3FF;
	
		}
	a{
		color: #0066FF;
		text-decoration: none;
		}
	a:hover{
		text-decoration:underline;
		}

	#resultadoEjercicio{
		margin-bottom:10px;
		padding:3px;
		text-align:center;
		vertical-align:middle;
		border:1px dashed #0066FF;
		color:#0066FF;
		}
	fieldset{
			margin: 5px 0 0 0;
			border:1px dashed #0099FF;
			background-color:#EDF7FE
		}
	.botonFormulario{
		font-weight:bold;
		border:1px solid #CCCCCC;
		background-color:#F2F2F2
		}
	.inputError{
		color:#FF0000;
		border: 1px dashed red;
		}	
	.txtRojo {color:#FF0000; }
	.txtVerde {color: #009933; }
	.negrita{ font-weight:bold; }
	.tachado{ text-decoration:line-through; }
	.txt16px { font-size:16px; }