/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#contents {
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
}
body#red {
	background-attachment: fixed;
	background-image:  url(../recursos/imagenes/design/footerbg_red.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
body#main {
	background-attachment: fixed;
	background-image:  url(../recursos/imagenes/design/footerbg_main.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
body#green {
	background-attachment: fixed;
	background-image:  url(../recursos/imagenes/design/footerbg_green.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
body#blue {
	background-attachment: fixed;
	background-image:  url(../recursos/imagenes/design/footerbg_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
body#purple {
	background-attachment: fixed;
	background-image:  url(../recursos/imagenes/design/footerbg_purple.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* HEADER & BODY RULES BEGIN ----------------------------------------  */
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	display: none;
}
body#red #header {background:  url(../recursos/imagenes/design/headerbg_red.jpg) repeat-x left top;width: 100%;height: 155px;}
body#main #header {background:  url(../recursos/imagenes/design/headerbg_main.jpg) repeat-x left top;width: 100%;height: 155px;}
body#green #header {background:  url(../recursos/imagenes/design/headerbg_green.jpg) repeat-x left top;width: 100%;height: 155px;}
body#blue #header {background:  url(../recursos/imagenes/design/headerbg_blue.jpg) repeat-x left top;width: 100%;height: 155px;}
body#purple #header {background:  url(../recursos/imagenes/design/headerbg_purple.jpg) repeat-x left top;width: 100%;height: 155px;}
body#red #banner {
	background:  url(../recursos/imagenes/design/headerspa_red.jpg) no-repeat;
	position: absolute;
	height: 155px;
	width: 800px;
	left: 0px;
	top: 0px;
}
body#main #banner {
	background:  url(../recursos/imagenes/design/headerspa_main.jpg) no-repeat;
	position: absolute;
	height: 155px;
	width: 800px;
	left: 0px;
	top: 0px;
}
body#green #banner {
	background:  url(../recursos/imagenes/design/headerspa_green.jpg) no-repeat;
	position: absolute;
	height: 155px;
	width: 800px;
	left: 0px;
	top: 0px;
}
body#blue #banner {
	background:  url(../recursos/imagenes/design/headerspa_blue.jpg) no-repeat;
	position: absolute;
	height: 155px;
	width: 800px;
	left: 0px;
	top: 0px;
}
body#purple #banner {
	background:  url(../recursos/imagenes/design/headerspa_purple.jpg) no-repeat;
	position: absolute;
	height: 155px;
	width: 800px;
	left: 0px;
	top: 0px;
}
dl { margin: 8px;}
dl dt, dt { margin-top: 16px; color: #663399;}
dl dt dd, dd { margin-top: 3px; margin-bottom: 3px;}
#bodyContent {
	height: auto;
	padding: 0em 50px 25px 200px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
}
td.navTop {
	padding-right: 50px;
	background-image:  url(../recursos/imagenes/design/nav_bg.png);
	background-repeat: repeat;
	text-align: right;
	background-color: #777777;
	height: 20px;
}
td.navLeft {
	background-attachment: scroll;
	background-image:  url(../recursos/imagenes/design/grayfade_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	text-align: left;
	width: 160px;
}
td.mainContent {
	padding: 15px 50px 50px 20px;
	background-attachment: scroll;
	background-image:  url(../recursos/imagenes/design/grayfade_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
td.rightColumn {
	padding: 0px 20px 0px 0px;
	background-attachment: scroll;
	background-image:  url(../recursos/imagenes/design/grayfade_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* HEADER & BODY RULES END -----------------------------------------  */

/* GENERAL RULES BEGIN --------------------------------------------- */
a {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}
h2, h3, h4 {line-height:1em;}
h2 {
	font-size: 1.75em;
	margin-bottom: 0.5em;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	font-size: 1.35em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #333333;
}
h4 {
	font-size: 1.15em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: .75em;
	color: #333333;
}
h6 {
	font-size: 0.95em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #333333;
}
h2 span.sub
{
	font-size: 0.75em;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3 span.sub, h4 span.sub, h5 span.sub 
{
	font-size: 0.85em;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-style: italic;
}
body#red h2, body#red .important {color: #770120;}
body#red h2 {background:  url(../recursos/imagenes/design/headlinebg_red.jpg) no-repeat left bottom;}
body#red h4, body#red .cap, body#red .lgnumber  {color: #963D71;}

body#main h2, body#main .important {color: #4D256C;}
body#main h2 {background:  url(../recursos/imagenes/design/headlinebg_main.jpg) no-repeat left bottom;}
body#main h4, body#main .cap, body#main .lgnumber  {color: #5B2C81;}

body#green h2, body#green .important {color: #13494A;}
body#green h2 {background:  url(../recursos/imagenes/design/headlinebg_green.jpg) no-repeat left bottom;}
body#green h4, body#green .cap, body#green .lgnumber  {color: #16766D;}

body#blue h2, body#blue .important {color: #23438F;}
body#blue h2 {background:  url(../recursos/imagenes/design/headlinebg_blue.jpg) no-repeat left bottom;}
body#blue h4, body#blue .cap, body#blue .lgnumber  {color: #4171B1;}

body#purple h2, body#purple .important {color: #3E3B7F;}
body#purple h2 {background:  url(../recursos/imagenes/design/headlinebg_purple.jpg) no-repeat left bottom;}
body#purple h4, body#purple .cap, body#purple .lgnumber  {color: #554CAE;}

p {
	line-height: 1.35em;
	text-align: justify;
	margin: 0.5em 0em .75em;
	font-size: small;
}
blockquote {
	margin: 1em 1em 1em 1.5em;
}
blockquote p {
	text-align: justify;
	line-height: 1.25em;
	font-size: small;
	margin-right: 3em;
	margin-left: 3em;
}
img.causearrow {margin: 0 4px 0 4px;}
span.booktitle {color: #000066;padding-bottom: 6px;font-size: 18px;}
#pullquote {
	float: right;
	width: 150px;
	margin: 5px 0px 15px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 18px;
	color: #666666;
	text-align: right;
	padding: 2px;
	height: 5em;
}
small {font-size: .75em;}
li {font-size:small;}
ol, ul {
	line-height:1.25em;
	margin-top: 0.5em;
	margin-right: 2.5em;
	margin-bottom: 1em;
}
ol.shortlist, ul.shortlist {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
}
ol.shortlist li, ul.shortlist li {line-height:1em;margin:0 0 .25em;}
ol li, ul li {margin: .5em 1em;}
ol li ul, ul li ul {
	line-height:normal;
	margin-bottom: .2em;
}
ul li ul li, ol li ul li {margin: 0em 0em .25em 1em;list-style-type: square;}
ul li ul li ul li, ol li ul li ul li {margin: 0em 0em 0em 1em;list-style-type: circle;}

.psicanica {
	font-size: 1.25em;
	font-variant: small-caps;
	text-transform: capitalize;
}
.equation {
	border-left:none;
	border-right:none;
	border-top: none;
	border-bottom: 2px dotted #333333;
}
.cap {
	float:left;
	font-size:3em;
	line-height:1.1em;
	padding-right:1px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
}
.lgnumber {
	font-size:2.5em;
	font-family: "Times New Roman", Times, serif;
	line-height: .75em;
}

.aRight {text-align: right;}
.aLeft {text-align: left;}
.booktitle {
	font-style: italic;
	font-weight: bold;
	color: #000033;
}
.note {
	font-size:x-small;
	color: #333333;
}
.redtext {color:#CC0000;}
.def {
	border-bottom: 2px dotted #FF6600;
	cursor: help;
}

.important {
	font-weight: bold;
}
table.next {
	font-size: .825em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

table.graytable {
	background-color: #E3E3E3;
	border: 3px groove #666666;
}
table {margin-bottom: 10px;} 
table.graytable p {font-size: small;
	margin:0.25em;
	padding:0;
	text-align: left;
}
table.event {background:#FFFFFF;border:1px solid gray;font-margin:0px;font-size:small;}
.scorebox {background-color: white; color: black; font-weight: bold;}
dt {font-weight:bold;font-size:1.1em;color:#333333;}
dd p {margin-right:5em;line-height:1.5em;}
/* -----------------------------------------------------------  */
#photo  {
	padding: 2px;
	border: 1px solid #999999;
	text-align:center;
	background: #FFFFFF;	
}
.floatL {float:left;margin: 5px 25px 10px 0px;}
.floatR {float:right;margin: 5px 0px 15px 25px;}
#photo p {
	line-height: 100%;
	font-size:.8em;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#gallery {
	width: 100%;
	margin: 5px 35px 10px 2%;
	font-size: 11pt;
	color:#333333;
}
.thumbnail {
	float: left;
	width: 150px;
	border: 1px solid #003333;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
}
.thumbsmall {
	float: left;
	width: 100px;
	border: 1px solid #003333;
	margin: 0 15px 15px 0;
	padding: 0px;
}
/* GENERAL RULES END --------------------------------------------- */

/* BOXES RULES BEGIN ------------------------------------------------ */
#sidebox {
	padding: 5px 10px;
	margin: 0px 0px 20px 25px;
	float: right;
}
#box {
	padding: 5px 10px;
	border: 1px solid #999999;
	margin-top: 1em;
	margin-bottom: 1em;
}
#box p, #sidebox p {
	margin: 5px;
	padding: 0px;
	text-align:left;
}
#box h3, #box h4, #sidebox h3, #sidebox h4 {
	margin: 0.5em 0px;
	padding: 0px;
	font-size: 1.25em;
}
#box h4, #sidebox h4 {font-size: 1.1em;}

#sidebox ul, #box ul {
	margin: 0.5em 0em 1.5em 1.5em;
	padding: 0px;
}
#sidebox ul li, #box ul li  {
	padding: 0px;
	margin: 0px 0px 8px;
	line-height:1.5em;
}
.sidenote {
	padding:2px;
	font-size: .9em;
	background-color: #E0E0E0;
	width: 150px;
	color: #000000;
}
.BGgray {
	background-color: #E3E3E3;
	border: 3px groove #666666;
}
.BGyellow {
	background-color: #FFFFF1;
	border: 3px double #660066;
}
.BGnone {
	background: transparent;
	border: 3px groove #666666;
}
/* BOXES RULES END ------------------------------------------------ */

/* CALENDAR BEGINS ------------------------------------------------  */
#calendar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calendar p {
	line-height: normal;
	text-align:left;
	color: #000000;
	margin-bottom: .2em;
}
th.month-title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	border: #FF6633 2px solid;
	border-left:none;
	border-right:none;
	background-color:#FFFFCC;
	letter-spacing: 5pt;
}
tr.info-header {background-color:#DDDDFF; font-size:14px; font-weight:bold; text-align:center;}
tr.alternate td, tr.alternate th {background-color:#FFFFCC; }
/* CALENDAR ENDS ------------------------------------------------  */

/* FOOTER BEGINS ------------------------------------------------  */
td.footer {color:#000000;padding:15px;font-family: Arial, Helvetica, sans-serif;font-size:8pt;text-align: center;}
td.footer p {text-align: center;font-size:8pt;}
td.footer a {text-decoration: none;color: #000033;}
td.footer a:hover {color: #663300;}
/* FOOTER ENDS------------------------------------------------------  */
/* -----------------------------------------------------------  */