body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}


#top-nav {
	width: 1060px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4D5760;
	text-align: right;
	vertical-align: bottom;
	height: 55px;
	line-height: 80px;
	padding-right: 20px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	background-color: #678CA3;
	background-image: url(header.gif);
	border-bottom-color: #4D5760;
}

#navigation {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 200px;
	height: 100%;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: right;
}


#content {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	width: 1040px;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;	
}

#content1 {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	width: 825px;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;	
	border-color: #999999;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
}



/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a.navigation {
	color: #666666;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	background-color: #ffffff;
	font-weight: bold;
}

a.top-nav {
	color: #cccccc;
}

a.top-nav:hover {
	color: #4D5760;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	padding: 0px 0px 10px 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #536c71;
	font-size: 180%;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
h2 {
	color: #536c71;
	font-size: 120%;
	margin: 0;
	padding: 0 10px;
	background: #E7F1F3;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}

h3 {
	color: #536c71;
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #E4E4E4;

}



p {
	padding: 0px 0px 15px 0px;
	margin-top: 5px;
}

.titulo {
	color: #009966;
}


.enlace {
	color: #0033CC;
}
A.enlace:link {
	color: #0033CC; text-decoration: underline;
}
A.enlace:visited {
	color: #0033CC; text-decoration: underline;
}
A.enlace:hover {
	color: #0033CC; text-decoration: underline;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}


