/* @override http://www.gordoncomputacion.com.ar/style.css */

/* @override http://www.gordoncomputacion.com.ar/style.css */

body {
	background-color: #c3c6cb;
	color: #2d5e8d;
	font: 10px Trebuchet, "Trebuchet MS";
	margin: 20px 0;
	text-align: left;
}

a {
	color: #64c897;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #97fbca;
}

h1 {
	font-size: 32px;
	color: #a6c6db;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #31637e;
}

a img {
	border-style: none;
}

#wrap {
	background-color: #2c5875;
	width: 960px;
	border: 5px solid #fff;
	margin: 0px auto -1px auto;
	border-bottom-style: none;
	padding-bottom: 100px;
}

#wrap p {
	color: #a6c6db;
	font: 16px Trebuchet, "Trebuchet MS";

}

#header {
	text-align: left;
	padding-left: 30px;
	white-space: normal;
	unicode-bidi: normal;
}

#header img {
	margin-right: 150px;
	vertical-align: middle;
}

#slide {
	background-color: #b29568;
	border-top: 2px solid #354966;
	margin: 0;
	height: 275px;
	padding-top: 5px;
	width: 960px;
}

p.white {
	color: #fff;
	font-size: 16px;
}

#content {
	padding-right: 30px;
	padding-left: 30px;
}

#ofertitulo {
	width: 460px;
	float: right;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
}

#ofertas {
	background-color: #e1e6df;
	color: #333;
	border: 3px solid #fff;
	list-style-type: none;
}

#ofertas ul {
	font-size: 13px;
	list-style-type: square;
}

#ofertas p {
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;
	color: #ba2c2b;
	font-size: 12px;
}

#mapa {
	float: left;
	margin-right: 30px;
	font-size: 15px;
}

#contacto {
	width: 460px;
	margin-left: 420px;

}

#contacto p {
	font-size: 14px;
}

#form {
    width: 430px;
    background-color: #e1e6df;
	color: #333;
	border: 3px solid #fff;
	margin: 0;
	text-align: left;
	padding: 20px;
    overflow: auto;
	font-size: 16px;
	line-height: 20px;
}

#form div.message-text {
	font-weight: bold;
}

#form input.form-input-field {
	color: #333;
	font: 13px Trebuchet, "Trebuchet MS";
	border-style: none;
padding: 5px;
	float: right;
	width: 320px;
}

textarea {
	float: right;
	color: #333;
	font: 13px Trebuchet, "Trebuchet MS";
	border-style: none;
	padding: 5px;
	margin: 0;
		width: 320px;
}

input.form-input-button {
	width: 80px;
	height: 40px;
	border-style: none;
	background-color: #ba2c2b;
	color: #fff;
	font: 20px Trebuchet, "Trebuchet MS";
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	float: right;
	margin-left: 330px;
	margin-top: 10px;
}

input.form-input-button:hover {

	background-color: #cb6a66;
	cursor: pointer;
}

form h4 {
	margin: 0;
}

#footer {
	background-color: #b29568;
	width: 960px;
	border: 5px solid #fff;
	height: 162px;
	border-top-style: none;
	margin: 0 auto -1px;
}

address {
	display: none;
}
