html, body {
	margin: 0;
	padding: 0;
	font: 10px/14px "Verdana";
	background:url(../img/fondos/background.gif) repeat-x #00aeff;
	/*overflow: auto;*/
}

a,img {
	border: 0;
}

a {
	font-weight:bold;
	color: #3e3e3e;
}

a:hover {
	font-weight: bold;
	color: #00abfd;
}

.clear {
	clear: both;
}

/* Contenedor */
#contenedor {
	margin: 0 auto;
	width: 963px;
	background: url(../img/fondos/principal.gif) repeat-y #f8f6f6;
}

#principal {
	width: 940px;
	margin: 0 auto;
	background: url(../img/fondos/contenido.gif) no-repeat #fff;	
	clear: both;
}

/* Cabecera */
#cabecera {
	height: 330px;
	background: url(../img/fondos/logotipo.gif) no-repeat left top;
}

#menu {
	float: right;
	margin: 75px 0 0 0;
	height: 27px;
}

#banner {
	width: 940px;
	height: 224px;
	clear: both;
}

/* Contenido */
#contenido {
	background: url(../img/fondos/subcontenido.gif) no-repeat #fff top;
	padding: 10px 0 0 0;
	min-height: 250px;
}

/* Lateral */
#lateral {
	width: 200px;
	float: left;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}

#lateral #accesos #acceso {
	background: #f6f6f6;
	padding: 5px 5px 0 5px;
	width: 166px;
	margin: 10px 0 0 0;
}

#lateral #accesos #acceso img {
	margin: 0 0 3px 0;
	border: 1px solid white;
}

/* Subcontenido*/
#subcontenido {
	width: 730px;
	float: right;
}

#subcontenido #bienvenida h2 {
	margin:0 0 10px 0;
}

#subcontenido #bienvenida #inicio img {
	border:3px solid #d7d7d7;
	float: left;
}

#subcontenido #bienvenida #inicio p {
	text-align: justify;
	padding: 50px 5px 5px 190px;	
	color: #747474;
	background: url(../img/fondos/bienvenida.gif) no-repeat #fff top right;
}

#subcontenido #destacados {
	margin:10px 0 0 0;
}

#subcontenido #destacados #marcados {
	background: #f6f6f6;
	padding: 3px 3px 3px 0;
	height: 76px;
	margin: 10px 0 20px 0;
	width: 716px;
}

#subcontenido #destacados #marcados img {
	float:left;
	border-left:3px solid #f6f6f6;
}

/* Empresa */
#empresa h2 {
	margin:0 0 10px 0;
}

#empresa .imagen {
	margin: 0 0 10px 0;
	float: left;
	width: 200px;
}

#empresa .texto {
	margin: 0 0 10px 0;
	float: left;
	width: 520px;
	text-align: justify;
}

/* Clientes */
#marcas .marca {
	background: #f6f6f6;
	padding: 3px 3px 3px 0;
	height: 76px;
	margin: 10px 0 20px 0;
	width: 716px;
}

#marcas .marca img {
	float:left;
	/*margin: 0 2px 0 0;*/
	border-left:3px solid #f6f6f6;
}

/* Productos quimicos */
#productos p {
	margin: 5px 0 10px 0;
}

#productos .composite {
	float: left;
	margin: 0 10px 0 0;
}

#productos ul {
	float: left;
	margin: 0;
	padding: 0 5px 0 25x;
	border-left: 1px solid #135ab2;
	display: block;
}

#productos ul li {
	padding: 0 5px 5px 5px;
	font-weight: bold;
	color: #2e81e7;
}

/* Contacto */
#contacto .formulario {
	margin:0;
	padding: 0 0 20px 0;
}

#contacto .formulario {
	/*width: 625px;*/
	float: left;
}

#contacto .formulario label {
	display:block;
	text-align: right;
	margin-top:15px;
	font-weight: bold;
	color: #00ABFD;
}

#contacto .formulario #condiciones {
	width: 20px;
	margin: 0;
	padding:0;
}

#contacto .formulario a {
	color:black;
}
	
#contacto .formulario a:hover {
	color: #3E3E3E;
}
	
#contacto .formulario input ,textarea {
	text-align: left;
	width:250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:5px 0 0 5px;
}

#contacto .formulario .button {
	text-align: center;
	border:#cecece 2px solid;
	width:120px;
	font-size: 11px;
	margin:5px 0 10px 230px;
	background: #0389E4;
	color: white;
}

#contacto #plano {
	float: right;
	margin-right: 15px;
}

/* Legal */
#legal h3 {
	color:#0389E4;
	margin: 5px 0 5px 0;
	font-size: 12px;
}

#legal p {
	margin: 5px 0 5px 0;
}

/* Pie de pagina */
#footer {
	padding: 5px;
	background: #f4f4f4;
	text-align: center;
	width: 940px;
	margin: 0 auto;
	color: #0389e4;
}
