@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E2E2E2;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.head {
	height: 128px;
	width: 950px;
	margin-bottom: 5px;
}
.banner {
	height: 249px;
	width: 950px;
	margin-bottom: 5px;
}
.pie {
	height: 32px;
	width: 950px;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	color: #666;
	margin-bottom: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formContacto {
	background-image: url(../img/mapa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.txt_campo {
	margin-left: 3px;
}

.buscar {
	background-color: #CBDAE7;
	padding: 4px;
	width: 335px;
	margin-top: 10px;
}
