/* CSS Document */

@font-face{
	font-family: 'Flama';
	src: url('../../../fonts/FlamaBook.eot');
	src: url('../../../fonts/FlamaBook.eot?#iefix') format('embedded-opentype'),
	     url('../../../fonts/FlamaBook.woff') format('woff'),
	     url('../../../fonts/FlamaBook.ttf') format('truetype'),
	     url('../../../fonts/FlamaBook.svg#webfont') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Flama';
	src: url('../../../fonts/FlamaBook-Italic.eot');
	src: url('../../../fonts/FlamaBook-Italic.eot?#iefix') format('embedded-opentype'),
	     url('../../../fonts/FlamaBook-Italic.woff') format('woff'),
	     url('../../../fonts/FlamaBook-Italic.ttf') format('truetype'),
	     url('../../../fonts/FlamaBook-Italic.svg#webfont') format('svg');
	font-weight: normal;
    font-style: italic;
}

@font-face{
	font-family: 'Flama';
	src: url('../../../fonts/FlamaMedium.eot');
	src: url('../../../fonts/FlamaMedium.eot?#iefix') format('embedded-opentype'),
	     url('../../../fonts/FlamaMedium.woff') format('woff'),
	     url('../../../fonts/FlamaMedium.ttf') format('truetype'),
	     url('../../../fonts/FlamaMedium.svg#webfont') format('svg');
	font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family: 'Flama';
	src: url('../../../fonts/FlamaMedium-Italic.eot');
	src: url('../../../fonts/FlamaMedium-Italic.eot?#iefix') format('embedded-opentype'),
	     url('../../../fonts/FlamaMedium-Italic.woff') format('woff'),
	     url('../../../fonts/FlamaMedium-Italic.ttf') format('truetype'),
	     url('../../../fonts/FlamaMedium-Italic.svg#webfont') format('svg');
	font-weight: bold;
    font-style: italic;
}

/*
 *
 * General
 *
 */
html, body
{
	color: #222;
	background-color: #bdd5ea;/*#bdd5ea; /*#e2eafc;*/
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	height: 100%;
	font-size: 12px;
}


a, a:hover, a:visited, a:hover, a:active
{
	color:				#0033CC;
	text-decoration:	none;
}

/* DEV WINDOW*/

pre#dev{
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
/* DEV */
pre#dev{
	z-index:10000;
	position:fixed;
	bottom:0px;
	right:-59%;
	width:60%;
	white-space:pre-wrap;
	height:100%;
	padding:2%;
	background-color:rgba(0,0,0,0.88);
	color:rgba(0,255,92,1.00);
	box-sizing:border-box;
	border-right:1px solid #000000;
	overflow:auto;
	font-size:12px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

pre#dev:hover, pre#dev:active{
	right:0px;

}


/* END DEV WINDOW */
/*
 *
 * Menu
 *
 */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 10em;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 1px;
  font-weight: bold;
}

ul.menu li a, ul.menu ul.menu li a {
  color: #000;
  padding: 0;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  font-weight: normal;
  color: rgb(102, 102, 102);
  padding-left: 5px;
}

ul.menu li a:hover , ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  color: rgb(0, 177, 255);
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu ul.menu {
    border-left: 5px #f00 solid;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {

}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}

ul.menu li ul:last-child {
	margin-bottom: 10px;
}

ul.menu li a.selected:link, ul.menu li a.selected:visited, ul.menu li a.selected:hover, ul.menu li a.selected:active,
ul.menu li a.selected:link, ul.menu li a.selected:visited, ul.menu li a.selected:hover, ul.menu li a.selected:active,
ul.menu li ul li a.selected:link, ul.menu li ul li a.selected:visited, ul.menu li ul li a.selected:hover, ul.menu li ul li a.selected:active
{
	color: rgb(15, 104, 172);
}



.menu_section
{
	/*
	margin-top: 5px;
	*/
	margin-bottom: 10px;
}

.menu_title
{
	font-weight: bold;
  padding: 4px 10px;
}

.menu a
{
  display: block;
  font-weight: normal;
  color: rgb(102, 102, 102);
  padding: 4px 10px;
  /*
  margin-top: 2px;
  margin-bottom: 5px;
  background-color: #0C9;
  */
  border: dotted #EEE;
  border-width: 1px 0 0 0;
}

.menu a:hover
{
  /*
  color: rgb(0, 177, 255);
	*/
	background-color: #F7F7F7;
}

.menu a.selected
{

	border-width: 0;
  	background-color: #333;
	color: #EEE;
	text-transform: uppercase;
}

/*
 *
 * TABLES
 *
 */
.tablerow_color_1
{
	background-color:	#F3F6FA;
}

.tablerow_color_2
{
	background-color:	#FFF;
}

.tablerow_color_3
{
	background-color:	#EEE;
}

