body {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: Arial, Helvetica;
	font-size:12px;
	color: #333333;
	text-align:center
}

p: {
	margin:0;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #990033;
}
a:active {
	text-decoration: none;
}
		.top {
			background-image: url("images/bgTop.jpg");
			background-repeat: repeat-x;
			margin:0 auto;
		}
		
		.titulo {
			font-family: Arial, Helvetica;
			font-size: 18px;
			font-weight: bold;
			color: #dd2116;
			text-align: left;
			height:40px;
			padding:10px;
		}

			.instrucciones {
				background-image: url(images/bgCaja.gif);
				background-repeat: no-repeat;
				background-position: center center;
			}		
			
		.texto {
			padding: 10px;
			font-family: Arial, Helvetica;
			font-size: 11px;
			text-align: justify;
		}
.preguntas {
	font-style: italic;
	font-weight: bold;
}

		
		.registro {
			font-family: Arial, Helvetica;
			font-size: 12px;
			color: #333333;
			background-image: url("images/imgInput.gif");
			background-repeat: repeat-x;
			border: 1px solid #999999;
			padding-left: 4px;
		}
		
		
		.copy {
			text-align: center;
			width:100%;
			display:block;
			margin: 0 auto;
			padding-top:8px;
			color: #990000;
			float:left;
			clear:both;
		}
.certifica {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
