/* cp.css */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	background-color: #003;
	color: #fff;
}
h1 {
	font-weight: bold;
	font-size: 13pt;
	margin: 0;
}
#principal {
	position: relative;
	margin: 0 auto;
	width: 900px;
}
#header {
	/*colocado fuera del contenedor principal para que ie6 coloque los li flotados a la derecha*/
	background-color:#003;
	height: 70px;
	width: 900px;
	margin: 0 auto;
}
ul#navegpral {
	list-style: none;
	margin: 0 0 0 200px;
	padding: 0;
	height: 35px;
	background: #003 url(images/pral_ul.gif) repeat-x top left;
}
ul#navegpral li {
	float: right;
	height: 35px;
	margin: 0;
	width: 120px;
	text-align: center;
	background: transparent url(images/pral_li_hack.gif) no-repeat top left;
}
ul#navegpral a {
	display: block;
	margin: 0;
	height: 18px;
	padding: 12px 0 5px 0;
	text-decoration: none;
	color: #fff;
	font: 12px Arial, sans-serif;
	font-weight: bold;
}
ul#navegpral a:hover{
	color: #f90;
	font-weight: bold;
}
ul#navegexped {
	list-style: none;
	margin: 0 0 0 200px;
	padding: 18px 0 0 0;
	height: 17px;
	background: #003 url(images/expd_ul.gif) repeat-x bottom left;
}
ul#navegexped li {
	float: right;
	height: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: #90c;
}
/*hack para ie si no le damos ancho a li ocupan el 100%*/
* html #navegexped li {
	width: 1%;
}
/*fin*/
ul#navegexped a {
	display: block;
	height: 17px;
	padding: 0 6px 0 6px;
	text-decoration: none;
	background: #BD04FB;
	color: #33C;
	font: 1.15em Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
ul#navegexped a:hover{
	color: #03C;
	background: #C9F;
}
#vibram {
	background-color: #33c;
	padding: 8px 8px 8px 210px;
	text-align: right;
	height: 23px;
}
#tituloexped {
	background-color:#33C;
	color: #F90;
	text-align: center;
	padding: 8px 0;
}
#contenedor{
	position: relative;
	width: 100%; /*para que IE6 coloque la columna de la izda en su sitio*/
}
#footer {
	background-color: #003;
	margin: 1px 220px 0 220px;
	border-top: 1px solid #90C;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}
#footer a {
	color: #99F;
	text-decoration: none;
}
#footer a:hover {
	color: #F90;
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#izda {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	padding: 15px 10px 0 10px;
	background-color: #33C;
	color: #000;
}
#dcha {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	padding: 15px 10px 0 10px;
	background-color: #33C;
	color: #000;
}
/*hack para que ie coloque la columna dcha en su sitio*/
* html #dcha {
}
/*fin*/
#listado {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	padding: 15px 10px 0 10px;
	background-color: #33C;
	color: #fff;
}
#izda h2,#dcha h2, #listado h2 {
	font-size: 12px;
	font-weight: bold;
}
#izda h2 { color: #f90;}
#datos {
	margin: 0 400px 0 0;
	padding-bottom: 0;
	border: 1px solid #003;
}
#noticia {
	margin: 0 299px 0 0;
	padding-bottom: 0;
	border: 1px solid #003;
}
#noticia p {
	font-size: 13px;
}
#noticia h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dadada;
	text-decoration: underline;
	text-align: left;
	margin-bottom: 22px;
}
#proyecto {
	margin: 0 0 0 400px;
	padding-bottom: 0;
	border: 1px solid #003;
}
#datos p, #proyecto p, #noticia p {
	text-align: justify;
}

#header hr, #footer hr {
	display: none;
}
.izda {
	margin-right: 15px;
}
.dcha {
	margin-left:15px;
}
#noticia h2.centro, #noticia p.centro{
	text-align: center;
}
#listado .negrita, #listado a.negrita{
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
	color: #fff;
}
#listado a.negrita:hover{
	text-decoration: underline;
}
img {
	border: none;
}
td.imagen {
	text-align: center;
	vertical-align: middle;
}
td.texto {
	font-size: 8pt;
	text-align: left;
}
td.texto a, #proyecto a {
	font-weight: bold;
	font-size: 9pt;
	color: #09f;
	text-decoration: none;
}
td.texto a:hover, #proyecto a:hover{
	text-decoration: underline;
}
.lila, #mak a, #kan a, #gash a, #eve a, #parbat a, #peak a, #giri a, #asia a {
	color: #90c;
}
#mak, #kan, #gash, #eve, #parbat, #peak, #giri, #asia {
	text-align: right;
}
.capavisible {
	display: block;
	border-bottom: 1px solid #90c;
}
.capaoculta {
	display: none;
}
#izda fieldset {
	border: 1px solid #a6a6a6;
	margin: 15px 0;
	padding: 20px;
	color: #003;
	font-weight: bold;
}
#izda fieldset a {
	color: #003;
	text-decoration: none;
}
#izda fieldset a:hover {
	text-decoration: underline;
}
#izda legend {
	font-weight: bold;
	font-size: 12px;
	color: #003;
}
#izda input, #izda textarea, #izda select {
	border: 1px solid #a6a6a6;
	background-color: #d7d7d7;
	margin: 3px;
	color: #212121;
	font-size: 12px;
	padding: 2px;
}
#enviar {
	font-weight: bold;
	padding: 4px 15px;
}
.mensaje {
	color: #fff;
}
#datosexped {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	padding: 15px 10px 0 10px;
	background-color: #003;
}
#datosmonte {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	padding: 15px 10px 0 10px;
	background-color: #33C;
	color: #000;
}
/*hack para que ie coloque la columna dcha en su sitio*/
* html #datosmonte {
	right: -1px;
}
/*fin*/
#expedicion {
	margin: 0 200px;
	padding-bottom: 0;
}
#datosexped h2, #expedicion h2, #datosmonte h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
}
#datosexped h2, #expedicion h2 {
	color: #09F;
}
#datosmonte h2 {
	color: #F90;
}
#datosexped a{
	color: #fff;
	font-weight:bold;
}
#imgtit {
	padding: 10px 0 0 0;
	text-align: center;
}
#expedicion p {
	text-align: justify;
}
#datosmonte a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#datosmonte a:hover{
	text-decoration:underline;
}
.contentcapa{
	position: relative;
}
#datosmonte div div{
	position:absolute;
	z-index:10;
	background: #03C;
	color: #000;
	text-align: right;
	top: -22px;
	border-bottom: 2px solid #03C;
	padding: 0 2px;
}
#mapak2{
	left: -195px;
}
#k2sur{
	left:-244px;
}
#k2norte, #mapanna, #annasur{
	left:-294px;
}
#mapakang, #mapamak{
	left: -394px;
}
#kangsw, #kangnw{
	left: -344px;
}
#datosmonte div div a{
	display:block;
	padding: 7px;
}
td.base a{
	color: #99f;
	text-decoration:none;
}
td.base a:hover{
	color: #f90;
	text-decoration:underline;
}
.titnar{
	color: #f90;
	font-weight:bold;
}
