html { font-size: 16px; /* IE hack */ }
body {
	font-size: 62.5% !important;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bgd.gif) top center repeat-x #080b0c;
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #0c447f;
}
p {
	margin: 1.2em 0;
	line-height: 1.2em;
}
address {
	font-variant: small-caps;
	font-style: normal;
	margin: 10px 0;
	line-height: 1.2em;
}
.hide {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -2000em;
	left: -2000em;
}
.clear {
	clear: both;
	float: none;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0 !important;
	padding: 0 !important;
}
.vcard {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 100% !important;
}
.error {
	background: url(../images/error_bgd.gif) bottom right no-repeat #cc0000;
	padding: 5px !important;
	margin: 10px 0 !important;
	color: #fff;
	float: none !important;
	width: 100% !important;
}
.success {
	background: url(../images/success_bgd.gif) bottom right no-repeat #248e38;
	padding: 5px !important;
	margin: 10px 0 !important;
	color: #fff;
	float: none !important;
	width: 100% !important;
}	
	.error ul {
		margin: 5px 0;
		padding: 0;
	}
	.error p, .success p {
		margin: 1em 0;
		font-weight: bold;
		font-size: 1.5em;
	}
div#faux_bgd {
	background: url(../images/faux_bgd.jpg) top center no-repeat;
	width: 100%;
}
div#canvas {
	width: 960px;
	margin: 0 auto;
	background: url(../images/canvas_bgd.jpg) repeat-y top center #fff;
	position: relative;
}
div#menu {
	width: 960px;
	background: url(../images/menu_inner_bgd.jpg) top center repeat-x;
	height: 81px;
	position: absolute;
	top: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	z-index: 10;
}
	div#menu h1, div#menu h1 a {
		background: url(../images/logo_salcoloma.gif);
		width: 402px;
		height: 136px;
		position: absolute;
		left: 34px;
		top: -150px;
	}
	html>body div#menu h1, html>body div#menu h1 a {
		background: url(../images/logo_salcoloma.png);
	}
		div#menu h1 a {
			left: 0;
			background: none !important;
			top: 0;
		}
		div#menu h1 strong {
			position: absolute;
			top: -2000em;
			left: -2000em;
		}
	div#menu ul {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 10px;
	}
		div#menu ul li {
			/*width: 8em;*/
			float: left;
			text-align: center;
			border-bottom: 1px solid #b6b6b6;
		}
			div#menu ul li h2 {
				font-size: 1.2em;
				text-transform: lowercase;
				padding-bottom: 1em;
			}
				div#menu ul li h2 a {
				}
				div#menu ul li h2 a:hover, div#menu ul li h2 a.active {
					padding-bottom: 0.5em;
					border-bottom: 5px solid #b6b6b6;
				}
	div#menu div#submenu {
	}
		div#menu div#submenu ul {
			margin: 0;
			padding: 0;
			position: absolute;
			right: 10px;
			top: 45px;
		}	
		div#menu div#submenu ul li {
			float: left;
			text-align: center;
			border: 0;
		}
			div#menu div#submenu ul li h3 {
				font-size: 1.2em;
				text-transform: lowercase;
				padding-bottom: 1em;		
			}	
				div#menu div#submenu ul li h3 a {
					color: #6f6f6f;
					padding-bottom: 0.2em;
				}
				div#menu div#submenu ul li h3 a:hover, div#menu div#submenu ul li h3 a.active {
					border-bottom: 5px solid #6f6f6f;
				}
div#menu.isHome {
	width: 960px;
	background: url(../images/menu_bgd.jpg) top center repeat-x;
	height: 101px;
	position: static;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
	div#menu.isHome h1, div#menu.isHome h1 a {
		background: url(../images/logo_salcoloma.gif);
		width: 402px;
		height: 136px;
		position: absolute;
		left: 34px;
	}
	div#menu.isHome h1 {
		top: 0;
	}
	html>body div#menu.isHome h1 {
		background: url(../images/logo_salcoloma.png);
	}
		div#menu.isHome h1 strong {
			position: absolute;
			top: -2000em;
			left: -2000em;
		}
	div#menu.isHome ul {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 20px;
	}
		div#menu.isHome ul li {
			/*width: 8em;*/
			float: left;
			text-align: center;
			border-bottom: 1px solid #b6b6b6;
		}
			div#menu.isHome ul li h2 {
				font-size: 1.2em;
				text-transform: lowercase;
				padding-bottom: 1em;
			}
				div#menu.isHome ul li h2 a {
				}
				div#menu.isHome ul li h2 a:hover, div#menu ul li h2 a.active {
					padding-bottom: 0.5em;
					border-bottom: 5px solid #b6b6b6;
				}
	div#menu.isHome div#submenu {
	}
		div#menu.isHome div#submenu ul {
			margin: 0;
			padding: 0;
			position: absolute;
			right: 10px;
			top: 60px;
		}	
		div#menu.isHome div#submenu ul li {
			float: left;
			text-align: center;
			border: 0;
		}
			div#menu.isHome div#submenu ul li h3 {
				font-size: 1.2em;
				text-transform: lowercase;
				padding-bottom: 1em;		
			}	
				div#menu.isHome div#submenu ul li h3 a {
					color: #6f6f6f;
					padding-bottom: 0.2em;
				}
				div#menu.isHome div#submenu ul li h3 a:hover, div#menu div#submenu ul li h3 a.active {
					border-bottom: 5px solid #6f6f6f;
				}
