html{
	 scrollbar-face-color: #A6A6A6;
	 scrollbar-base-color: #ffffff;
	 scrollbar-track-color: #ffffff;
	 scrollbar-arrow-color: #000000;
	 scrollbar-highlight-color: #ffffff;
	 scrollbar-3d-light-color: #ffffff;
	 scrollbar-shadow-color: #ffffff;
	 scrollbar-dark-shadow-color: #ffffff;

}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #B2B2B2;
}

#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#page-background-glare
{
	position: absolute;
	width: 100%;
	height: 245px;
	left: 0;
	top: 0;
}

#page-background-glare-image
{
	background-image: url('Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 245px;
	width: 366px;
	margin: 0;
}

html:first-child #page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}




#page-background-simple-gradient
{
	position: absolute;
	background-image: url('Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:1px;
	min-height:1px;
}

.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('Sheet-c.png');
}


.Sheet
{
	margin-top: 0px !important;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1000px;
	height: 100px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100px;
	background-image: url('Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 970px;
}

h1.Logo-name {
	display: block;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 32px;
	text-decoration: none;
	padding:0 0 0 20px;
	margin:0;
	color: #4A4A4A !important;
}


.Logo-text
{
	display: block;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 15px;
	padding:0 0 0 40px;
	margin:0;
	color: #4A4A4A !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu a
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


ul.menu {
	float:right;
}



/* menu structure */

.menu
{
	padding: 0px 0px 0px 0px;
}

.nav
{
	position: relative;
	height: 25px;
	z-index: 100;
	margin-right:243px;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 1000px;
	clip: rect(auto, auto, auto, 1000px);
}


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('MenuItem.png');
}

.menu a .l
{
	left:0;
	right:0px;
}

.menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.menu a .t
{
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
	color: #3B3B3B;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-25px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-25px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-25px;
}
.menu a:hover .t
{
	color: #000000;
}

.menu li:hover a .t
{
	color: #000000;
}

.menu li:hover>a .t
{
	color: #000000;
}


.menu a.active .l, .menu a.active .r
{
	top: -50px;
}

.menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 1000px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 26px;
	height: 26px;
	background-image: url('Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.Block-tc, .Block-bc
{
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-image: url('Block-c.png');
}


.Block
{
	margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 11px;
	margin-bottom: 0px;
}

.BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 16px;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}





.header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body-creditos {
	position: relative;
	z-index: 1;
	padding: 11px;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	text-align:center;
	}



.BlockContent-body-creditos a {
	color: #000000;
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;

}


.BlockContent-body-creditos a:hover, .BlockContent-body a.hover {
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	background-color:transparent;
	}

.BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 11px;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	}

.BlockContent-body p {
	padding: 4px;
	font-size: 11px;
	background-color: #f7f7f7;
	text-align: right;
}


.BlockContent-body a {
	color: #000000;
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
display:block;
}


.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	background-color:#A6A6A6;
	}

.BlockContent-body ul
{
	list-style-type: none;
	color: #000000;
	margin:0;
	padding:0;
}

.BlockContent-body a
{
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
}


/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.Post
{
	margin: 5px;
}

/* Start images */
a img
{
	border: 0;
}


.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */





pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 22px;
	color: #545454;
}


.PostHeader a,.PostHeader a:hover {
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 22px;
	margin:0;
	color: #545454;
	background-color: transparent;
	text-decoration:none;
}

.PostHeader img
{
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
text-align: left;
  color: #666666;
}


.PostHeader a:hover, .PostHeader a.hovered
{
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
text-align: left;
  color: #1C1C1C;
}
/* end PostHeader */

/* begin PostMetadata */
.PostMetadataHeader
{
	padding:1px;
	background-color: #828282;
}
/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons
{
	padding:1px;
}

.PostHeaderIcons, .PostHeaderIcons a {
font-family: Georgia, "Times New Roman", Times, Serif;
	color: #E3E3E3;
}

.PostHeaderIcons a {
	margin:0;
}

.PostHeaderIcons a:link
{
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
	color: #1A1A1A;
}


.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
font-family: Georgia, "Times New Roman", Times, Serif;
font-style: italic;
font-weight: normal;
text-decoration: underline;
	color: #4D4D4D;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
  color: #000000;
}



.PostContent, .PostContent p
{
font-family: Georgia, "Times New Roman", Times, Serif;
text-align: justify;
text-indent: 10px;
  color: #000000;
}

.PostContent td {
text-indent: 0px;
}

.PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link--Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: underline;
  color: #000000;
}

/* Adds special style to an unvisited link. */
a {
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: underline;
  color: #000000;
}


/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
  color: #FFFFFF;
  background-color:#A6A6A6;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
font-family: Georgia, "Times New Roman", Times, Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #595959;  
}


/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #000000;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
}


ol {
	list-style-position:inside;

}




.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li{
	list-style-type: none;
	background-image: url('PostBullets.png');
	background-repeat:no-repeat;
	padding-left:15px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start cita */
#cita{
	color:#080808;
	font-family: Georgia, "Times New Roman", Times, Serif;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 38px;
	background-color:#A6A6A6;
	background-image:url('PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */


/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('Footer.png');
	width: 1000px;
	height: 150px;
	bottom:0;
	left:0;
}


.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#FFFFFF;
font-family: Georgia, "Times New Roman", Times, Serif;
}

.Footer .Footer-text a {
	text-decoration: none;
	color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
border-left:2px double #A6A6A6;
border-right:2px double #A6A6A6;
}


.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #000000;
font-family: Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
	background-color:#A6A6A6;
}
/* end Footer */


/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 749px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 998px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: -130px 0 0 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 249px;
	z-index:2000px;
}
/* end LayoutCell */




#footer
{
	text-align: center;
}


textarea {
        background-color: #A6A6A6;
        color: #000000;
}

	.formulario {color:#000000; background-color:#A6A6A6; border-color:#cccccc; font-size: 9pt; }
	.formularioover {color:#A6A6A6; background-color:#000000; border-color:#cccccc; font-size: 9pt; }

