/*
Theme Name: Instituto Hune
Theme URI: http://www.institutohune.com
Author: Rivolta
Author URI: http://rivolta.es/
Description: Instituto HUNE WP Theme
Version: 1.0
*/

/*
Contents:
1. Reset
2. Layout
3. Universal elements including fonts
4. Colours
5. Navigation
6. Media queries
*/

/* ------- 1. Reset ------- */
/* 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;
	/*font-family: Bariol Regular;*/
	/*-webkit-text-stroke: .25px
 	-webkit-font-smoothing: none;*/
}
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 of reset */

/* Fonts */

@font-face {
    font-family: "Droid Serif";
    src: url('assets/fonts/droid-serif/droidserif-webfont.eot');
    src: url('assets/fonts/droid-serif/droidserif-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/droid-serif/droidserif-webfont.woff') format('woff'),
         url('http://institutohune.com/wp-content/themes/institutohune/assets/fonts/droid-serif/droidserif-webfont.ttf') format('truetype'),
         url('assets/fonts/droid-serif/droidserif-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;         

}
@font-face {
    font-family: "Droid Serif";
    src: url('assets/fonts/droid-serif/droidserif-bold-webfont.eot');
    src: url('assets/fonts/droid-serif/droidserif-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/droid-serif/droidserif-bold-webfont.woff') format('woff'),
         url('assets/fonts/droid-serif/droidserif-bold-webfont.ttf') format('truetype'),
         url('assets/fonts/droid-serif/droidserif-bold-webfont.svg') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: "Droid Serif";
    src: url('assets/fonts/droid-serif/droidserif-italic-webfont.eot');
    src: url('assets/fonts/droid-serif/droidserif-italic-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/droid-serif/droidserif-italic-webfont.woff') format('woff'),
         url('assets/fonts/droid-serif/droidserif-italic-webfont.ttf') format('truetype'),
         url('assets/fonts/droid-serif/droidserif-italic-webfont.svg') format('svg');

    font-style: italic;
}


@font-face {
    font-family: "Droid Serif";
    src: url('assets/fonts/droid-serif/droidserif-bolditalic-webfont.eot');
    src: url('assets/fonts/droid-serif/droidserif-bolditalic-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/droid-serif/droidserif-bolditalic-webfont.woff') format('woff'),
         url('assets/fonts/droid-serif/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('assets/fonts/droid-serif/droidserif-bolditalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: "Bariol Regular";
	/*src:url('assets/fonts/bariol/Bariol_Bold.otf'); */
    src: url('assets/fonts/bariol/bariol_bold-webfont.eot');
    src: url('assets/fonts/bariol/bariol_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/bariol/bariol_bold-webfont.woff') format('woff'),
         url('assets/fonts/bariol/bariol_bold-webfont.ttf') format('truetype'),
         url('assets/fonts/bariol/bariol_bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
    font-family: "Awesome";
	src:url('http://institutohune.com/wp-content/themes/institutohune/assets/fonts/awesome/fontawesome-webfont.ttf'); 
}*/

@font-face {
    font-family: "Brandon Grotesque";
	src:url('assets/fonts/Brandon_blk.otf'); 
}

strong, b {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}
/* Main global 'theme', fonts and typographic styles */
body {
	font-size: 14px;
	line-height: 1.4em;
	font-family: "Droid Serif", Verdana, Arial, Helvetica, sans-serif;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Headings */
h1, h2, h3, h4 {
	font-family: Bariol Regular, Georgia, "Times New Roman", serif;
}
h1 {
	font-size: 1.57em; /*22px*/
}
h2 {
	font-size: 1.28em; /*18px*/
}
h3 {
	font-size: 1.14em; /*16px*/
}
h4 {
	font-size: 1em;
	font-style: bold;
}
h5{
	font-size: 1em;
	font-style: italic;
}
h6 {
	font-size: 1em;
	font-style: normal;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

a {
	text-decoration:none;
	color: #3DADB2;
}
/* Common styles */
.personas, .personas a {
	color: #5eb7bb;
}

.empresas, .empresas a {
	color: #eb6664;
}

.expres, .expres a {
	color: #ee9811;
}

.link_blue {
	color: #3DADB2;
}

.container  {
	clear: both;
	margin-top:35px;
}


/* Forms */

.form_input {
	color:#666666;
	/*background-color:#8f9394;*/
	border:none;
	padding:8px;
    font-family: "Droid Serif";
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;  
    border-radius: 2px;   
  	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;  
  	box-shadow: inset 2px 2px 2px 0px #dddddd;    
  	height: 17px;
}

.form_button, .wpcf7-submit {
	color:white;
	background-color:#3dadb2;
	border:none;
	padding:7px 16px;
    font-family: "Bariol Regular";
 	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;  
    font-size: 16px; 
    font-weight: bold;
  	cursor:pointer;
    height: 40px;
}

.footer .form_button {
	height: 34px;
	padding: 0px 16px;
}

/* Header */

#facebook_link {
	float:left;
	height:32px;
	width:20px;
	background-image: url(images/facebook.png);
}

#twitter_link {
	float:left;
	
	height:32px;
	width:32px;
	background-image: url(images/twitter.png);
}

#search_link {
	float:left;
	height:32px;
	width:32px;
	background-image: url(images/buscar.png);
}

#searchformtop {
	width: 120px;
}

.searchformtop {
	display:none;
	margin-left: -120px;
	width: 120px;
	/*z-index: 1000;*/
}

#search_link:hover .searchformtop {
	display:block;
}

#logo {
	display:block;
	width: 141px;
	height: 37px;
	background: url(images/desktop/logo.png) no-repeat 0 0;
	margin : 34px 0px 10px 0px;
}


nav {
	color: #8f9394;
}

nav a {
	text-decoration:none;
	color: #afafaf;
	font-family: "Bariol Regular";
	font-weight: bold;
	letter-spacing: 2px;
}

nav a.active {
	color: #3dadb2;
}

#breadcrumbs {
	display:block;
	width: 100%;
	height: 40px;
	background-color:#F6F6F6;
	padding: 10px 0 10px 0;
	font-size:16px;
}

#breadcrumbs_inner {
	width: auto;
	margin: 0 auto;
	padding-top:8px;
	font-family: Bariol Regular;
	color: #ADB1B2;
	/*padding-left: 20px;*/
}

#breadcrumbs a {
	color: #3dadb2;
	text-decoration:none;
}


/* Footer */



footer {
	width: 100%;
	display:block;
	background-color: #F6F6F6;
	padding-bottom: 60px;
	font-family: "Bariol Regular";
	color: #adb1b2;
	position: relative;
	/*margin-top: -200px; */
	height: 200px;
	clear:both;	
}

#footer_top {
	width: 100%;
	display:block;
	background: url(images/footer_top.png) repeat-x 0 60px white;
	padding-top:60px;
	height: 10px;
	margin-bottom:30px;
}
#footer_inside {
	/*width: 1140px;*/
	margin: 0 auto;
}

