@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #EFEFEF url('../images/bg.gif') repeat-y scroll 50% 0;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	text-align: center;
}

a:link {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
a:active {
	color: #DC6809;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #DC6809;
	font-weight: bolder;
	text-decoration: none;
}

#pagina {
	width: 921px;
	text-align: left;
	position:relative;
}

#top{
	background: url('../images/top-bg.gif') repeat-x;
	position: relative;
	height: 91px;
}
#navbar {
	background: url('../images/menu-bg.gif') repeat-x;
	height: 24px;
	position: relative;
	font-size: 14px;
}
#navbar #menu {
	position: absolute;
	top: 1px;
	left: 67px;
}
#navbar #menu-inicial {
	position: absolute;
	bottom: 5px;
	left: 0px;
}
#navbar #menu2 {
	position: absolute;
	top: 0;
	right: 10px;
}
#navbar #menu3 {
	position: absolute;
	top: 0;
	left: 10px;
}
#navbar .menu-chico a {
	font-weight: normal;
	color: #FFF;
	display: block;
	float: left;
	padding: 5px;
	font-weight: bold;
}
#navbar .menu-chico a:hover, #navbar .menu-chico a:active {
	color: #ec5f01;
}
#navbar .menu-chico h2 {
	font-weight: normal;
	font-size: 14px;
	display: inline;
}

#col-izq-bg {
	margin: 0px;
	padding: 0px;
	background: url('../images/col-izq-bg.gif') repeat-y left;
	width: 100%;
	border-top: solid 1px #000;
}
#col-izq {
	float: left;
	width: 180px;
	padding: 10px;
	font-size: 11px;
	color: #333333;
	position: relative;
	margin: 0;
	z-index: 5;
}

#contenido {
	margin-left: 200px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	width: 698px;
	z-index: 4;
}
#contenido .caja {
	margin-bottom: 20px;
}

#contenido #loginContainer {
	display: none;
	position: absolute;
	right: 380px;
	z-index: 99;
	top: 0;
}
.login {
	position: absolute;
	z-index: 1;
	top: 0px;
}
.login #login-header {
	background: transparent url('../images/login-indicador.png') no-repeat scroll left bottom;
	behavior: url('/css/iepngfix.htc');
	position: absolute;
	height: 10px;
	left: 230px;
	width: 30px;
	z-index: 2;
	top: 0px;
}
.login #login-cuerpo {
	clear: both;
	background-color: #FFF;
	border-top: solid 1px #454545;
	border-left: solid 1px #454545;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 15px;
	position: relative;
	width: 300px;
	font-size: 11px;
	top: 9px;
	color: #000;
}
.login #login-cuerpo form {
	margin: 0px;
	padding: 0px;
}
.login #login-cuerpo p {
	margin: 5px;
	padding: 0px;
}
.login #login-cerrar {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.login hr {
	background: #CCCCCC none repeat scroll 0 0;
	border: 0 none;
	color: #CCCCCC;
	height: 1px;
}
.login a, .login a:active, .login a:visited, .login a:hover {
	color: #000;
}
#user-container {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}
#user-container p {
	padding: 0;
	margin: 0;
}

#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: #2F2F2F;
}

#col-der {
	float: right;
	width: 0;
	height: 665px;
}
#col-der a {
	color: #CCCCCC;
	font-weight: normal;
}
#col-der a:hover {
	text-decoration: underline;
}
#col-der .main {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
#col-der .box {
	border: solid 1px #999999;
	padding: 5px;
	margin-bottom: 10px;
}
#col-der ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bottom {
	background: #2b3039;
	color: #DDD;
	text-align: center;
	width: 100%;
}
#bottom #links {
	background: url('../images/bottom-navbar-bg.gif') repeat-x;
	height: 26px;
	padding: 6px 0 0;
}
#bottom #direccion {
	padding: 0 0 5px;
}
#bottom #oxus-logo {
	background: #5e5e5e;
	padding: 5px;
}
#bottom #oxus-logo a {
	color:#999999;
	font-size:10px;
	padding:1px 2px;
}
#bottom #oxus-logo #oxus {
	float: none;
	padding: 0;
}
#bottom #links a {
	padding-left: 15px;
	padding-right: 15px;
}

.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;
}

.main {
	text-align: left;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #DC6809;
	margin: 0px 0px 7px 0px;
	font-style: normal;
	border-bottom: solid 1px #DDD;
	padding: 0 0 2px;
}
h1 a, h1 a:active, h1 a:visited {
	color: #DC6809;
}
h1 a:hover {
	text-decoration: underline;
}
.secondary {
	text-align: left;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	color: #DC6809;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0;
	color: #DC6809;
}
.png-transp {
	behavior: url('/css/iepngfix.htc');
}
.png-transp a { 
	position:relative; 
	z-index:1000; 
}

#top-box {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 200px;
	height: 65px;
	padding: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #000000;
	border-right: 1px solid #454545;
}
#top-box img {
	behavior: url('/css/iepngfix.htc');
}
#top-box a { 
	position:relative; 
	z-index:1000; 
}

#busqueda {
	height: 33px;
	left: 3px;
	padding: 1px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 191px;
	background: url('../images/buscar-bg.gif') no-repeat top left;
}
#busqueda form {
	padding: 0px;
	padding-top: 4px;
	margin: 1px 18px 0 0;
}
#busqueda #buscarTexto {
	border: medium none;
	font-size: 12px;
	padding: 1px;
	vertical-align: middle;
	width: 138px;
	background: #444;
	color: #DDD;
}

#menu-categorias {
	margin-top: 30px;
}

#show-user {
	position: absolute;
	top: 1px;
	right: 11px;
	font-size: 10px;
	text-align: right;
}

