html, body {
	margin: 0px;
	padding: 0px;
	background: url(../img/fondo.jpg) repeat-y #014f86;
	color: #16435e;
	font: small/1.5em "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

a img {
	border: none;
	}

img {
	border: none;
	}

/* Layout */

#wrapper {
	width: 760px;
}

#column {
	float: right;
	width: 413px;
	margin: 0;
	margin-left: 0px;
}

#content {
	margin-right: 413px;
	padding: 0px 20px 20px 20px;
}

#content_cover {
	padding: 0;
	margin-right: 413px;
}

#footer {
	clear:  both;
	margin-top: 0px;
	text-align: center;
	font-size: 75%;
	line-height: 75%;
	font-weight: bold;
}

#footer a {
	clear:  both;
	margin-top: 0px;
	text-align: center;
	font-size: 75%;
	line-height: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #da0c18;
}

#footer a:hover {
	clear:  both;
	margin-top: 0px;
	text-align: center;
	font-size: 75%;
	line-height: 75%;
	font-weight: bold;
	color: #da0c18;
	text-decoration: underline;
}

/* Form */

#formulario {
	
}

.form_text {
	width: 100%;
}

.form_comments {
	width: 100%;
}

.form_submit {
	
}

#gracias {
	font-weight: bold;
	text-align: center;
	background: url(../contacto/img/gracias.gif) no-repeat center top;
	height: 116px;
	color: #ffffff;
}

#oferta  {
	width: 628px;
	margin: 25px auto;
}

#oferta a  {
	width: 628px;
	height: 82px;
	text-indent: -9999px;
	display: block;
	background: url(../oferta-banner.jpg) no-repeat;
}