footer .footer {
	width: 20%;
	float:left;
}


footer h3 {
	font-family: "Bariol Regular";
	font-weight: bold;
	padding-bottom:20px;
	font-size:17px;
	letter-spacing: 1px;
}

footer a {
	text-decoration: none;
	color: #adb1b2;
	font-size: 16px;
	display:inline-block;
	margin-bottom: 2px;
}

footer .submit_email {
	margin-bottom: 10px;
}

.nomargin {
	margin: 0 !important;
}

.blackandwhite {
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6+ */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);	
	filter: grayscale(100%); 
}

.blackandwhite:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

.floatder {
	float:right;
}


/* Home */

#img_top {
	position: relative;
}
.semitrans {
	position:absolute;
	top: 50%;
	bottom: 0;
	background: url(images/home/semitrans.png) repeat-x 0 0 transparent;
	width: 100%;
	z-index: 10000;
}

.highlights_wrapper {
	position:absolute;
	right: 0;
	z-index: 10000;
}

.highlight_top {
	/*background-color: rgba(204,204,204,0.5);*/
	background-color: #7AAE2F;

	/*width: 170px;*/
	width: auto!important;
	height: 50px;
	display: inline-block;
	text-align:center;
	margin-right: 2px;
}

.highlight_top a {
	color:white;
	text-decoration:none;
	display: block;
	padding: 15px 4px;
	font-family: Arial;
	font-weight: bold;
}

#welcome_boxes {
	/*width : 100%;*/
	padding: 0 40px;
	padding-top: 35px;
	text-align:center;
}

.welcome_box {
	width : 33%;
	text-align:center;
	padding: 280px 0px 20px 0px;
	float:left;
	min-height:120px;
}

.welcome_inner {
	/*width:290px;*/
	text-align:center;
}
.welcome_box h3 {
	font-family: "Bariol Regular";
	font-weight:bold;
	font-size: 28px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.welcome_box p {
	font-family: "Droid Serif";
	font-style:italic;
	color: #353a3c;
	font-size: 20px;
	line-height: 24px;
}

div.welcome_box.personas {
	background: url(images/desktop/home/personas_home.png) no-repeat center top transparent;
}

div.welcome_box.empresas {
	background: url(images/desktop/home/empresas_home.png) no-repeat center top transparent;
}

div.welcome_box.expres {
	background: url(images/desktop/home/expres_home.png) no-repeat center top transparent;
}


.todos_cursos p {
	text-align:center;
	font-family: "Droid Serif";
	font-style:italic;
	color: #b4b4b4;
	margin-top:20px;
	margin-bottom:30px;
	font-size: 20px;
}

.todos_cursos p a {
	text-decoration: none;
}

.buscador_cursos {
	text-align:center;
}

.buscador_cursos input {
	color:#666666;
	/*background-color:#8f9394;*/
	border: 1px solid #dddddd;
	padding:10px;
    font-family: "Droid Serif";
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;  
    border-radius: 2px;   
  	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;  
  	box-shadow: inset 2px 2px 2px 0px #dddddd;    
  	height: 30px;
  	width: 300px;
  	margin-bottom:80px;
  	font-size:16px;
}

#ultimos_videos {
	min-height: 200px;
	background-color: #F6F6F6;
}

#ultimos_videos .ultimos_videos_content {
	background-color: #F6F6F6;
}

#ultimos_videos .ultimos_videos_content .content {
	position:relative;
}

.ultimos_videos_top {
	background: url(images/footer_top.png) repeat-x 0 0 white;
	height: 17px;
}

.ultimos_videos_bottom {
	margin-top: 30px;
	background: url(images/footer_top_inverted.png) repeat-x 0 0 white;
	height: 17px;

}

.video_left {
	display:block;
	background: url(images/desktop/home/flecha_vid_left.png) repeat-x 0 0;
	height: 26px;
	width: 16px;
	position:absolute;
	top: 45%;
	z-index: 10000;
	cursor: pointer;
}

.video_right {
	display:block;
	background: url(images/desktop/home/flecha_vid_right.png) repeat-x 0 0;
	height: 26px;
	width: 16px;
	position:absolute;
	top: 45%;
	right: 0;
	z-index: 10000;
	cursor: pointer;
}

h3.big_title {
	font-family:Bariol Regular;
	text-align:center;
	font-size: 28px;
	letter-spacing: 2px;
	color: #afafaf;
	text-transform: uppercase;
	background-image: url(images/linea_horizontal.png), url(images/linea_horizontal_inverted.png);
	background-position: left 7px, right 7px;
	background-repeat: no-repeat;	
	margin-top:50px;
	margin-bottom:60px;
}

.videos_inner {
	/*padding: 0 30px;*/
	text-align:center;
}

.videos_inner_wrapper {
	margin-left: 20px;
	margin-right: 20px;
}

.video_home {
	/*width:33%;*/
	/*width:400px;*/
	float:left;
	position:relative;
	display:block;
}

.video_home.right {
	/*float:right;*/
}

.video_screenshot {
	/*background: url(images/videos/video_bg.png) no-repeat 0 0;*/
	margin-bottom:40px;
	position:relative;

}

.video_screenshot img {
	/*width: 335px;*/
	width: 320px;
	height: 180px;
}

.video_player {
	background: url(images/videos/play_button.png) no-repeat 0 0;
	width: 80px;
	height: 80px;
	position:absolute;
	bottom:-40px;
	left: 50%;
	margin-left: -40px;
}

.video_home a {
	text-align: center;
	display:block;
}

#ultimos_videos h4 {
	font-family: Droid Serif;
	color: #353a3c;
	font-size:18px;
	margin-bottom: 15px;
	clear:both;
	line-height: 26px;
	font-weight: normal;
	text-align:center;
	display: block;
/*	margin-left: 25px;
	margin-right: 25px;*/
}

/*.caroufredsel_wrapper {
	margin-left: 25px;
	margin-right: 25px;
}*/
#ultimos_videos p {
	font-family: Bariol Regular;
	font-weight: bold;
	color: #afafaf;
	font-size: 14px;
}

#ultimos_videos a {
	font-family: Bariol Regular;
	color: #3dadb2;
	font-weight: bold;
	display:block;
}

/* Scroller */



#hune_aldia {
	margin-top: 70px;
	/*margin-bottom: 50px;*/
}


#hune_aldia h3.big_title {
    color: #afafaf;
	font-family:Bariol Regular;
    font-style: normal;
    font-weight: normal;
    /*padding-bottom: 20px;*/

}

#hune_aldia #latest_posts a{
	/*font-family: Bariol Regular;
	font-weight:bold;
	color: #3dadb2;
	margin-top: 20px;
	display:block;*/
}

.home_inner h3 {
	padding-bottom: 20px;
}

