/* ESTILOS PARA CABECERA */

table.containerm {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.conthead {
	width: 100%; 
	height: 32px;	
}

.colorhead {
	background-color: #FFFFFF;	
}

.texthead, .labelhead, .company {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.labelhead {
	color:#FF5F0A;
}

.texthead, .company {
	color: #000000;
}

.company {
	cursor: pointer;
	text-decoration: underline;	
}

.b2b {
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF;
}


/* ESTILOS GENERALES */

#windowArea {
	background-color: #EEEEEE;
	border: 1px solid #FF5F0A;	
	height: 100%;
}

#popup, #processing {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#popup {
	z-index: 100;
}

#processing {
	z-index: 200;
}

.processingt {
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #FFFFFF;
}

.processingc {
	border: 2px solid #FF5F0A;
	padding: 10px;
	background-color: #FFCDB3;
}

.popupst {
	background-image: url(../images/popup.modal/popupmt.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.popupsl {
	background-image: url(../images/popup.modal/popupml.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.popupsr {
	background-image: url(../images/popup.modal/popupmr.gif);
	background-repeat: repeat-y;
}

.popupc {
	width: 10px;
	height: 10px;	
}

.popupsb {
	background-image: url(../images/popup.modal/popupmb.gif);
	background-repeat: repeat-x;
}

#puContent {
	background-color: #FFFFFF;
}

#puTitle {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF5F0A;
}


/* ESTILOS TITLEBAR */

.tibtext, .tibpage {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.tibpage {
	color: #CCC;	
}

/* ESTILOS PROPIOS */

/* @group basics */

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: white;
    color: black;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Verdana, sans-serif;
}

a { color:blue; text-decoration: none }
a:hover { color:blue; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    padding-left:10px;
    border-left:1px solid black;
}
ul, li, lo {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
ul {
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}
input, textarea, option {
	border: 1px solid black;
	font-size: 11px;
	padding: 3px 0 0 5px;
}
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group principals */

#container {
	margin:5px 15px 10px;
}
#header {
	padding-bottom: 5px;
	height: 100px;
}
#wrap {
	padding: 10px;
	border: 1px solid;
	margin: 0px;
/*	background-color: #E9ED8F; */
	background-color: #FF9B66;
	border-color: #125ELC;
	width: 100%;
	height: 98%;
}

/* @end */

/* @group header */

.logo {
	float: left;
	padding-bottom:3px;
	padding-top: 3px	
}
#header .banner {
	float: right;
	width: 600px;
	height: 60px;
	padding-bottom:3px;
	padding-top: 3px
}
#header ul, #header li, .nav ul, .nav li, .subnav ul, .subnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#header .menu {
	float: right;
	font-size: 10px;
	height: 17px;
	line-height:18px;
}
.menu span {
	padding: 0 10px;
	float: left;
}
.user {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background: url(../images/main/back-menu_izq-lila.png) no-repeat left top;
	color: white;
	font-weight: bold;
	float: left;
	padding: 2px 0px;
}
.user li {
	margin: 1px 0px;
}
.user li span {
	background: url(../images/main/line-lila.png) no-repeat left top;
}
.user .first {
	background: none;
}
.admin .first {
	background: url(../images/main/back-menu_izq-gray.png) no-repeat left top;
}
.admin {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background: url(../images/main/back-menu_der-gray.png) no-repeat right top;
	float: left;
}
.admin li {
	margin: 1px 0px;
	background: url(../images/main/line-gray.png) no-repeat left top;
	cursor: pointer;
	color: #000000;
}
.admin li.on {
	background: url(../images/main/back-menu_der-gray-on.png) no-repeat right top;
	color: #EEEEEE;
	/*background: url(../images/main/line-darkgray.png) no-repeat left top;*/
}
.admin li span.clock {
	background: url(../images/main/icon-clock.png) no-repeat right center;
	padding-right: 19px;
}
.admin li span.help {
	background: url(../images/main/icon-help.png) no-repeat right center;
	padding-right: 19px;
}
.admin li span.close {
	background: url(../images/main/icon-close.png) no-repeat right center;
	padding-right: 19px;
}

.admin li button {
	border: 0;
	background: transparent;
}
.admin li span img, .admin li button img {
	float: right;
	border: 0;
	margin: 1px 0 0 5px;
}


/* @end */

/* @group wrap */
.nav {
	font-size: 12px;
	background: url(../images/main/back-nav_izq-green_off.png) no-repeat left top;
	color: white;
	font-weight: bold;
	margin-left:0px;
	height: 29px;
}
.nav ul {
	float: left;
	width: 100%;
	background: transparent url(../images/main/back-nav_der-green_off.png) no-repeat right top;
	height: 28px;
}
.nav ul li {
	float: left;
	height: 29px;
	cursor: pointer;
}
.nav ul li span {
	padding: 8px 10px 7px 10px;
	float: left;
	background: url(../images/main/line-green.png) no-repeat right top;
}

/*
.nav ul li.on {
	background: url(images/back2-nav_izq-green-on.png) no-repeat left top;
	margin-left: -2px;
}
.nav ul li.on span {
	padding: 5px 10px 5px;
	margin: 0;
	background: url(images/back2-nav_der-green-on.png) no-repeat right top;
}
*/

.nav ul li.on {
	background: url(../images/main/back2-nav_green-on.png) repeat-x left top;
}
.nav ul li.on span {
}

.nav ul li.soon span{
	color: #9cc448;
	background: url(../images/main/icon-soon.png) no-repeat 11px 21px;
}
/* @end */

/* @group top */
.top {
	margin: 0;
	padding: 0;
	height: 25px;
}
.subnav {
	float: left;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: white;
}
.subnav li {
	float: left;
	background: url(../images/main/back-tab_izq-off.png) no-repeat left top;
	margin-right: 10px;
	height: 22px;
	cursor: pointer;
}
.subnav li span {
	padding: 4px 10px;
	float: left;
	background: url(../images/main/back-tab_der-off.png) no-repeat right top;
}
.subnav li.on {
	float: left;
	background: url(../images/main/back-tab_izq-on.png) no-repeat left top;
	margin-right: 10px;
}
.subnav li.on span {
	float: left;
	background: url(../images/main/back-tab_der-on.png) no-repeat right top;
}


.top .buttons {
	float: right;
	margin: 0px 0px 0px 0px;	
}
.buttons li {
	margin: 0px 0px 0px 5px;
	padding: 0px;	
	float: left;
	background: url(../images/icons/back-button.png) no-repeat center center;
	width: 25px;
	height: 25px;
}
.buttons li span{
	float: left;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
.buttons li img {
	float: left;
	padding: 2px 0 0 2px;
}
/* @end */


/* @group colors */

body {
	font: 10px/12px Arial, sans-serif, Geneva;
	color: black;
}

.primary-text {
	color: #96bf0d ;
}
.primary-back-white {
	background-color: #96bf0d;
	color: #fff;
}
.primary-back-gray {
	background-color: #96bf0d;
	color: #333;
}
.primary-border {
	border-color: #96bf0d;
}
.secondary-text {
	color: #d2007b;
}
.secondary-back {
	background-color: #d2007b;
	color: white;
}
.secondary-border {
	border-color: #d2007b;
}
.dark-secondary-text {
	color: #FF5F0A;
}
.dark-secondary-back {
	background-color: #FF5F0A;
	color: white;
}
.dark-secondary-border {
	border-color: #FF5F0A;
}

/* @end */
