@charset "utf-8";
/* CSS Document for A Contracorriente */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333300;
	background-color: #C2AE98;
}

#container
{
	width: 1024px;
	background-color: #ffffff;
	color: #333;
	line-height: 110%;
	margin-top: 10px;
	margin-bottom: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#top
{
	padding: .5em;
	background-color: #FFFFFF;
	border-bottom: 1px solid gray;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#top h2 {
	font-size: .7em;
}

#top img {

}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#leftnav h2 {
	font-size: 1em;
	line-height: 1.2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2AE98;
	border-bottom-color: #C2AE98;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

#leftnav h3
{
	text-align: justify;
	font-size: .9em;
	line-height: 1.2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2AE98;
	border-bottom-color: #C2AE98;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px;
	font-weight: normal;
}

#leftnav span 
{
	font-size: .8em;
	line-height: 1em;
}

#rightnav
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#rightnav p
{
	font-size: .5em;
	line-height: .5%;
}

#rightnav h2 {
	font-size: .9em;
	line-height: 120%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2AE98;
	border-bottom-color: #C2AE98;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

#rightnav div
{
	border-bottom: solid thin #C2AE98;
	border-top: solid thin #C2AE98;
	padding-bottom: .3em;
	padding-top: .3em;
	margin-top: .8em;
	margin-bottom: .1em;
}

#rightnav a:link
{
	/*color: #336699;*/
	color:#36627a;
	text-decoration:none;
}

#rightnav a:hover
{
	/*color: #666633;*/
	color:#996600;
}

#rightnav a:active
{
	color: #000033;
	text-decoration:none;
}


#rightnav a:visited
{
	color: #36627a;
	text-decoration:none;
}


/* Content */

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: .2em;
	max-width: 49em;
}

#content h2
{
	text-align: center;
	font-size: 1.2em;
	margin-top: 2em;
	line-height: 2em;
	margin-bottom: 2em;
	color: #996600;
}

#content h3
{
	text-align: center;
	font-size: 1em;
	line-height: 1.1em;
	color: #996600;
}

#content h4
{
	text-align: center;
	font-size: .9em;
	line-height: 1em;
	color: #996622;
}

#content p
{
	text-align: justify;
	padding-left: .5em;
	padding-right: .5em;
	line-height: 1.3em;
}

#content dt {
	line-height: 1.5em;
}

/*#content h3 a:link
{
	color: #996600;
	text-decoration:none;
}

#content h3 a:hover
{
	color: #666633;
	text-decoration:none;
}*/

#content a:link
{
	/*color: #336699;*/
	color:#36627a;
	text-decoration:none;
}

#content a:hover
{
	/*color: #666633;*/
	color:#996600;
}

#content a:active
{
	color: #000033;
	text-decoration:none;
}


#content a:visited
{
	color: #36627a;
	text-decoration:none;
}

/* Avisos / Warnings */
#aviso {
	background-color: #C2AE98;
	border: double #ffffcc;
	padding: .1em;
} 

#aviso h3 {
	letter-spacing: .3em;
	margin: 2px;
}

#aviso p {
	font-size: 1em;
	text-align: center;
	margin-top: 0em;
	margin-bottom: .1em;
	border-bottom: thin #ffffff;
}

#aviso a:link {
	/*color: #336699;*/
	color:#36627a;
	text-decoration:none;
}

#aviso a:hover {
	color: #666633;
	/*color:#996600;*/
}

#aviso a:active {
	color: #000033;
	text-decoration:none;
}


#aviso a:visited {
	color: #36627a;
	text-decoration:none;
}


/* Footer */

#footer
{
	clear: both;
	margin: 0;
	padding: .3em;
	color: #333;
	background-color: #CCCC99;
	border-top: 1px solid gray;
}

#footer p
{
	font-size: .9em;
	line-height: normal;
}

#footer a:link
{
	color: #333;
}

#footer a:hover
{
	color: #666633;
}
/*
#footer a:active
{
	color: #666633;
}
*/

#footer a:visited
{
	color: #333;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/* Logo */


/* Navigation bar*/

ul#navigation
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
}

ul#navigation li a
{
	display: block;
	width: 14em;
	color: #FFF;
	background-color: #fff;/*#C2AE98;*/
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#navigation li a:hover
{
	color: #333300;
	background-color: #C2AE98;/*#666633;*/
}

ul#navigation .left {
	float: left;
	margin-bottom: 10px;
}
ul#navigation .right {
	float: right;
	margin-bottom: 10px;
}

/* Logo background */
#logo {
	/*background-image: url(images/portada.png);*/
	margin-left: auto;
	/*margin-right: auto;*/
	text-align: center;
	padding-bottom: 3px;
	width: 1008px;
}

#logo_center
{
	margin-left: 220px;
	border-bottom: 1px solid gray;
	padding: 1em;
	max-width: 539px;
}

#logo_leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	border: thin groove #C2AE98;
}

#logo_rightnav
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
	border: thin groove #C2AE98;
}

/* TOC Content */

#content_hdr
{
	padding: .5em;
	background-color: #FFFFFF;
	border-bottom: 1px solid gray;
	margin-bottom: 1.5em;
}

#l_column
{
	float: left;
	width: 305px;
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
}

#r_column
{
	float: right;
	width: 305px;
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
}

#content_ftr
{
	clear: both;
	margin: 0;
}


/* Table of Content */
table.toc
{
	border: none;
	margin-bottom: .6em;
	width: 626px;
}

table.toc tr
{
	vertical-align:top;
}

table.toc td
{
	text-align: left;
	padding-top: .1em;
	padding-bottom: .1em;
}

table.toc td div
{
	text-align:center;
	margin-bottom: 60%;
}


table.toc td strong
{
	text-align:left;
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight: lighter;
}

table.toc td span
{
	text-align:left;
	line-height: 1.6em;
	font-size:1em;
}

/* Table of Content - Reviews*/
table.toc_rev
{
	border: none;
	margin-bottom: .6em;
	width: 626px;
}

table.toc_rev tr
{
	vertical-align:top;
}

table.toc_rev td
{
	text-align: left;
	padding-top: .3em;
	padding-bottom: .4em;
}

table.toc_rev td div
{
	text-align:center;
	margin-bottom: 60%;
}


table.toc_rev td strong
{
	text-align:left;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: lighter;
}

table.toc_rev td span
{
	text-align:left;
	line-height: 1.2em;
	font-size:1em;
	margin-top: .2em;
}

/* Miscelaneous */
#adobe
{
	border: none;
}