#hune_aldia h3 {
	font-family:Droid Serif;
	font-weight:bold;
	font-style:italic;
	color: #353a3c;
	/*padding-bottom: 20px;*/
}

#hune_aldia h3 a {
	color: inherit;
	text-decoration:none;
}

#hune_aldia_inner {
	padding: 0 40px;
}

.home_inner {
	width: 500px;
}

#twitter_feed .home_inner {
	padding-left: 30px;
}

#latest_posts {
	width: 50%;
	float:left;
	background: url(images/desktop/home/icono_facebook.png) no-repeat center top transparent;
	padding-top: 100px;
}

#latest_posts .image_preview {
	/*background: url(images/desktop/home/blog_preview.png) no-repeat 0 0;*/
	width: 500px;
	/*height: 280px;*/
	margin-bottom:20px;
}
#latest_posts .image_preview img {
	max-width:100%;
}

/* Facebook */

.facebook_story {
	margin-bottom: 26px;
	margin-top : -14px;
}

.facebook_date, .facebook_date a {
	font-family: Bariol Regular;
	font-weight: Bold;
	color: #b0b0b0;
	text-transform: uppercase;
	text-align:left;
	border-bottom:2px solid #d5d5d5;
}

.facebook_date a {
	font-family: Bariol Regular;
	font-weight: Bold;
	color: #b0b0b0;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

.facebook_date_content {
	display:inline-block;
	position:relative;
	top:11px;
	background:#fff;
	padding-right: 12px;
	letter-spacing: 1px;
}

.facebook_image {
	float:left;
	width: 25%;
	padding-top: 25px;
}

.facebook_image img {
	width: 100%;
	max-width: 100%;
}

.facebook_text {
	font-family: Droid Serif;
	color: #666666;
	padding-top : 25px;
	float:left;
	width: 75%;
}

/* Twitter */
#twitter_feed {
	float:left;
	width: 50%;
	background: url(images/desktop/home/icono_twitter.png) no-repeat center top transparent;
	padding-top: 100px;
}

.twitter_tweet {
	margin-bottom: 26px;
	margin-top : -14px;
}

.twitter_date, .twitter_date a {
	font-family: Bariol Regular;
	font-weight: Bold;
	color: #b0b0b0;
	text-transform: uppercase;
	text-align:left;
	border-bottom:2px solid #d5d5d5;
}

.twitter_date a {
	font-family: Bariol Regular;
	font-weight: Bold;
	color: #b0b0b0;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

.twitter_date_content {
	display:inline-block;
	position:relative;
	top:11px;
	background:#fff;
	padding-right: 12px;
	letter-spacing: 1px;
}

.twitter_content {
	font-family: Droid Serif;
	color: #666666;
	padding-top : 10px;
}

.left_side {
	float:left;
	width: 850px;
	margin-right: 0px;
}

.right_side {
	width: 250px;
	/*width: 290px;*/
	float:right;
}

.blog .left_side_inner {
	margin: 0 20px;
}

.blog .right_side {
	width: 290px;
}

/* Blog */

/*.blog_template .left_side, .blog .left_side {
	width: 830px;
}
*/
.blog_template .right_side {
	/*width: 290px;*/
	margin-top: 18px;
}


.left_side p {
	padding-bottom: 15px;
}

/* Sidebar */

.sidebar .widget {
	position:relative;
	margin-bottom: 50px;
}
.sidebar li {
	list-style: none;
}

.sidebar li h1 {
	/*display: inline-block;*/
	text-align:center;
	font-family: Bariol Regular;
	font-size: 18px;
	color: #424648;
	text-transform: uppercase;
	padding: 0px 20px 27px;
	margin: 0;
	/*background-color:white;*/
}


.sidebar li h1:before {
content: "";
width: 100%;
border-top: 2px solid #d2d4d4;
height: 1px;
left: 0;
top: 10px;
display: block;
position: absolute;
background: #fff;
z-index: -1;
text-align: center;
}

.sidebar li h1 span {  
    background: #fff;  
    padding: 0 13px;  
    position: relative;  
    z-index: 5;  
    font-size: 17px;
}  

.sidebar li li {
	list-style: disc;
	color: #afafaf;
}

.sidebar li li a {
	color: #3DADB2;
	font-family:Bariol Regular;
	text-decoration:none;
	text-transform: uppercase;
}

.sidebar li ul {
	padding-left: 18px;
}

/* Calendar */

.widget_calendar table {
	border-collapse: separate;
    border-spacing: 5px;
}
.widget_calendar td {
	padding: 8px;
	background-color: #f5f5f5;
	text-align:center;
	color: #cccccc;
}

.widget_calendar td a {
	/*color: #cccccc;*/
	text-decoration: none;
}

.widget_calendar #today, .widget_calendar #today a {
	background-color: #3DADB2;
	color: white;
	text-decoration: none;
}


.widget_calendar td.pad, .widget_calendar tfoot td {
	background-color: white;
	text-align:left;
}

.widget_calendar tfoot td a {
	color: #3DADB2;
	font-family:Bariol Regular;
	text-decoration:none;
}

#img_top_blog {
	display:block;
	width: 100%;
	height: 500px;
	background: url(images/desktop/blog/header_blog.jpg) no-repeat center top;	
	/*position: relative;*/
}

#img_logo_blog {
	width : 333px;
	height: 416px;
	margin: 0 auto;
	background: url(images/desktop/blog/titulo_blog.png) no-repeat 0 83px;	
	/*padding-top: 83px;*/
	display:block;
	/*position:absolute;*/
	/*top: 83px;*/
}

#twitter_top {
	min-height: 40px;
	font-family: Bariol Regular;
	padding-top: 15px;
	margin-bottom: 5px;
}

#twitter_top .content {
	background: url(images/desktop/blog/ico_twitter.png) no-repeat 0 2px;	
	/*padding-left: 60px;*/
	border-bottom: 2px solid #D2D4D4;
	padding-bottom: 15px;
}

#twitter_top #twitter_date {
	padding-left: 40px;
	color: #3DADB2;
	padding-right:8px;
}

.blog_template article {
	padding: 25px 20px;
}
/* Blog */

.single-post h2 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #353a3c;
	padding-top: 5px;
}

.single-post h3 {
	font-size: 18px;
	padding: 12px 0 8px 0;
}

.post_date {
	font-family: Bariol Regular;
	color: #afafaf;
}

.blog .post_title,  .blog .post_title a, .curso .post_title{
	font-family: Bariol Regular;
	color: #353a3c;
	font-size: 28px;
	text-decoration:none;
	margin-bottom: 6px;
	margin-top: 8px;
}

.blog .byauthor {
	font-family: Droid Serif;
	color: #afafaf;
	font-size: 14px;
}

.blog .byauthor a {
	font-family: Droid Serif;
	color: #3DADB2;
	font-size: 14px;
	text-decoration: none;
}

