body {background-color:#870100}
:focus{ outline:none; }
#contenedor {width:908px;margin:0px 0px 0px 0px;height: 1810px;background-image: url("imagenes/fondo.jpg")}

#principal{ background-color:#e6dcd0;width:900px;height: 1450px;background-image: url("imagenes/consultas.png")}
#menu {width:240px ; float:left;margin:0px 0px 0px 0px; text-align:left;height:1450px;background-color:#870100;}
#laborales {width:120px ; float:right;margin:0px 0px 0px 0px; text-align:left;height:470px;background-color:white}

#ki {width:900px ;margin:0px 0px 0px 0px; text-align:left;}

#contenidos1 {width:450px ; float:right;margin:0px 0px 0px 8px; text-align:left}

#contenidos{ text-align:left;width:880px;background-color:#f1e3b6;margin:0px 0px 0px 0px;}

a:link { color:white; text-decoration: none ; margin:10px 0px 0px 4px;text-align:right;font: normal 14px "Arial"}

a:visited {color: white; text-decoration:none;font: normal 14px "Arial"; margin:10px 0px 0px 4px}

a:hover {color:#b8b8b8;font: normal 14px "Arial";margin:10px 0px 20px 13px }	



a.estilo1:link { color:#d5bf8d; text-decoration: none ; text-align: center;font: normal 16px "Lucida Sans Unicode";margin:0px 0px 0px 0px}

a.estilo1:visited {color:#d5bf8d; text-decoration: none ; text-align: center;font: normal 16px "Lucida Sans Unicode";margin:0px 0px 0px 0px}

a.estilo1:hover {color:#b8b8b8; text-decoration: none ; text-align: center;font: normal 16px "Lucida Sans Unicode";margin:50px 0px 0px 0px }	

a.estilo2:link { color:white; text-decoration: none ; margin:0px 0px 0px 0px;text-align:right;font: normal 13px "Arial"}

a.estilo2:visited {color: white; text-decoration:none;font: normal 13px "Arial"; margin:0px 0px 0px 0px}

a.estilo2:hover {color:#b8b8b8;font: normal 13px "Arial";margin:0px 0px 0px 0px }	

a.estilo3:link { color:blue; text-decoration: none ; margin:0px 0px 0px 0px;text-align:right;font: normal 13px "Arial"}

a.estilo3:visited {color: blue; text-decoration:none;font: normal 13px "Arial"; margin:0px 0px 0px 0px}

a.estilo3:hover {color:gray;font: normal 13px "Arial";margin:0px 0px 0px 0px }	

a.estilo7:link { color:#b8b8b8; text-decoration: none ; text-align: center;font: normal 15px "Lucida Sans Unicode";margin:0px 0px 0px 0px}

a.estilo7:visited {color:#b8b8b8; text-decoration: none ; text-align: center;font: normal 15px "Lucida Sans Unicode";margin:0px 0px 0px 0px}

a.estilo7:hover {color:#d5bf8d; text-decoration: none ; text-align: center;font: normal 15px "Lucida Sans Unicode";margin:50px 0px 0px 0px }

a.estilo8:link { color:white; text-decoration: none ; margin:10px 0px 0px 0px;text-align:right;font: normal 14px "Arial"}

a.estilo8:visited {color: white; text-decoration:none;font: normal 14px "Arial"; margin:10px 0px 0px 0px}

a.estilo8:hover {color:#b8b8b8;font: normal 14px "Arial";margin:10px 0px 0px 0px }	

a.estilo9:link { color:#d5bf8d; text-decoration: none ; margin:10px 0px 0px 0px;text-align:right;font: normal 15px "Arial"}

a.estilo9:visited {color: #d5bf8d; text-decoration:none;font: normal 15px "Arial"; margin:10px 0px 0px 0px}

a.estilo9:hover {color:#b8b8b8;font: normal 15px "Arial";margin:10px 0px 0px 0px }			

a.estilo10:link { color:white; text-decoration: none ; margin:10px 0px 0px 0px;text-align:right;font: normal 13px "Arial"}

a.estilo10:visited {color: white; text-decoration:none;font: normal 13px "Arial"; margin:10px 0px 0px 0px}

a.estilo10:hover {color:gray;font: normal 13px "Arial";margin:10px 0px 0px 0px }		

a.estilo11:link { color:white; text-decoration: none ; margin:10px 0px 0px 0px;text-align:right;font: normal 10px "Arial"}

a.estilo11:visited {color: white; text-decoration:none;font: normal 10px "Arial"; margin:10px 0px 0px 0px}

a.estilo11:hover {color:gray;font: normal 10px "Arial";margin:10px 0px 0px 0px }				
		 

h1 { color:black;  text-decoration: none ; text-align:center;font: normal 15px "Calibri"}

h2 { color:#d5bf8d; text-decoration: none ; text-align: left;font: normal 20px "Calibri";margin:0px 0px 0px 0px}

h3 { color:#870100; text-decoration: none ; text-align: left;font: normal 18px "Lucida Sans Unicode";margin:0px 0px 0px 260px}

h4 { color:white;  text-decoration: none ;margin:4px 0px 0px 0px; text-align:center;font: normal 13px "Georgia, Times, serif"}

h5 { color:white;  text-decoration: none ;margin:0px 0px 0px 0px; text-align:left;font: normal 15px "Georgia, Times, serif"}

h6 { color:black;  text-decoration: none ;margin:5px 5px 0px 260px; text-align:left;font: normal 15px "Calibri"}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#870100;
	width: 500px;

	-background:#870100;
}

/* accordion header */
#accordion h2 {
	background:#870100;
	margin:0;
	padding:5px 5px;
	font-size:14px;
	font-weight:normal;


	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#7b7b7b;
}

/* accordion pane */
#accordion div.pane {

	border-width:0 2px;
	display:none;
	height:100px;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}



#contenedor12 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
}	

#cuerpo {
	width: 100%;
	height: 98%;
	padding: 3px;
	text-align: center;
	overflow: auto;
}	
#pie { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 98.2%;
	height: 28px;
	background-color:#6d0101;
	color:#FFFFFF;
	padding: 3px;
	text-align: center;
	overflow: hidden;
}	
