/* ------------------------------------------------------------------- */
/* body_txt */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/fondo_mapfre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.body {
	font-family: Andalus;
	font-size: 1em;
	color: #333;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-indent: 10px;
	margin: 0px;
	padding: 5px;
	text-decoration: none;

}
.cabecera {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
a:link, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active   {
	color: #333333;
	text-decoration: underline;
}
#formulario {
	position:absolute;
	width:100%;
	height:385px;
	background-color:#FFFFFF;
	layer-background-color:#CCC;
	border:1px none #000000;
	z-index:1;
	background-image: url(../images/fondo_mapfre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 81px;
	left: 0px;
}

/* ------------------------------------------------------------------- */