.blog .post_category {
	font-family: Bariol Regular;
	color: #afafaf;
	font-size: 14px;
	text-transform: uppercase;
}

.blog .post_category a {
	color: #3DADB2;
}

.blog .entry-content a {
	font-family: Droid Serif;
	color: #3DADB2;
}

.blog .entry-content, .blog-template .entry-content {
	font-size: 14px;
}

.blog article {

}

.blog article.even {
	background-color: #f6f6f6;
}

.blog .blog_noimage {
	height: 20px;
}

.blog .entry-thumbnail {
	/*background: url(images/desktop/blog/blog_posts_thumbnail.jpg) no-repeat 0 0;*/
	/*width: 791px;*/
	/*height: 302px;*/
	/*max-width: 800px;*/
	max-width: 100%;

	margin: 25px 0;
}

.blog .entry-thumbnail img {
	/*max-width: 800px;*/
	max-width: 100%;

}

.next_post_links {
	border-top: 2px solid #D2D4D4;
	border-bottom: 2px solid #D2D4D4;
	padding: 8px 4px;
}

.next_post_links .prev_post {
	float:left;
}

.next_post_links .next_post {
	float:right;
}

.comentarios {
	padding: 15px 0;
}

/* Cursos */

/* 1. Página cursos */

article.curso {
	padding-bottom: 16px;
}

.cursos h2 {
	text-align:center;
	color: #353a3c;
	font-family:Bariol Regular;
	font-size:32px;
}

.cursos_intro {
	color: #999999;
	font-family:Droid Serif;
	font-style:italic;
	text-align:center;
	margin: 30px 0 30px 0;
	font-size: 20px;
	line-height: 30px;
}

.cursos_list a{
	text-decoration: none;
}

.curso_list {
	width: 33%;
	float:left;
}

.curso_list_inner {
	margin: 0px 18px 0px 18px;

}

.curso_details {
	text-align:center;
	margin-bottom: 35px;
}
.curso_thumbnail {
	width: 202px;
	height: 86px;
	/*background: url(images/desktop/preview_curso.png) no-repeat center top;*/
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
	font-family:Bariol Regular;
	padding: 140px 20px 5px 20px;
	text-align:center;
	font-weight: Bold;
	font-size: 18px;
	margin: 0 auto;
}

.personas .curso_thumbnail {
	text-shadow: 1px 1px #5eb7bb;
}
.empresas .curso_thumbnail {
	background: url(images/desktop/preview_curso_empresas.png) no-repeat center 0;
	text-shadow: 1px 1px #eb6664;
}

.expres .curso_thumbnail {
	background: url(images/desktop/preview_curso_expres.png) no-repeat center 0;
	text-shadow: 1px 1px #ee9811;
}

.personas .curso_details h3 {
	color: #5eb7bb;
}

.empresas .curso_details h3 {
	color: #eb6664;
}

.expres .curso_details h3 {
	color: #ee9811;
}

.cursos_list .curso_details h3 {
	font-size: 26px;
	font-family: Bariol Regular;
	/*margin: 15px 0 15px 0;*/
	/*font-weight: bold;*/
	padding: 25px 0 10px;

}


.curso_details .curso_description {
	color: #999999;
	font-family:Droid Serif;
	font-style:italic;
	/*height: 57px;*/
	display:block;
	font-size: 16px;
	line-height: 22px;
}

.curso_bottom {
	width: 100%;
	display:block;
	border-bottom: 2px solid #d2d4d4;
	padding-bottom: 30px;
}

/*.descarga {

}*/

a.descarga {
	color: #666666;
	background: url(images/icons/icono_pdf.png) no-repeat left top;
	padding-left: 45px;
	padding-top: 6px;
	display:block;
	min-height: 26px;
}
/* Sidebar Cursos */

#display-mascursos-widget div {
	padding-top: 64px;
	padding-bottom: 28px;
	text-align:center;
	color: #353a3c;
	margin-top: 0;
}

#display-mascursos-widget div.personas {
	background: url(images/desktop/cursos/ico_personas_peq.png) no-repeat center top;
}

#display-mascursos-widget div.empresas {
	background: url(images/desktop/cursos/ico_empresas_peq.png) no-repeat center top;
}

#display-mascursos-widget div.expres {
	background: url(images/desktop/cursos/ico_express_peq.png) no-repeat center top;
}

#display-ultimosvideos-widget {
	text-align: center;
}

#display-ultimosvideos-widget .video {
	margin-top: 0px;
	margin-bottom: 28px;
}


#display-ultimosvideos-widget .video_thumbnail {
	/*background: url(images/desktop/cursos/video_sidebar.jpg) no-repeat 0 0;*/
	width: 190px;
	/*height: 120px;*/
	position: relative;
	margin: 0 auto;
	padding-bottom: 25px;	
}

#display-ultimosvideos-widget .video_thumbnail.video_example {
	background: url(images/desktop/cursos/video_sidebar.jpg) no-repeat 0 0;
	height: 120px;
}

#display-ultimosvideos-widget .video_thumbnail img {
	max-width: 100%;
}
#display-ultimosvideos-widget .play_button {
	background: url(images/desktop/cursos/play_sidebar.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	left: 80px;
}

#display-ultimosvideos-widget .video span {
	width: 190px;
	display:block;
	margin: 0 auto;
}

#display-ultimosvideos-widget .video a, #display-mascursos-widget a {
	color: #353a3c;
}
/* End Sidebar Cursos */


.curso_list .icono {
	width: 82px;
	height: 82px;
	margin: 0 auto;
}

.curso_list.personas .icono {
	background: url(images/desktop/cursos/icono_personas.png) no-repeat 0 0;
}

.curso_list.empresas .icono {
	background: url(images/desktop/cursos/icono_empresas.png) no-repeat 0 0;
}

.curso_list.expres .icono {
	background: url(images/desktop/cursos/icono_expres.png) no-repeat 0 0;
}

.curso_list h2 {
	font-family: "Bariol Regular";
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 15px 0 66px 0;
    letter-spacing: 2px;
}

.curso_list.personas h2 {
    color: #5EB7BB;
}

.curso_list.empresas h2 {
    color: #eb6664;
}

.curso_list.expres h2 {
    color: #f4bc50;
}

.curso .curso_title {
	height: 50px;
}
.curso_title span {
	padding-top: 10px;
	display:block;
}
.curso_tipo_icono {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	float:left;
}

.curso_tipo_icono.personas {
	background: url(images/desktop/cursos/ico_personas_40.png) no-repeat 0 0;
}

.curso_tipo_icono.empresas {
	background: url(images/desktop/cursos/ico_empresas_40.png) no-repeat 0 0;
}

.curso_tipo_icono.expres {
	background: url(images/desktop/cursos/ico_expres_40.png) no-repeat 0 0;
}


/* Curso Individual */

.share_bar {
	width: 100%;
	padding-bottom: 10px;
}

