/* begin Page */


body, p
{
	margin: 0.5em 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #444;
	background-color: #F0F0F0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	color:#222;
}

a
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	color:#000;
}

a:hover

{
	text-decoration: underline;
	color:#222;
}


h1
{
	margin: 0.67em 0;
	font-size: 18px;
	color: #333;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
}

h2
{
	margin: 0.8em 0;
	font-size: 16px;
	letter-spacing: 2px;
}

h3
{
	 margin: 1em 0;
	font-size: 14px;
	letter-spacing: 2px;
}

h4
{
	margin: 1.25em 0;
	font-size: 12px;
	letter-spacing: 2px;
}

h5
{
	margin: 1.67em 0;
	font-size: 12px;
	letter-spacing: 2px;
}

h6
{
	margin: 1.8em 0;
	font-size: 12px;
	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;
}

#header-content
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	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');
	width: 274px;
	height: 110px;
	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: 80px;
}

html:first-child #header-tab
{
	border: 1px solid transparent;/* Opera fix */
}

#body-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
	/* juntamos HEADER y BODY */
	margin-top:0px;
	z-index:0;
}


div.breadcrumbs, breadcrumbs a, breadcrumbs a:hover
{
	position:relative;
	float:right;
	background-color:#F0F0F0;
	padding:3px 8px;
	font-size:11px;
	height:16px;
	top:58px;
	color:#444;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



.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;
	min-width: 51px;
	min-height: 71px;
	background-color:#F8F8F8;
	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;
}

.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;
}

.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.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;
}

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.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.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 */

div.pager 
{
	height:40px;
	padding:0px;
	margin:0px;
	position:relative;
	width:74%;
	padding-left:24%;
}

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
{
	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
{
	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
{
	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;
	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;
	height:50px;
	margin: 0 auto;
	vertical-align:middle;
	margin-top:10px;
	padding-bottom:10px;
}

.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-position:bottom;
	width: 960px;
	height: 40px;
    -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.actions
{
	margin-left:0px;
	padding-left:0px;
	display:inline-block;
	width:95%;
}
ul#maptalent_buttons, ul#maptalent_buttons li, ul#yw0, ul.actions, ul#yw0 li, ul.actions li
{
	list-style:none;
	direction:ltr;
	position:relative;
	float:left;
	margin-right:10px;
}
ul#maptalent_buttons, ul#yw1, ul#yw1 li, ul#yw2, ul#yw2 li, ul#yw3, ul#yw3 li, ul#yw4 li, ul#yw5 li, ul#yw6 li, ul#yw7 li
{
	list-style:none;
	direction:ltr;
	position:relative;
	margin-right:10px;
}


.hidden, .hint
{
	display:none;
}


/* RESULTS */

table.detail-view .null
{
	color: #666;
}

table.detail-view
{
	background: white;
	border-collapse: collapse;
	min-width:40%;
	max-width:99%;
	margin: 1px;
	border:1px solid #DDD;
	font-size:11px;
}

table.detail-view th, table.detail-view td
{
	border: 1px solid #DDD;
	padding: 3px 6px;
	vertical-align:middle;
}

table.detail-view th
{
	text-align: right;
}

table.detail-view tr.odd
{
	background:#EEE;
}

table.detail-view tr.even
{
	background:#FFF;
}


.rememberMe
{
	display:inline-block;
	font-size: 10px;
}

.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;
}

 /********** OCULTAMOS **********/
 /* sólo para la ficha personal */

#ficha_itr, #header-main, #viewCvCChart, #employeeList, #convertpngbtnradar, .footer-main {
	display:none;
}
.only-print{
	position: inherit;
	left: inherit;
}
.no-print{
	display: none !important;
}
.spiderTable{
	margin-left: auto;
	margin-right: auto;
}
/*
@page {
	size: 8.27in 11.69in !important;
	margin: .5in .5in .5in .5in ;
	font-family: sans-serif;
	width: 960px !important;
	max-width: 960px !important;
}
 #body-main,
 .body-sheet
{
	width: 900px !important;
	max-width: 900px !important;
	font-family: sans-serif !important;
}*/
.radar-ficha-empleado{
	width: 65% !important;
}
.punto-ficha-empleado{
	width: 35% !important;
}
.highcharts-container,
.highcharts-container .highcharts-root{
	max-width: 100% !important;
	font-family: sans-serif !important;
}

.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span{
	font-size: 10px !important; 	
	left: 0 !important; 	
	font-family: sans-serif !important;
}/*
#highcharts-34,
#highcharts-34 .highcharts-root{
	max-width: 655px !important;
}
#highcharts-0,
#highcharts-0 .highcharts-root{
	max-width: 350px !important;
}

/*POSICIÓN ETIQUETAS GRÁFICAS */   
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(1){
	top: 125px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(2){
	top: 141px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(3){
	top: 157px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(4){
	top: 173px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(5){
	top: 189px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(6){
	top: 205px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(7){
	top: 221px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(8){
	top: 237px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(9){
	top: 253px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(10){
	top: 269px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(11){
	top: 285px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(12){
	top: 301px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(13){
	top: 317px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(14){
	top: 333px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(15){
	top: 349px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(16){
	top: 365px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(17){
	top: 381px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(18){
	top: 397px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(19){
	top: 413px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(20){
	top: 429px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(21){
	top: 445px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(22){
	top: 461px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(23){
	top: 477px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(24){
	top: 493px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(25){
	top: 509px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(26){
	top: 525px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(27){
	top: 541px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(28){
	top: 557px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(29){
	top: 573px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(30){
	top: 589px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(31){
	top: 605px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(32){
	top: 621px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(33){
	top: 637px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(34){
	top: 653px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(35){
	top: 669px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(36){
	top: 685px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(37){
	top: 701px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(38){
	top: 717px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(39){
	top: 733px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(40){
	top: 749px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(41){
	top: 765px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(42){
	top: 781px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(43){
	top: 797px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(44){
	top: 813px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(45){
	top: 829px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(46){
	top: 845px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(47){
	top: 861px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(48){
	top: 877px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(49){
	top: 893px !important; 	
}
.highcharts-container .highcharts-axis-labels.highcharts-xaxis-labels span:nth-child(50){
	top: 909px !important; 	
}

*/