

/*
hoja de estilos de: / stilfolio de: / style sheet of:
	http://alinome.net
por/far/by Marcos Cruz
*/
* {
margin: 0;
padding: 0;
}
body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	cursor: default;
	color: #888888;
	background-color: #FFFFFF;
}
#wrapper {
	width: 90%;
	margin: 0 auto; /* vertical margins here works in Opera and Firefox */
	padding: 2em 0; /* vertical paddings here works in Opera, Firefox and IE */
	text-align: justify;
	color: #888888;
	background-color: #FFFFFF;
}
table, dl, dt, ol, ul,  p {
	margin-top: 1em;
}
ul.nolist {
	list-style: none;
}
abbr, acronym, .glossary {
	cursor: help;
}
.glossary {
	cursor: help;
}
abbr.first, acronym.first, .glossary {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
td {
	text-align: left;
}
ul {
	margin-bottom: 1em;
}
li {
	margin-top: .2em;
}
.skip {
	display: none;
}
/* content **************** */
#content {
	margin: 0 auto 1em auto;
	margin-left: 1em;
	color: #888888;
	background-color: #FFFFFF;
}
#content p {
	/* line-height: 20px;
	padding: 1em; */
	padding: 0 ;
}
/* titles **************** */
h2 {
	clear: left;
	font-size: 120%;
	font-weight: 300;
	color: #FFCC00;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin-top: 1em;
}
h3 {
	clear: left;
	font-size: 110%;
	font-weight: 300;
	color: #FFCC00;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin-top: 1em;
}
/* links **************** */
/* colors
	#FFBA27 original orange
	#FFAC00 a bit darker
	#FFD57D a bit lighter
*/
a {
	color: #FFCC00;
	background-color: #FFFFFF;
	text-decoration: underline;
}
a: visited {
	color: #888888;
	background-color: #FFFFFF;
	text-decoration: underline;
}
a: hover {
	color: #FFFFFF;
	background-color: #FFCC00;
	text-decoration: none;
}
a: active {
	color: #FFCC00;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.totop {
	clear: both;
	float: right;
}
/* header **************** */
#header {
	margin: 0 0 1em;
	position: relative; /* needed to position the contained lang bar */
}
#siteheading a {
	text-decoration: none;
	color: inherited;
	background-color: #FFFFFF;
}
h1 {
	font-size: 100px;
	color: #FFCC00;
	background-color: #FFFFFF;
	padding: 0; /* if greater, everything goes wrong */
	margin: 0;
	text-align: left;
}
/* language bar **************** */
div#langbar {
	clear: both;
	text-align: right;
/*	position: absolute;
	top: 0;
	right: 0; */
	padding: .5em 0;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
div#langbar ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
div#langbar ul li {
	border-left: 2px solid #CCCCCC;
	margin-left: 0;
	padding: 0 0 0 4px;
	list-style: none;
	display: inline;
	font-weight: bold;
}
div#langbar ul li.first {
	border-left: none;
}
/* side column **************** */
div#logo img {
	margin-bottom: 1em;
}
#sidecolumn {
	float: left;
	width: 124px;
	background: #FFFFFF url(img/sim/1971_marcos_cruz.jpg) no-repeat 0 0;
	color: #888888;
	padding-top: 208px; /* height of the image */
	padding-right: 1em;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#adsensecol {
	margin: 1em 0;
	border-top: 1px solid #CCCCCC;
	padding: 1em 0;
	/* margin-bottom has no efect in Opera and Firefox */
}
.adsensev + .adsensev {
	margin-top: 1em;
}
#adsensebottom {
	clear: both;
	margin-top: 1em;
	border-top: 1px solid #CCCCCC;
	padding-top: 1em;
	text-align: center;
	
}
/* footer **************** */
#footer {
	clear: both;
	margin-top: 1em;
	border-top: 2px solid #CCCCCC;
	padding-top: 1em;
	font-size: 80%;
	text-align: left;
}
ul#w3c {
	float: left;
	list-style: none;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
ul#w3c li {
	display: inline;
	margin-right: 1em;
}
ul#w3c a {
	color: inherited;
	background-color: #FFFFFF;
}
#cclogo {
	float: right;
}
#cclogo a {
	color: inherited;
	background-color: #FFFFFF;
}
#anybrowser {
	clear: left;
	margin-top: .5em;
}
#footer address {
	font-style: normal;
	margin-top: .5em;
}
#pagedates,
#poweredby,
#copyleft{
	margin-top: .5em
}
#pageupdated span,
#pagecreated span
{
	font-weight: bolder;
}
.isodate { /* ¿sin uso? */
	font-family: courier new, courier, monospace;
}
#copyleft img {
	margin-right: .5em;
	}
#pageuri {
	border-top: 1px solid #CCCCCC;
	text-align: right;
	margin-top: .5em;
	}
/* images **************** */
img {
	border: none
}
.rightimg {
	float: right;
	clear: right;
	margin: 1em ;
}
.leftimg {
	float: left;
	/* clear: left; */
	margin: 1em ;
}
.centerimg {
	clear: both;
	margin: 1em auto;
}	
.rightthumb {
	float: right;
	margin: 1em;
	text-align: center; 
}
.leftthumb {
	float: left;
	margin: 1em;
	text-align: center; 
}
.leftclearthumb {
	clear: both; 
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div.imglink, div.imgr {
	font-size: 80%;
	text-align: center
}
.siteimg {
	/* width: 130px; */
	float: left;
	/* clear: left; */
	margin: 0 1em 1em 0;
}
/* lists **************** */
dl {
	margin-top: 1em;
	text-align: left;
}
dt {
	clear: left;
	padding-top: 1em;
	font-weight: bold;
	}
dd {
	margin: 1em 0 0 0;
}
/* special **************** */
.hidden,
.hidden a {
  clear:both;
	font-size: .1em;
	color: #FFFFFF;
	background-color: #FFFFFF;
}