.share_bar .hr {
	/*line-height:5px;*/
	border-bottom: solid 2px #d2d4d4; 
	height: 1px; 
	margin: 1em 0 2em;
	height: 8px;
	/*float:right;*/
	overflow:hidden;
}

.share_button {
	text-decoration: none;
	display:block;
	float:left;
	margin-right: 12px;
}

.share_mail {
	background: url(images/desktop/cursos/mail_share_ico.png) no-repeat 0 0;
	width: 20px;
	height: 16px;
}

.share_twitter {
	background: url(images/desktop/cursos/twitter_share_ico.png) no-repeat 0 0;
	width: 23px;
	height: 16px;
}

.share_facebook {
	background: url(images/desktop/cursos/facebook_share_ico.png) no-repeat 0 0;
	width: 9px;
	height: 16px;
}


.curso_thumbnail_big, .curso_thumbnail_big img {
	/*max-width: 850px;*/
	max-width: 100%;
}


ol.objetivos {
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 15px;
}

ol.objetivos li{
	font-family: Bariol Regular;
	font-size: 18px;
	color: #8f9394;
	padding-left: 10px;
	/*display:block;*/
}

ol.objetivos li span{
	font-family: Droid Serif;
	font-size: 14px;
	color: #666666;
	display:block;
	padding: 11px 14px;
	background-color: #efeff1;
}

ol.objetivos li.even span{
	background-color: white;

}

/* Framework start from here */
ul.programa {float: left;}
.curso .left_side ul.programa,
.curso .left_side ul.programa ul {
  list-style:none;
  margin:0;
  padding:0;
  color: #666666;
}

.curso .left_side ul.programa ul, .curso .left_side ul.programa {
  margin-left:10px; /* indentation */
  position:relative;
}

ul.programa ul:before,  ul.programa:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid red;
}

.curso .left_side ul.programa li {
  margin:0;
  padding:0 30px; /* indentation + 2 */
  font-size:14px;
  line-height:20px; /* default list item `line-height` */
  position:relative;
}

ul.programa ul li:before, ul.programa li:before {
  content:"";
  display:block;
  width:20px; /* same with indentation */
  height:0;
  border-top:1px solid red;
  position:absolute;
  top:10px;
  left:0;
}

ul.programa ul li:last-child:before, ul.programa li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:10px; /* (line-height/2) */
  bottom:0;
}

#hune_postit, .hune_postit {
	float:right;
}

#hune_postit .header, .hune_postit .header {
	background: url(images/desktop/cursos/postit_top.png) no-repeat 0 0;	
	width: 395px;
	height: 14px;
}

#hune_postit .body, .hune_postit .body {
	background: url(images/desktop/cursos/postit_mid.gif) repeat-y 0 0;	
	width: 345px;
	padding: 18px 25px;
	/*height: 1px;*/
}

#hune_postit .footer, .hune_postit .footer {
	background: url(images/desktop/cursos/postit_bottom.png) no-repeat 0 0;	
	width: 395px;
	height: 20px;
}

#hune_postit h4, .hune_postit h4 {
	font-family: Bariol Regular;
	font-weight: bold;
	font-size: 18px;
	color: #218cb0;
	text-transform: uppercase;
	margin-bottom: 8px;
	background: url(http://institutohune.com/wp-content/themes/institutohune/images/desktop/cursos/interrogacion_g.png) no-repeat 0 4px;	
	padding-left: 21px;
}

#hune_postit p, .hune_postit p {
	font-family: Bariol Regular;
	font-size: 16px;
	color: #5f6567;
	padding: 0;
}


.interrogacion {
	background: url(images/desktop/cursos/interrogacion.png) no-repeat 0 0;	
	height: 14px;
	width: 14px;
}


.extra_info {
	width:100%;
	background-color: #EFEFF1;
	margin: 0;
	margin-top: 50px;
	display:inline-block;
	margin-bottom: -15px;
}

.extra_info_column {
	width: 33%;
	float: left;
}

.extra_info_inner {
	padding: 30px;
}

.extra_info h4 {
	font-weight: bold;
	font-family: Bariol Regular;
	font-size: 15px;
	margin-bottom: 4px;
}

.extra_info p {
	font-size: 14px;
}

/*.meinteresa a {
	display:inline;
}
*/
.meinteresa {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}

.meinteresa .form_button {
	/*margin-top: 16px;*/
	display:inline-block;
	height: auto;
}


.meinteresa p {
	padding: 16px;
}

.curso h3 {
	font-family: Bariol Regular;
	font-size: 22px;
	color: #353a3c;
	padding: 30px 0 20px 0;
}

.curso h4 {
	font-family: Bariol Regular;
	font-size: 18px;
	color: #353a3c;	
	padding: 10px 0 5px 0;
}

.curso .left_side ul {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 15px;
}

.curso .left_side ul li {
	margin-bottom: 5px;
}



/* Vídeos */

.video_destacado_left {
	float:left;
	width: 245px;
	padding-right: 35px;
}

.video_destacado {
	padding-bottom: 30px;
}
.video_destacado_right {
	float:right;
	width: 854px;
	height: 480px;
}

.video_destacado_left h3 {
	font-size: 24px;
	padding-bottom: 25px;
	line-height: 28px;
}

.video_destacado_left p {
	line-height: 20px;
}

.buscador_videos {
	background-color: #edeeee;
	padding: 20px 24px;
	margin-bottom: 40px;
}

.buscador_videos label {
	font-family: Bariol Regular;
	text-transform:uppercase;
	color: #999999;
	margin-right: 8px;
	letter-spacing: 1px;
	font-weight:bold;
}

.buscador_videos input[type='text'], .buscador_videos select {
	margin-right: 47px;
	padding: 2px;
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-family: Droid Serif;
 	font-style:italic;   
 	color: #666666;
 	height: 22px;
 	font-size: 15px;
}

.buscador_videos .txt {
	width: 200px;
}


.search #lista_videos article {
    padding: 0;
}

.buscador_videos .form_button {
	padding-top: 4px;
	padding-bottom: 4px;
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;  
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
}


.buscador_videos span.customSelectInner, .buscador_profesores span.customSelectInner, .wpcf7-form-control-wrap.como-supiste span.customSelectInner {
	background:#fff url(images/flecha_dropdown.png) right center no-repeat;
	padding: 3px 14px 3px 8px;
	/*padding-right: 30px;*/

}


.buscador_videos span.customSelect, .buscador_profesores span.customSelect, .wpcf7-form-control-wrap.como-supiste span.customSelect {
	padding: 2px 8px;
	/*margin: 0 8px;*/
	/*margin: 0 8px 0 0;*/
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;	
 	color: #666666;
 	margin-right: 47px;  
 	background-color:#fff
}

.wpcf7-form-control-wrap.como-supiste select {
	/*width: 220px !important;*/
}

