@charset "utf-8";
/* CSS Document */
/*body{
	background-color:#ededed;
}

div#cabecera
{
	border-bottom:#c90119 6px solid;
	margin-bottom:50px;
	padding-top:20px;
}

div#cabecera h1
{
	margin:0px;
	color:#666;

}



div#cuerpo{
	background: url(../img/Fondo.gif) repeat-y center;
	margin-left:auto;
	margin-right:auto;
	width: 918px;
	border-bottom:#999 2px solid;
	padding:10px 0px 50px 75px;
	}
*/
div#pie
{
	padding:10px 0px 10px 75px;
	font-size:9px;
}

div#address
{
	margin-top:25px;
}

div#formulario{
	float:left;
	width:314px;
	margin-right:50px;
}

div#formulario h4{
	margin-bottom:12px;
	font-weight:normal;
	font-size:15px;
	
}

div#previewFirma{
	float:right;
	width:487px;
	margin-top:50px;
}

.cursiva{
	font-style:italic;
}

.negrita{
	font-weight:bold;
}

.centrado
{
	text-align:center;
}

br.clear{
	clear:both;
}

