@charset "utf-8";
/* CSS Document */

body {
padding:0px;
background-color:#FFFFFF;
background-image:url(../images/top_shadw_repeat.jpg);
background-repeat:repeat-x;
background-position:top;
color:#666666;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
}

.footer{
background-image:url(../images/bottom_footer_background.jpg);
background-repeat:repeat-x;
background-position:bottom;
position:fixed;
bottom: 0;
left:0;
clear:both;
width:100%;
padding:0;
height:165px;
}

.lapiz{
position:absolute;
margin: -8px 0 0 105px;
.margin: -15px 0 0 105px;
}

.sombra_abajo{
background-image:url(../images/bottom_shadow_repeat.jpg);
background-repeat:repeat-x;
background-position:bottom;
position:fixed;
bottom: 0;
left:0;
clear:both;
width:100%;
padding:0;
height:20px;

}
/*********************************************************/
/*************main menu*************************************/
.menu a{
text-decoration:none;
text-align:center;

display:block;
width:70px;
height:30px;
margin:-8px 0 0 0;
}

.menu a:hover{
background-image:url(../images/menu_piece_hover.png);
text-align:center;
background-repeat:repeat-x;
display:block;
width:70px;
height:30px;
background-color:#0033FF;
text-decoration:none;
margin:-8px 0 0 0;
}
.menu a:hover a:visited{
text-decoration:none;
}
/*********************CONTENT ***************/
.Content{
	color:#666666;
	font-size:12px;
	font-family:arial;
	width:100%;
}


/**********************************************************/
/*************** PAGINATOR ********************************/

.paginator {
	margin-top:60px;
	font-size:1em;
	width:600px;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}
.paginator table td {
	padding:0;
	white-space:nowrap;
	text-align:center;
}
.paginator span {
	display:block;
	padding:3px 0;
	color:#fff;
}
.paginator span strong,
.paginator span a {
	padding:2px 6px;
}
.paginator span strong {
	background:#ff6c24;
	font-style:normal;
	font-weight:normal; 
}
.paginator .scroll_bar {
	width:100%;	height:20px;
	position:relative;
	margin-top:10px; 
}
.paginator .scroll_trough {
	width:100%;	height:3px;
	background:#ccc;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0; height:3px;
	top:0; left:0;
	font-size:1px;
	background:#363636;
}
.paginator .scroll_knob {
	position:absolute;
	top:-5px; left:50%;
	margin-left:-10px;
	width:20px; height:20px;
	overflow:hidden;
	background:url(slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer; cursor:hand;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:0; height:3px;
	overflow:hidden;
	background:#ff6c24;
}

.fullsize .scroll_thumb {
	display:none;
}


.paginator_pages {
	width:600px;
	text-align:right;
	font-size:0.8em; 
	color:#808080;
	margin-top:-10px; 
}