.wpcf7-form-control-wrap.como-supiste span.customSelect {
	border: 1px solid #DDDDDD;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 2px 2px 2px 0 #DDDDDD inset;
	margin-right: 0;
	/*margin-left: 30px;*/
	/*width: 220px !important;*/
	
}

.buscador_profesores span.customSelect {
	margin-right: 0;
	width: 230px;
}

.buscador_profesores span.customSelectInner {
	margin-right: 0;
	width: 210px !important;
}

.buscador_profesores select {
	margin-right: 0px;
	padding: 2px;
 	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-family: Droid Serif;
 	font-style:italic;   
 	color: #666666;
 	height: 22px;
 	font-size: 15px;
 	/*width: 222px;*/
}



#lista_videos {
	padding: 0 5px;
}
/*.video_category_pair span.customSelect {
	padding-right: 12px;
}
*/
.small_video_preview {
	width: 221px;
	float:left;
	/*margin-right: 60px;*/
	margin: 0 30px;
	min-height: 221px;
}


.video_list_preview {
	/*background: url(images/videos/video_peq_preview.jpg) right center no-repeat;*/
	width: 221px;
	height: 122px;
	position:relative;
	margin-bottom: 20px;
}

.video_list_preview img {
	width: 221px;
	height: 122px;	
}
.play_button_peq {
	background: url(images/videos/play_button_peq.png) no-repeat 0 0 ;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 100px;
	left: 90px;
}

.post.type-video {
	width: 221px;
	float:left;
	margin-right: 60px;
	margin-bottom: 60px;
}
.video .video-title, .video .video-title a {
	font-family: Droid Serif;
	color: #353a3c;
	text-decoration:none;
	text-align:center;
	margin-bottom: 10px;
}

.video .video-content {
	font-family: Bariol Regular;
	text-align:center;
	color: #afafaf;
	font-weight: bold;
	margin-bottom: 20px;
}

.video .video-content a{
	font-family: Bariol Regular;
	color: #3DADB2;
	text-transform: uppercase;
	font-weight: bold;
}

#ver_mas_videos {
	text-align:center;
}

#ver_videos_button {
	display:block;
	font-size: 18px;
	background: url(images/videos/cargar_mas.png) no-repeat center 30px ;
	height: 40px;
}

#hune_show_loading {
	margin-top:15px;
	display:none;
}

/* Generic Page */

.single-page h1 {
	padding: 0 0 30px 0;
}

.post_thumbnail {
	margin-bottom: 30px;
}

.post_thumbnail img {
	max-width: 100%;
}

.entry-content h2 {
	font-size: 20px;
	margin-bottom: 15px;
}


/* Profesores */

.profesores_left {
	float:left;
	width: 100%;
}

.left_side_inner_prof {
	margin-right: 300px;
}

.profesores_right {
	float:right;
	width: 300px;
    margin-left: -300px;
}

.profesor_thumbnail {
	float:left;
	margin:1px;
	/*background-color: red;*/
	text-align:center;
}

.profesor_thumbnail a{
	color:white;
	text-decoration:none;
}
.profesor_name {
	color:white;
	font-family:Bariol Regular;
	font-weight:Bold;
	font-size:18px;
	/*padding-top: 15px;*/
}

.profesor_title {
	color:white;
	font-family:Bariol Regular;
	font-weight:Bold;
	font-size:12px;
	text-transform: uppercase;
	line-height: normal;
}

.profesores_left .flipper .back {
	background-color: #3dadb2;
	display:table-cell;
	vertical-align: middle;
}

.back_inner {
	/*padding-top: 22px;*/
	padding: 3px;
}

.back_inner span {
	display:block;
}
/*
.profesores_left .flipper .back:before,
.profesores_left .flipper .back .back_inner {display:inline-block; vertical-align:middle;}

.profesores_left .flipper .back:before {content:" ";  height:100%;}

.back_inner {
	height: 124px;
}
*/

.profesores_total {
	/*width: 225px;*/
	margin-bottom: 25px;
}

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;	
	-ms-perspective: 1000;	
	perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);	
	-ms-transform: rotateY(180deg);	
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 124px;
	height: 124px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;	
	-ms-backface-visibility: hidden;	
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

.back {
	/*z-index: 2000;*/
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);	
	-ms-transform: rotateY(180deg);	
	transform: rotateY(180deg);
}

.back {
	display: table !important;
   width: 100%;
}

.back_inner {
display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.buscador_profesores {
	padding: 12px 26px;
	background-color: #edeeee;
}
.buscador_profesores label {
	display:block;
    color: #999999;
    font-family: Bariol Regular;
    letter-spacing: 1px;
    margin-right: 6px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.buscador_profesores input[type='text'] {
	border-radius: 2px 2px 2px 2px;
    color: #666666;
    font-family: Droid Serif;
    font-style: italic;
    margin-right: 28px;
    padding: 2px;
    margin-bottom: 16px;
    width: 240px;
}

/* Single profesor */

.profesor-title-top {
	display: none;
}

.profesor-title-bottom {
	display: block;
}

.profesor_left {
	float:left;
	width: 750px;
	padding-right: 30px;
}

.profesor_right {
	float:right;
	width: 360px;
	background-color: #edeeee;
}

.profesor_left h1 {
	font-size: 24px;
}

.profesor_left h2 {
	font-size: 20px;
	padding: 30px 0 5px 0;
}

.profesor_left h3 {
	font-size: 18px;
	padding: 12px 0 8px 0;
}

.profesor_left p {
	padding: 10px 0;
}

.profesor_left ul {
	list-style: disc;
	padding-left: 42px;
}

.profesor_left li {
	margin: 6px 0;
}

.profesor_right .bottom {
	padding: 20px;
}

.profesor_right .nombre {
	font-size: 24px;
	font-family: Bariol Regular;
	color: #353a3c;
	display:block;
	margin-bottom: 12px;
}

.profesor_right .especialidad {
	font-size: 14px;
	font-family: Droid Serif;
	color: #666666;
	display:block;
	margin-bottom: 32px;
}

.profesor_right h4 {
	font-family: Bariol Regular;
	color: #353a3c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-style:normal;

}

.profesor_right .contacto  {
	padding-left: 34px;
	color: #3dadb2;
	font-family: Droid Serif;
	font-size: 13px;
	font-style:italic;
	margin-bottom: 20px;
}

.profesor_right .contacto.email {
	background: url(images/desktop/contacto/correo2.png) no-repeat left 3px;
}

.profesor_right .contacto.twitter {
	background: url(images/desktop/contacto/twitter.png) no-repeat left 3px;
}

.profesor_right .contacto.web {
	background: url(images/desktop/contacto/web.png) no-repeat left 3px;
}

/* Search */

.search .page-title {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom:2px solid #d5d5d5;
}

#display-search-sidebar-widget {
	margin-top: 20px;
}

#display-search-sidebar-widget p {
	padding: 8px 0 14px 0;
	color: #666666;
}

