/* 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:750px;
	margin:0 auto;
}
/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:292px;
}
#secondary #header { height:56px;}
div.square { background:#345574;width:55px;height:50px;position:absolute;top:0;left:0;z-index:9999;}

/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/
#body {	
	position:relative;
	float:left;
	width:100%;	
}
#content {
	width:100%;
	min-height:500px;
	float:left;
}
.column-main {
	width:483px;
	float:right;
	min-height:500px; 
	padding:10px;
}
.column-side {
	width:247px;
	float:left;
	min-height:500px; 
	position:relative;
}
.col { width:247px;float:left }
#iMoto { padding-bottom:10px; }
#ulMoto { padding-left:20px;list-style-image:url(../imagenes/iconos/carnetmoto-L.gif)!important}
.col span.title { color:#6698C9;font-family:lucida grande,Helvetica,sans-serif;font-size:1.2em;font-weight:bold;margin:5px 0;}
 
/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer {
	overflow:hidden;
	width:100%;
	padding-top:10px;
}
#footer ul {
	display:inline
}
#footer ul li {
	float:left
}
.site-info {
	float:left;
	padding-left:5px
}
#footer .credits a {
	display:block;
	padding-right:66px;
	float:left;
}

.footer-nav {
	float:right;
	padding-right:5px;
	height:40px;
	line-height:40px;
	vertical-align:middle
}
.footer-nav li {
	padding-left:5px;
}
/* END FOOTER
---------------------------------------------------------
*/