.tablerow_color_1:hover, .tablerow_color_2:hover, .tablerow_color_3:hover
{
	background-color: #CBCBCB;
}

table
{
	border: #666 1px solid;
}

th, td
{
	vertical-align: middle;
	padding: 3px;
}

th
{
	background-color:#666;
	color: #EEE;
	text-align: left;
	font-weight: bold;
	height: 1.5em;
}

td
{
	height: 1.3em;
}

.selected {
	background-color: #CBCBCB;
	/*
	font-style: italic;
	*/
}


/*
 *
 * Site strcuture IDs
 *
 */

#container
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 13px;
	overflow: hidden;
	font-family: Flama, Tahoma, Geneva, sans-serif;
	margin: 0 auto -38px;
	overflow: auto;
}

#header
{
	border-bottom: #DDD 1px solid;
	margin-bottom: 20px;
	height: 75px;
	padding: 0;
	width: 100%;
	display: table;
}

#logo
{
	/*
	padding-left: 10px;
	*/
	padding: 5px;
	padding-right: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 145px;
	text-align: center;
}

#title
{
	display: table-cell;
	vertical-align: middle;

	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 100%;
	text-transform: uppercase;

}

#account_actions
{
	width: 120px;
	font-size: 13px;
	/*
	padding-right: 10px;
	*/
	padding: 5px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

#main
{
	min-width: 960px;
	width: 100%;
}

#menu
{
	margin: 0 10px;
	min-width: 120px;
	float: left;
	height: 100%;
	padding: 5px;
	font-size: 0.9em;
}

#secondary_menu
{
	margin: 10px 0;
	height: 70px;
	width: 100%;
	padding: 5px;
	font-size: 0.9em;
}

#content
{
	min-height: 250px;
	height: 100%;
	padding: 5px;
	overflow: hidden;

}

#notice
{
	margin: 0 15px;
	float: right;
	width: 160px;
	height: 300px;
	padding: 5px;
	font-size: 0.9em;
	overflow: hidden;
}

#footer
{
	border-top: #DDD 1px solid;
	width: 100%;
	margin: auto;
	padding: 5px;
}


.push, #developed_by
{
	height: 32px;
}

#developed_by
{
	display: none;
	position: relative;
	left: 10px;
	bottom: 0;
	border: #069 1px solid;
	border-bottom-width: 0;
	text-align: center;
	font-size: 0.9em;
	background-color: #E0F1FE; /*#7EB0ED;*/
	width: 225px;

	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	vertical-align: top;
	padding-top: 5px;
	line-height: 35px;
}


#account_dialog
{
	width: 120px;
	/*
	height: 80px;
	*/
	position: absolute;
	top: 60px;
	right: 7px;
	background-color: #FFF;
	border: #C0C0C0 solid 1px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	padding: 5px 0;
	display: none;
}

#account_arrow
{
	width: 20px;
	height: 11px;
	position: absolute;
	top: -11px;
	right: 18px;
}

#account_dialog a:link,
#account_dialog a:visited
{
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	color: RGB(102, 102, 102);
	width: 105px;
}

#account_dialog a:hover,
#account_dialog a:active
{
	background-color: #F7F7F7;
}

.divider
{
	height: 0px;
	border-bottom: 1px dotted #EEE;
}

#account_actions_link
{
	width: 40px;
	height: 40px;
	border: 0px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
}

#client
{
	position: fixed;
	bottom: 0;
	right: 30px;
	width: 180px;
	height: 50px;
	padding-left: 12px;
	padding-top: 10px;
	background-color: #FFF;
}

@media screen and (max-width: 600px) {
	#client {
		display: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#client {
		display: none;
	}
}

 /*
  *
  * Site structure Classes
  *
  */

.bold_text
{
	font-weight:		bold;
}

.normal_text
{
	font-weight:		normal!important;
}

.alert_text
{
	color:				#FF0000;
}


.info_box
{
	border: 2px solid;
    color: #1c3644;
    padding: 0.8em;

	background: none repeat scroll 0 0 #d4eaf4;
    border-color: #0f68ac;
	margin-bottom: 1em;
}

.errorCode
{
	font-weight: bold;
}

.searchTerm
{
	font-weight: bold;
}






.alertMessage
{
	color:				#F70715;/*#C41A15;*/
}

.warningMessage
{
	color:				#FF9300;/*#FFB500;/*#E87C35;*/
}

.okMessage
{
	color:				#2AAE00;
}


.board
{
	/*
	display: inline-block;
	*/
	float: left;
	width: 40%;
	margin: 10px;
	border: #000 1px solid;
}

.board .title
{
	background-color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	color: #FFF;
}

.board .body
{
	padding: 10px;
}

.boardTarjetaVencimiento
{
	min-width: 550px;
}