div#flash-container {
	position: relative;
	top: 0;
	width: 960px;
	height: 150px;
	margin-bottom: 100px;
	display: block;
	clear: right;
	background: url(../images/flash_bgd.jpg) no-repeat top center;
	z-index: 1;
}
	div#flash-container.nuestra-sal {
		background: url(../images/header_nuestra_sal.jpg) no-repeat top center;
	}
	div#flash-container.instalaciones {
		background: url(../images/header_instalaciones.jpg) no-repeat top center;
	}
	div#flash-container.aplicaciones {
		background: url(../images/header_aplicaciones.jpg) no-repeat top center;
	}
	div#flash-container.galeria {
		background: url(../images/header_galeria.jpg) no-repeat top center;		
	}
	div#flash-container.sal-coloma {
		background: url(../images/header_sal_coloma.jpg) no-repeat top center;
	}
	div#flash-container.novedades {
		background: url(../images/header_sal_coloma.jpg) no-repeat top center;
	}
div#flash-container.isHome {
	position: static;
	width: 960px;
	height: 307px;
	margin: 0;
	display: block;
	clear: right;
	background: none;
	/*background: url(../images/flash_bgd.jpg) no-repeat top center;*/
}
div#content {
	margin: 0 10px 0 10px;
	font-size: 1.2em !important;
	width: 620px;
	float: left;
	/*position: relative;
	top: 161px*/
}
	div#content div {
		font-size: 1.1em;	
		width: 300px;
		margin: 5px 0 5px 5px;
		float: left;
	}
	html>body div#content div {
		margin: 5px;
	}
	div#content div#main {
		/*font-size: 1.1em;*/
		width: 620px;
		margin: 0;
		float: none;
		background: url(../images/main_bgd.gif) top center repeat-x;
		/* nuevo */
		width: 600px;
		padding: 0 10px;
		margin-top: -29px;
		position: relative;
		z-index: 30;
	}
	div#content div#main.isHome {
		/*font-size: 1.1em;*/
		width: 600px;
		margin: 0;
		float: none;
		background: url(../images/main_bgd.gif) top center repeat-x;
	}	
	div#content div#main p.img-wrapper {
		float: left;
		margin: 17px 10px 10px 0;
	}
	div#content div#main p.img-wrapper img {
		border: 1px solid #B6B6B6;
	}
	div#content h3 {
		height: 50px;
		width: 250px;
		position: relative;
		display: block;
	}
	div#content h3.nuestra-sal {
		background: url(../images/h3_nuestra_sal.gif) no-repeat top left;
	}
	div#content h3.la-salina {
		background: url(../images/h3_la_salina.gif) no-repeat top left;
	}
	div#content h3.aplicaciones {
		background: url(../images/h3_aplicaciones.gif) no-repeat top left;
	}		
	div#content h3.sal-coloma {
		background: url(../images/h3_sal_coloma.gif) no-repeat top left;
	}		
	div#content h3.nuestra-historia {
		background: url(../images/h3_nuestra_historia.gif) no-repeat top left;
	}		
	div#content h3.ubicacion {
		background: url(../images/h3_ubicacion.gif) no-repeat top left;
	}		
	div#content h3.proceso-y-produccion {
		background: url(../images/h3_proceso_y_produccion.gif) no-repeat top left;
	}		
	div#content h3.tipos-de-sal {
		background: url(../images/h3_tipos_de_sal.gif) no-repeat top left;
	}		
	div#content h3.servicios-a-toda-espana {
		background: url(../images/h3_servicios_a_toda_espana.gif) no-repeat top left;
	}		
	div#content h3.nuestra-maquinaria {
		background: url(../images/h3_nuestra_maquinaria.gif) no-repeat top left;
	}		
	div#content h3.nuestra-logistica {
		background: url(../images/h3_nuestra_logistica.gif) no-repeat top left;
	}		
	div#content h3.contacto {
		background: url(../images/h3_contacta_con_nosotros.gif) no-repeat top left;
	}		
	div#content h3.noticias {
		background: url(../images/h3_noticias.gif) no-repeat top left;
	}		
		div#content h3 strong {
			position: absolute;
			top: -2000em;
			left: -2000em;
		}
	div#content h4 {
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		margin: 1.5em 0;
	}
	div#content h5 {
		font-size: 1em;
		font-weight: bold;
	}
	div#content div#gMap {
		float: none; 
		width: 100%;
		height: 300px;
		border: 2px solid #B6B6B6;
		margin: 0 !important;
		padding: 0 !important;
	}
		div#content div#gMap div {
			float: none;
			margin: 0;
			width: auto;
			font-size: 1em !important;
		}
		div#content div#gMap address {
			font-variant: normal;
			margin: 0;
		}
	div#content div.fullColumn {
		float: none; 
		width: 100%;
		margin: 4em 0 2em 0 !important;
		padding: 0 !important;
		background: url(../images/fullcolumn_bgd.gif) center left no-repeat;
		height: 173px;
	}
		div#content div.fullColumn div p {
			margin-top: 0.5em;
			font-size: 0.9em;
			vertical-align: baseline;
		}
		div#content div.fullColumn div p strong {
			position: relative;
			top: 1.0em;
			line-height: 1.5em;
			font-weight: normal;
		}
		div#content div.fullColumn div img {
			float: left;
			margin: 0 10px;
			vertical-align: baseline;
		}
