/***************************************************

	TEEHAN+LAX - GLOBAL STYLES 	
	author: Chris Erwin	
	company: teehan+lax (www.teehanlax.com)	
	
****************************************************/

@import url("reset.css");
@import url("layout.css");
@import url("typography.css");
@import url("../../css/widgets.css");

body {
	background-color:#0D1F43;
	background-image:url(../imagenes/WaterMarkLightGray.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top+left;
	text-align:left;
	height:100%
}

p {
	margin: 10px 10px 10px 10px;
}

a {
	outline: none;
}

.clearer {
	clear: both;
}

hr {
	display:none;
	
}

.float_wrapper {
	width: 100%;
	overflow: hidden;
}

.left_column, .right_column {
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}

a.blue_link {
	color: #20a4d0;
}
a.blue_link:hover {
	color: #0e82a8;
}


