/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

/* global styles */

html, body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	font-size:2em;
	margin-bottom:.5em;
}
h2 {
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	display:block;
	line-height:inherit;
	margin:0 0 1.5em 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 0 2em;
	padding:0;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
}
img {
	border:none;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:0 0 1.5em 0;
	padding:0;
}
table {
	width:100%;
	border-collapse:collapse;
}
th, caption {
	text-align:left;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input, select {
	vertical-align:middle;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.block {
	display:block;
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
	border: none !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
body, table, input, textarea, select, li, button {
	font:1em Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	color:#333;
}
body {
	font-size:13px;
	background:#fff;
	text-align:center;
}
a, a:visited {
	text-decoration:none;
	color:#06C;
}
a:hover {
	color:#999;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div {
	margin:.5em 0;
	clear:both;
	overflow:hidden;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}

/* end global styles */

strong {
	font-weight: bold;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/iconos/diagonal%20right%20-%204px%20space.jpg);
	}
.inner {
	margin: 0 auto;
	width: 90%;
	}
.header {
	overflow: auto;
	background: #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	}
.header .inner {
	text-align: right;
	}
h1.logo {
	padding: 10px;
	margin: 0;
	background: #FFF;
	float: left;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-bottom-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
h1.logo a {
	display: block;
	text-indent: -9999px;
	background: url(../images/logo-expoempleo.png);
	width: 200px;
	height: 63px;
	}
.header .menusection {
	float: right;
	text-align: right;
	}
.header ul {
	margin: 0;
	padding: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	overflow: auto;
	}
.header ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #191919;
	}
.header ul li a {
	display: block;
	padding: 12px 18px 12px 34px;
	color: #FFF;
	background: #2B2B2B no-repeat 13px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.header ul li.search a {
	background-image:url(../images/iconos/circular-magnifying-glass.png);
	}
.header ul li.dashboard a {
	background-image: url(../images/iconos/suitecase.png);
	}
.header ul li.cv a {
	background-image: url(../images/iconos/ID.png);
	}
.header ul li.company a {
	background-image: url(../images/iconos/document.png);
	}
.header ul li a:hover, .header ul li.active a:hover {
	background-color: #CAC15C;
	color: #000;
	}
.header ul li.active a {
	color: #FFF;
	background-color: #930;
	}
.header ul.secmenu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 20px 0;
	}
.header ul.secmenu li {
	float: right;
	border-left: none;
	border-right: none;
	}
.header ul.secmenu li a {
	background: no-repeat 5px top;
	padding: 0 10px 0 23px;
	font-size: 12px;
	border-left: #444 1px solid;
	}
.header ul.secmenu li a:hover {
	color: #FFF;
	text-decoration: underline;
	}
.header ul.secmenu li.logout a {
	background-image: url(../images/iconos/lock.png);
	}
.header ul.secmenu li.account a {
	background-image: url(../images/iconos/user.png);
	}
.main {
	text-align: left;
	}
.sectionHeader {
	padding: 20px 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #999;
	color: #999;
	font-size: 30px;
	}
.leftside {
	float: left;
	width: 49%;
	}
.preview {
	float: right;
	width: 49%;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	}
.sidemodule {
	float: left;
	width: 35%;
	padding: 10px 0 10px 5px;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	border: 1px solid #CCC;
	border-right: none;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-bottom-radius: 5px;
	background: #FFF;
	}
.sidemodule ul {
	padding: 0;
	margin: 0;
	}
.sidemodule ul li {
	padding: 5px 15px 5px 5px;
	margin: 0 0 5px 0;
	}
.sidemodule ul li.active, .sidemodule ul li:hover {
	padding: 5px 15px 5px 5px;
	margin: 0 0 5px 0;
	background: url(../images/iconos/activesearch.png) right 6px no-repeat #999;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}
.sidemodule ul li:hover {
	background-color: #CCC;
	}
.sidemodule ul li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	background: no-repeat left top;
	color: #666666;
	}
.sidemodule ul li:hover a {
	color: #4b4b4b;
	}
.sidemodule ul li.active a {
	color: #fff;
	}
.sidemodule ul li.folder a {
	background-image: url(../images/iconos/folderOscuro.png);
	}
.sidemodule ul li.company a {
	background-image: url(../images/iconos/documentOscuro.png);
	}
.sidemodule ul li.search a {
	background-image: url(../images/iconos/circular-magnifying-glassOscuro.png);
	}
.sidemodule ul li.section a {
	background-image: url(../images/iconos/file.png);
	}
.container, .formsearch {
	float: left;
	width: 63%;
	-webkit-box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	border: 1px solid #CCC;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-bottom-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #FFF;
	padding: 10px 0;
	}
.container {
	max-height: 1500px;
	overflow: auto;
	}
.excerpt {
	padding: 10px;
	margin: 0 10px;
	display: block;
	}
.excerpt:hover {
	background: #CCC;
	}
.excerpt.active {
	border: 1px solid #900;
	border-left-width: 10px;
	padding: 10px;
	margin: 0 10px;
	}
.excerpt.active .name {
	background: url(../images/iconos/activesearch.png) no-repeat right top;
	}
.excerpt.active:hover {
	background-color: #FFF;
	}
.excerpt span {
	display: block;
	color: #666666;
	font-style: italic;
	}
.excerpt .name {
	font-size: 13px;
	margin-bottom: 5px;
	padding:  0 20px 5px 0;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-weight: bold;
	font-style: normal;
	}
.excerpt:hover .name {
	border-color: #999;
	}
.excerpt .title {
	font-size: 13px;
	color:#06C;
	font-style: normal;
	}
.excerpt span strong {font-style: normal;}
.preview .toolbar, .preview .detail {
	padding: 10px;
	}
.preview .toolbar {
	background: #ccc;
	text-align: right;
	border-bottom: 1px solid #666666;
	}
a.toolbarBtn {
   border: 1px solid #999;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #fff;
   -moz-box-shadow:    0 1px 1px #fff;
   box-shadow:         0 1px 1px #fff;
   font: bold 11px Sans-Serif;
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: #666;
   background: transparent;
   cursor: pointer;
}
a.toolbarBtn:hover, a.toolbarBtn:focus {
   border-color: #999;
   background: -webkit-linear-gradient(top, white, #E0E0E0);
   background:    -moz-linear-gradient(top, white, #E0E0E0);
   background:     -ms-linear-gradient(top, white, #E0E0E0);
   background:      -o-linear-gradient(top, white, #E0E0E0);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
a.toolbarBtn:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
a.toolbarBtn span {
	min-height: 15px;
	padding: 3px 0 0 20px;
	background: no-repeat left center;
	}
a.toolbarBtn.save span {
	background-image: url(../images/iconos/download.png);
	}
a.toolbarBtn.contact span {
	background-image: url(../images/iconos/envelope.png);
	}
a.toolbarBtn.apply span {
	background-image: url(../images/iconos/circular-tick.png);
	}
a.toolbarBtn.delete span {
	background-image: url(../images/iconos/circular-cross.png);
	}
.detail h2 {
	font-size: 18px;
	margin: 5px 0 5px 26px;
	padding: 0;
	}
.detail h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	}
.detail h3 span {
	font-style: normal;
	font-weight: normal;
	color:#900;
	font-size: 20px;
	}
.detail h3 {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 5px;
	}
.detail ul li {
	font-size: 13px;
	color: #000;
	overflow: auto;
	}
.detail ul li span.dataname {
	width: 30%;
	float: left;
	display: block;
	color: #999;
	font-style: italic;
	}
.detail ul li span.datacontent {
	float: right;
	width: 69%;
}
.detail ul li:first-child span.datacontent {
	font-weight: bold;
	font-size: 13px;
	color: #900;
	}
.footer {
	background: #000;
	}
.footer .inner {
	padding: 30px 0;
	margin-top: 30px;
	color: #FFF;
	}
.footer .inner ul li {
	color: #FFF;
	}
.searchresults, .formsearch {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	}
.formsearch .inputholder {
	padding: 0 10px;
	}
.searchresults h3 {
	margin: 0 20px;
	}
.inputdebusqueda {
	background: none !important;
	}
ul.as-selections {
	background: #FFF url(../images/iconos/tag.png) no-repeat 5px 5px !important;
	}
ul.as-selections li:first-child {
	padding-left: 28px;
}









