@charset "utf-8";
/* CSS Document */
h1 { 	font-family:Verdana, Geneva, sans-serif; 
		font-size:24px; 
		color:#FFF; 
		text-decoration:none; 
		font-weight:normal; 
		margin:0px;
}

h2 { 	font-family:Verdana, Geneva, sans-serif; 
		font-size:18px; 
		color:#FFF; 
		text-decoration:none; 
		font-weight:normal; 
		margin:0px;
}

h3 {	font-size:14px; 
		color:#FFF; 
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		font-weight:normal;
		
}

ul {	list-style:none outside;		
}

li a:hover {text-decoration:underline;
}

.nounderline A {text-decoration:none; color:#000000; font-size:12px; font-weight: normal
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
}
body {
	background: url("../templates/background01.gif");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgb(x,y,z);
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.articulo {	font-size:12px;
				font-weight:bold;
				text-align:center;
				color:#00346d;
				font-family:Verdana, Geneva, sans-serif;
}

.letragrande { 	font-size:36px;
				font-family:Verdana, Geneva, sans-serif;
				color:#000;
}

.Estilo24 {font-size: 14px}
.Estilo25 {
	color: #7B7A6C;
	font-weight: bold;
}
.final {
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 880px;
	padding: 0;
	margin: 0 0;
}
.folio_block {
	position: static;
	margin:5px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 880px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../templates/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
