@charset "utf-8";
/* CSS Document */
/*---------------------------------------
Version: 1.0
Author: Federico Deal
email:fede@vixur.com
Website:www.vixur.com
---------------------------------------*/


@import url(layout.css);
@import url(typography.css);
@import url(colors.css);
@import url(ie6-Hacks.css);

/* zero all margins and padding */
* { margin:0; padding:0 }

/* set font to em and ie6 center page hack (text-align wrapper to left */
body { font-size:62.5%; height:100%; }

html { font-size:100% }

.clear { clear: both; line-height:0 }


/* remove borders from linked images */
a img { border:0 }

a { cursor:pointer }
a:visited { text-decoration:none }

/*Header/Logo image replacement Hack 
#logoline h1 {
	background: url(../images/logo_mareas.png) no-repeat;
	width:311px;
	height:70px;
	}
#logoline h1 span {
display:none;
	}
End of Header/Logo image replacement Hack */

div#contentFncs ul {list-style:none}
ul {padding-left: 20px;} 
ul li.noDecoration { list-style:none; padding-bottom: 10px;}

.left { float:left }

.right { float:right }
