/* IMPORT CORE CSS FILES */
@import url(typo.css);
@import url(nav.css);
@import url(form.css);
@import url(modules.css);
@import url(user.css);

/* NORMALIZES Browers Styles */

* { margin:0;padding:0;outline:none;} /* removes defaults from all elements */

html, body, form{}

body {		text-align: center;}

ol,ul {
	list-style:none; /* removes list-styles from lists */
}
a {
	text-decoration: none; 
}
table {
	border-collapse:collapse;
}


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 */


/* 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 {						
									position: relative;
									text-align: left;

									min-height: 100%;
									height: auto !important;
									height: 100%;}
/* END BODY & PAGE
---------------------------------------------------------
*/



/* = CONTENT
---------------------------------------------------------
*/

#body{ 								 overflow:hidden; width:100%; position:relative; min-height:366px;}








.column-left{ width:726px;}
.column-right{ margin-left:725px !important; overflow:hidden;}

.column-left{						position:relative;
									float:left; /* = al ancho del sidebar*/}

									



/* END CONTENT
---------------------------------------------------------
*/
/* = FOOTER
---------------------------------------------------------
*/
#footer {							position: relative;
									margin: 0 auto;}





#footer ul {
									display:inline
}
#footer ul li {
									float:left
}
.site-info {
		color:#000000;
		position:absolute;
		right:0;
		top:42px;}

.site-info p {
	margin-bottom:0.5em; float:left; text-align:left; color:#999;
}


.credits{ float:left;
overflow:hidden;
text-align:left;
width:500px;}
.credits img{ float:left; margin-right:15px;}
.credits p{ color:#ED541B; text-transform:uppercase; font-size:15px; letter-spacing:5px; padding-top:10px; font-weight:bold;}
/* END FOOTER
---------------------------------------------------------
*/


/*****************************************************************************************************/
/*****************************************************************************************************/
/* = HEADER
---------------------------------------------------------
*/
#header {			height: 161px; position:relative;}
/* END HEADER
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------*/
#footer, #push {	height:80px; /* evitamos que el footer tape parte del contenido */}
#footer{			width: 907px;}

/* END FOOTER
---------------------------------------------------------
*/
/* = CONTAINER
---------------------------------------------------------*/
#container {	margin: 0 auto -80px; /* el valor negativo de la altura del footer*/}
									
#container {	width: 907px;}
/* END CONTAINER
---------------------------------------------------------
*/

#body{ margin:0 0 10px 0; clear:both; min-height:535px;}
#footer{ padding-top:10px;}

