/* CSS Document */

body {
	background-image: url(img/envio-mail.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #1D5584;
}
h2 {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content {
	
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.caja{
	width: 200px;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: normal;
	color: #333333;
}
.close{
	margin-top: 50px;
}
