/* CSS INFORMATION
	- Project: Chapter One
	- Author: Oitentaecinco - www.oitentaecinco.com
	- Last Update: 05/01/2012
*/

/* CSS INDEX

	@ Reset
	@ Typography
	
	@ Header
	@ Header - Menu
	@ Header - HomeSlideshow
	
	@ Body
	
	@ Footer
	@ Footer - SocialShare
	@ Footer - Tweets
	@ Footer - Contacts
	@ Footer - Menu & Copyrights
	
	@ Page Elements
	
	@ News
	@ Portfolio
	@ Feedback Pages
	@ Twitter Feed Page
	@ Contacts
	
	@ Carousel
	@ Search Box
	@ Video Player
	@ Fieldset
	@ Pricing Tables
	@ Buttons
	@ Pager
	
	
*/


/* @ Reset
   ==================================================================== */

/* reset by Eric Meyer (v1.0 | 2008-02-12) */
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, font, 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 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1.1; }
ol, ul { list-style: none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
.fClear { clear:both; }
.fLeft { float:left; }
.fRight { float:right; }

.noPadding { padding:0 !important; }
.hidden { display:none; }



/* @ Typograpy
   ==================================================================== */

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

}


body {
	font-family: QlassikMediumRegular, Tahoma;
	font-size:14px;
	line-height:19px;
	color:#767679;
	/*text-shadow:0 1px 0 #FFF;*/
	}

textarea, 
input {
	font-family: QlassikMediumRegular;
	font-size:13px;
	line-height:14px;
	color:#767679;
	text-shadow:0 1px 0 #FFF;
	}
	
a 		{ text-decoration:none; color:#2e8cb5; }
a:hover	{ text-decoration:underline; }


h1, h2, h3, h4, h5, h6 { 
	color:#2E8CB5;
	font-style:normal;
	font-weight: normal;
	margin-bottom:12px;
	top:0;
	}

h1 { font-size:28px; }
h2 { font-size:22px; }	
h3 { font-size:19px; margin-bottom:10px; }
h4 { font-size:17px; margin-bottom:7px; }
h5 { font-size:15px; margin-bottom:5px; }
h6 { font-size:14px; margin-bottom:4px; }


h4.subtitle {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	margin-bottom:10px;
	position:relative; top:-6px;
	color:#888888;
	}
	
sup { font-size:10px; }
p 	{ margin-bottom:15px; }

	

	
/* @ Header
   ==================================================================== */
   
#header .darkBar {
	background:url(images/backgrounds/bg-header.png) repeat;
	height:144px;
	border-bottom:3px solid #182b4b;
	}
#header .colorBar {
	background:#343c6b url(images/backgrounds/header_colorbar.png) no-repeat center top;
	height:130px;
	}
h1.strategy {
		font-size:28px; font-weight:normal; color:#FFF; /*text-shadow:1px 1px 0 #000;*/
		padding:49px 10px 5px 10px; margin:0;
		}	
	#header h1 {
		font-size:28px; font-weight:normal; /*color:#FFF;*/ /*text-shadow:1px 1px 0 #000;*/
		padding:49px 10px 5px 10px; margin:0;
		}
	#header h6 {
		font-size:14px; font-weight:normal; font-style:italic; color:#FFF; text-shadow:1px 1px 0 #000;
		padding:0 10px;
		}
	
#header .logo {
	width:275px; height:75px;
	display:block;
	background:url(images/logo_strategy.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute; top:25px; left:10px;
	}
	
/* homepage header */
.homepage #header .darkBar {
	background:url(images/backgrounds/bg-header.png) repeat;
	height:144px;
	border-bottom:3px solid #182b4b;
	/*background-color:#ececec;*/
	}
.homepage #header .colorBar {
	background:url(images/backgrounds/fondo_centro.png) repeat-x 0 0;
	height:271px;
	/*background-color:#485e88;*/
	}
		
		

/* @ Header - Menu
   ==================================================================== */		

#header .menu {
	position:absolute; top:65px; right:10px; z-index:120;
	}
	#header .menu li { 
		float:left; 
		margin-left:31px; 
		position:relative;
		}
	#header .menu a {
		font-size:19px;
		color:#384865;
		text-shadow:0 2px 0 #e0e0e0;
		}
		#header .menu a.current,
		#header .menu a:hover { color:#71afd3; text-decoration:none; }

#header .menu ul { 
	background:#e3e3e3;
	border-radius:7px;
	padding:5px 0;
	text-align:center;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	position:relative;
	left:-9999px;
	}		
	#header .menu ul li {  
		float:none; 
		margin:0;
		padding:0 1px;
		position:relative;
		}	
		#header .menu ul a {
			font-size:14px;
			color:#3d4137;
			line-height:27px;
			display:block;
			/*text-shadow:0 1px 0 #FFF;*/
			padding:0px 10px;
			padding-top:1px;
			background:#d9d9d9;
			margin:1px 0;
			}
			#header .menu ul a.current,
			#header .menu ul a:hover {
				background:#2e8bb5;
				color:#f4f4f4;
				text-shadow:0 1px 0 #000;
				}
				
.subMenuWrapper {
	background:url(./images/backgrounds/menu_horizontal_arrow.png) no-repeat center top;
	padding-top:9px;
	position:absolute;
	z-index:1;
	}
	.subMenuWrapper .subMenuWrapper { 
		position:absolute;
		left:130px;
		background:url(./images/backgrounds/menu_vertical_arrow.png) no-repeat left 15px;
		padding-left:9px;
		padding-top:0;
		position:absolute; top:-10px;
		}
		.subMenuWrapper .subMenuWrapper .subMenuWrapper { 
			top:-5px;
			}
			.subMenuWrapper .subMenuWrapper .subMenuWrapper .subMenuWrapper .subMenuWrapper { 
				top:-4px;
				}



/* @ Header - HomeSlideshow
   ==================================================================== */
	
#header .homeSlideshow {
	position:absolute; top:-40px;
	width:1057px;
	height:320px;
	background:url(images/backgrounds/slider_prueba.png) no-repeat 0 0;
	left:-40px;
	}
	#header .homeSlideshow .photos {
		width:1021px; height:274px;
		margin-top:23px;
		margin-left:18px;
		margin-bottom:20px;
		overflow: hidden;
		}
		#header .homeSlideshow .photos img {
			width:1017px; height:274px;
			float:left;
			}

	#header .homeSlideshow .labels {
		color:#FFF;
		font-size:17px;
		/*text-shadow:0 1px 0 #000;*/
		margin-left:10px;
		position:absolute; bottom:-40px;
		}
	#header .homeSlideshow .pager {
		position:absolute; bottom:-38px; right:10px;
		}
		#header .homeSlideshow .pager a {
			width:16px !important; height:16px;
			display:block;
			float:left;
			background:url(./images/slideshow_radios.png) no-repeat left bottom;
			text-indent:-9999px;
			font-size:10px;
			line-height:10px;
			}
			#header .homeSlideshow .pager a.current {
				background-position:left top;
				}
	

/* @ Body 
   ==================================================================== */
	
body {
	/*background:url(images/backgrounds/bg-header.png) repeat-x 0 0;*/
	}
	
.canvas {
	width:960px;
	margin:0 auto;
	position:relative;
	}	
	
#body .mainColumn {
	width:600px;
	margin-left:10px;
	float:left;
	padding-top:40px;
	padding-right:40px;
	}
	
#body .divider {
	width:100%; height:22px;
	background:url(./images/backgrounds/divider.png) repeat-x left top;
	margin-bottom:20px;
	float:left;
	}
	
#body .sideColumn .divider {
	margin-bottom:5px;
	}
	
#body .sideColumn {
	width:260px;
	margin-right:10px;
	float:left;
	background:url(./images/backgrounds/sidecolumn_texture.png) repeat-y;
	padding:40px 20px;
	height:1140px;
	 
	}
#body .sideColumn_formulario {
	width:260px;
	margin-right:10px;
	float:left;
	background:url(./images/backgrounds/sidecolumn_texture.png) repeat-y;
	padding:40px 20px;
	height:1750px;
	 
	}
.sideColumn_lateral {
	width:260px;
	margin-right:10px;
	float:left;
	background:url(./images/backgrounds/sidecolumn_texture.png) repeat-y;
	padding:40px 20px;
	height:auto !important;	 
}
.sideColumn_index {
	width:260px;
	margin-right:10px;
	float:left;
	background:url(./images/backgrounds/sidecolumn_texture.png) repeat-y;
	padding:40px 20px;
	height:1060px;	 
}
.sideColumn_seleccion {
	width:260px;
	margin-right:10px;
	float:left;
	background:url(./images/backgrounds/sidecolumn_texture.png) repeat-y;
	padding:40px 20px;
	height:925px;	 
}				
				
#body .uniqueColumn { 
	padding:30px 10px;
	min-height:503px;
	}
	
	
	
/* @ Footer
   ==================================================================== */
	
#footer {
	color:#e2e2e2;
	font-size:13px; line-height:16px;
	text-shadow:0 1px 0 #000;
	}
	#footer .darkBar {
		background:#242521;
		height:250px;
		padding-top:25px;
		}
	#footer .colorBar {
		background:#2e8bb5 url(./images/backgrounds/footer_colorbar.png) no-repeat center top;;
		height:44px;
		background-repeat:repeat;
			}
	
