@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(thickbox.css);



		body {
			background:#FFDB6F url(../images/bg_body.jpg) repeat-x top;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#333;
		}

		
					
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 14px; line-height: 1.4em } 
		
		p a, li a { color: #F60; text-decoration: none }
		
		
		
		
		img { border: 0 }
		
		h1 {  margin: 10px 0;  text-align: left ; color:#6C5200; font-size:22px;}
		h2 {  margin: 10px 0;  text-align: left ; color:#BF790C; font-size:18px;}
		h3 {  margin: 5px 0;  text-align: left ; color:#F3B85F; font-size:16px;}
		
		
				
		.page { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px  auto;
			position: relative;
			width: 840px;
			
		}
		
		.titulo {
			width:400px;
			height:45px;
			background:url(../images/titulo.jpg) no-repeat top center;
			position:absolute;
			top:15px;
			left:15px;
			z-index:2;
			
		}

		/* These 2 lines specify style applied while slider is loading 
		.csw {width: 100%; height: 600px; background: ; overflow: scroll;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}*/

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 840px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/*height: 600px;*/
			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: 600px;
			position: relative;
			width: 840px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			
			float:right;
			clear:both;
			width: 800px;
			margin-right:-4px;
			*margin-right:-4px !important;
			*margin-right:-2px;
						
			
			
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			
			
			
		}
		
		.stripNav ul li {
			float: left;
			margin-left: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			text-indent:-1000em;
			padding:0px;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
		}
		
		.stripNav li.tab1 a { background: url(../images/menu1.png) no-repeat top center; width:100px; }
		.stripNav li.tab2 a { background: url(../images/menu2.png) no-repeat top center; width:80px; }
		.stripNav li.tab3 a { background: url(../images/menu3.png) no-repeat top center; width:80px;  }
		.stripNav li.tab4 a { background: url(../images/menu4.png) no-repeat top center; width:160px;  }
		
		
		.stripNav li.tab1 a:hover { background: url(../images/menu1_hover.png) no-repeat top center; width:100px; }
		.stripNav li.tab2 a:hover { background: url(../images/menu2_hover.png) no-repeat top center; width:80px; }
		.stripNav li.tab3 a:hover { background: url(../images/menu3_hover.png) no-repeat top center; width:80px;  }
		.stripNav li.tab4 a:hover { background: url(../images/menu4_hover.png) no-repeat top center; width:160px;  }
		
		.stripNav li.tab1 a.current  { background: url(../images/menu1_active.png) no-repeat top center; width:100px; }
		.stripNav li.tab2 a.current  { background: url(../images/menu2_active.png) no-repeat top center; width:80px; }
		.stripNav li.tab3 a.current  { background: url(../images/menu3_active.png) no-repeat top center; width:80px;  }
		.stripNav li.tab4 a.current  { background: url(../images/menu4_active.png) no-repeat top center; width:160px;  }
	
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.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;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		

	.imagen_pantalla {
		float:left;
		width:170px;
		text-align:center;
		margin-top:50px;
	}
	
	.texto_pantalla {
		float:left;
		width:380px;
		overflow:auto;
		height:380px;
		line-height:1.4em;
		padding:5px;
		margin-top:50px;
		
	}
	
	.clear { clear:both;}
	
	.uno{
		
		background:url(../images/bg_1.jpg) no-repeat bottom center;
	}
	
	
	.dos {
		
		background:url(../images/bg_2.jpg) no-repeat bottom center;
	}
	
	.tres {
		
		background:url(../images/bg_3.jpg) no-repeat bottom center;
	}
	
	.cuatro {
		
		background:url(../images/bg_4.jpg) no-repeat bottom center;
	}
	
	.foot {
		position:absolute;
		left:5px;
		bottom:-20px;
		color:#996600;
		font-size:11px;}
		
	.informacion {
		color:#996600;
		font-size:11px;
		position:absolute;
		right:5px;
		bottom:-30px;
		
	}
	
	.informacion a {
		color:#996600;
		text-decoration:underline;
	}
	
	
	strong {font-weight:bold}
		
		
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	
	margin-top:50px;
		
}

.jScrollPaneContainer .texto_pantalla {
	
		margin-top:0px;
		
	}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	
}
.jScrollPaneDrag {
	position: absolute;
	background:  url(../images/scroll.png) no-repeat center ;
	width:20px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.formato {
	background:url(../images/formato.png) no-repeat 0 0;
	height:40px;
	width:188px;
	position:absolute;
	
	right:250px;
	bottom:30px;
	cursor:pointer;

	
}

.formato2 {
	background:url(../images/apoyo_economico.png) no-repeat 0 0;
	height:40px;
	width:188px;
	position:absolute;
	
	right:440px;
	bottom:30px;
	cursor:pointer;

	
}

.formato:hover {
	background:url(../images/formato.png) no-repeat 0 -41px;
}

.formato2:hover {
	background:url(../images/apoyo_economico.png) no-repeat 0 -41px;
}

.consulta {
	background:url(../images/consulta.png) no-repeat 0 0;
	
	height:30px;
	width:230px;
	position:absolute;
	
	right:10px;
	bottom:30px;
	cursor:pointer;
	padding:5px;
	

	
}

.consulta:hover {
	background:url(../images/consulta.png) no-repeat 0 -41px;
}

.consulta a {
	padding:10px 60px;; 


	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	font-size:0px;
	color:#FCCD33;
	text-decoration:none;
	
	
	
}

.documentos {
	margin:10px 20px;
	height:270px;
	overflow:auto;
	text-align:justify;
	
}

.documentos strong {
	color:#BF790C;
	font-weight:normal;
	font-size:16px;
	text-align:justify;
	margin-top:-30px;
	}

.documentos ol li {
	list-style:decimal;
	padding:5px 2px;
	margin-right:10px;
	margin-left:25px;
	font-size:14px;
}

.documentos .msj {
	background:#FFF5D7;
	padding:5px;
	margin:10px;
}

.page-small {
	background:#FFF;
	width:540px;
	padding:10px;
	margin:10px auto;
	height:300px;
	position:relative;
}
.classtitulo {
	height:110px;
	background:url(../images/bg-titulo.jpg) no-repeat center;
}

.texto1 {
	font-size:12px; font-weight:bold; color:#fff; position:absolute; right:10px; bottom:10px; background:#C60; padding:5px;}
	
.documentos li {
	padding:3px 0;
}

.documentos li a {
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
	background: url(../images/arrow_down.png) no-repeat left center;
	
	
	padding-left:20px;
}