div#aditional {
	width: 300px;
	float: left;
	text-align: center;
	font-size: 1.2em;
	margin-top: -29px;
	position: relative;	
	color: #333;
}
	div#aditional.isHome {
		margin-top: 1em;
	}
	div#aditional div#banner-aplicaciones {
		margin-top: 1em;
		height: 160px
	}
	div#aditional div.fullColumn p {
		border-bottom: 1px solid #efefef;
		padding-bottom: 5px;
		margin-bottom: 5px;
		height: 7em;
		text-align: left;
	}
	div#aditional div.fullColumn img {
		display: block;
		margin: 10px auto;
		border: 2px solid #efefef;
		/*****************/
		float: left;
		margin: 0 10px 10px 0;
		vertical-align: middle;
	}
	div#aditional div.fullColumn img.dos {
		display: block;
		margin: 10px auto;
		border: 2px solid #efefef;
		/*****************/
		float: right;
		margin: 0 0 10px 10px;
		vertical-align: middle;
	}	
div#credits {
	clear: left;
	display: block;
	background: url(../images/credits_bgd.jpg) top center no-repeat #fff;	
	height: 62px;
	min-height: 62px;
	width: 960px;
	position: relative;
}
	html>body div#credits {
		height: auto;
	}
	div#credits ul {
		position: absolute;
		right: 10px;
		top: 25px;
		border-top: 1px solid #B6B6B6;
	}
		div#credits ul li {
			float: left;
			margin: 0.5em 1em;
		}	
/* form */

form {
	margin: 0;
	padding: 0;
}	
	label {
		float: left;
		width: 10em;
		background: #B6B6B6;
		color: #fff;
		padding: 3px 2px;
		margin: 0 5px 0 0;
	}
	input, textarea {
		padding: 2px;
		width: 30em;
		border: 1px solid #B6B6B6;
	}
	textarea {
		width: 31em;
		height: 10em;
	}
	input#contactFormsubmit {
		border: 1px solid #B6B6B6;
		background: #fff;
		color: #0C447F;
		width: 5em;
	}	
div.noticias, div.noticias div {
	display: block;
	width: 600px !important;	
	float: none !important;
}
div.noticiashome h4 {
	margin: 15px 0 0 0 !important;	
}
div.noticiashome p.thumb-wrapper {
	float: left;
	margin: 1em 1em 1em 0;
}	
div.noticiashome p.thumb-wrapper img {
	border: 1px solid #0c447f;
}
div.noticias p.mid-wrapper {
	float: left;
	margin: 0 1em 1em 0;
	width: 200px;
}	
div.noticias p.mid-wrapper img {
	border: 1px solid #0c447f;
}
div.hr {
	float: none !important;
	display: block !important;
	width: 600px !important;
	height: 20px;
	margin: 1em 0;
	position: relative;
	background: url(../images/hr_bgd.gif) top left repeat-x;
}
div.hr hr {
	position: absolute;
	top: -9000em;
	left: -9000em;
}
p.small {
	font-size: 0.833333em;
	line-height: 1.8em;
}
/*************/
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}	
p.paginacion {
	display: block;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 1.5em;
	line-height: 1.5em;
	overflow: visible;	
	padding-bottom: 2px;
}
p.paginacion a {
	background: #fff;
	border: 1px solid #efefef;
	padding: 1px 5px;
}
p.paginacion strong {
	font-size: 120%;
}