#footer h3 { text-transform:0 2px 0 #000000; font-weight:normal; }
#footer h3,
#footer a { color:#71afd3;}

#footer .logo {
	width:200px; height:50px;
	display:block;
	background:url(./images/logo_small.png) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:8px;
	}
	
#footer .column {
	width: 270px;
	padding: 0 60px 0 0;
	float: left;
}
#footer .column_final {
	width: 270px;
	padding: 0 10px 0 7px;
	float: left;
}
#footer .column_contacto {
	width:270px;
	padding:0 10px 0 0;
	float:left;
}


/* @ Footer - SocialShare
   ==================================================================== */
   
#footer .socialShare li {
	float:left;
	margin-right:5px;
	}
	#footer .socialShare a {
		width:26px; height:26px;
		display:block;
		background:url(./images/social_logos.png) no-repeat 0 top;
		text-indent:-9999px;
		}
		#footer .socialShare a:hover {
			background-position:0 bottom;
			}
	#footer .socialShare a.twitter { background-position:0 top; }
	#footer .socialShare a.facebook { background-position:-26px top; }
	#footer .socialShare a.linkedin { background-position:-52px top; }
	#footer .socialShare a.rss { background-position:-78px top; }
	#footer .socialShare a.flickr { background-position:-104px top; }
	#footer .socialShare a.youtube { background-position:-130px top; }
	#footer .socialShare a.vimeo { background-position:-156px top; }
	
	#footer .socialShare a.twitter:hover { background-position:0 bottom; }
	#footer .socialShare a.facebook:hover { background-position:-26px bottom; }
	#footer .socialShare a.linkedin:hover { background-position:-52px bottom; }
	#footer .socialShare a.rss:hover { background-position:-78px bottom; }
	#footer .socialShare a.flickr:hover { background-position:-104px bottom; }
	#footer .socialShare a.youtube:hover { background-position:-130px bottom; }
	#footer .socialShare a.vimeo:hover { background-position:-156px bottom; }



/* @ Footer - Tweets
   ==================================================================== */
   
#footer .tweets {

	}
	#footer .tweets .tweet { margin-bottom:10px; }	
	#footer .tweets .tweet .text { margin-bottom:2px; }
	#footer .tweets .tweet .date { color:#7b7b7b; font-style:italic; }
	#footer .tweets a.user { color:#a1a1a1; }
	#footer .tweets a.hash { color:#a1a1a1; }	
	
	
	
/* @ Footer - Contacts
   ==================================================================== */
   
#footer .contacts {

	}
	#footer .contacts li { 
		margin-bottom:10px; 
		background:url(./images/contacts_icons.png) no-repeat 0 0;
		padding-left:25px;
		}
		#footer .contacts li.address { background-position:0 0; }
		#footer .contacts li.gps	 { background-position:-400px 0; }
		#footer .contacts li.phones	 { background-position:-800px 0; }
		#footer .contacts li.mails	 { background-position:-1200px 4px; }
		#footer .contacts li.mails a { display:block; }
	#footer .contacts label { color:#a1a1a1; }




/* @ Footer - Menu & Copyrights
   ==================================================================== */

#footer .menu {
	position:absolute; left:0px; top:16px;
	}
	#footer .menu li { 
		float:left; 
		margin-right:35px; 
		}
	#footer .menu a {
		font-size:16px;
		color:#fff;
		/*text-shadow:0 1px 0 #a9a9a9;*/
		}
		#footer .menu a.current,
		#footer .menu a:hover { color:#8cadf6; text-decoration:none; /*text-shadow:0 1px 0 #000;*/ }
		
#footer .copyrights {
	position:relative; right:10px; top:0; float:left;
	color:#fff;
	/*text-shadow:0 1px 0 #a9a9a9;*/
	}

	

/* @ Page Elements
   ==================================================================== */
	
#body .content {
	margin-bottom:20px;
	}
	#body .content cite { line-height:15px;}
	#body .content img {
		padding:1px;
		
		}
	#body img.floated {
		float:left; margin-right:25px; margin-bottom:2px;
		}
		#body img.floatedLeft {
			float:left; margin-right:25px; margin-bottom:2px;
			}
		#body img.floatedRight {
			float:right; margin-left:25px; margin-bottom:2px;
			margin-top:-27px;
			}
			
/* layout */
#body .content .twoThirds {
	width:400px;
	float:left;
	margin-right:10px;
	}
	
#body .content .oneFourth { float:left; width:131px; margin-right:25px; }
#body .content .oneFourth_last { float:left; width:131px; margin-right:0; }

#body .content .threeFourth { float:left; width:444px; margin-right:25px; }
#body .content .threeFourth_last { float:left; width:444px; margin-right:0; }
	
#body .content .oneThird { float:left; width:183px; margin-right:25px; }
#body .content .oneThird_last { float:left; width:183px; margin-right:0; }

#body .content .twoThird { float:left; width:392px; margin-right:25px; }
#body .content .twohird_last { float:left; width:392px; margin-right:0; }
	
#body .content .oneHalf { float:left; width:287px; margin-right:25px; }
#body .content .oneHalf_last { float:left; width:287px; margin-right:0px; }
	
			
/* blockquotes */
#body .content blockquote {
	padding-left:40px; margin:35px 25px;
	font-style:;
	/*background:url(./images/blockquote.png) no-repeat left top;*/
	}
		

/* lists */	
#body .content li {
	background:url(./images/bullet.png) no-repeat left 2px;
	padding-left:15px;
	margin-bottom:3px;
	line-height:15px;
	}
	#body .content li.success {
		background:url(./images/bullet_success.png) no-repeat left 2px;
		padding-left:17px;
		}
	#body .content li.error {
		background:url(./images/bullet_error.png) no-repeat left 3px;
		padding-left:15px; 
		}
			
/* text highlights */
#body .content .highlightRed { 
	background-color:#d13939;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
#body .content .highlightGreen { 
	background-color:#84ab40;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
#body .content .highlightBlue { 
	background-color:#1282b0;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
#body .content .highlightOrange { 
	background-color:#d7942b;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
#body .content .highlightPink { 
	background-color:#b129a6;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
#body .content .highlightGray { 
	background-color:#a3a3a3;
	color:#FFF; text-shadow:0 1px #000;
	padding:0 3px; padding-top:2px;
	}
		
/* dropcaps */		
#body .content .dropcap { 
	float:left;
	font-size:40px;
	margin:13px 6px 1px 0;
	}
#body .content .dropcap2 { 
	background-color: #545659;
    border-radius:30px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 27px;
    height: 22px;
    margin: 5px 10px 0 0;
    padding: 13px 10px 13px 12px;
    text-align: center;
    text-shadow:1px 1px 0px #000;
    line-height:22px;
    vertical-align: bottom;
    width: 25px;
	}
#body .content .dropcap3 { 
	background-color: #545659;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 27px;
    height: 21px;
    margin: 5px 10px 0 0;
    padding: 13px 10px 13px 12px;
    text-align: center;
    text-shadow:1px 1px 0px #000;
    vertical-align: bottom;
    line-height:25px;
    width: 25px;
	} 
		
/* tables */
#body .content table {
	width:100%;
	border:solid 1px #d3d3d3;
	}
	#body .content table td {
		padding:5px 10px;
		}
	#body .content table thead td {
		background-color:#6baccb;
		color:#000; text-shadow:none;
		border-top:solid 1px #6baccb; border-left:solid 1px #6baccb; border-right:solid 1px #6baccb;
		}
	#body .content table tbody td.alt {
		background:#e3e3e3;
		}
		
		
/* @ News
   ==================================================================== */

/* Calendar */
.latestNews .item .calendar,
.newsList .item .calendar,
.newsDetails .item .calendar {
	float:left;
	width:49px; height:49px;
	margin-right:10px;
	background:url(./images/calendar_icon.png) no-repeat 0 0;
	position:relative;
	text-align:center;
	}
	.latestNews .item .calendar .month,
	.newsList .item .calendar .month,
	.newsDetails .item .calendar .month {
		font-family:Verdana; font-size:10px; color:#FFF; text-shadow:0 1px 0 #000; line-height:18px;
		display:block;
		margin-top:1px; padding-left:1px;
		}
	.latestNews .item .calendar .day,
	.newsList .item .calendar .day,
	.newsDetails .item .calendar .day {
		font-size:22px; color:#5c5c5c; text-shadow:0 1px 0 #FFF; line-height:19px;
		display:block;
		margin-top:2px; padding-left:1px;
		}

/* Latest News */
.latestNews .item {
	}
	.latestNews .item .details {
		float:left;
		width:201px;
		}
		.latestNews .item .details .title {
			display:block;
		    font-size:16px; font-weight:normal;
		    margin-bottom:3px;
			}
		.latestNews .item .details p {
			margin-bottom:0;
			line-height:18px;
			}
			

	
