/* ----- IMPORT - FONTS GOOGLE ----- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);


/* ------------------------------------------- */
/* ----------------------------------- GLOBALS */
/* ------------------------------------------- */
html {
height: 101%;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
background: #fff;
} 


/* ------------------------ GENERAL LIMITATION */
.row-fluid {
max-width: 1200px;
margin: 0 auto;
}


/* ------------------------ GENERAL ALIGNMENTS */
.center {
text-align: center;
}


/* ------------------------ DIVIDER */
.divider {
height: 2px;
background: url(images/elements/divider.jpg) repeat-x;
background-position: center;
}



/* ------------------------ CONTENT */	
.content_wrapper {
margin: 25px auto;
}



/* ------------------------ FOOTER */
.footer p {
color: #323232;
text-align: center;
}

.footer p a {
color: #00acd4;
text-decoration: underline;
}

.footer p a:hover {
text-decoration: none;
}



