@CHARSET "UTF-8";
/* CSS Document */
/**
 * @author  Elionai Moura
 * @copyright DISOP
 * @version 1.0
 * @category Industrial
 ******************************
**/

/* png ie6 */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body {
	font-family: Arial, sans-serif;
	border-top:2px solid #9ba8c1;
	color:#444;
	font-family:Arial;
	font-size: 13px;
	/* text-align:justify; */
	background:#f3f3f3;
}

* {
	margin: 0;
	padding: 0;
	/* border: 0; */
	outline: 0;
}

#geral {
	display:block;
	background:url(../img/bg_topo.jpg) repeat-x top center;
}

/***********************************
          ** Menu **
***********************************/
#topo{
	height:85px;
	display:block;
	margin:0 auto;
	width:990px;
}

#menu{
	display:block;
	width:550px;
	height:25px;
	float:left;
}

#menu ul{
	font-family:Arial;
	float:left;
	margin:18px;
}

#menu ul li{
	display:inline;
	color:white;
	font-weight:500;
	font-size:15px;
	margin:0px 5px;
}

#menu ul li a{
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover{
	color:#fff;
	text-shadow: 2px -2px 5px #fff; /* #3ea99f */
}

/***********************************
           ** Conteúdo **
***********************************/
.columna1 {
	display: inline-block;
	width: 430px;
	vertical-align: top;
	padding: 20px;
}

#conteudo {
	background:#fff;
	display:block;
	width:950px;
	min-height:300px;
	overflow:auto;
	border-radius:20px;
	border:2px solid #e6ecaa;
	margin:10px auto;
	padding:10px 20px 20px;
}

#conteudo ul{
	/* list-style:none; */
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:20px;
	display:block;
}

#conteudo ol{
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:20px;
	display:block;
}

h1 {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#373737;
	display:block;
	margin:10px 0px;
}

a{
	color:#9dac10;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#intro {
	width:460px;
	display:block;
	float:right;
}

#formula{
	display:block;
	float:right;
	width:740px;
}

.foto {
	margin: 30px;
}

.fotocentro {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.fotoizquierda {
	display: block;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

p {
	font-size:14px;
	font-family:Arial;
	color:#373737;
	line-height:20px;
	margin:0px 0px 10px;
	max-width:740px;
}

#cloth {
	width: 650px;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.site{
	 display:block;
	 height:20px;
	 width:300px;
	 padding:5px;
	 padding-left:40px;
	 float:left;
	 font-size:18px;
}

#comprar{
	width:200px;
	height:50px;
	margin:0px auto;
	display:block;
	padding:20px 0px;
}

.titulo {
	text-align: center;
}

/***********************************
            ** Contato **
***********************************/

.columna {
	vertical-align: top;
	padding-right: 1.4em;
}

.columna h2 {
	margin: 0.6em 0 0.2em;
}

#contato {
	display: block;
}

.casilla {
	display: block;
 	width: 500px;
 	max-width: 500px;
	margin-top: 0.2em;
	padding: 0.3em;
	border: 1px solid #e6ecaa;
	border-radius: 5px;
	font-size: 1em;
	color: #949494;
}

.button {
	width: 145px;
	height: 45px;
	background: url(../img/button_send.png) no-repeat center center;
	color: #fff;
	font-size: 20px;
	margin: 20px;
	cursor: pointer;
}

.reset {
	background:url(../img/button_reset.png) no-repeat center center;
}


/***********************************
             ** Busca **
***********************************/
#busca{
	width:213px;
	height:25px;
	margin:15px 20px;
	display:block;
	float:right;
}

#search{
	background:url(../img/bg_search.png) no-repeat left center;
	width:170px;
	height:25px;
	padding:0 10px;
	font-size:11px;
	color:#373737;
	border:0px;
}

#searchButton {
	width:26px;
	height:25px;
	background:url(../img/button_search.png) no-repeat left center;
	border:0px;
	float:right;
	margin-left:-10px;
}
