/* begin Page */


body, p
{
	margin: 0.5em 0;
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-family: Source Sans Pro, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	/*font-size: 12px;*/
	font-size: 14px;
	letter-spacing: 1px;
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #444;
	/*background-color: #F0F0F0;*/
}

body::after {
  content: "";
  background-image: url('images/accesoUsuarios_back.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-family: Source Sans Pro, Arial, Helvetica, Sans-Serif;
	text-align: left;
	/*color:#222;*/
	color: #01a695;
}

a
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-family: Source Sans Pro, Arial, Helvetica, Sans-Serif;
	text-align: left;
	color:#000;
	-webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

a:hover

{
	text-decoration: underline;
	color:#222;
}

a, img, li, button, i, h1, h2, h3, h4, h5, h6 {-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}


h1
{
	margin: 0.67em 0;
	/*font-size: 18px;*/
	/*font-size: 24px;*/
	font-size: 20px;
	font-weight: bold;
	/*color: #333;*/
	color: #01a695;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
}

h2
{
	margin: 0.8em 0;
	/*font-size: 16px;*/
	font-size: 20px;
	letter-spacing: 2px;
}

h3
{
	 margin: 1em 0;
	/*font-size: 14px;*/
	font-size: 18px;
	letter-spacing: 2px;
}

h4
{
	margin: 1.25em 0;
	/*font-size: 12px;*/
	font-size: 16px;
	letter-spacing: 2px;
}

h5
{
	margin: 1.67em 0;
	/*font-size: 12px;*/
	font-size: 16px;
	letter-spacing: 2px;
}

h6
{
	margin: 1.8em 0;
	/*font-size: 12px;*/
	font-size: 16px;
	letter-spacing: 2px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
		margin:0;
}

#header-main
{
	/*position: relative;
	background-image: url('images/header-top-background.png');
	background-repeat: repeat-x;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
	height: 110px;
	z-index:10;*/

	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    /*background: rgba(0,0,0,0.5);*/
	background: rgba(1,166,149,0.5);
    /*padding-bottom: 10px;*/
}
#header-content
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	max-width: 960px;
	min-width: 51px;
	min-height: 51px;
}

#header-tab
{
	position: relative;
	/*margin-top:-20px;*/
	margin-left: 40px;
	/*background-image: url('images/header-tab.png');*/
	background: rgba(255,255,255,0.7);
	width: 274px;
	/*height: 110px;*/
	height: 70px;
	padding-top:2px;
	z-index:99;
}

#header-tab-image
{
	position: absolute;
	/*margin-top:22px;*/
	margin-left: 22px;
	background-image: url('images/logo-maptalent.png');
	width: 230px;
	height: 62px;
}

html:first-child #header-tab
{
	border: 1px solid transparent;/* Opera fix */
}

#body-main
{
	position: relative;
	width: 100%;
	left: 0;
	/*top: 0;*/
	top: 110px;
	cursor:default;
	/* juntamos HEADER y BODY */
	margin-top:0px;
	z-index:0;
}


div.breadcrumbs, breadcrumbs a, breadcrumbs a:hover
{
	/*position:relative;*/
	position: absolute;
	float:right;
	/*background-color:#F0F0F0;*/
	background: rgba(255,255,255,0.75);
	padding:3px 8px;
	font-size:11px;
	/*height:16px;
	top:58px;*/
	color:#444;
    /*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	bottom: 0px;
    right: 0px;
}

.fright{float:right;}
.fleft{float:left;}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}

form
{
	padding: 0 !important;
	margin: 0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.body-sheet
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	/*width: 960px;*/
	max-width: 1400px;
	min-width: 51px;
	min-height: 71px;
	/*background-color:#F8F8F8;*/
	/*background-color:#FFF;*/
	/*border:1px solid #CCCCCC;*/
	text-align:center;
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}


