@charset "utf-8";
body {
	font: 80% Tahoma, Geneva, sans-serif;
	background: #6C1117;
	margin: 1px 1px 1px 1px; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 2px 2px 2px 2px;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#6C1117',endColorstr='#6C1117', gradientType='1');
}
.oneColElsCtr #container {
	width: 800px;
	height:600px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}
.oneColElsCtr #mainContent {
	position:absolute;
	width:355px;
	height:450px;
	z-index:1;
	left: 50%;
	top: 12%;
	background-color: #EFDDA7; 
	/*filter: alpha(opacity=75); */
	/*opacity:.75;*/
    margin: 5px 5px 5px 5px; 
	padding: 15px 15px 15px 15px; 
	border: 1px solid #749114; /*definición del borde*/
	-moz-border-radius:10px; /*Para que funcione en Mozilla*/
	-khtml-border-radius:10px; /*Para Konqueror y Safari */
	-ms-border-radius:10px;/*Para Internet Explorer 8 */
	-webkit-border-radius:10px;
	border-radius:10px; /*Forma normalizada*/
	overflow:auto;
}
h1, h2{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;	
	}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:372px; height:32px; font-size:8px; font-weight:500; position:absolute; z-index:100; border-right:1px solid #000; top:-6%; left:0%;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:381px; w\idth:380px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:74px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:74px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:69px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background: #900; padding-left:5px; line-height:29px; /*filter: alpha(opacity=75); opacity:.75;*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	/*-moz-border-radius:5px 0px 5px 0px; Para que funcione en Mozilla*/
	-khtml-border-radius:5px 5px 0px 0px; /*Para Konqueror y Safari */
	-ms-border-radius:5px 5px 0px 0px;/*Para Internet Explorer 8 */
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;/*Forma normalizada*/

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:74px; w\idth:89px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#DE9258 bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#EE6600 bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#EE6600 bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background: #DE9258;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#EE6600;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:95px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:95px; top:-1px; width:95px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-95px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666666; color:#FFF; height:auto; line-height:1em; padding:5px 5px; width:84px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a{width:96px;w\idth:84px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#EE6600;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#EE6600;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
#contenedorMenu {
	position:absolute;
	width:354px;
	height:30px;
	z-index:2;
	left: 51%;
	top: 8%;
}
#textoMainContent{
	margin:0 8px 0 8px;	
	}
.footerCreditosMiTunja {
			font-family:Verdana, Geneva, sans-serif;
			font-size:9px; 
			color:#FFF; 
			letter-spacing:3px;
	}