#display-search-sidebar-widget .form_input {
	width: 235px;
	height: auto;
}

#display-search-sidebar-widget .form_button {
	margin-top: 15px;
}


.search article.even {
    background-color: #F6F6F6;
}

.search article {
    padding: 15px 15px;
}

.search .post_title {
	padding-bottom: 4px;
	margin-bottom: 0;
}

.search .post_title a {
	text-decoration:none;
	color: #353a3c;
	font-family: Droid Serif;
	font-size: 18px;
}

.search_details {
	text-transform: uppercase;
	font-family: Bariol Regular;
	font-weight: bold;
	color: #afafaf;
	font-size: 14px;
	margin-bottom: 6px;
}

.search_details .section, .search_details .section a {
	color: #3DADB2;
}
/* Contact */

#img_slider_contacto {
	height: 360px;
	width: 100%;
}

.left_size50, .right_size50 {
	float:left;
	width: 50%;
}

.contacto .left_size50 .inner {
	padding: 30px 0;
	padding-right: 30px;
}

.contacto .right_size50 .inner {
	padding: 30px 0;
	padding-left: 30px;
}

.contacto h2 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:2px solid #d5d5d5;
	color: #353a3c;
	padding-top: 5px;
}

.contacto .contacto_block {
	padding-left: 40px;
	margin-bottom: 20px;
}

.contacto .contacto_block.direccion {
	background: url(images/desktop/contacto/lugar.png) no-repeat left top;
/*	width: 25px;
	height: 17px;
*/}

.contacto .contacto_block.telefono {
	background: url(images/desktop/contacto/telefono.png) no-repeat left top;
/*	width: 25px;
	height: 17px;
*/}

.contacto .contacto_block.email {
	background: url(images/desktop/contacto/correo.png) no-repeat left top;
/*	width: 25px;
	height: 17px;
*/}

.contacto .contacto_block.twitter {
	background: url(images/desktop/contacto/twitter.png) no-repeat left top;
/*	width: 25px;
	height: 17px;
*/}


.contacto .contacto_block.facebook {
	background: url(images/desktop/contacto/facebook.png) no-repeat left top;
/*	width: 11px;
	height: 21px;*/
}

.contacto a {
	text-decoration: none;
}

.contacto input[type=text], .contacto input[type=email], .contacto textarea, 
.single-post input[type=text], .single-post input[type=email], .single-post textarea
 {
	border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px 0 #DDDDDD inset;
    color: #666666;
    font-family: "Droid Serif";
    height: 17px;
    padding: 8px;
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
}

.contacto input[type="text"], .contacto input[type="email"], .contacto textarea,
.single-post input[type="text"], .single-post input[type="email"], .single-post textarea
{
	width: 100%;
	/*max-width: 704px;*/
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.contacto input[type="text"], .contacto input[type="email"],
.single-post input[type="text"], .single-post input[type="email"] {
	height: 33px;
}

.contacto textarea,
.single-post textarea {
	height: 236px;
}

.contacto :-webkit-input-placeholder,
.single-post :-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}

.contacto ::-webkit-input-placeholder,
.single-post ::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}

.contacto :-moz-placeholder,
.single-post :-moz-placeholder {
  color: #999999;
  font-style: italic;
}

.contacto ::-moz-placeholder,
.single-post ::-moz-placeholder {
  color: #999999;
  font-style: italic;
}
.contacto :-ms-input-placeholder,
.single-post :-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
/*
.contacto textarea {
	height: 220px;
}
*/
.contacto input[type=submit], .single-post input[type=submit] {
	padding: 7px 16px;
}

/* Nosotros */

.nosotros h2 {
	color: #999999;
	font-size: 36px;
	margin: 6px 0;
	border-bottom:2px solid #5e5e5e;
	display:block;
	width: 620px;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 25px;
	padding-top: 70px;
	letter-spacing: 4px;
	font-family: Brandon Grotesque;
}


.nosotros .subline {
	color: #353a3c;
	margin: 20px 0 70px 0;
	display:block;
	font-family: 'Bariol Regular';
	font-size: 24px;
}

#nosotros_foto_img {
	width: 100%;
	max-width: 2000px;
}

.nuestroinstituto_foto {
	position:relative;
	/*padding-top:24px;*/
}

.nuestroifoto_bottom {
    background: url("images/desktop/nosotros/zigzag_gris_arriba.png") repeat-x scroll left top transparent;	
    height : 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.nosotros .nuestroinstituto h2 { 
	color: #3dadb2;
}

.nosotros .nuestroinstituto .subline {
	color: #353a3c;
}

.nosotros .nuestrasareas h2 {
	color: #999999;
	padding-top:80px;
}

.nosotros .nuestrasareas .subline {
	color: #353a3c;
	margin-bottom: 100px;
}

.nosotros .valores h2 {
	color: #eb9f11;
	padding-top:80px;
}

.nosotros .valores .subline {
	color: #353a3c;
}

.nuestroinstituto {
	/*background: url(images/desktop/nosotros/nosotros_top.jpg) no-repeat center top;*/
	/*background-color: #ececec;*/
	height: 500px;
	color:white;
	text-align:center;	
}

.nuestroi_top {
	background-color: #ececec;
	padding-bottom: 53px;
}

.nuestroi_list {
	width: 33%;
	float:left;
}

.nuestroi_list_inner {
	margin: 0px 40px;
}

.nuestroi_list .icono {
	width: 55px;
	height: 55px;
	margin: 0 auto;
}

.nuestroi_list.uno .icono {
	background: url(images/desktop/nosotros/uno.png) no-repeat 0 0;
}

.nuestroi_list.dos .icono {
	background: url(images/desktop/nosotros/dos.png) no-repeat 0 0;
}

.nuestroi_list.tres .icono {
	background: url(http://institutohune.com/wp-content/themes/institutohune/images/desktop/nosotros/tres.png) no-repeat 0 0;
}

.nuestroi_list  p {
	color : #353a3c;
	font-style:italic;
	padding: 25px 0;
	font-size: 20px;
	line-height: 26px;
}

.nuestroi_bottom {
    /*background: url("images/footer_top.png") repeat-x scroll left top transparent;	*/
    background: url("images/desktop/nosotros/zigzag_gris_abajo.png") repeat-x scroll left top #F6F6F6;	
	/*background-color: #F6F6F6;*/

    height : 13px;
}

.nuestrasareas_top {
	background-color: #f6f6f6;
	padding-bottom: 80px;
}


.nuestrasareas_bottom {
    background: url("images/footer_top_inverted.png") repeat-x scroll left top transparent;	

    /*background: url("images/desktop/nosotros/zigzag_gris_abajo.png") repeat-x scroll left top transparent;	*/
    height : 17px;
}

/*.nuestrasareas .content {
	background-color: #f6f6f6;
}
*/
.area_list {
	width: 33%;
	float:left;
}

.area_list_inner {
	margin: 0px 40px;
}

.area_list .icono {
	width: 112px;
	height: 112px;
	margin: 0 auto;
}

.area_list.postgrado .icono {
	background: url(images/desktop/nosotros/postgrado.png) no-repeat 0 0;
}

.area_list.personas .icono {
	background: url(images/desktop/nosotros/personas.png) no-repeat 0 0;
}

.area_list.empresas .icono {
	background: url(images/desktop/nosotros/empresas.png) no-repeat 0 0;
}

.area_list  p {
	color : #353a3c;
	font-style:italic;
	font-size: 20px;
	line-height: 25px;
}


.area_list h3 {
	font-family: "Bariol Regular";
	font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    letter-spacing: 5px;
}

.area_list.personas h3 {
    color: #5EB7BB;
}

.area_list.empresas h3 {
    color: #eb6664;
}

.area_list.expres h3 {
    color: #f4bc50;
}

.nuestrasareas {
	/*padding-bottom: 80px;*/
}

.valor {
	font-size: 50px;
	line-height: 70px;
	display:block;
}

.valor.uno {
	color: #afb5b8;
}

.valor.dos {
	color: #8f9597;
}

.valor.tres {
	color: #757b7d;
}

.valor.cuatro {
	color: #6b7173;
}

.valor.cinco {
	color: #505658;
}

.valor.seis {
	color: #353a3c;
}


/* Slider */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 6%;
	width: 100%;
	z-index: 10000;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/flechas.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/flechas.png) no-repeat left -40px;
}