#header-main, #header-main-top-background
{
	min-width: 960px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited
{
	text-align: left;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px!important;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background: none;
	padding-top: 20px;
    margin-right: 15px;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	/*background-image: url(images/spacer.gif);*/
	padding: 0px;
	margin: 0px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.art-menu
{
	padding: 5px;
}

.art-nav
{
	position: relative;
	height: 20px;
	z-index: 100;
	font-size:10px;
	font-weight:normal;
	float:right;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 10px;
	/*background-image: url('images/nav.png');*/
}

.art-nav .l
{
	left: 0;
	right: 5px;
}

.art-nav .r
{
	right: 0;
	width: 890px;
	clip: rect(auto, auto, auto, 875px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
	position: relative;
	display: block;
	overflow: hidden;
	height: 26px;
	margin:2px 6px;
	cursor: pointer;
	font-weight:bold;
	text-decoration:none;
	color:#EEE;
}

.art-menu a:hover
{
	text-decoration:underline;
	color:#DBFFB3;
}

/* end MenuItem */

/* begin MenuSeparator */

/* end MenuSeparator */

/* begin MenuSubItem */

/* end MenuSubItem */

/* begin Header */
div.art-header
{
/*	ocultamos temporalmente */
	display: none;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 960px;
	height: 175px;
	overflow: hidden;
}


div.art-header-jpeg
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 960px;
	height: 175px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* end Header */

/* begin Logo */
.art-logo
{
	display: block;
	position: absolute;
	left: 0;
	top: 64px;
	width: 259px;
}

h1.art-logo-name
{
	display: block;
	text-align: center;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited
{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #000000 !important;
}

.art-logo-text
{
	display: block;
	text-align: center;
}

.art-logo-text, .art-logo-text a
{
	font-style: normal;
	font-weight: bold;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #000000 !important;
}
/* end Logo */

/* begin Layout */
.art-content-layout
{
	padding: 0;
	border: none;
	margin:10px;
	text-align:left;
	border: none !important;
	padding:0 !important;
}

.art-layout-cell, .art-content-layout-row
{
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublock-body
{
	position: relative;
	z-index: 1;
	padding: 0;
}

.art-vmenublock-cc
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}

.art-vmenublock
{
	margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}

.art-vmenublockcontent-cc
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}

.art-vmenublockcontent
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}

.art-vmenublockcontent-cc
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.art-block
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-block-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}


.art-block
{
	margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-blockcontent
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-blockcontent-body
{
	position: relative;
	z-index: 1;
	padding: 0;
}


.art-blockcontent-body, 
.art-blockcontent-body a, 
.art-blockcontent-body li a
{
	color: #CCC;

}

.art-blockcontent-body a,
.art-blockcontent-body li a
{
	color: #FFF;
	text-decoration: underline;
}

.art-blockcontent-body a:link,
.art-blockcontent-body li a:link
{
	color: #FFF;
	text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited,
.art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited
{
	color: #FFF;
	text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover,
.art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover
{
	color: #CF3F3F;
	text-decoration:underline;

}

.art-blockcontent-body ul
{
	list-style-type: none;
	color: #DEDEDE;
	margin: 0;
	padding: 0;
}

.art-blockcontent-body ul li
{
	margin-left: 12px;
	line-height: 1.25em;
	padding: 0 0 0 13px;
	background-image: url('images/blockcontentbullets.png');
	background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* NUESTRO BOTON */

a.button, div.form input[type="submit"], div.form-wide input[type="submit"], div.form input[type="reset"], div.form-wide input[type="reset"], ul#maptalent_buttons li a,
ul#yw0 li a,
ul#yw1 li a,
ul#yw2 li a,
ul#yw3 li a,
ul#yw4 li a,
ul#yw5 li a,
ul#yw6 li a,
ul#yw7 li a,
ul#yw8 li a,
ul#yw9 li a,
ul#yw10 li a,
ul#yw11 li a,
ul#yw12 li a,
ul#yw13 li a,
ul#yw14 li a,
ul#yw15 li a,
ul.actions li a, .search-button, div.adv-search-form input[type="submit"], div.adv-search-form input[type="reset"]
{
	color:#333;
	background-color:#DDD;
	border: 1px solid #BBB;
	padding:6px;
    /*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	cursor:pointer;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	cursor:pointer;
	-moz-box-shadow:0 0 3px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;
	text-align:center;
	font-size: 14px;
}

div.form input, div.form textarea, div.form select, div.form-wide input, div.form-wide textarea, div.form-wide select, div.adv-search-form input, div.adv-search-form textarea, div.adv-search-form select {
    font-size: 14px !important;
    padding: 3px 8px;
}

div.form-wide .row, div.adv-search-form .row {    
    margin-left: 0px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

ul#maptalent_buttons li a,
ul#yw0 li a,
ul#yw1 li a,
ul#yw2 li a,
ul#yw3 li a,
ul#yw4 li a,
ul#yw5 li a,
ul#yw6 li a,
ul#yw7 li a,
ul#yw8 li a,
ul#yw9 li a,
ul#yw10 li a,
ul#yw11 li a,
ul#yw12 li a,
ul#yw13 li a,
ul#yw14 li a,
ul#yw15 li a,
ul.actions li a
{
	margin:2px;
	list-style:none;
	line-height:40px;
}

a.button:hover, div.form input[type="submit"]:hover, div.form-wide input[type="submit"]:hover, div.form input[type="reset"]:hover, div.form-wide input[type="reset"]:hover, ul#maptalent_buttons li a:hover,
ul#yw0 li a:hover,
ul#yw1 li a:hover,
ul#yw2 li a:hover,
ul#yw3 li a:hover,
ul#yw4 li a:hover,
ul#yw5 li a:hover,
ul#yw6 li a:hover,
ul#yw7 li a:hover,
ul#yw8 li a:hover,
ul#yw9 li a:hover,
ul#yw10 li a:hover,
ul#yw11 li a:hover,
ul#yw12 li a:hover,
ul#yw13 li a:hover,
ul#yw14 li a:hover,
ul#yw15 li a:hover,
ul.actions li a:hover, .search-button:hover, div.adv-search-form input[type="submit"]:hover, div.adv-search-form input[type="reset"]:hover
{
	cursor:pointer;
	background-color:#DBFFB3;
	text-decoration:none;
	border: 2px solid #BBB;
	padding:5px;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
}

/* Específico para el paginador */

.pager li>a {
	border-radius: 0;
}

div.pager 
{
	height:40px;
	padding:0px;
	margin:0px;
	left:10px;
	padding-left:-50%;
	width:100%;
	position:relative;
	height:40px;
}

ul#yw2.yiiPager {
    margin-top: 15px;
}
ul#yw2.yiiPager li{
	margin-right: 0;
}

ul#yw0.yiiPager li a,
ul#yw1.yiiPager li a,
ul#yw2.yiiPager li a,
ul#yw3.yiiPager li a,
ul#yw4.yiiPager li a,
ul#yw5.yiiPager li a,
ul#yw6.yiiPager li a,
ul#yw7.yiiPager li a,
ul#yw8.yiiPager li a,
ul#yw9.yiiPager li a,
ul#yw10.yiiPager li a,
ul#yw11.yiiPager li a,
ul#yw12.yiiPager li a,
ul#yw13.yiiPager li a,
ul#yw14.yiiPager li a,
ul#yw15.yiiPager li a
{
	color:#222;
	background-color:#CCC;
	border: 1px solid #AAA;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3x;
	font-size:10px;
	line-height:15px;
	padding: 2px 5px;
	cursor:pointer;
	font-weight:bold;
	margin:2px;
	display:block;
	float:left;
	position:relative;
	-moz-box-shadow:0 0 2px #CCC;
	-webkit-box-shadow:0 0 2px #CCC;
}

ul#yw0.yiiPager li.selected a,
ul#yw1.yiiPager li.selected a,
ul#yw2.yiiPager li.selected a,
ul#yw3.yiiPager li.selected a,
ul#yw4.yiiPager li.selected a,
ul#yw5.yiiPager li.selected a,
ul#yw6.yiiPager li.selected a,
ul#yw7.yiiPager li.selected a,
ul#yw8.yiiPager li.selected a,
ul#yw9.yiiPager li.selected a,
ul#yw10.yiiPager li.selected a,
ul#yw11.yiiPager li.selected a,
ul#yw12.yiiPager li.selected a,
ul#yw13.yiiPager li.selected a,
ul#yw14.yiiPager li.selected a,
ul#yw15.yiiPager li.selected a
{
	background-color:#DBFFB3;
}

ul#yw0.yiiPager li a:hover,
ul#yw1.yiiPager li a:hover,
ul#yw2.yiiPager li a:hover,
ul#yw3.yiiPager li a:hover,
ul#yw4.yiiPager li a:hover,
ul#yw5.yiiPager li a:hover,
ul#yw6.yiiPager li a:hover,
ul#yw7.yiiPager li a:hover,
ul#yw8.yiiPager li a:hover,
ul#yw9.yiiPager li a:hover,
ul#yw10.yiiPager li a:hover,
ul#yw11.yiiPager li a:hover,
ul#yw12.yiiPager li a:hover,
ul#yw13.yiiPager li a:hover,
ul#yw14.yiiPager li a:hover,
ul#yw15.yiiPager li a:hover
{
	cursor:pointer;
	background-color:#DDD;
	text-decoration:none;
	color:#000;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
}


/* EN PEQUEÑO */
.search-button-mini, .import-button-mini
{
	color:#333;
	background-color:#DDD;
	border: 1px solid #BBB;
	padding:4px;
    /*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	letter-spacing:1px;
	cursor:pointer;
	/*font-size:10px;*/
	font-size:12px;
	margin:10px 2px 2px 2px;
	-moz-box-shadow:0 0 2px #CCC;
	-webkit-box-shadow:0 0 2px #CCC;
	text-align:center;
}

.search-button-mini:hover, .import-button-mini:hover
{
	cursor:pointer;
	background-color:#DBFFB3;
	border: 2px solid #BBB;
	padding:3px;
	text-decoration:none;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
}

/* OTROS BOTONES */
#tree_nav, #tree_nav_right
{
	padding:0px;
	position:relative;
	width:49%;
	height:20px;
	text-align:right;
	margin:0px 0px;
}

img.tree-nav
{
	cursor:pointer;
	border: 0px;
	text-decoration:none;
	color:#FFF;
}

/* begin Button */
.art-button-wrapper .art-button
{
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	text-decoration: none !important;
	color: #FAF3EA !important;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 34px;
	height: 34px;
	margin: 0 !important;
	padding: 0 21px !important;
	overflow: visible;
	cursor: default;
	z-index: 0;
}

.art-button img, .art-button-wrapper img
{
	margin: 0;
	vertical-align: middle;
}

.art-button-wrapper
{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.firefox2 .art-button-wrapper
{
	display: block;
	float: left;
}

input, select, textarea, select
{
	vertical-align: middle;
	font-weight: normal;
}

.art-block select 
{
		width:96%;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #FBEFEF !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F2F2F2 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display: block;
	position: absolute;
	z-index: -1;
	height: 102px;
	margin: 0;
	padding: 0;
	background-image: url('images/button.png');
}

.art-button-wrapper .l
{
	left: 0;
	right: 11px;
}

.art-button-wrapper .r
{
	width: 411px;
	right: 0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}

.art-button-wrapper input
{
	float: none !important;
}
/* end Button */

/* begin Box, Post */

/*
.art-post
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 23px;
	min-height: 23px;
}

.art-post-body
{
	position: relative;
	z-index: 1;
	padding: 20px;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc,.art-post-cr, .art-post-cl
{
	position: absolute;
	z-index: -1;
}

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
	width: 34px;
	height: 34px;
	background-image: url('images/post_s.png');
}

.art-post-tl
{
	top: 0;
	left: 0;
	clip: rect(auto, 17px, 17px, auto);
}

.art-post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-post-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-post-tc, .art-post-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('images/post_h.png');
}

.art-post-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.art-post-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-post-cr, .art-post-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('images/post_v.png');
}

.art-post-cr
{
	right: 0;
	clip: rect(auto, auto, auto, 17px);
}

.art-post-cl
{
	left: 0;
	clip: rect(auto, 17px, auto, auto);
}

.art-post-cc
{
	position: absolute;
	z-index: -1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-color: #FFF;
}
*/

.art-post
{
	margin: 10px;
}

a img
{
	border: 0;
}

.art-article img, img.art-article
{
	margin: 5px;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color: Transparent;
}

.art-article th, .art-article td
{
	padding: 2px 5px;
	border: solid 1px #999;
	vertical-align: top;
	text-align: left;
	vertical-align:middle;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader, 
.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited, 
.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{
	margin: 0.2em 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	color: #333;
}

.art-post h2.art-postheader a, 
.art-post h2.art-postheader a:link, 
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{
	margin:0px;
	text-decoration:underline;
	color: #333;
}

.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{

	color: #333;
}


.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{

	text-decoration: underline;
	color: #333;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
	color: #333;
	margin: 1em 0 1em 2em;
	padding: 0;
	text-align: left;
}

.art-post li ol, .art-post li ul
{
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

.art-post li
{
	margin: 0.2em 0;
	padding: 0;
}

.art-post ul
{
	list-style-type:square;
}

.art-post ol
{
	list-style-position: inside;

}



.art-post li
{
	padding: 0 0 0 10px;
	/*line-height: 1em;*/
}

.art-post ol li, .art-post ul ol li
{
	background: none;
	padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
	/*background-image: url('images/postbullets.png');*/
	background-repeat: no-repeat;
	/*padding-left: 2px;*/
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p
{
	color: #333;
	font-style: italic;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

blockquote,
.art-postcontent blockquote
{
	margin: 10px 20px 10px 20px;
	padding: 5px 10px 5px 20px;
	background-color: #FFF;
	/*background-image: url('images/postquote.png');*/
	background-position: left top;
	background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.footer-main
{
	position: relative;
	z-index: 0;
	overflow: hidden;
	/*width: 960px;*/
	width : 100%;
	/*height:50px;*/
	margin: 0 auto;
	vertical-align:middle;
	/*margin-top:10px;*/
	margin-top:120px;
	padding-bottom:10px;
	background: rgba(0,0,0,0.25);
}

.footer-main .footer-main-inner
{
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 8px;
}

.footer-main .footer-main-background
{
	position: relative;
	background-repeat: no-repeat;
	/*background-image: url('images/footer.png');*/
	background-image: url('images/logo-justalent.png');
	/*background-position:bottom;*/
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}


.footer-main .footer-main-text p
{
	margin: auto 0;
}

.footer-main-text p {
	padding-top:13px;
	padding-left:90px;
}

.footer-main, .footer-main-text, .footer-main-text p
{
	color: #FFF;
	text-align: right;
	padding-right:5px;
}

.footer-main .footer-main-text,
.footer-main .footer-main-text p,
.footer-main .footer-main-text a,
.footer-main .footer-main-text a:link,
.footer-main .footer-main-text a:visited,
.footer-main .footer-main-text a:hover
{
	font-size: 10px;
	font-weight:bold;
}

.footer-main .footer-main-text a,
.footer-main .footer-main-text a:link
.footer-main .footer-main-text a:visited
{
	color: #EEE;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.footer-main .footer-main-text a:hover
{
	text-decoration:underline;
	color: #DBFFB3;
}

.footer-links a, .footer-links a:link, .footer-links a:visited
{
	padding: 13px 5px;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
}

.footer-links, .footer-links ul
{
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.footer-links li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
	position: relative;
	z-index: 5;
	background: none;
}

.footer-links li:hover
{
	z-index: 10000;
	white-space: normal;
}

.footer-links li li
{
	float: none;
}

.footer-links ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: none;
}

.footer-links li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.footer-links li li:hover>ul
{
	top: 0;
	left: 100%;
}

.footer-links:after, .footer-links ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.footer-links, .footer-links ul
{
	min-height: 0;
}

.footer-links ul
{
	/*background-image: url(images/spacer.gif);*/
	padding: 0px;
	margin: 0px;
}

.footer-links ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family: Arial;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}

.art-page-footer
{
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #666666;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
	background-color: #2B2B2B;
	width: 25%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.art-content-layout .art-content
{
	width: 100%;
}
.art-content-layout .art-content .art-block
{
	background-color: #2B2B2B;
}
.art-content-layout .art-content-wide
{
	width: 100%;
}
/* end LayoutCell, content */




.overview-table .art-layout-cell
{
		width:33%;
}


.overview-table-inner 
{
		margin:10px;
}

table.table
{
		width:100%;
		border-collapse:collapse;
		table-layout:fixed;
		text-align:left;
		vertical-align:top;
}

table.table, table.table tr, table.table td
{
		border:none;
		margin:0;
		padding:0;
		background-color:Transparent;
}

img.image
{
		margin:0;
		padding:0;
		border:none;
}

/* MENSAJES DE ERROR/OK */

.flash-error, .flash-statements-error {
	background-color:#FCC;
	padding:4px 6px;
	color:#300;
	border:1px solid #CCC;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px;
	min-width:45%;
	max-width:90%;
}
.flash-success {
	background-color:#CCFFCC;
	padding:4px 6px;
	color:#300;
	border:1px solid #CCC;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px;
	min-width:45%;
	max-width:90%;
}

#fsmall {
	font-size:small;
}

.search-form, .import-form {
	background-color:#F4F4F4;
	padding:4px 12px;
	border:1px solid #DDD;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:none;
	max-width:99%;
	margin:4px 2px;
}

ul#maptalent_buttons,
ul#yw0,
ul#yw1,
ul#yw2,
ul#yw3,
ul#yw4,
ul#yw5,
ul#yw6,
ul#yw7,
ul#yw8,
ul#yw9,
ul#yw10,
ul#yw11,
ul#yw12,
ul#yw13,
ul#yw14,
ul#yw15,
ul.actions
{
	margin-left:0px;
	padding-left:0px;
	display:inline-block;
	width:95%;
}
ul#maptalent_buttons, ul#maptalent_buttons li,
ul#yw0,
ul#yw1,
ul#yw2,
ul#yw3,
ul#yw4,
ul#yw5,
ul#yw6,
ul#yw7,
ul#yw8,
ul#yw9,
ul#yw10,
ul#yw11,
ul#yw12,
ul#yw13,
ul#yw14,
ul#yw15,
ul.actions,
ul#yw0 li,
ul#yw1 li,
ul#yw2 li,
ul#yw3 li,
ul#yw4 li,
ul#yw5 li,
ul#yw6 li,
ul#yw7 li,
ul#yw8 li,
ul#yw9 li,
ul#yw10 li,
ul#yw11 li,
ul#yw12 li,
ul#yw13 li,
ul#yw14 li,
ul#yw15 li,
ul.actions li
{
	list-style:none;
	direction:ltr;
	position:relative;
	float:left;
	margin-right:10px;
}

.hidden, .hint
{
	display:none;
}


/* RESULTS */

table.detail-view .null
{
	color: #666;
}

div#cVc_legend {
	bottom: 0 !important;
	font-size: 11px;	
}

td.legendLabel {
    padding-left: 10px;
}

.tickLabel{
	font-size: 11px;
}

div#spiderTable {
    margin-left: 0px !important;
}
div#spiderTable table.detail-view{
	width: 100%;
}

table.detail-view
{
	background: white;
	border-collapse: collapse;
	min-width:40%;
	max-width:99%;
	margin: 1px;
	border:1px solid #DDD;
	/*font-size:11px;*/
	font-size:13px;
	margin-left: auto;
	margin-right: auto;
}
div#spiderTable table.detail-view{
	background: rgba(255,255,255,0.7);
}

table.detail-view th, table.detail-view td
{
	border: 1px solid #DDD;
	padding: 3px 6px;
	vertical-align:middle;
}

table.detail-view th
{
	text-align: center;
}

table.detail-view tr.odd
{
	background:#EEE;
}

table.detail-view tr.even
{
	background:#FFF;
}


.rememberMe
{
	display:inline-block;
}

div.form label, div.form-wide label, div.adv-search-form label{
	font-size: 14px !important;
}

.photo {
	border:1px solid #CCC;
	padding:1px;
	margin:2px;
}

/* NOS TRAEMOS LOS ESTILOS DE SLIDETOGGLE*/
.collapsible {
	margin-bottom:20px;
}
.collapsible h1{
	padding-top:6px;
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #DDD;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.slidetoggle-collapsible {
	cursor:pointer;
	background-color:#EEE;
}

.slidetoggle-collapsible.arrow {
	background-image: url('images/down.gif');
}

.slidetoggle-collapsible.slidetoggle-collapsed.arrow {
	background-image: url('images/right.gif');
}

.slidetoggle-collapsible.arrow, .slidetoggle-collapsible.slidetoggle-collapsed.arrow {
	background-repeat: no-repeat;
	background-position:10px center;
	padding-right: 5px;
	padding-left: 30px;
}
/* FIN SLIDETOGGLE*/

/* FORM HEADER */
.formHeaderTable {
	width:100%;
	border-bottom:1px solid #CCC;
}
.formHeaderTable tr td{
	vertical-align:middle;
}
.formHeaderTable tr td.h1{
	vertical-align:bottom;
}
.formHeaderTable tr td.h1 h1{
	border:none;
	padding:0px;
}
#formHeaderInfo {
	position:relative;
	float:left;
}
#formHeaderImg {
	position:relative;
	float:right;
}

#MaptalentFiltersInfo {
	position: absolute;
	top: 80px;
	right: 20px;
	position:absolute;
	float:right;
	max-width:200px;
	padding:5px;
	padding-bottom:-10px;
	background-color:#EEE;
	border:1px solid #DDD;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:10px;
}
div#MaptalentFiltersInfo li {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:-30px;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.intefaz-graficas a {
	color: #333;
    background: rgba(1,166,149,0.25);
    border: 1px solid #BBB;
	padding: 30px 10px;
    cursor: pointer;
    font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	min-height: 150px;
}

.intefaz-graficas a:hover {
	background: rgba(1,166,149,0.85);
}

.intefaz-graficas a .icono {
	font-size: 38px;
}

/** TRADUCCIÓN **/
div#languagePickerContainer a:last-child  {
    display: none;
}

/** NUEVAS GRAFICAS **/

text.highcharts-credits{ display: none !important; }

.only-print{
	position: absolute;
    left: -999999999px;
}