@charset "utf-8";
.verdana10 {font-family: Verdana; font-size: 10px}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	/*background-color: #000000;*/
	/*background-image:url(pautas/tapete.jpg);*/
	/*
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #390800 url('/imagenes/colombia.jpg') no-repeat top center;
	background-attachment: fixed

}

body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

 Estilos separados 
.Estilo2 {	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Estilo5 {	color: #FF6600;
	font-weight: bold;
}

.titulo{
font-size:14px;
font-weight:bold;
}
img {
border:0px;
}
div.contenedor {         
	width: 755px;
	/*background-color:#000000;*/
	height: 600px;         
	position:absolute;         
	left:50%;       
/*	top:50%;         
*/	margin-left:-380px;         
/*	margin-top:-220px;     
*/	}













/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} 

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 80ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color:#333333;
	color: #fff;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color:#FF6600;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #ff6600;
}

.nav a{
	text-decoration: none;
}
/*
img { background: url(images/cargando.gif) no-repeat 50% 50%; }
*/