@charset "utf-8";
/* CSS Document */

body {
	background-color:#e7e7e7;
	margin-top: 0%;
}


a:link {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


a:active {
	text-decoration: none;
	text-align: right;
}

.imagenBorde {
	border:1px solid #000
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

.textoAyuda {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3697b3;
	font-weight:bold;
	
}


