/* CSS Document */

html {
	margin: 0;
	padding: 0;

	}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	
	}
	
.spacer {
  	clear: both;
	}
	

/* DEFAULT LINKS */		
	
a:link { 
	text-decoration: none; 
	color: #666;
	}
a:visited { 
	text-decoration: none; 
	color: #666;
	}
a:hover { 
	text-decoration: underline; 
	color: #666;
	}
a:active { 
	text-decoration: none; 
	color: #666;
	}
	

h1 {
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: 100;
	text-decoration: none;
	
	color: #e6e6e6;
	line-height: 35px;
	margin:0 0 8px 0;
	}

h1 a:link { 
	text-decoration: none; 
	color: #e6e6e6;
	}
h1 a:visited { 
	text-decoration: none; 
	color: #e6e6e6;
	}
h1 a:hover { 
	text-decoration: underline; 
	color: #e6e6e6;
	}
h1 a:active { 
	text-decoration: none; 
	color: #e6e6e6;
	}
	
	
	
h2 {
	font-size:16px;
	font-weight:100;
	line-height: 20px;
	color: #000;
	margin: 0;
	}
	
h2 a:link { 
	text-decoration: none; 
	color: #000;
	}
h2 a:visited { 
	text-decoration: none; 
	color:#000;
	}
h2 a:hover { 
	text-decoration: underline; 
	color: #000;
	}
h2 a:active { 
	text-decoration: none; 
	color: #000;
	}
	
h3 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 38px;
	font-weight: lighter;
	font-stretch:condensed;
	text-decoration: none;
	text-transform: none;
	color: #979aa3;
	margin: 0 0 15px 0;
	}
	
h3 a:link { 
	text-decoration: none; 
	color: #fff;
	}
h3 a:visited { 
	text-decoration: none; 
	color: #fff;
	}
h3 a:hover { 
	text-decoration: underline; 
	color: #fff;
	}
h3 a:active { 
	text-decoration: none; 
	color: #fff;
	}
	
.b {
	color: #33CC66;
	margin: 120px 0 0 0;
	}

	
	
h4 {
	font-size:14px;
	color: #666;
	font-weight: normal;
	margin: 0;
	}
	
h4 a:link { 
	text-decoration: none; 
	color: #666;
	}
h4 a:visited { 
	text-decoration: none; 
	color: #666;
	}
h4 a:hover { 
	text-decoration: underline; 
	color: #666;
	}
h4 a:active { 
	text-decoration: none; 
	color: #666;
	}

	



#container {
	position: absolute;
	margin: 0;
	width:100%;
	height:100%;
	}
	
	
.div1 {
	float:left;
	width: 80%;
	padding: 10px 20px 0 20px;
	margin: 0;
	position: relative;
	}
	
.div2 {
	float:left;
	position: relative;
	width:auto;
	margin: 0;
	padding: 0;
	}
	
.div3 {
	float:left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	background-color:#db2942;
	color: #fff;
	}

	
.back1 {
	background-image: url(../imgs/2009-enero.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
	}
	
.back2 {
	background-image: url(../imgs/2008-dic-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
