/* IMPORT CORE CSS FILES */
@import url(typo.css);
@import url(nav.css);
@import url(form.css);
@import url(modules.css);

/* NORMALIZES Browers Styles */

* { margin:0;padding:0; } /* removes defaults from all elements */

ol,ul {
	list-style:none; /* removes list-styles from lists */
}
a {
	text-decoration: none; 
}
table {
	border-collapse:collapse;
}
fieldset,img {
	border: 0; 
}
dl {
	clear:both;
	height:100%;
}
dt,dd {
	float:left;
}
/* = CLEARING
---------------------------------------------------------
*/

.stretch,
.clear
{
	clear: both; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

/* fix for IE7 */
.clearfix
{
	display: inline-block;
}

/* Show to IE-pc only */
* html .clearfix
{
	/* Hide from IE-mac \*/
	height: 1px;
	/* End hide from IE-mac */
}

/* END CLEARING
--------------------------------------------------------------
*/
/*---------------------------------------------------------- */
/*  Layout Styles includes display properties,               */
/*						   floats ans positioning,           */ 
/*						   widths and heights,               */
/*						   paddings and margins              */
/*---------------------------------------------------------- */
/* = LAYOUT: TABLE OF CONTENTS
    1. = BODY & PAGE
    2. = HEADER
    3. = CONTENT
    4. = FOOTER
---------------------------------------------------------
*/
/* = BODY & PAGE
---------------------------------------------------------
*/
#container {
	width:1002px;
	margin:4px auto 0 auto;
}
/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:158px;
}
/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/
#body {	
	position:relative;
	float:left;
	width:100%;	
}
#content {
	width:100%;
	float:left;
}
.column-main {
	width:455px;
	margin-left:25px;
	float:left;
}
.column-side {
	width:455px;
	float:right;
	margin-right:29px;
}

#secondary .column-main {
	width:700px;
	margin-left:25px;
	float:left;
	text-align:justify;
}
#secondary .column-side {
	width:225px;
	float:right;
	margin:53px 29px 0px 0px;

}

.proceso .column-main, .calidad .column-main, .contactar .column-main, .empresa .column-main {
	margin:0px 0px 0px 27px !important;
	width:945px !important;
}

/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer {
	float:left;
	width:1002px;
}

.body-footer{
	float:left;
	padding:15px 0px 0px 0px;
}
.site-info {
	float:left;
	padding:0px 0px 0px 5px;
	width:610px;
}
.site-info p {margin-bottom:0 !important;color:#D1D3D6}
.credits {
	position:relative;
	height: 17px;
	line-height:17px;
	margin:0px 0px 0px 0px;
}
.credits strong {display:none;}

.footer-nav {
	float:right;
	padding-right:7px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	width:360px;
}
.footer-nav ul{
	display:inline;
}

.footer-nav li {
	float:right;
	padding-left:5px;
}
/* END FOOTER
---------------------------------------------------------
*/