/* IMPORT CORE CSS FILES */
@import url(type.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 */

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
---------------------------------------------------------
*/
#wrapper{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#subwrapper{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#container {
	width:978px;
	margin:0 auto;
	position: relative;
	padding:0;
	height:510px;
}
/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:195px;
	margin:0;
}
#header h1 { 
	margin:0 ;
}
h1.logo a{ 
	position:absolute;
	top:40px;
	left:10px;
	width:330px;
	height:85px;
	z-index:1000;
	font-size:14px;
}
h1.logo a:hover{
	border:0;
}

/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/
#body {	
	position:relative;
	float:left;
	width:100%;
}
#content {
	width:978px;
	min-height:300px;
	float:left;
	margin:0;
	padding:30px 0 30px 0;
}
.home #content, .servicios #content {
	padding-top:0;
}
.colContainer{
	float:left;
	width:100%;
}

div.main{
	float:left;
	width:642px;
	padding:0;	
}

div.side{
	float:right;
	width:306px;
	padding-bottom:20px;	
	
}

div.col03{
	float:left;
	width:222px;
	margin:0 15px;
}
div.col04 {
	float:left;
	width:306px;
	margin:0 15px;
}
div.col06 {
	float:left;
	width:474px;
	margin:0 15px;
}
div.col07 {
	float:left;
	width:558px;
	margin:0 15px;
}
div.col08 {
	float:left;
	width:642px;
	margin:0 15px;
}
div.first {
	margin:0 15px 0 0;
}
div.last {
	margin:0 0 0 15px;
}

.subfooter01, .subfooter02 {
	float:left;
	width:100%;
	padding:10px 0 7px 0;
}

/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer-wrapper{
	width:100%;
	float:left;
}
#footer-container {
	width:978px;
	margin:0 auto;
}
#footer {
	float:left;
	width:100%;
	height:90px;
	padding:0;
}

#footer div.main{
	float:left;
	width:642px;
	min-height: inherit;
	padding:10px 0 0 0;
	margin:0 0 10px;	
	clear: none;
}
#footer div.side{
	float:right;
	width:306px;
	min-height: inherit;
	padding:10px 0 0 0;
	margin:0 0 10px;
	clear: none;
}

#footer p{
	margin:0 !important;
}


/* END FOOTER
---------------------------------------------------------
*/


