@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #AEAEAE;
	color: #AEAEAE;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	text-align: center;
}

a:link {
	color: #AEAEAE;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #AEAEAE;
	font-weight: bolder;
	text-decoration: none;
}
a:active {
	color: #a7b014;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #a7b014;
	font-weight: bolder;
	text-decoration: none;
}

#pagina {
	width: 920px;
	text-align: left;
	position:relative;
}

#top{
	position: relative;
}
#navbar {
	position: absolute;
	right: 35px;
	bottom: 6px;
	font-size: 14px;
}
#navbar a {
	padding-left: 20px;
}

#col-izq-bg {
	margin: 0px;
	padding: 0px;
/*	background: url('../images/col-izq-bg.gif') repeat-y left;  */
	width: 100%;
}
#col-izq {
	float: left;
	width: 180px;
	padding: 10px;
	font-size: 11px;
	color: #333333;
	position: relative;
	margin: 0;
	z-index: 5;
}

#contenido {
	margin-left: 0;
	padding: 10px;
	position: relative;
	overflow: hidden;
	z-index: 4;
}
#contenido .caja {
	margin-bottom: 20px;
}

#col-der-bg {
	margin: 0;
	padding: 0;
	/*background-image: url('../images/lateral-bg.jpg');*/
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #000;
}

#col-der {
	float: right;
	width: 0;
	height: 665px;
}

#bottom {
	background: #2F2F2F;
	color: #DDD;
	text-align: center;

	width: 100%;
}
#bottom #links {
	background: #1F1F1F;
	padding: 5px;
}
#bottom #direccion {
	padding: 5px;
}
#bottom #oxus-logo {
	text-align: right;
	background: #5e5e5e;
}
#bottom #links a {
	padding-left: 50px;
	padding-right: 50px;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.clear-left {
	clear: left;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.alerta {
	display:none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #a7b014;
	margin: 20px 20px 0;
	font-style: normal;
	padding: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px;
	font-style: normal;
	padding: 0;
}

.png-transp {
	behavior: url('/css/iepngfix.htc');
}
.png-transp a { 
	position:relative; 
	z-index:1000; 
}