.bx-wrapper .bx-prev:hover {
	background-position: -40px 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -40px -40px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://institutohune.com/wp-content/themes/institutohune/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://institutohune.com/wp-content/themes/institutohune/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 25%;
	/*left: 0;*/
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);*/
	width: 100%;
	text-align:center;
	letter-spacing: 4px;
	/*margin-bottom: -100px;*/
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Brandon Grotesque;
	display: block;
	/*font-size: 2.85em;*/
	/*padding: 10px;*/
	/*text-transform: uppercase;*/
}


#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  /*top: 46%;*/
	position: absolute;
	bottom: 25%;  
  width: 100%;
  margin-bottom: 45px;

}
.slides-navigation a {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(images/flechas.png);
}
.slides-navigation a.prev {
  left: 40px;
  background-position: left top;
}

.slides-navigation a.prev:hover {
  background-position: 40px top;
}

.slides-navigation a.next {
  right: 40px;
  background-position: left 40px;
}

.slides-navigation a.next:hover {
  background-position: 40px 40px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #ccc;
  background: #ccc;
  color: #ccc;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");*/
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
  border: 2px solid #fff;
  color: #fff;
}

.slide-caption {
	font-family: Brandon Grotesque;
	color:white;
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	bottom: 25%;
	/*left: 0;*/
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);*/
	width: 100%;
	text-align:center;
	letter-spacing: 4px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 0 85px;
	/*3 pixeles, 45º, #00000, 25% de opacidad :)*/
	text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
	z-index: 11000;
}

/* Main Navigation */
nav ul li {
	display:inline-block;
}

/* Testimoniales */

.testimonial {
	padding:30px 0;
	color: #666666;
}

.testimonial img {
	width: 100%;
	max-width: 100%;
}

.testimoniales.odd {
	background-color: #f9f9fa;
}

.testimoniales_left {
	float:left;
	width: 75%;
	padding-right: 40px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.testimoniales_right {
	float:left;
	width: 25%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.testimonial p {
	padding:4px 0;
}

.testimoniales_right .nombre {
	text-transform: uppercase;
	color: #10c15f;
	font-family: Bariol Regular;
	font-weight: bold;
	margin-bottom:4px;
	display:block;
}

.testimoniales_right .puesto {
    font-style: italic;
}

/* Disqus */
/*
#dsq-comments-title h4 {
color:#333;
}
#disqus_thread {
padding:12px;
margin-bottom:-10px;
}
#disqus_thread h4 {
color:#333;
font-family: Helvetica, sans-serif;
font-size:12px;
padding-bottom:.5em;
}
#dsq-content div.dsq-options {
background:none;
padding-bottom:10px;
}
#dsq-comments li.dsq-comment {
margin-top:12px
margin-bottom:10px;
padding:5px;
background:#FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:0px solid #ccc;
}
#dsq-content div.dsq-post-area {
padding:5px;
background:#F0F0E9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #ccc;
-webkit-box-shadow: 0px 0px 10px #FFFFFF;
-moz-box-shadow: 0px 0px 10px #ECF40B;
}
#dsq-content .dsq-comment-header {
background:#F5F5F5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
}
.dsq-brlink {
display:none;
}
#dsq-content .dsq-comment-message {
background:#EDEDED;
padding:5px;
margin-left: 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#dsq-content #dsq-authenticate .dsq-login-buttons {
background:none;
background-image:none;
margin-bottom:0;
}
#dsq-content #dsq-form-area .dsq-textarea .dsq-textarea-wrapper,
#dsq-content #dsq-form-area .dsq-post-fields .dsq-input-wrapper {
border: 1px solid #ccc;
}
#dsq-new-post div.dsq-request-user-info {
background:none;
padding-bottom:0px;
}

*/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 440px;
    
    background-color: #f9f9fa;
    color: #666;
    border: 0px solid black;
    padding: 25px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/* Tooltip */

/* 
	Required Styles
*/

.termino-diccionario {
	border-bottom : 1px dashed #3DADB2;
	color: #3DADB2;
	cursor: help;
}

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
/*	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	
	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;*/
	
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(http://institutohune.com/wp-content/themes/images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}


/* Este mes en Hune */

#img_top_estemes {
    background: url("images/desktop/estemes/estemes_header.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 500px;
    width: 100%;
}

/* Este mes en Hune */

#img_top_talentofemenino {
    background: url("images/desktop/talentofemenino/tfportada2.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 359px;
    width: 100%;
}

#img_top_hunejovenes {
  /*  background: url("images/desktop/talentofemenino/tfportada2.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);*/
    background: url("images/desktop/jovenes/campverano.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    /*height: 359px;*/
    height: 500px;
    width: 100%;
}

#img_top_noticias {
    background: url("images/desktop/noticias/noticias_header.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 500px;
    width: 100%;
}

/* Clientes */

.cliente_wrapper {
	display:inline-block;
	padding-right: 25px;
	height: 180px;

}

.cliente {
	/*display:inline-block;*/
	height: 180px;
	max-height: 180px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;	
	max-width: 160px;
	/*margin: 0 auto;*/

}

.cliente img {
	max-width: 100%;
}

.single-tribe_events img {
	max-width: 100%;
}

.testimonial_video_preview {
	position: relative;
}

.testimonial_video_preview .play_button_peq {
	left: 48%;
	bottom: -14px;
	top: auto;
}