/* body { */
/*	background-color: #ffffff; /* #019001 */
/* } */
body {
	background-image: url("images/plano.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color: #ffffff;
  }
.usr
{
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */
	font-weight: bold;
	text-align:right;
}
.textotitulo
{
	font-family: Verdana; /* font name */
	font-size: 12; /* font size */
	font-weight: bold;
	text-align:center;
}
.footer
{
	/* 
	position: absolute;
	bottom: 0; */
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
	font-weight: bold;
	text-align: center;
}
.obligatorio
{
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.elemaq_cabecera
{
	font-family: Arial; /* font name */
	font-size: 16; /* font size */
	font-weight: bold;
	text-align: left;
	color: #2957A4;
	text-transform: uppercase;
	vertical-align: top;
}
.elemaq_cuerpo
{
	/* 
	position: absolute;
	bottom: 0; */
	font-family: Verdana; /* font name */
	font-size: 12; /* font size */
	font-weight: bold;
	text-align: center;
}