/* HTML ELEMENTS */
body { 
	margin:0; 
	padding:0;
	background-color:#FFF;
}

.ocultar {
	display: none; 
}

.both {
	clear:both; 
	margin-bottom: 10px;
}

#envoltorio { 
	margin: auto; 
	width: 100%; 
	height: 100%;
}

#header {
	height:150px; 
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;

}

.logo a {
	display:block;
	width: 200px;
	height: 150px;
	margin: auto;
	background-image:url(../imagenes/logo_igwt.jpg);
	background-repeat: no-repeat;
}

.logo a:hover {
	display:block;
	width: 200px;
	height: 150px;
	margin: auto;
	background-image:url(../imagenes/logo_igwt_bn.jpg);
	background-repeat: no-repeat;
}

#menu {
	height: 60px;
	margin: auto;
	background-image: url(../imagenes/bg_menu.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

.menu_int {
	height: 40px;
	margin: auto;
	width: 460px;
}

.menu_int a {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	text-decoration: none;
	color: #01642E;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 16px;
	line-height: 32px;
	margin-top: 5px;
	text-justify: left;
	letter-spacing: 0.03em;
}

.menu_int a:hover {
	color: #666;
	background-image: url(../imagenes/bg_menu_int.jpg);
}

#contenedor {
	width: 980px;
	height:auto;
	margin: auto;
	margin-top: 10px;
}

.imagen_home {
	display: block;
	width: 440px;
	height:330px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	border: solid #FFF 3px;
	
	box-shadow: 2px 2px 7px #999;
	-webkit-box-shadow: 2px 2px 7px #999;
 	-moz-box-shadow: 2px 2px 7px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

.text_home {
	display: block;
	float: left;
	width: 470px;
	height:auto;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 18px;
	color:#666;
	text-align: justify;
}

.imagen_productos {
	display: block;
	width: 300px;
	height:225px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
	border: solid #FFF 3px;
	box-shadow: 2px 2px 7px #999;
	-webkit-box-shadow: 2px 2px 7px #999;
	-moz-box-shadow: 2px 2px 7px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

.text_productos {
	display: block;
	float: left;
	width: 500px;
	height:225px;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 18px;
	color:#666;
	text-align: justify;
	margin-bottom: 10px;
}

.linea {
	display: block;
	width: 860px;
	height: 1px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../imagenes/linea-horz.jpg);
	clear: both;
}

#pie {
	height: 20px;
	margin: auto;
	margin-top: 30px;
	padding: 20px;
	background-color: #01642E;
}

#pie p {
	display: block;
	width: 700px;
	height: 20px;
	margin: auto;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pie p a {
	color: #FFF;
	text-decoration: underline;
}

#pie p a:hover {
	color: #FFF;
	text-decoration: none;
}




.text_formulario {
	display: block;
	width: 700px;
	height:60px;
	margin: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 18px;
	color:#666;
	text-align: center;
	margin-bottom: 10px;
}

.contenido_form {
	display: block;
	margin: auto;
	width: 430px;
	height: 610px;
}