/* News List */
.newsList {

	}
	.newsList h3 {
		margin-bottom:7px;
		}
	.newsList p {
		margin-bottom:5px;
		text-align:justify;
		}
	.newsList .photo {
		float:left;
		margin-right:15px; margin-bottom:5px;
		}		
		.newsList .photo img { 
			width:320px; height:140px;
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}
	.newsList .metaData {
		float:left;
		width:160px;
		font-size:13px; line-height:15px;
		}
		.newsList .metaData div {
			margin-bottom:3px;
			margin-left:6px;
			}
		.newsList .metaData .calendar {
			float:none;
			margin-bottom:17px; margin-left:0px;
			}
		.newsList .metaData label {
			color:#ababab;
			padding-right:3px;
			}
		.newsList .metaData .comments {
			background:url(./images/comment_icon.png) no-repeat 0 2px;
			padding-left:15px;
			margin-top:20px;
			}
	.newsList .excerpt {
		clear:both;
		}
		
		
/* News Details */
.newsDetails {

	}
	.newsDetails h3 {
		margin-bottom:7px;
		}
	.newsDetails p {
		margin-bottom:5px;
		}
	.newsDetails .photo {
		float:left;
		margin-right:15px; margin-bottom:5px;
		}		
		.newsDetails .photo img { 
			width:420px; height:175px;
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}
	.newsDetails .metaData {
		float:left;
		width:160px;
		font-size:13px; line-height:15px;
		}
		.newsDetails .metaData div {
			margin-bottom:3px;
			margin-left:6px;
			}
		.newsDetails .metaData .calendar {
			float:none;
			margin-bottom:17px; margin-left:0px;
			}
		.newsDetails .metaData label {
			color:#ababab;
			padding-right:3px;
			}
		.newsDetails .metaData .comments {
			background:url(./images/comment_icon.png) no-repeat 0 2px;
			padding-left:15px;
			margin-top:20px;
			}
	.newsDetails .body {
		clear:both;
		line-height:22px;
		padding-top:15px;
		}
		.newsDetails .body p {
			margin-bottom:15px;
			}
		.newsDetails .body h3 {
			margin-top:30px;
			}
		.newsDetails .body img {
			background:#FFF; padding:1px;
			border:solid 1px #bbbbbb;
			}

	.newsDetails .author {
		background:url(./images/backgrounds/sidecolumn_texture.png) repeat scroll 0 0 transparent;
		padding:20px; 
		font-size:13px; line-height:16px;
		margin-bottom:30px;
		}
		.newsDetails .author h3 {
			margin-bottom:15px;
			}
		.newsDetails .author .avatar {
			width:76px; height:81px;
			background:url(./images/avatar_big.png) no-repeat 0 0;
			display:block;
			float:left;
			margin-right:10px;
			}
			.newsDetails .author .avatar img {
			    width:72px; height:77px;
			    margin-left:2px; margin-top:2px;
				}
		.newsDetails .author .info h5 {
			margin-bottom:5px;
			font-size:14px;
			}
		
	.newsDetails .comments {
		}	
		.newsDetails .comments h3 {
			margin-bottom:15px;
			}
		.newsDetails .comments .item {
			margin-bottom:10px;
			background:url(./images/backgrounds/divider_pattern.png) repeat-x left top;
			padding-top:19px;
			}
			.newsDetails .comments .level2 { margin-left:46px; }
			
		.newsDetails .comments .item .avatar {
			width:38px; height:35px;
			background:url(./images/avatar.png) no-repeat 0 0;
			float:left;
			margin-right:10px;
			}
		.newsDetails .comments .item .info {
			float:left;
			width:552px;
			position:relative;
			}
			.newsDetails .comments .reply { position:absolute; top:0; right:0; font-size:12px; }
			.newsDetails .comments .commentAuthor {}
			.newsDetails .comments .commentDate { font-size:11px; font-style:italic; color:#9c9b9b; line-height:11px; margin-bottom:5px; }

		.newsDetails .comments .level2 { margin-left:46px; }
		.newsDetails .comments .level2 .info { width:506px; }
		
		.newsDetails .comments .level3 { margin-left:92px; }
		.newsDetails .comments .level3 .info { width:460px; }
		

	.newsDetails .leaveComment {
		background:url(./images/backgrounds/sidecolumn_texture.png) repeat scroll 0 0 transparent;
		padding:20px; 
		margin-bottom:30px; margin-top:20px;
		}
		
		.newsDetails .leaveComment .commentText { float:left; margin-right:18px; }
		.newsDetails .leaveComment .commentDetails { float:left; }
		.newsDetails .leaveComment .commentDetails p { margin-bottom:10px; }
		.newsDetails .leaveComment .commentDetails a.submit { margin-top:10px; display:block; font-weight:bold; }

	
	
/* @ Portfolio
   ==================================================================== */
     
.portfolio {
	margin-top:20px;
	}
	
.portfolio .noMargin { margin:0 !important; }

.portfolio .item {
	width:180px;
	float:left;
	margin-right:8px; margin-bottom:25px !important;
	}
.portfolio .item h3 {
	margin-bottom:2px;
	font-size:16px;
	}
.portfolio .photo {
	width:180px; 
	padding:10px 0 0 10px;
	height:106px;
	background:url(./images/backgrounds/portfolio_3columns_photo.png) no-repeat 0 0;
	}
	.portfolio .photo a {
		width:138px; height:104px;
		display:block;
		}
	.portfolio .photo img {
		width:169px; height:107px;
		border:none !important; background:transparent !important; padding:0 !important;
		margin:-6px 0 0 -6px;
		}
.photo_porta{
	width:169px; height:107px;
	border:none !important; background:transparent !important; padding:0 !important;
	margin:-5px;
}	
	
		
		
		
.portfolio .label a {
	display:block;
	font-weight:normal;
	font-size:13px;
	}
   

/* 3 columns */
.portfolio_3columns .item { width:280px; }
.portfolio_3columns .photo { width:270px; height:223px; background:url(./images/backgrounds/portfolio_3columns_photo.png) no-repeat 0 0; }
.portfolio_3columns .photo a, .portfolio_3columns .photo img { width:260px; height:195px; }

/* 2 columns */
.portfolio_2columns .item { width:446px; margin-right:48px; }
.portfolio_2columns .photo { width:436px; height:282px; background:url(./images/backgrounds/portfolio_2columns_photo.png) no-repeat 0 0; }
.portfolio_2columns .photo a, .portfolio_2columns .photo img { width:426px; height:250px; }

/* 1 columns */
.portfolio_1columns .item { width:100%; float:none; }
.portfolio_1columns .photo { width:630px; height:320px; background:url(./images/backgrounds/portfolio_1column_photo.png) no-repeat 0 0;  }
.portfolio_1columns .photo a, .portfolio_1columns .photo img { width:620px; height:289px; }
.portfolio_1columns .photo {
	 float:left; width:640px; 
	 margin-right:20px; 
}
.portfolio_1columns .photo_capacitacion {
	 float:left;
	 width:640px; 
	 height:300px;
	 margin-right:20px;
	 background:url(images/backgrounds/portfolio_1column_photo.png) no-repeat;
	 padding:10px 0 0 10px;
	  
}
.portfolio_1columns .label { float:left; width:270px; }


/* @ Feedback Pages
   ==================================================================== */
   
.feedbackPage {
	background:url("./images/backgrounds/sidecolumn_texture.png") repeat scroll 0 0 transparent;
	padding:70px 0;
	margin:50px 0;
	}
	.feedbackPage .canvas { 
		width:550px; 
		margin:0 auto;
		}
	.feedbackPage .errorCode {
		font-size:100px; font-weight:bold; font-family: Arial;
		line-height:100px;
		color:#2E8CB5;
		padding-right:20px;
		float:left;
		width:160px;
		}
	.feedbackPage .errorMessage { 
		float:left;
		width:330px;
		}
	.feedbackPage h1 { 
		padding-top:10px;
		}


/* @ Twitter Feed Page
   ==================================================================== */
   
.tweetsList .tweet { margin-bottom:5px; background:url(./images/backgrounds/divider.png) repeat-x left bottom; padding-bottom:25px; }	
.tweetsList .tweet .text { margin-bottom:0px; }
.tweetsList .tweet .date { color:#7b7b7b; font-style:italic; font-size:11px; }
.tweetsList a.user { color:#a1a1a1; }
.tweetsList a.hash { color:#a1a1a1; }	



/* @ Contacts
   ==================================================================== */
   
.contactsTable { width:100%; line-height:16px; }
.contactsTable td { padding-bottom:15px; }
.contactsTable label { color:#ABABAB; margin-bottom:2px; display:block; }

.contactsTable { border:none !important; }
.contactsTable td { padding-left:0 !important; padding-bottom:20px !important; }
.contactsTable .alt { background:none !important; }

#map { border:solid 1px #c7c7c7; background:#f3f3f3; padding:8px 0 0 8px; }


.contacts {
	}
	
	.contacts .commentText { float:left; margin-right:18px; }
	.contacts .commentDetails { float:left; }
	.contacts .commentDetails p { margin-bottom:10px; }
	.contacts .commentDetails a.submit { margin-top:10px; display:block; font-weight:bold; }
	

		
/* @ Carousel 
   ==================================================================== */
	
.carousel {
	width:610px;
	overflow:hidden;
	}
.carousel .items {
	width:630px;
	}
.carousel .item {
	width:180px;
	float:left;
	margin-right:30px;
	}
.carousel .photo {
	width:180px; height:150px;
	padding:7px 0 0 7px;
	width:173px; height:143px;
	background:url(./images/backgrounds/carousel_photo.png) no-repeat 0 0;
	}
	.carousel .photo a {
		width:166px; height:121px;
		display:block;
		}
	.carousel .photo img {
		width:166px; height:121px;
		border:none !important; background:transparent !important; padding:0 !important;
		}
.carousel .label a {
	display:block;
	font-weight:normal;
	font-size:15px;
	margin-bottom:3px;
	}
.carousel .label .description {
	font-size:13px;
	line-height:15px;
	display:block;
	}
	
	
	
/* @ Search Box
   ==================================================================== */
   
fieldset.search {
	width:258px; height:26px;
	background:url(./images/search_box.png) no-repeat 0 0;
	position:relative;
	}
	fieldset.search input {
		width:210px; height:25px;
		border:none; background:transparent; color:#8b8b8b; font-style:italic;
		margin-left:10px;
		}
	fieldset.search a.searchButton {
		background:url(./images/search_box.png) no-repeat -227px top;
		width:31px; height:26px; display:block;
		text-indent:-9999px;
		position:absolute; top:0; right:0;
		}
		fieldset.search a.searchButton:hover { 
			background-position:-227px bottom;
			}


/* @ Video Player
   ==================================================================== */
.videoPlayer_index {
	width:261px; height:180px;
	background:url(./images/backgrounds/video.png) no-repeat 0 0;
	padding:8px;
}
   
.videoPlayer {
	width:261px; height:180px;
	background:url(./images/backgrounds/video.png) no-repeat 0 0;
	padding: 0;
	}
	.videoPlayer img {
		margin:8px 0 0 8px;
		width:245px; height:159px;
		border:none !important; background:transparent !important; padding:0 !important;
		}


/* @ Fieldset
   ==================================================================== */
   
fieldset p.textarea {
	width:361px; height:140px;
	background:url(./images/fieldset.png) no-repeat 0 0;
	}
	fieldset p.textarea textarea {
		background:transparent;
		border:none;
		width:345px;
		height:124px;
		margin:8px 0 0 8px;
		}
		
fieldset p.textbox {
	width:182px; height:19px;
	background:url(./images/fieldset.png) no-repeat -361px 0;
	}
	fieldset p.textbox input {
		background:transparent;
		border:none;
		width:165px;
		margin-left:8px; margin-top:2px;
		}
		
fieldset .toggleval {
	color:#aaaaaa;
	font-style:italic;
	}
fieldset .tv-focused, 
fieldset .tv-changed { 
	color:#767679 !important;
	font-style:normal !important;
	}
	
	
/* @ Pricing Tables
   ==================================================================== */

.indexedPricingTable { width:100% !important; }
.noIndexedPricingTable { width:auto !important; }

.pricingTable { border:none !important; }
.pricingTable td { background:none !important; border:none !important; color:inherit !important; text-shadow:inherit !important; padding:0 !important; }

/* thead */
.pricingTable thead td {
	height:160px;
	text-align:center;
	border-left:solid 1px #f0eff0 !important;
	vertical-align:top;
	color:#FFF !important; text-shadow:1px 1px 0 #386919 !important;
	}
	.pricingTable thead td .title {
		color:#FFF; text-shadow:0 1px 0 #000;
		padding-top:3px;
		font-size:14px;
		}
	.pricingTable thead td .price {
		height:50px; line-height:50px;
		margin-top:20px;
		font-size:50px; font-weight:bold; font-family:Arial; text-shadow:2px 2px 0 #626262;
		}
		.pricingTable thead td .price cite { font-size:20px; margin-right:2px; }
	.pricingTable thead td .period {
		font-size:10px; font-style:italic; 
		position:relative; top:-7px;
		}
	
	.pricingTable thead td.low 		{ width:119px; background:#e1f6ff url(./images/pricingtable.png) no-repeat 0 0 !important; }
	.pricingTable thead td.medium 	{ width:119px; background:#d3ebf5 url(./images/pricingtable.png) no-repeat -119px 0 !important; }
	.pricingTable thead td.high 	{ width:119px; background:#c0e1ef url(./images/pricingtable.png) no-repeat -238px 0 !important; }
	
/* tbody */

.pricingTable td .ok { 
	display:block; 
	background:url(./images/icon_ok.png) no-repeat center center; 
	text-indent:-9999px;
	}

.pricingTable tbody td	{ 
	text-align:center; font-size:14px;
	border-left:solid 1px #f0eff0 !important; 
	padding-top:5px !important; padding-bottom:2px !important; }

.pricingTable tbody td.index 		{ background:#f5f5f5 !important; }
.pricingTable tbody .alt td.index 	{ background:#e6e6e6 !important; }

.pricingTable tbody td.low 			{ background:#e1f6ff !important; }
.pricingTable tbody .alt td.low 	{ background:#d3ebf5 !important; }

.pricingTable tbody td.medium 		{ background:#d3ebf5 !important; }
.pricingTable tbody .alt td.medium 	{ background:#c0e1ef !important; }

.pricingTable tbody td.high 		{ background:#c0e1ef !important; }
.pricingTable tbody .alt td.high 	{ background:#aad4e6 !important; }


/* tfoot */

.pricingTable tfoot td {
	background:#E6E6E6 !important;
	padding:10px 0 !important;
	text-align:center;
	border-left:solid 1px #f0eff0 !important; 
	border-top:solid 2px #FFF !important; 
	}
	.pricingTable tfoot td a.button { margin:0 !important; }



/* @ Buttons
   ==================================================================== */

a.button:hover { text-decoration:none; } 


/* general */

a.button { 
	background:url(./images/buttons/general.png) no-repeat left 0;
	display:inline-block;
	height:32px; line-height:33px;
	padding-left:24px;
	color:#325f70; text-shadow:0 1px 0 #c3e3f2;
	margin-right:10px; margin-bottom:10px;
	}
	a.button span {
		background:url(./images/buttons/general.png) no-repeat right -32px;
		display:block;
		height:32px;
		padding-right:24px;
		}
	a.button:hover { background-position:left -64px; }
	a.button:hover span { background-position:right -96px; } 
	
	a.button:active { background-position:left -128px; }
	a.button:active span { background-position:right -160px; }


/* confirm */

a.button.confirm { background:url(./images/buttons/confirm.png) no-repeat left 0; padding-left:51px; }
	a.button.confirm span { background:url(./images/buttons/confirm.png) no-repeat right -32px;}
	
a.button.confirm:hover { background-position:left -64px; }
	a.button.confirm:hover span { background-position:right -96px; } 
	
a.button.confirm:active { background-position:left -128px; }
	a.button.confirm:active span { background-position:right -160px; }
	
	
/* cancel */

a.button.cancel { background:url(./images/buttons/cancel.png) no-repeat left 0; padding-left:51px; }
	a.button.cancel span { background:url(./images/buttons/cancel.png) no-repeat right -32px;}
	
a.button.cancel:hover { background-position:left -64px; }
	a.button.cancel:hover span { background-position:right -96px; } 
	
a.button.cancel:active { background-position:left -128px; }
	a.button.cancel:active span { background-position:right -160px; }
	
	
/* send */

a.button.send { background:url(./images/buttons/send.png) no-repeat left 0; padding-left:51px; }
	a.button.send span { background:url(./images/buttons/send.png) no-repeat right -32px;}
	
a.button.send:hover { background-position:left -64px; }
	a.button.send:hover span { background-position:right -96px; } 
	
a.button.send:active { background-position:left -128px; }
	a.button.send:active span { background-position:right -160px; }
	
	
/* continue */

a.button.continue { background:url(./images/buttons/continue.png) no-repeat left 0; padding-left:45px;margin: -27px 0 0 118px;float: left; }
	a.button.continue span { background:url(./images/buttons/continue.png) no-repeat right -32px; margin:0 -24px 0 0}
	
a.button.continue:hover { background-position:left -64px; }
	a.button.continue:hover span { background-position:right -96px; } 
	
a.button.continue:active { background-position:left -128px; }
	a.button.continue:active span { background-position:right -160px; }
	
		
/* back */

a.button.back { background:url(./images/buttons/back.png) no-repeat left 0; padding-left:51px; }
	a.button.back span { background:url(./images/buttons/back.png) no-repeat right -32px;}
	
a.button.back:hover { background-position:left -64px; }
	a.button.back:hover span { background-position:right -96px; } 
	
a.button.back:active { background-position:left -128px; }
	a.button.back:active span { background-position:right -160px; }
	
	
/* share */

a.button.share { background:url(./images/buttons/share.png) no-repeat left 0; padding-left:51px; }
	a.button.share span { background:url(./images/buttons/share.png) no-repeat right -32px;}
	
a.button.share:hover { background-position:left -64px; }
	a.button.share:hover span { background-position:right -96px; } 
	
a.button.share:active { background-position:left -128px; }
	a.button.share:active span { background-position:right -160px; }
	
	
/* favorite */

a.button.favorite { background:url(./images/buttons/favorite.png) no-repeat left 0; padding-left:51px; }
	a.button.favorite span { background:url(./images/buttons/favorite.png) no-repeat right -32px;}
	
a.button.favorite:hover { background-position:left -64px; }
	a.button.favorite:hover span { background-position:right -96px; } 
	
a.button.favorite:active { background-position:left -128px; }
	a.button.favorite:active span { background-position:right -160px; }
	
	
/* info */

a.button.info { background:url(./images/buttons/info.png) no-repeat left 0; padding-left:51px; }
	a.button.info span { background:url(./images/buttons/info.png) no-repeat right -32px;}
	
a.button.info:hover { background-position:left -64px; }
	a.button.info:hover span { background-position:right -96px; } 
	
a.button.info:active { background-position:left -128px; }
	a.button.info:active span { background-position:right -160px; }
	

/* settings */

a.button.settings { background:url(./images/buttons/settings.png) no-repeat left 0; padding-left:51px; }
	a.button.settings span { background:url(./images/buttons/settings.png) no-repeat right -32px;}
	
a.button.settings:hover { background-position:left -64px; }
	a.button.settings:hover span { background-position:right -96px; } 
	
a.button.settings:active { background-position:left -128px; }
	a.button.settings:active span { background-position:right -160px; }
	

/* search */

a.button.search { background:url(./images/buttons/search.png) no-repeat left 0; padding-left:51px; }
	a.button.search span { background:url(./images/buttons/search.png) no-repeat right -32px;}
	
a.button.search:hover { background-position:left -64px; }
	a.button.search:hover span { background-position:right -96px; } 
	
a.button.search:active { background-position:left -128px; }
	a.button.search:active span { background-position:right -160px; }



/* @ Icon Buttons
   ==================================================================== */
   
.iconButton { 
	background:url(./images/buttons/icons.png) no-repeat 0 0;
	display:inline-table;
	width:45px; height:32px;
	text-indent:-99999px;
	margin-right:10px; margin-bottom:10px;
	}
	.iconButton:hover { background-position: 0 -32px; }
	.iconButton:active { background-position: 0 -64px; }


/* download */

.iconButton.download 			{ background-position:0 0; }
.iconButton.download:hover 		{ background-position:0 -32px; }
.iconButton.download:active 	{ background-position:0 -64px; }
	
	
/* continue */	

.iconButton.continue 			{ background-position:-45px 0; }
.iconButton.continue:hover 		{ background-position:-45px -32px; }
.iconButton.continue:active 	{ background-position:-45px -64px; }


/* back */	

.iconButton.back 			{ background-position:-90px 0; }
.iconButton.back:hover 		{ background-position:-90px -32px; }
.iconButton.back:active 	{ background-position:-90px -64px; }


/* share */	

.iconButton.share 			{ background-position:-135px 0; }
.iconButton.share:hover 	{ background-position:-135px -32px; }
.iconButton.share:active 	{ background-position:-135px -64px; }


/* favorite */	

.iconButton.favorite 			{ background-position:-180px 0; }
.iconButton.favorite:hover 		{ background-position:-180px -32px; }
.iconButton.favorite:active 	{ background-position:-180px -64px; }


/* confirm */	

.iconButton.confirm 			{ background-position:-225px 0; }
.iconButton.confirm:hover 		{ background-position:-225px -32px; }
.iconButton.confirm:active 		{ background-position:-225px -64px; }


/* cancel */	

.iconButton.cancel 				{ background-position:-270px 0; }
.iconButton.cancel:hover 		{ background-position:-270px -32px; }
.iconButton.cancel:active 		{ background-position:-270px -64px; }


/* info */	

.iconButton.info 				{ background-position:-315px 0; }
.iconButton.info:hover 			{ background-position:-315px -32px; }
.iconButton.info:active 		{ background-position:-315px -64px; }


/* settings */	

.iconButton.settings 			{ background-position:-360px 0; }
.iconButton.settings:hover 		{ background-position:-360px -32px; }
.iconButton.settings:active 	{ background-position:-360px -64px; }


/* search */	

.iconButton.search 				{ background-position:-405px 0; }
.iconButton.search:hover 		{ background-position:-405px -32px; }
.iconButton.search:active 		{ background-position:-405px -64px; }


/* @ Pager
   ==================================================================== */
   
.pager a {
	background:url(./images/buttons/pager.png) left 0;
	display:inline-table;
	height:24px;
	padding-left:8px;
	margin-right:2px;
	font-size:14px; color:#5c5c5c;
	}
	.pager a span {
		background:url(./images/buttons/pager.png) right -24px;
		height:24px; line-height:24px;
		display:block;
		padding-right:8px;
		}
	
.pager a:hover,
.pager a.current {
	background-position:left -48px;
	text-decoration:none;
	color:#FFF; text-shadow:0 1px 0 #000;
	}
	.pager a:hover span,
	.pager a.current span {
		background-position:right -72px;
		}

.pager .next { margin-left:15px; }
.pager .prev { margin-right:15px; }
.barra_superior{
	width: 100%;
	height: 30px;
	background-color: #000;
	margin: 0;
	padding: 0;
}
.nube_texto{
	background-image:url(images/nube_texto.png);
	background-repeat:no-repeat;
	width:250px;
	height:141px;
	float:left;
	margin: -17px 0 -130px -14px;	
}
.contenedor_usuario_consultoria{
	width:375px;
	height:200px;
	float:left;	
}
label.nombre_usuario{
	float: left;
	width: 76px;
	margin: 5px 0 14px 0;
	font-size: 16px;
}
input.campo_nombre_usuario{
	float: left;
	margin: 0 110px 10px 0;
}
label.contraseña_usuario{
	float: left;
	width: 76px;
	margin: 5px 0 15px 0;
	font-size: 16px;
}
input.campo_contraseña_usuario{
	float: left;
	margin: 0 110px 10px 0;
	font-weight:bold;
}
input.btn_enviar_usuario{
	margin: 0 0 0 115px;
	font-size: 14px;
	float: left;
}
/*formulario*/
span.dropcap_paso_01{
	background-color:#545659;
	border-radius: 30px;
	color:white;
	display: block;
	float: left;
	font-size: 27px;
	height: 22px;
	margin: 5px 10px 0 0;
	padding: 13px 10px 13px 12px;
	text-align: center;
	text-shadow: 1px 1px 0px black;
	line-height: 22px;
	vertical-align: bottom;
	width: 25px;
}
fieldset {
	 border:none;
	 width:465px;
	 float:left;
	
}
legend { 
	font-size:18px; 
	margin:0; 
	padding: 6px 0 13px 10px; 
	color:#fff; 
	font-weight:bold;
	background-image:url(images/fondo_titulo.png);
	background-repeat:no-repeat;
	width:600px;
	height:34px;
	float:left;
}
label { display:block; margin:15px 0 5px;}
input[type=text], input[type=password] { width:300px; padding:5px; border:solid 1px #ccc;}
.prev{ 
	background-color:#b1b1b1; 
	padding:5px 10px; 
	color:#fff; 
	text-decoration:none;
	border-radius:8px;
	margin-bottom:20px;
}
.next{ 
	background-color:#b1b1b1; 
	padding:5px 10px; 
	color:#fff; 
	text-decoration:none;
	border-radius:8px;
	margin-bottom:20px;
	height: 19px;
}
.prev:hover{ 
	background-color: #7f7f7f;
	text-decoration: none;
	vector-effect: under;
	border-radius: 8px;
	width: 35px;
	height: 19px;
}
.next:hover{ 
	background-color: #7f7f7f;
	text-decoration: none;
	vector-effect: under;
	border-radius: 8px;
	
	height: 19px;
}
.prev { 
	float:left;
}
.next { 
	float:right;
}
#steps{
	list-style: none;
	width: 425px;
	overflow: hidden;
	margin: 0 0 20px 133px;
	padding: 0;
	float: left;
}
#steps li {font-size:24px; 
		   float:left; 
		   padding:17px; 
		   color:#b0b1b3;
		   background-color:#545659;
		   border-radius: 30px;
		   width: 26px;
		   height: 25px;
		   text-align:center;
		   margin:0 40px;
}
#steps li span {
	font-size:0;
	display:block;
	color:#545659;
}
#steps li.current { color:#fff;					
					background-color: #545659;
					border-radius: 30px;
					width: 26px;
					height: 25px;
					text-align: center;
					margin: 0 40px;					
}
#makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#makeWizard:hover { background-color:#000;}
.contenedor_titulos_pasos{
	width: 470px;
	height: 50px;
	float: left;
	margin: -35px 0 0 100px;
}
h4.titulo_paso_01{
	margin: 25px 0 0 39px;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 120px;
	color:#545659;
}
h4.titulo_paso_02{
	margin: 25px 0 0 17px;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 120px;
	color:#545659;
}
h4.titulo_paso_03{
	margin: 25px 0 0 19px;
	float: left;
	font-size: 18px;
	text-align: center;
	width: 120px;
	color:#545659;
}
h1.titulo_formulario{
	color:#f0f4ff;
}
.cabecera_datos_personales{
	width: 635px;
	height: 35px;
	margin: 11px 0 0 0;
	float: left;
	font-size: 23px;
}
h6.titulo_cabecera{
	background-image:url(images/fondo_titulo.png);
	width:634px;
	height:44px;	
	font-size: 21px;
	float: left;
	margin: 0;
	padding: 6px 0 0 8px;
	color: white;
	background-repeat: no-repeat;
}	
span.negrita_telefono{
	color:#fff;
}
.contenedor_img_cv{
	margin: 0 0 -153px 464px;
	float: left;
	padding: 0;
}
.contenedor_btn_cargar_img{
	margin: -42px 0 0 466px;
	float: left;
}
/*.contenedor_btn_cargar_img:hover{
	background-image:url(images/btn_cargar_02.png);
	float:left;
}*/
#lista{
	margin: 0 0 -56px 476px;
	float: left;
	padding: 0;
}
label.cargo_postula{
	float: left;
	margin: 0;
	padding: 0;
	width: 460px;
}
input.campo_cargo_postula{
	width:300px;
	margin:10px 140px 11px 0;
	float:left;
}
label.apellidos_postulante{
	float: left;
	margin: 0 0 -11px 0;
	padding: 0;
	width: 460px;
}
label.nombres_postulante{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 460px;
}
input.campo_nombres_postulante{
	width:300px;
	margin:10px 140px 0 0;
	float:left;
}
input.campo_apellidos_postulante{
	width:300px;
	margin:10px 140px 0 0;
	float:left;
}
label.email_postulante{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 460px;
}
input.campo_apellidos_postulante{
	width:300px;
	margin:10px 140px 0 0;
	float:left;
}
input.campo_email_postulante{
	width:300px;
	float:left;
	margin: 4px 180px 0 0;
}
input.campo_telefono_postulante{
	width:75px;
	float:left;
	margin: 10px 67px 0 0;
}
input.campo_oficina_postulante{
	width:75px;
	float:left;
	margin: 10px 76px 0 0;
}
label.celular_postulante{
	width: 80px;
	margin: 18px 46px 0 0;
	padding: 0;
	float: left;
}
input.campo_celular_postulante{
	float: left;
	margin: 10px 45px 0 0;
	width: 70px;
}
label.telefono_postulante{
	width: 106px;
	margin: 18px 47px 0 0;
	padding: 0;
	float: left;
}
label.oficina_postulante{
	width: 106px;
	margin: 18px 64px 0 0;
	padding: 0;
	float: left;
}
label.nacimiento_postulante{
	width: 410px;
	margin: 18px 30px 0 0;
	padding: 0;
	float: left;
}
select.departamento_postulante{
	float: left;
	margin: 10px 25px 0 0;
	padding: 0;
	width: 125px;
}
select.provincia_postulante{
	float: left;
	margin: 10px 25px 0 0;
	padding: 0;
	width: 115px;
}
select.distrito_postulante{
	float: left;
	margin: 10px 60px 0 0;
	padding: 0;
	width: 115px;
}
label.nacionalidad_postulante{
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
	width:408px;
}
select.nacionalidad_postulante{
	width: 125px;
	float: left;
	margin: 0 294px 0 0;
	padding: 0;
}
label.domicilio_postulante{
	width:420px;
	float:left;
}
input.campo_domicilio_postulante{
	width: 300px;
	padding: 5px;
	border: solid 1px #CCC;
	float:left;
	margin:0 115px 0 0;
}
label.fecha_nacimiento_postulante{
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width:411px;
}
select.dia_nacimiento_postulante{
	float: left;
	width: 50px;
	margin: 0 45px 0 0 ;
	padding: 0;
}
select.mes_nacimiento_postulante{
	float: left;
	width: 85px;
	margin: 0 45px 0 0;
	padding: 0;
}
select.año_nacimiento_postulante{
	float: left;
	width: 75px;
	margin: 0 126px 0 0;
	padding: 0;
}
label.documento_postulante{
	float: left;
	padding: 0;
	margin: 10px 30px 0 0;
	width: 163px;
}
input.campo_documento_postulante{
	float: left;
	width: 100px;
	margin: 10px 80px 0 0;
}
label.estado_civil_postulante{
	margin: 10px 44px 0 0;
	padding: 0;
	float: left;
	width:70px;
}
select.estado_civil_postulante{
	width: 85px;
	float: left;
	margin: 10px 33px 6px 0;
	padding: 0;
}
label.tiempo_casado_postulante{
	width: 97px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
input.campo_tiempo_casado_postulante{
	width: 70px;
	float: left;
	margin: 10px 50px 0 0;
}
label.total_hermanos_postulante{
	float: left;
	margin: 10px 60px 0 0;
	padding: 0;
}
label.varones_hermanos_postulante{
	float: left;
	margin: 10px 70px 0 0;
	padding: 0;
}
label.mujeres_hermanos_postulante{
	float: left;
	margin: 10px 76px 0 0;
	padding: 0;
}
input.campo_numero_total_hermanos{
	margin: 10px 0 0 0;
	float: left;
	width: 100px;
}
select.numero_hermanos{
	float: left;
	width: 60px;
	margin: 10px 45px 0 0;
	padding: 0;
}
select.total_varones{
	float: left;
	width: 60px;
	margin: 10px 0 0 87px;
	padding: 0;
}
select.total_mujeres{
	float: left;
	width: 60px;
	margin: 10px 59px 6px 57px;
	padding: 0;
}
label.orden_hermanos_postulante{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width:390px;
}
select.lista_orden_hermanos{
	float: left;
	margin: 10px 370px 0 0;
	padding: 0;
	width: 55px;
}
label.casa_postulante{
	float: left;
	width: 190px;
	margin: 10px 45px 0 0;
	padding: 0;
}
label.vive_postulante{
	float: left;
	margin: 10px 0 0 0;
	width: 150px;
	padding: 0;
}
select.lista_casa_postulante{
	float: left;
	width: 95px;
	margin: 10px 140px 6px 0;
	padding: 0;
}
input.campo_casa_postulante{
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
}
label.auto_postulante{
	float: left;
	width: 105px;
	margin: 10px 28px 0 0;
	padding: 0;
}
label.marca_auto_postulante{
	float: left;
	margin: 10px 60px 0 0;
	padding: 0;
	width:43px;
}
label.año_auto_postulante{
	float: left;
	margin: 10px 43px 0 0;
	padding: 0;
	width:43px;
}
label.brevete_postulante{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width:75px;
}
select.lista_auto_postulante{
	float: left;
	margin: 10px 82px 0 0;
	width: 50px;
}
input.campo_marca_auto_postulante{
	float: left;
	width: 60px;
	margin: 10px 31px 0 0;
}
input.campo_año_auto_postulante{
	float: left;
	width: 32px;
	margin: 10px 44px 0 0;
}
input.campo_brevete_postulante{
	float: left;
	width: 62px;
	margin: 10px 0 0 0;
}
label.ocupacion_padre_postulante{
	width: 233px;
	float: left;
	margin: 10px 0 0 0;
}
label.trabajo_padre_postulante{
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}
input.campo_ocupacion_padre_postulante{
	float: left;
	width: 192px;
	margin: 10px 31px 0 0;
}
input.campo_trabajo_padre_postulante{
	float: left;
	width: 166px;
	margin: 10px 0 0 0;
}
label.ocupacion_madre_postulante{
	width: 233px;
	float: left;
	margin: 10px 0 0 0;
}
label.trabajo_madre_postulante{
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}
input.campo_ocupacion_madre_postulante{
	float: left;
	width: 192px;
	margin: 10px 31px 0 0;
}
input.campo_trabajo_madre_postulante{
	float: left;
	width: 166px;
	margin: 10px 0 0 0;
}
label.nombre_conyuge_postulante{
	width: 234px;
	float: left;
	margin: 10px 0 0 0;
}
label.edad_conyuge_postulante{
	width: 61px;
	float: left;
	margin: 10px 0 0 0;
}
label.ocupacion_conyuge_postulante{
	width: 85px;
	float: left;
	margin: 10px 0 0 0;
}
input.campo_nombre_conyuge_postulante{
	float: left;
	width: 189px;
	margin: 10px 34px 0 0;
}
select.lista_edad_conyuge_postulante{
	float: left;
	width: 47px;
	margin: 10px 13px 6px 0;
}
input.campo_ocupacion_conyuge_postulante{
	float: left;
	width: 106px;
	margin: 10px 0 0 0;
}
label.trabajo_conyuge_postulante{
	width: 403px;
	float: left;
	margin: 10px 0 0 0;
}
input.campo_trabajo_conyuge_postulante{
	float: left;
	width: 188px;
	margin: 10px 180px 0 0;
}
label.hijos_postulante{
	width: 403px;
	float: left;
	margin: 10px 0 0 0;
}
select.lista_hijos_postulante{
	float: left;
	width: 47px;
	margin: 10px 345px 6px 0;
}
label.nombres_hijos_postulante{
	width: 403px;
	float: left;
	margin: 10px 0 0 0;
}
input.campo_nombres_hijos_postulante{
	float: left;
	width: 268px;
	margin: 10px 60px 6px 0;
}
select.lista_edad_hijos_postulante{
	float: left;
	width: 47px;
	margin: 10px 75px 50px 0;
}
select.lista_edad_hijos_ultimo_postulante{
	float: left;
	width: 47px;
	margin: 10px 60px 30px 0;
}
label.estudios_primaria{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 343px;
}
label.año_graduacion_primaria{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 63px;
}
input.campo_estudios_primaria{
	margin: 10px 32px 0 0;
	float: left;
}
select.graduacion_primaria{
	margin: 10px 0 6px 0;
	width: 63px;
	float: left;
}
label.estudios_secundaria{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 342px;
}
label.año_graduacion_secundaria{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 63px;
}
input.campo_estudios_secundaria{
	margin: 10px 30px 0 0;
	float: left;
}
select.graduacion_secundaria{
	margin: 10px 0 6px 0;
	width: 63px;
	float: left;
}
label.estudios_tecnicos{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.graduacion_estudios_tecnicos{
	margin: 10px 0 0 0;
	float: left;
	width: 68px;
	padding: 0;
}
input.campo_estudios_tecnicos{
	margin: 10px 30px 0 0;
	float: left;
}
select.graduacion_tecnicos{
	margin: 10px 11px 6px 0;
	width: 63px;
	float: left;
}
.btn_agregar{
	float:left;
	margin:10px 8px 0 0;
}
.btn_quitar{
	float:left;
	margin:10px 0 0 0;
}
label.estudios_universitarios{
	margin: 10px 0 0 0;
	float: left;
	width: 430px;
	padding: 0;
}
input.campo_estudios_universitarios{
	margin: 10px 120px 0 0;
	float: left;
}
label.estudios_universidad{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.graduacion_universidad{
	margin: 10px 0 0 0;
	float: left;
	width: 68px;
	padding: 0;
}
input.campo_universidad{
	margin: 10px 30px 0 0;
	float: left;
}
select.graduacion_universidad{
	margin: 10px 11px 6px 0;
	width: 63px;
	float: left;
}
label.estudios_maestria{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
input.campo_estudios_maestria{
	margin: 10px 120px 0 0;
	float: left;
}
label.maestria_institucion{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.graduacion_maestria{
	margin: 10px 0 0 0;
	float: left;
	width: 68px;
	padding: 0;
}
select.graduacion_maestria{
	margin: 10px 11px 6px 0;
	width: 63px;
	float: left;
}
input.campo_institucion_maestria{
	margin: 10px 30px 0 0;
	float: left;
}
label.estudios_diplomado{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
input.campo_estudios_diplomado{
	margin: 10px 30px 0 0;
	float: left;
}
label.diplomado_institucion{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.graduacion_diplomado{
	margin: 10px 0 0 0;
	float: left;
	width: 68px;
	padding: 0;
}
input.campo_institucion_diplomado{
	margin: 10px 30px 0 0;
	float: left;
}
select.graduacion_diplomado{
	margin: 10px 11px 6px 0;
	width: 63px;
	float: left;
}
label.nivel_instruccion{
	margin: 10px 0 0 0;
	float: left;
	width: 220px;
	padding: 0;
}
label.numero_colegiatura{
	margin: 10px 100px 0 0;
	float: left;
	width: 100px;
	padding: 0;
}
select.lista_nivel_instruccion{
	margin: 10px 69px 6px 0;
	width: 150px;
	float: left;
}
input.campo_numero_colegiatura{
	margin: 10px 43px 0 0;
	float: left;
	width:150px;
}
label.areas_interes{
	margin: 10px 0 0 0;
	float: left;
	width: 455px;
	padding: 0;
}
input.campo_areas_interes{
	margin: 10px 43px 0 0;
	float: left;
	width:370px;
}
label.conocimientos{
	margin: 10px 0 0 0;
	float: left;
	width: 415px;
	padding: 0;
}
select.lista_software{
	margin: 10px 90px 6px 0;
	width: 150px;
	float: left;
}
select.lista_nivel_software{
	margin: 10px 66px 6px 0;
	width: 110px;
	float: left;
}
label.idiomas{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
select.lista_idiomas{
	margin: 10px 90px 6px 0;
	width: 150px;
	float: left;
}
select.lista_nivel_idiomas{
	margin: 10px 66px 6px 0;
	width: 110px;
	float: left;
}
label.estudios_actuales{
	margin: 10px 0 0 0;
	float: left;
	width: 415px;
	padding: 0;
}
textarea.descripcion_estudios_actuales{
	width: 407px;
	height: 90px;
	float: left;
	margin: 10px 25px 0 0;
}
label.labor{
	margin: 10px 0 0 0;
	float: left;
	width: 415px;
	padding: 0;
}
textarea.descripcion_labor{
	width: 407px;
	height: 90px;
	float: left;
	margin: 10px 25px 30px 0;
}
label.nombre_empresa{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.telefono_empresa{
	margin: 10px 55px 0 0;
	float: left;
	width: 50px;
	padding: 0;
}
input.campo_nombre_empresa{
	width: 270px;
	float: left;
	margin: 10px 58px 0 0;
}
input.campo_telefono_empresa{
	width: 65px;
	float: left;
	margin: 10px 22px 0 0;
}
input.campo_rubro{
	width: 270px;
	float: left;
	margin: 10px 175px 0 0;
}
label.rubro{
	margin: 10px 0 0 0;
	float: left;
	width: 440px;
	padding: 0;
}
label.jefe{
	margin: 10px 0 0 0;
	float: left;
	width: 340px;
	padding: 0;
}
label.cargo{
	margin: 10px 0 0 0;
	float: left;
	width: 100px;
	padding: 0;
}
input.campo_nombre_jefe{
	width: 270px;
	float: left;
	margin: 10px 58px 0 0;
}
input.campo_cargo{
	width: 105px;
	float: left;
	margin: 10px 0 0 0;
}
label.puesto_desempeñado{
	margin: 10px 0 0 0;
	float: left;
	width: 455px;
	padding: 0;
}
input.campo_puesto_desempeñado{
	width: 270px;
	float: left;
	margin: 10px 168px 0 0;
}
label.funciones{
	margin: 10px 0 0 0;
	float: left;
	width: 455px;
	padding: 0;
}
textarea.descripcion_funciones{
	width: 407px;
	height: 100px;
	float: left;
	margin: 10px 30px 0 0;
}
label.fecha_ingreso{
	margin: 10px 0 0 0;
	float: left;
	width: 410px;
	padding: 0;
}
select.mes_ingreso{
	float:left;
	width:120px;
	margin:10px 60px 0 0;
}
select.año_ingreso{
	float:left;
	width:80px;
	margin:10px 175px 0 0;
}
label.fecha_retiro{
	margin: 10px 0 0 0;
	float: left;
	width: 410px;
	padding: 0;
}
select.mes_retiro{
	float:left;
	width:120px;
	margin:10px 60px 0 0;
}
select.año_retiro{
	float:left;
	width:80px;
	margin:10px 175px 0 0;
}
label.tiempo_servido{
	margin: 10px 0 0 0;
	float: left;
	width: 182px;
	padding: 0;
}
label.sueldo_final{
	margin: 10px 0 0 0;
	float: left;
	width: 250px;
	padding: 0;
}
input.campo_tiempo_servido{
	width: 107px;
	float: left;
	margin: 10px 63px 0 0;
}
input.campo_sueldo_final{
	width: 68px;
	float: left;
	margin: 10px 166px 0 0;
}
label.porque_retiro{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
textarea.descripcion_retiro{
	width: 407px;
	height: 100px;
	float: left;
	margin: 10px 30px 0 0;
}
label.empleo_dependiente{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
textarea.descripcion_empleo_dependiente{
	width: 407px;
	height: 100px;
	float: left;
	margin: 10px 30px 0 0;
}
label.caracteristicas_personalidad{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
label.puntos_fuertes{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
textarea.descripcion_puntos_fuertes{
	width: 407px;
	height: 100px;
	float: left;
	margin: 10px 30px 0 0;
}
label.puntos_debiles{
	margin: 10px 0 0 0;
	float: left;
	width: 435px;
	padding: 0;
}
textarea.descripcion_puntos_debiles{
	width: 407px;
	height: 100px;
	float: left;
	margin: 10px 30px 0 0;
}
label.disponibilidad{
	margin: 10px 0 0 0;
	float: left;
	width: 235px;
	padding: 0;
}
label.pretension{
	margin: 10px 0 0 0;
	float: left;
	width: 210px;
	padding: 0;
}
input.campo_disponibilidad{
	width: 100px;
	float: left;
	margin: 10px 123px 0 0;
}
input.campo_pretension{
	width: 100px;
	float: left;
	margin: 10px 95px 0 0;
}
label.curriculum{
	margin: 10px 0 0 0;
	float: left;
	width: 500px;
	padding: 0;
}
input.subir_curriculum{
	float: left;
	margin: 10px 0 0 0;
	width: 130px;
}
input#SaveAccount_btn{
	float: left;
	height: 30px;
	width:75px;
	margin: 0 5px 0 342px;
	color: #325F70;
	text-shadow: 0 1px 0 #9CD1EB;
	background-color:#5ab3db;
	border-radius:14px;
}





.oneThird_consultoria { float:left; width:298px; margin-right:25px; }
.oneThird_seleccion { float:left; width:585px; margin-right:25px; }


/*Coda slider*/
.reviews-t {
	float: left;
	padding: 15px 20px 4px 20px;
	position:relative;
	margin:5px 0 8px 0;
}
#aside .reviews-t {
	width:170px;
	margin:6px 0 16px 0;
	padding: 15px 20px 5px 20px;
}
#footer .reviews-t {
	padding: 16px 20px 6px 20px;
	margin:5px 0 0 0;
	width:170px;
}
	.coda-slider-wrapper {
		  clear: both;
		  margin:-9px 0 0 0;
		  float:left;
		  position:relative;
	      z-index:10;
    }
		#coda-nav-1, #coda-nav-2, #coda-nav-3, #coda-nav-5 {
			display:none;
		}
		.coda-nav {
			width:203px !important;
		}
			.coda-nav ul { 
				clear: both;
				display: block;
				margin: auto;
				overflow: hidden
			}
				.coda-nav ul li { 
					display: inline
				}
		.coda-nav-left, .bx-prev {
			position:absolute;
			right:-30px;
			top:-43px;
		}
	
		.coda-nav-right, .bx-next {
			position:absolute;
			right:-52px;
			top:-43px;
		}
			.coda-nav-left a, .coda-nav-right a { 
				display: block; 
				text-align: center;
				text-decoration: none
			 }
			.coda-nav-left a, .bx-prev {
				background: url("./images/arrow-left.png") no-repeat 0 0 ;
				width:18px;
				height:20px;
			}	
			.coda-nav-right a, .bx-next {
				background: url("./images/arrow-right.png") no-repeat 0 0 ;
				width:18px;
				height:20px;
			}
			  .coda-nav-left a:hover, .bx-prev:hover, .coda-nav-right a:hover, .bx-next:hover {
				  background-position:0 -20px;
			  }
		.coda-slider { 
			  float: left;
			  overflow: hidden;
			  position: relative;
			  scroll:none;
		 }
		 .coda-slider-no-js .coda-slider { 
			  height: 200px;
			  overflow: auto !important;
		  }
			  .coda-slider .panel-container { 
				  position: relative
			  }
			  	  .coda-slider .panel { 
					  display: block;
					  float: left;
					  overflow:hidden;
				  }
			/*one-fourth*/
			.coda-slider, .coda-slider .panel {
				 width: 180px;
			}
			/*half*/
			.half .coda-slider, .half .coda-slider .panel{
				 width: 440px
			}
			/*two-thirds*/
			.two-thirds .coda-slider, .two-thirds .coda-slider .panel {
				 width: 690px
			}
			/*full*/
			.full .coda-slider, .full .coda-slider .panel {
				 width: 940px
			}
			  /*one-fourth*/
			.coda-slider, .coda-slider .panel {
				
				 width: 170px
			}
			/*half*/
			.full .half .coda-slider{
				 width: 420px
			}
			/*two-thirds*/
			.two-thirds .coda-slider, .two-thirds .coda-slider .panel, .two-thirds .coda-slider, .two-thirds .coda-slider .panel {
				 width: 670px
			}
			/*full*/
			.full .coda-slider{
				 width: 920px
			}
	.reviews-b {
		padding: 0;
		z-index:2;
		left: 18px;
		position: absolute;
		bottom: -12px;
	}

.twit p.autor {
	  margin:15px 0 0px 0;
	  padding:0 0 0 0px;
} 	
#aside .twit p.autor {
	margin:0;
}
    
	.coda-slider p.loading { 
		padding: 20px;
		text-align: center 
	}

/*End Coda slider*/

/* SLIDER */
/* bottom center */
#wowslider-container1  .ws_bullets {
    top: 11px;
    right: 11px;
	margin-top: -5px;
	margin-right: -5px;
}

#wowslider-container1 { 
/*	overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:965px;
	height:291px;
	margin: -31px auto 0 auto;
	z-index:100;
	/*background-image: url(./images/wow/bg.png);*/
	background-repeat:no-repeat;
}
#wowslider-container1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
#wowslider-container1 .ws_images{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}

#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	padding: 10px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1 .ws_bullets a { 
	width:22px;
	height:22px;
	background: url(./images/wow/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	z-index:60;
	height: 38px;
	width: 38px;
	background-image: url(./images/wow/arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:21px;
}
#wowslider-container1 a.ws_prev {
	left:21px;
	background-position: 0 0; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}

#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 21px;
	left: 5px;
	margin:3px 3px 3px 20px;
	padding:10px;
	background-color:white;
	color:black;
	z-index: 50;
	border-radius:8px;
	box-shadow:0 0 3px #000;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	opacity:0.5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}
#wowslider-container1  a.wsl{
	display:none;
}#wowslider-container1 ul{
	position:relative;
	width: 800%; 
	left:0%;
	animation: wsBasic 32s infinite;
	-moz-animation: wsBasic 32s infinite;
	-webkit-animation: wsBasic 32s infinite;
}
#wowslider-container1 ul li{
	float:left;
	width:960px;
}
@keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:20px;
	left:-120px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
    border: 2px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:240px;
	background-color:#000;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	top:25px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
    border: 2px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	top:-8px;
	margin-left:1px;
	left:120px;
	background:url(./images/wow/triangle.png);
	width:15px;
	height:6px;
}
/*fin_slider*/


.contenedor_usuario_zona{
	width: 250px;
	height: 150px;
	float: left;
	padding: 0;
}
label.titulo_usuario_zona{
	float: left;
	padding: 0;
	margin: 7px 26px 0 0;
}
input.campo_usuario_zona{
	float: left;
	width: 150px;
}
label.titulo_contraseña_zona{
	float: left;
	padding: 0;
	margin: 15px 8px 0 0;
}
input.campo_contraseña_zona{
	float: left;
	width: 150px;
	margin:7px 0 0 0;
}
input.btn_aceptar_usuario{
	margin:15px 0 0 177px;
}
/*codigos_firefox*/
@-moz-document url-prefix()
{
  label.oficina_postulante{ width:106px;margin:18px 120px 0 0;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  label.nacimiento_postulante{ width:410px;margin:18px 80px 0 0;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  label.fecha_nacimiento_postulante{ width:510px;margin:18px 80px 10px 0;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  label.tiempo_casado_postulante{ width:150px;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  label.mujeres_hermanos_postulante{margin:10px 170px 0 0;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  label.orden_hermanos_postulante{margin:10px 170px 0 0;padding:0;float:left; }
}
@-moz-document url-prefix()
{
  input.campo_casa_postulante{margin:10px 170px 0 0;float:left; }
}
@-moz-document url-prefix()
{
  label.brevete_postulante{margin:10px 170px 0 0;float:left; }
}
@-moz-document url-prefix()
{
  label.ocupacion_conyuge_postulante{margin:10px 170px 0 0;float:left; }
}
@-moz-document url-prefix()
{
  label.nivel_instruccion{margin:10px 150px 0 0;float:left;width:120px;padding:0; }
}
@-moz-document url-prefix()
{
  label.numero_colegiatura{margin:10px 150px 0 -50px;float:left;width:120px;padding:0; }
}
@-moz-document url-prefix()
{
  label.fecha_ingreso{margin:10px 0 0 0;float:left;width:490px;padding:0; }
}
@-moz-document url-prefix()
{
  label.fecha_retiro{margin:10px 0 0 0;float:left;width:490px;padding:0; }
}
@-moz-document url-prefix()
{
  .next{margin:0 0 20px 290px;float:left;}
}
@-moz-document url-prefix()
{
  .prev{margin:0 0 20px 0;float:left;}
}
@-moz-document url-prefix()
{
  textarea.descripcion_labor{margin:10px 150px 30px 0;float:left;width:407px;height:90px;}
}
@-moz-document url-prefix()
{
  input#SaveAccount_btn{float: left;height: 30px;width:75px;margin: 0 170px 0 342px;color: #325F70;text-shadow: 0 1px 0 #9CD1EB;background-color:#5ab3db;border-radius:14px;}
}
@-moz-document url-prefix()
{
  select.graduacion_diplomado{margin:10px 11px 6px 0;float:left;width:63px;float:left; }
}
@-moz-document url-prefix()
{
  input.subir_curriculum{float: left;margin: 10px 0 0 0;width: 130px; }
}
img.fondo_slider{
	position: absolute;
	margin: -13px 0 0 -17px;
	z-index: 100;
}
.logos_evaluaciones{
	float: left;
	margin: 0 0 -10px 0;
	width:222px;
}
img.foto_competencia{
	float: left;
	width: 600px;
	height: 150px;
	margin:5px 0 0 0;
}
p.evaluaciones{
	float: left;
	width: 130px;
	margin: -70px 0 0 127px;
}
img.linea_titulo{
}
.texto_fecha{
}
p.fecha{
	width: 85px;
	float:left;
	padding: 0;
	margin: 0;
}
img.reloj{
	float: left;
	padding: 0;
	margin: 4px 5px 0 168px;
}
li.sub_lista{
	background:url(images/punto.png) no-repeat !important;
	margin:0 0 0 15px;
}
img.foto_out{
	background: white;
	padding: 1px;
	border: solid 1px #BBB;
}
img.foto_estudio_01{
	float:left;
	margin-top:15px;
}
img.foto_estudio_02{
	float:left;
	margin: 0 40px 15px;
}
img.foto_estudio_03{
	float: left;
	margin: 0 10px 0 0;
}
img.foto_estudio_04{
	float: left;
	margin: 0 100px;
}
img.foto_estudio_05{
	float: left;
	margin: 0 20px 0 0;
}
img.foto_estudio_06{
	float: left;
	margin: 10px 20px 0 0;
}
img.foto_estudio_07{
	float: left;
	margin: 10px 95px;
}