@charset "utf-8";

CSS Document 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#FFF;
}
hr{
	color:#e3e3e3;
	margin-left:auto;
	margin-right:auto;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: white;*/
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #700c0e;
	margin: 2em auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:outset;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:768px;
	background:url(../images/sidebar.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*position:fixed;*/ /*Makes the element to keep fixed even though the rest of the elements can be scrolled*/
}
#sidebar1 img.mainsidepics{
	float:left;
	/*position:100%;*/
	padding-top:40px;
	padding-left:53px;
}
#sidebar1 img.sidepics{
	float:left;
	/*position:100%;*/
	padding-top:70px;
	padding-left:58px;
}
#header { 
	margin: 0 0 0 170px;
	/*position:100%;*/
	height:228px;
	background:url(../images/header.jpg) no-repeat;
}
#header ul#navtop{
	position:relative;
	top:100px;
	padding-left:100px;
	list-style:none;
}
#navtop li{
	display:inline;
	padding-right:22px;
}
#navtop li a {
	color:white;
	/*display:block;
	float:left;
	/*width:110px;
	padding-right:35px;*/
	font-size:18px;
	font-family:papyrus;
	text-decoration:none;	
}
#navtop a:hover, #navtop a:active, #navtop a:focus{
	color:#b13868;
	margin:0;
}
#navtop a#activepage {
	color: #b13868 !important;
	font-weight: bold;
	/*background-color: #FFFFFF !important;*/
}
#mainContent {
	margin: 0 auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	overflow:hidden;
	/*background:url(../images/main.jpg) repeat-y ;*/
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent h2{
	color:#e3e3e3;
	font-size:24px;
	padding: 0 70px 23px;
	font-weight:bold;
	text-align: left;
}
#mainContent a.link{
	color:#e3e3e3;
	text-decoration:underline;
}
#mainContent a.link:hover{
	color:#e65b5b;
}
#mainContent h3{
	color:#abcdef;
	font-size:17px;
	padding: 0 80px 23px;
	text-align:right;
}
#mainContent p{
	color:white;
	font-size:20px;
	padding: 0 70px 10px;
	/*text-align: left;*/
	/*padding: 0 90px 25px 70px; /* this padding gives the interline spacing. */
}
#mainContent p.righttext{
	color:#c2c298;
	font-size:16px;
	padding: 0 90px 25px 470px; /* this padding gives the interline spacing. */
}	
#mainContent p.boldtext{
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
}
#mainContent p.boldtextright{
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
	padding: 0 90px 25px 470px; /* this padding gives the interline spacing. */
}
#mainContent p.insidepanel {
	padding: 5px 10px 5px 10px;
}
#mainContent img.mainpics{
	float:right;
	padding-right:76px;
}
#mainContent img.centerpics{
	/*margin:0 0 0 210px;*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-style:outset;
	border:5px solid #FFF;
}
#mainContent img.centerpicsnoframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-style:outset;
	border:none;
	padding:15px 0 15px;
}
#mainContent img.floatrightpics{
	float:right;
	margin-right:76px;
	border-style:outset;
	border:5px solid #FFF;
}
#mainContent img.floatleftpics{
	float:left;
	margin-left:76px;
	border-style:outset;
	border:5px solid #FFF;
}
#mainContent ul#list li{
	padding: 5px 10px 5px 10px;
	display:list-item;
	color:#c2c298;
	list-style:decimal;
	list-style-position:inside;
}
.forma{
	margin-left:80px;
}
.contenidoforma{
	background-color:#742a2a;
	color:#e3e3e3;
	font-size:16px;
	font-family:papyrus;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}
#footer { 
	margin: 0 0 0 170px;
	height:163px;
	padding: 0 10px 0 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.jpg) no-repeat;
}
#footer ul#navfooter{
	/*float: none;*/
	font-size:11px;
	position:relative;
	top:145px;
}
#footer #navfooter li{
	display:inline;
	padding-right:10px;
}
#footer #navfooter a {
	text-decoration:none;	
	color:#e65b5b;
}
#footer #navfooter a:hover{
	text-decoration:underline;
}
#footer p {
	/*margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*float:right;
	padding: 139px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right:40px;
	position:relative;
	top:133px;
	left:585px;
	color:#e65b5b;
	font-size:9px;
}
#disclaimer { 
	margin: 0 0 0 170px;
	height:20px;
	/*padding: 0 10px 0 60px; /* this padding matches the left alignment of the elements in the divs that appear above it.*/
	text-align:right;
}
#disclaimer p{
	position:relative;
	top:10px;
	color:#000;
	font-size:.5em;
}
#updatetime {
	font-size:50%;
	color:black;
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #c2c298;
}
.centertext {
	font-family: Papyrus;
	font-size: 16px;
	color: #c2c298;
	text-align:center;
}
