.copete {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #7295C5;
	text-decoration: none;
	line-height: 12px;
	padding-top: 10px;

}
.link {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #154688;
	text-decoration: none;

}
.link:hover {

	text-decoration: underline;

}
.texto {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 14px;

}
.textob {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	padding-top: 5px;
}
.textoc {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14px;

}
.titulos {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #154688;
	text-decoration: none;
}
.datos {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 13px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8ABFF4;




}
.tabla {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 13px;

}
.lineainf {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #8ABFF4;
	border-right-color: #8ABFF4;
	border-bottom-color: #8ABFF4;
	border-left-color: #8ABFF4;

}
.on {
	DISPLAY: block;
	visibility: visible;
}

.off {
	DISPLAY: none;
	visibility: hidden;
}
body { 
   scrollbar-face-color: #ffffff; 
   scrollbar-shadow-color: #ffffff; 
   scrollbar-highlight-color: #ffffff;  
   scrollbar-3dlight-color:  #ffffff; 
   scrollbar-darkshadow-color:  #ffffff;  
   scrollbar-track-color: #ffffff; 
   scrollbar-arrow-color: #8ABFF4; 
}

/* menu historia */
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: justify; margin: 5px 0 0px}
		
		p, ul { font-size: 12px; line-height: 14px} 
		
		p a, li a { color: #154688; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; width: 100% }
		
		p#cross-links { text-align: left }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 12px; line-height: 14px; }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none; text-align: center}
		
		img { border: 0}

		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	width: 650px;
	margin: auto;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
		}
		
		.stripViewer .panelContainer .panel ul {
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 360px; }
		.csw .loading {margin: 100px 0 150px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 650px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 2px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

		}
		
		.stripNav li.tab1 a {
	background: url(/images/1918.jpg) no-repeat;
	height: 36px;
	width: 109px;
}
		.stripNav li.tab2 a { 	
		background: url(/images/1972.jpg) no-repeat;
	    height: 36px;
	    width: 109px; }
		.stripNav li.tab3 a { 	
		background: url(/images/1994.jpg) no-repeat;
	height: 36px;
	width: 109px; }
		.stripNav li.tab4 a { 	
		background: url(/images/1995.jpg) no-repeat;
	height: 36px;
	width: 109px; }
		.stripNav li.tab5 a { 	
		background: url(/images/hoy.jpg) no-repeat;
	height: 36px;
	width: 109px; }
		
		.stripNav li a:hover {
			
		}
		
		.stripNav li a.current {
			
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
