/*  
Theme Name: Mercotank
Theme URI: http://www.mercotank.cl
Description: Tema para mercotank	
Version: 1
Author: 2litros > raimundo illanes y tomás bascuñan
Author URI: http://www.2litros.cl/
*/

@import url('reset.css');

/*------ estilos base ------*/


html, body {
	color: #fff;
	margin: 0px;
	text-align: center;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #556364 url(images/fondo.jpg) repeat-x;
	padding: 0;
}

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

a:active, a:hover {
	color: #e1e1e1;
	text-decoration: underline;
}

img {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	letter-spacing: -2px;
	color: #f5b314;
	text-align: left;
	text-transform: uppercase;
	font: bold 2.8em/120% "Helvetica Neue", Arial, sans-serif;	
}

h1 a {
	color: #f5b314;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
	color: #f5b314;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	letter-spacing: -2px;
	color: #e1e1e1;
	text-align: center;
	font: bold 2.2em/120% "Helvetica Neue", Arial, sans-serif;
}

h3 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	letter-spacing: -2px;
	color: #e1e1e1;
	text-align: left;
	font: bold 2.2em/120% "Helvetica Neue", Arial, sans-serif;
}

p {
	color: #e1e1e1;
	text-align: left;
}

/* ------ estilos para las cajas ------ */

#header_wrap {
	/*background: #006365 url(images/header.jpg) repeat-x 0 bottom;*/
	width: 100%;
	float: left;
	height: 35px;
	margin-top: 10px;
}

#header {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#content_wrap {
	width: 100%;
	float: left;
}

#wrap {
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 25px;
	width: 1000px;
}

#content {
	width: 620px;
	float: left;
	margin-bottom: 30px;
}

#content p {
	font-size: 16px;
}

#sidebar {
	width: 270px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0 0 16px;
	padding: 0;
	list-style-type: none;
}

#footer_wrap {
	width: 100%;
	float: left;
}

#footer {
	width: 1000px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#footer_logo {
	width: 250px;
	float: left;
	margin-bottom: 40px;
}

#footer_text {
	width: 700px;
	float: right;
	margin-top: 8px;
}

#search {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------ estilos para las columnas ------*/

#col1 {
	width: 340px;
	float: left;
	background-position: 0 bottom;
}

#col1 h1 {
	display: none;
	visibility: hidden;
	text-align: right;
}

#col1 img {
	text-align: right;
}

#col2 {
	width: 280px;
	float: left;
	background-position: 0 bottom;
	margin-right: 10px;
	margin-left: 10px;
}

#col2 h1 {
	visibility: hidden;
	display: none;
	padding-right: 20px;
	text-align: center;
}#col3 {
	width: 340px;
	float: left;
	background-position: 0 bottom;
}

#col3 h1 {
	visibility: hidden;
	display: none;
}

/*------ estilos para el header ------*/#header ul {
	margin-left: 154px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	list-style: none;
	padding: 0;
	color: #e1e1e1;
	display: inline;
}

#header li {
	text-align: left;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0;
	display: inline;
}

#header li a {
	color: #e1e1e1;
	text-decoration: none;
	height: 1%;
	font: bold 14px/120% "Helvetica Neue", Arial, sans-serif;
	padding: 5px;
}

#header li a:hover,
#header li#active a:hover {
	color: #f5b314;
}

/* ------ estilos para la col 1 ------ */

#camion1 {
	width: 330px;
	height: 265px;
	float: left;
	margin-top: 60px;
}


/* ------ estilos para la col 2 ------ */

#camion2 {
	width: 260px;
	height: 320px;
	float: left;
}



/* ------ estilos para la col 3 ------ */

#camion3 {
	width: 330px;
	height: 265px;
	float: left;
	margin-top: 60px;
}



/*------ estilos para el form ------*/

#formulario input {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 0;
	padding-top: 2px;
	width: 190px;
	font: 14px Arial, Helvetica, sans-serif;
}

#formulario textarea {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 0;
	padding-top: 2px;
	width: 190px;
	font: 14px Arial, Helvetica, sans-serif;
}

#formulario h1 {
	line-height: 120%;
	padding: 0px;
	margin: 0px;
	letter-spacing: -2px;
	font: bold 1.5em/150% "Helvetica Neue", Arial, sans-serif;
}

button {
	margin: 2px 0 0;
	padding: 8px 30px;
	clear: both;
	background: #f5b314;
	text-align: center;
	color: black;
	border: 2px solid #000;
	font: bold 1em "Helvetica Neue", Arial, sans-serif;
}

button:hover {
	background: #b7850f;
	color: #000;
}

/* ------ etilos para el buscar ------ */

#searchForm input {
	width: 190px;
	padding: 4px 0 4px 6px;
	font: 14px Arial, Helvetica, sans-serif;
}

/* ------ estilos para calidad ------ */

.izquierda {
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
	width: 300px;
}

.entry ul {
	text-align: left;
	list-style-type: disc;
	margin: 0 0 0 16px;
	padding: 0;
}

.izq {
	margin-top: 20px;
	float: left;
	width: 300px;
}

.der {
	margin-top: 20px;
	float: left;
	width: 300px;
	margin-left: 20px;
}

.derecha {
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
	width: 620px;
	margin-left: 30px;
}

.der p {
	text-align: center;
}

.izq p {
	text-align: center;
}

.izquierda img {
	border: 4px solid #f5b314;
}

#content img {
	border: 4px solid #f5b314;
}


/* ------ mapa ------ */

.caja {

	float: right;
	border-color: #f5b314;
	border-style: solid;
	border-width: 5px;
	margin-left: 30px;
	margin-top: 10px;
	width: 690px;
}

#form {

	float: left;
	width: 200px;
}

/* ------ estilos para el footer ------ */

#footer p {
	font-size: 11px;
	color: #ededed;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 140%;
}

#footer a {
	color: #f5b314;
	font-weight: bold;
	text-decoration: none;
}

/* ------ resets ------ */

.clear {
	clear: both;
	margin: 0px 0px 0px 0;
}



