/*
******************************************
NOMBRE DEL ARCHIVO: STYLE.CSS
CREACION: 20 DE DICIEMBRE DE 2013
ENOE MEDIA CONSULTING
MODIFICACION: 20/12/2013
VERSION: 1.0
*****************************************/		

/* Typography
/*---------------------------------*/

@font-face {
    font-family: 'note_this_regular';
    src: url('../fonts/note_this.eot');
    src: url('../fonts/note_this.svg#note_thisregular') format('svg'),
    	 url('../fonts/note_this.eot?#iefix') format('embedded-opentype'),
         url('../fonts/note_this.woff') format('woff'),
         url('../fonts/note_this.ttf') format('truetype');
       
    font-weight: normal;
    font-style: normal;
}

html, body { 
	/*height: 100%; 
	margin: 0; 
	padding: 0;*/
}

body { 
	background: #0064b9; 
	font-family: "Sanchez", "Georgia";
	font-size: 100%/1.1em;
	font-size: 0.875em;
}

h1, h2, h3, h4, h5 {
	font-family: "Raleway", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    color: #e0b663;
}

h1 { 
	display: none; 
}

h2 {
	font-weight: 100;
	font-size: 2.6em;
	line-height: 1.0em;
	margin-bottom: 1em;
	color: #0090f5;
}

h2.page {
	margin-right: 140px;
}

h3.section {
	margin: 0 0 0 8px;
	color: #e0b663;
}

#social h3 {
	color: #ffffff;
}

h3 {
	font-weight: 600;
	font-size: 1.3em;
	color: #0090f5;
}

h4 {
	font-size: 1.3em;
	margin: 0;
	border-bottom: 1px solid #e0b663;
}

h4.main-title {
	
	margin-bottom: 20px !important;
}

.text h4:not(:first-child) {
	margin: 30px 0 20px 0;
}

.text h4:first-child {
	margin: 0 0 20px 0;
}

h5 {
	font-size: 1.1em;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #efefef;
	color: #e0b663;
}

h6 {
	font-size: 1.0em;
	margin: 20px 0 0 0;
	color: black;
}

p.date, span.date {
	color: #0090f5;
	font-size: 1.0em;
	font-weight: 400;
	margin: 0.4em 0 1.5em 0;
}
a {
	color: #0090f5;
	text-decoration: none;
}

a:hover {
	color: #b69851;
}
span.black {
	color: #b69851 !important;
}

span.black a {
	color: #b69851 !important;
	text-decoration: underline !important;
}

span.white {
	color: white !important;
}

span.white a {
	color: white !important;
	text-decoration: none !important;
}
span.white a:hover {
	color: white !important;
	text-decoration: underline !important;
}

.text ul {
	list-style: none;
}

.text ul li {
	padding: 5px 0;
}

.text ul li:before {
	content: "\00BB ";
	margin-right: 10px;
    color: #1794DC;
    margin-left: -18px;
}
blockquote {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}


/*****************************************************
 * MAIN CONTAINERS
 *****************************************************/

#container { 
	position: relative;
	z-index: 2;
}

.wrapper { 
	position: relative;
	margin: 0 auto; 
	width: 75%;
	/*min-width: 742px;*/
	height: 100%; 
}

.contentWrapper {
	position: relative;
	float: left;
	width: calc(100% - 8px);
}

.content { 
	width: 68%; 
	min-height: 100%;
	margin-left: 11%;  
	padding: 0;/*1.2% 0 1.2% 0*/;
	float: left; 
	margin-bottom: 0; /*20px*/;
}

.main_content { 
	position: relative;
	width: 92.0%; 
	height: auto;
	min-height: 100%; 
	padding: 0 4% 0 4%;
	background: rgba(255,255,255,1); 
}


/*****************************************************
 * HEADER
 *****************************************************/
			
header { 
	position: absolute;
	float: left; 
	width: 20.5%; 
	height: auto;
	min-height: 100%; 
	padding: 0px; 
	margin-left: -12.25%; 
	/*background: #0064b9;*/
	color: #fff; 
	font-family: "Raleway", "Arial", sans-serif;
	z-index: 10;
}

#languages a {
    color: #b69851;
    font-weight: 600;
}

#languages .active {
    color: #fff;
}

#logo {
    height: auto;
    width: 80%; 
}

#logo a {
    display: block;
}

#logo a img {
	width: 100%;
}

#logo span {
	text-align: center;
	display: none;
}

header.menu section {
	width: 90%;
	margin: 30px auto 15px auto;
	text-align: center;
}

/*****************************************************
 * MAIN MENU
 *****************************************************/

.small_nav {
	display: none;
}

#main_menu { 
	height: auto; 
	/*margin:0 auto;*/ 
	text-align: center; 
}

header.menu nav ul {
	display: block;
	font-weight: 600;
}

header.menu nav ul {
	font-weight: 600;
}

header nav ul {
	padding-left: 0;
	list-style: none;
	font-family: "Raleway", "Arial", sans-serif;
	font-size: .90em;
	padding-top: 6px;
}

header nav ul li {
	padding-bottom: 0.3em;
}

header nav ul li a {
	width: 88%;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0px 4px 0px;
	color: #fff !important;
	min-height: 15px;
}

header nav ul li.textos > a,
header nav ul li.armonia > a {
	background: #0090f5;
	border-radius: 20px;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;	
}
		
header nav ul li > a:hover,
.pageActive > a {
	background: #0090f5;
	border-radius: 0px;
	box-shadow: 0 2px 3px rgba(50,50,50,0.3);
	z-index: 10;
}

header nav ul li.textos.pageActive > a, 
header nav ul li.armonia.pageActive > a,
.pageActive > a {
	border-radius: 0px;
 	background: #b69851; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYjI4NTIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjYjY5ODUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, #b28523 50%, #b69851 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,#b28523), color-stop(70%,#b69851)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #b28523 50%,#b69851 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #b28523 50%,#b69851 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #b28523 50%,#b69851 70%); /* IE10+ */
	background: radial-gradient(ellipse at center, #b28523 50%,#b69851 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28523', endColorstr='#b69851',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

header nav ul li.textos.pageActive > a:hover, 
header nav ul li.armonia.pageActive > a:hover,
.pageActive > a:hover {
	border-radius: 0px;
 	background: #0090f5; /* Old browsers */
}

header nav ul li a:hover:before, 
header nav ul li a:hover:after,
header nav ul li.pageActive a:before,
header nav ul li.pageActive a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	border: 11px solid #b69851;
}

header nav ul li a:hover:before, 
header nav ul li a:hover:after {
	border-color: #0090f5;
}

header nav ul li a:hover:before,
header nav ul li.pageActive a:before {
	left: -10px;
	border-right-width: 1px;
	border-left-color: transparent;
}
header nav ul li a:hover:after,
header nav ul li.pageActive a:after {
	right: -10px;
	border-left-width: 1px;
	border-right-color: transparent;
}

.submenu {
	position: relative;
	/*text-align: right;*/
	padding: 10px;
	margin: 0px 10px 15px 10px;
	background: #0090f5;
}

.submenu:after {
      position: absolute;
      width: 90%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      bottom: 0%;
      content: "";
      box-shadow: 0 7px 16px rgba(50,50,50,0.4);
}

.submenu li {
	padding: 0;
}

.submenu li a:hover {
	color: #b69851 !important;
	font-weight: 900;
	background: none;
	box-shadow: none;
}

.submenu li a:before,
.submenu li a:after {
	border: none !important;
}

/*****************************************************
 * SOCIAL LINKS
 * IN LEFT BLUE BAR
 * 28/05/2014
 *****************************************************/

#social {
    padding-top: 0px;
}
#social h3 {
	font-size: 1.1em;
}

#social .icons {
    padding-top: 15px;
}

#social .icons a {
	display: inline-block;
	text-indent: -3000px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/icon_tile.png);
	-webkit-background-size: 196px;
	   -moz-background-size: 196px;
			background-size: 196px;
	border-radius: 30px;
	border: 2px solid #b69851;
	margin: 2px;
}	

#social .icons a:fb {
	background-position: -34px 0px;
}	

#social .icons a.tt {
	background-position: -34px 0px;
}

#social .icons a.vm {
	background-position: -68px 0px;
}

#social .icons a.bg {
	background-position: -102px 0px;
}

#social .icons a:hover {
	background-color: #b69851;
	border: 2px solid #fff;
}	

#social .icons a.fb:hover {
	background-position: 0px -34px;
}	

#social .icons a.tt:hover {
	background-position: -34px -34px;
}

#social .icons a.vm:hover {
	background-position: -68px -34px;
}

#social .icons a.bg:hover {
	background-position: -102px -34px;
}


/*********************************************************
 * BREADCRUMB
 *********************************************************/

#breadcrumb {
	padding: 15px 0;
	height: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#breadcrumb span {
	color: #b69851;
	height: 20px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	/*font-size: 1.2em;*/
}

#breadcrumb span a {
	font-family: "Sanchez", "Georgia";
	text-decoration: none;
	color: #b69851;
	margin-right: 8px;
	height: 20px;
}

#breadcrumb span.last a {
	color: #0090f5;
	text-overflow: ellipsis;
	overflow: hidden;
}

#breadcrumb span:before {
    content: '\00b7';
    color: #b69851;
   	font-weight: 800;
   	padding-right: 5px;
}

#breadcrumb span.home:before {
	content: "";
}

#breadcrumb span.home a {
	display: inline-block;
	text-indent: -1000px;
	height: 22px;
	width: 22px;
	margin-left: 0px;
	background: transparent url('../images/icon_tile.png') no-repeat -272px 0px;
}

#breadcrumb span.home a:hover {
	background-position-x: -294px;
}

#home #breadcrumb span.home a {
	text-indent: 25px;
}


/*********************************************************
 * HINT TO CONTENT
 *********************************************************/

#hint {
	font-family: "note_this_regular";
	font-size: 1.2em;
	/*text-shadow: 0px 0px 1px rgba(50,50,50,0.7);
	line-height: 18px;*/
	text-align: right;
	float: right;
	margin: 0;
	width: 150px;
	position: absolute;
	right: 5%;
	top: 90px;
}

.help {
	position: absolute;
	bottom: 0;
	left: 0;
}

.arrow {
	background: transparent url('../images/icon_tile.png') no-repeat -202px -50px;
	background-size: 300px;
	position: absolute;
	display: block;
	width: 104px;
	height: 58px;
	float: right;
	margin-top: -30px;
	right: -110px;
	z-index: 100;
}

/**************************************************************
 * SHARE LINKS
 * *************************************************************/
 
.social_links {
	width: 98%;
	margin-bottom: 35px;
}

.social_links ul {
	float: right;
	margin: 0;
	padding: 0;
}

.social_links ul li {
	float: left;
	list-style: none;
	margin-left: 5px;
	display: block;
	position: relative;
}

a.btn {
	background-image: url(../images/icon_tile.png);
	background-repeat: no-repeat;
	background-position: 26px -20px;	
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	height: 18px;
	max-width: 98%;
	padding: 2px 5px 0px 27px;
	position: relative;
	display: block;
}

a.btn.gplus {
	background: #df4a32 url(../images/icon_tile.png) no-repeat -378px -40px;
}

a.btn.twitter {
	background: #00abf0 url(../images/icon_tile.png) no-repeat -378px -20px;
}

a.btn.facebook {
	background: #3a589a url(../images/icon_tile.png) no-repeat -378px 0px;
}

a.btn.mail {
	background: #0090f5 url(../images/icon_tile.png) no-repeat -352px 0px;
	width: 26px;
	padding: 2px 0 0 0;
	text-indent: -3000px;
}

#shareByMail {
	background: #0090f5;
	position: absolute;
	right: 0;
	height: auto;
	width: 300px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	z-index: 10000;
	border-top: 1px solid #ffffff;
	font: normal 12px/16px "Raleway", "Arial", sans-serif;
	color: #ffffff;
}

a.close {
	display: block;
	float: right;
	background: url(../images/icon_tile.png) no-repeat -318px 0px;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

a.close:hover {
	background: url(../images/icon_tile.png) no-repeat -334px 0px;
}

#shareByMail h3 {
	font-size: 12px;
	color: #ffffff;
}

#shareByMail input,
#shareByMail textarea {
	font: normal 12px/16px "Raleway", "Arial", sans-serif;
	width: 96%;
}

p.note {
	padding: 10px 100px 0 0;
	line-height: 1%;
}

#shareByMail input,
#shareByMail textarea {
	border: 1px solid #fff;
	
	color: #000;
	width: 92%;
	background-image: none;
	background-color: #fdfdfd;
}

#shareByMail #bt_enviar {
	right: -98px;
	top: -10px;
	position: relative;
}

iframe {
	margin-top: -15px;
	height: 20px;
}

.hidden, .email {
	display: none;
}


/*********************************************************
 * MAIN CONTENT CONTAINER
 *********************************************************/

.media {
	/*float: left;*/
	width: 38%;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}

.text {
	/*float: right;*/
	width: 58%;
	margin-bottom: 200px;
	line-height: 1.4em;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

#prematriculacionDo .text,
#prematriculacionDo .media {
	min-height: 100vh;
	margin-top: 100px;
}

.text .imageWrapper {
	height: 245px;
	width: 98%;
	overflow: hidden;
}

.innerWrapper {
	width: 100%;
	min-height: 300px;
}

.imageWrapper img {
	width: 100%;
}

.pinterest {
	margin-top: -30px;
	margin-left: 10px;
	display: block;
}

.program-detail h2 {
	display: none;
}

.course-detail h3.course-title {
	display: none;
}

.course-detail .module-detail {
	display: none;
}

.module-detail.visible {
	display: block;
	background: white;
	min-height: 690px;
}

.module-detail h5 {
	/*color: #0064b9;*/
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.module-detail h6, .module-detail b {
	font-family: 'Raleway', Arial, sans-serif;
}

div.quoted h6 {
	color: #0064b9;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.0;
    margin: 0;
    text-align: center;
    display:none;
}

.module-detail ul {
    background: #ffffff;
    margin: 50px 0 20px 0;
    padding: 30px 50px;
    border-top-right-radius: 100px;
    border-left: 10px solid #0064b9;
}

.module-detail #bt_enviar {
	margin-top: 40px !important;
}

p.info {
	margin-top: 0px;
}

.introtext {
	font-family: 'Raleway', sans-serif;
}

.fulltext {
	padding-top: 50px;
	clear: both;
}

#main-text {
	display: block;
}
#main-text.invisible {
	display:none;
}

div.quoted {
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top: 10px;
}

div.quoted:before {
	position: absolute;
	font-family: 'Raleway';
	font-weight: bold;
	top: 90px;
	left: -30px;
	content: "“";
	font-size: 250px;
	color: rgba(0,0,0,0.05);
	display: none;
}

div.quoted::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    height: 3px;
    width: 200px;
    display: none;
}

div.quoted br {
    display: none;
}

.module-detail div.data {
    display: none;
    height: auto;
    position: relative;
    margin: 0px 0 0px 0;
}

/* Blockquote main style */
.module-detail ul  {
    position: relative;
    font-family: 'Sanchez', sans-serif;
    margin: 20px auto;
    align-self: center;
}

/* Blockquote header */
.module-detail ul {
    position: relative; /* for pseudos */
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius:20px;
    padding: 25px 30px 20px 25px;
}

.module-detail ul li {
    padding-left: 25px;
    font-size: 12px;
    line-height: 10px;
    color: black;
}
/* Blockquote right double quotes */
.module-detail ul:after {
   content: '';
   position: absolute;
   top: -10px;
   left: 3.75rem;
   height: 20px;
   width: 20px;
   transform: rotate(45deg);
   background: inherit;
}

.module-detail ul:before {
    /*content:"";*/
    position: absolute;
    width: 80px;
    bottom: -2px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .module-detail ul  {
        line-height: 1.2;
        background: #f5f5f5;
   }

}

/* Blockquote subheader */
.module-detail .data span {
    position: absolute;
    color: #0064b9;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-left:150px;
    bottom: 0;
}

 
.module-detail .data span:first-letter {
  margin-left:-12px;
}


/*********************************************************
 * RELACION CONTAINERS
 *********************************************************/
 
#coleccion br {
	clear: both;
}

#coleccion .media, 
#coleccion .text {
	margin-bottom: 0;
	min-height: 350px;
}

#coleccion  .text h3 {
	text-align: center;
	margin: 20px 0 20px 0;
	font-size: 1.8em;
}

#coleccion section.text > h4 {
	margin-top: 15px;
	margin-bottom: 20px;
}

#coleccion section.text {
	margin-bottom: 100px;
}

#coleccion  section.media {
	padding-top: 40px;
}


/*********************************************************
 * FOOTER/CONTACT
 *********************************************************/

.footer {
	position: absolute;
	bottom: 0;
	width: 92%;
	height: 180px;
}

.box {
	text-align: center;
}

.contact {
	background-color: #b69851;
	padding-top: 70px;
	margin: 20px 20px 0 0;
	width: 160px;
	height: 90px;
	float: left;
}

.contact h4 {
	color: #fff;
	border: none;
	font-size: 1.4em;
}

.copyrights {
	padding: 30px 20px 0 0;
	font-size: 1em;
	height: 150px;
	max-height: 150px;
	overflow: hidden;
}

.copyrights address {
	color: #b69851;
	font-size: .8em;
	font-style: normal;
}

/***************************************************
 * SECONDARY CONTENT
 * ***************************************************/

.secondary { 
	position: absolute;
	right: 0%;
	width: 20%;
	min-height: 97.5%;
	margin-top: 1.2%;
	height: auto; 
	float: right; 
}

.logo_ub {
	margin-bottom: 5px;
}

.secondary nav {
	position: relative;
	background: #b69851; 
	padding: 20px 10px 10px 20px;
	margin-bottom: 15px;
}

.secondary h4 {
	position: relative;
	color: #fff;
	padding: 10px 10px 4px 10px;
	background: #b69851;
	border-bottom: 1px solid #fff;
	margin-bottom: -6px;
	z-index: 2;
}

.secondary nav ul,
.secondary nav ol {
	padding-left: 0;
	margin-left: 0;
}

.secondary nav ul li,
.secondary nav ol li {
	padding-bottom: 1.5em;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-size: .97em;
	font-family: 'Raleway', 'Arial', sans-serif;
}

.secondary nav ol li {
	padding-left: 6px;
	margin-left: 20px;
	list-style: decimal;
}

.secondary nav ol li a {
	padding-left: 0px;
}

#cursos .secondary nav ul li,
#cursos .secondary nav ol li,
#prematriculacion .secondary nav ul li,
#prematriculacion .secondary nav ol li,
#prematriculacionDo .secondary nav ul li,
#prematriculacionDo .secondary nav ol li {
	padding-bottom: 0.2em;
}

.pdf-link {
	width: 100%;
	background:url(../images/ic_acrobat.png) !important;
	background-repeat: no-repeat !important;
	background-size: 19px 19px !important;
	padding-left: 25px;
	line-height: 20px;
	color: #fff;
}

.module-link {
	padding-left: 25px;
	display: block;
}

.secondary nav ul li a,
.secondary nav ol li a {
	color: #fff;
}

#cursos .secondary nav ul li a,
#cursos .secondary nav ol li a {
	font-size: .87em;
}


.secondary nav ul li.pageActive a,
.secondary nav ol li.pageActive a,
.secondary nav a:hover,
#cursos .secondary p a:hover {
	color: #000;
	font-weight: 800;
	background: none;
	box-shadow: none;
}

#cursos .secondary nav a:hover,
#cursos .secondary p a {
	font-weight: normal;
}


.secondary nav ul li.pageActive > a:before,
.secondary nav ol li.pageActive > a:before   {
	content: "";
	position: absolute;
	border: 20px solid white;
	left: calc(-5.5% - 9px);
	margin-top: -13px;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: white;
}


/***************************************************
 * SOCIAL BOX
 * 28/05/2014
 * ***************************************************/

.social {
	position: relative;
	background: #fff;
	margin: 20px 0 100px 0;
	padding: 20px 5% 30px 5%;
	padding-top: 20px;
	
	text-align: center;
}

.social h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

.social .icons {
    padding-top: 15px;
}

.social .icons a {
	display: inline-block;
	text-indent: -4000px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/icon_tile.png);
	-webkit-background-size: 196px;
	   -moz-background-size: 196px;
			background-size: 196px;
	border-radius: 30px;
	border: 2px solid #b69851;
	margin: 2px;
}	

.social .icons a:fb {
	background-position: -34px 0px;
}	

.social .icons a.tt {
	background-position: -34px 0px;
}

.social .icons a.vm {
	background-position: -68px 0px;
}

.social .icons a.bg {
	background-position: -102px 0px;
}

.social .icons a:hover {
	background-color: #b69851;
	border: 2px solid #fff;
}	

.social .icons a.fb:hover {
	background-position: 0px -34px;
}	

.social .icons a.tt:hover {
	background-position: -34px -34px;
}

.social .icons a.vm:hover {
	background-position: -68px -34px;
}

.social .icons a.bg:hover {
	background-position: -102px -34px;
}

/***************************************************
 * PAYPAL BUTTON
 * ***************************************************/

#button_paypal {
	position: relative;
	/*background: #fff;*/
	margin: 20px 0 20px 0;
	padding: 5%;
	text-align: center;
}

#button_paypal h3 {
	/*color: #0090f5;*/
	color: #fff;
	font-size: 1.0em;
	text-transform: uppercase;
}

input.button {
	margin: 30px auto 40px auto;
	font-size: .8em;
	width: 95%;
	max-width: 200px;
	padding: 7px 0 7px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 1.4545em;
	text-shadow: 0 -1px #00629c;
	background-color: #0079c1;
	background: -moz-linear-gradient(center bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));
	background: -webkit-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -ms-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -o-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	-moz-box-shadow: 0 1px #4dbeff inset;
	-webkit-box-shadow: 0 1px #4dbeff inset;
	box-shadow: 0 1px #4dbeff inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-color: #0079c1 #00588b #004b77;
	border-style: solid;
	border-width: 1px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}
input.button:hover, 
input.button:focus {
	text-shadow:0 -1px #004c77;
	background-color:#005282;
	background:-moz-linear-gradient(center bottom,#005282 0,#005282 20%,#0083cf 100%);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));
	background:-webkit-linear-gradient(bottom,#005282 0,#005282 20%,#0083cf 100%);
	background:-ms-linear-gradient(bottom,#005282 0,#005282 20%,#0083cf 100%);
	background:-o-linear-gradient(bottom,#005282 0,#005282 20%,#0083cf 100%);
	background:linear-gradient(bottom,#005282 0,#005282 20%,#0083cf 100%);
	border-color:#00629b #004872 #003b5d;
	-moz-box-shadow:0 1px #1794dc inset;
	-webkit-box-shadow:0 1px #1794dc inset;
	box-shadow:0 1px #1794dc inset
	}
	
input.button:active {
	text-shadow:0 -1px #004268;
	background:-moz-linear-gradient(center,bottom,#005282 0,#005282 20%,#006aa8 100%);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));
	background:-webkit-linear-gradient(bottom,#005282 0,#005282 20%,#006aa8 100%);
	background:-ms-linear-gradient(bottom,#005282 0,#005282 20%,#006aa8 100%);
	background:-o-linear-gradient(bottom,#005282 0,#005282 20%,#006aa8 100%);
	background:linear-gradient(bottom,#005282 0,#005282 20%,#006aa8 100%);
	border-color:#004269 #003d60 #003a5c;
	-moz-box-shadow:0 2px 4px #004268 inset;
	-webkit-box-shadow:0 2px 4px #004268 inset;
	box-shadow:0 2px 4px #004268 inset
	}

.button_paypal img {
	max-width: 180px;
}

/***************************************************
 * BACK TO TOP BUTTON
 * Not displayed
 * 28-06-2014
 * ***************************************************/

.top {
	display: block;
	background-color: #0064b9;
	width: 60px;
	height: 32px;
	padding: 24px 10px;
	position: fixed;
	float: right;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: none;
}

.top a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.top a span {
	width: 23px;
	height: 20px;
	display: block;
	width: 100%;
	text-align: center;	
}

.top a:hover {
	color: #b69851;
}

/***************************************************
 * CONTENT ELEMENTS
 * ***************************************************/

.coursetype {
	top: -20px;
	position: relative;
	font-style: italic;
	color: #0090F5;
}

.program {
	text-align: center;
	font-style: italic;
	font-size: 1.0em;
	color: #0090F5;
	font-weight: 600;
	margin-top: 50px;
}

.imgWrapper {
	text-align: center;
}

img.other {
	border: none;
	height: 30px;
	margin: 5px;
}

p br {
	display: block;
	margin: 0px 0;
	content: " ";
}
p.pdf, p.librosrecibidos {
	text-align: center;
	width: 100%;
	margin: 40px 0;
}
p.librosrecibidos {
	margin-top: 60px;
}
p.pdf a,
p.librosrecibidos a {
	background: url(../images/pdfIcon.gif) no-repeat 10px 10px;
	padding: 20px 30px 20px 60px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555;
	border-top: 1px dotted #555;	
}
p.librosrecibidos a {
	background: url(../images/biblIcon.jpg) no-repeat 10px 10px;
	padding-left: 80px;
}

.info-pub, p.help {
	background:#efefef;
	margin: 50px 0;
	padding: 20px;
	overflow: hidden;
	}
	
p.help {
	position: relative;
	width: auto;
	margin-top: 0px;
	background: #b69851;
	color: #fff;
	text-align: center;
	}
	
.info-pub h4 {
	border-bottom: 1px solid #0090f5;
	color: #0090f5;
}

.map-wrapper {
	margin: 30px 0;
}

#map-container {
	width: 100%;
	height: 400px;
}

#contacto #hint {
	display: none;
}

#contacto .imageWrapper,
#acerca .imageWrapper,
#ubicacion .imageWrapper {
	padding: 20px 15px 40px 15px;
	background: #006db9;
}

/***************************************************
 * COMMODITY CLASSES
 * ***************************************************/

.right {
    float: right;
    position: relative;
    clear: left;
    margin-bottom: 20px;
}

.left {
    float: left;
    position: relative;
    margin-top: -100px;
    width: 75%;
    clear: right;
}

.relative {
    position: relative;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.trans {
	-webkit-transition: background-color, background-position;
	   -moz-transition: background-color, background-position;
		 -o-transition: background-color, background-position;
		-ms-transition: background-color, background-position;
			transition: background-color, background-position;
			
	-webkit-transition-duration: .25s;
	   -moz-transition-duration: .25s;
		 -o-transition-duration: .25s;
		-ms-transition-duration: .25s;
	transition-duration: .25s;
}
			
.boxshadow,
.secondary nav,
.info-pub { 
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
       -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
			box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35); 
}
			
.insetboxshadow {
	-webkit-box-shadow: inset -6px 0px 5px -2px rgba(50, 50, 50, 0.35);
	   -moz-box-shadow: inset -6px 0px 5px -2px rgba(50, 50, 50, 0.35);
			box-shadow: inset -6px 0px 5px -2px rgba(50, 50, 50, 0.35); 
}


/***************************************************
 * BACKGROUND GALLERY
 * ***************************************************/

#background,
#background_images {
	position: fixed;
	width: 80.3%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	box-shadow: -6px 0px 5px rgba(50, 50, 50, .15);
}
			
.background { 
	background-color: #fff;
	width: 100%; 
	height: 100%; 
	background-position: 50% 50%;
	/*-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;*/
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../heloise01.jpg', sizingMethod='scale');
			-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../heloise01.jpg', sizingMethod='scale')"; 
}

#background_images {
	opacity: 0.8;
}	

#button_gallery {
	position: fixed;
	float: right;
	bottom: 1.2%;
	right: 1.5%;
	padding: 20px 0px 0px 0px;
	width: auto;
	height: auto;
	color: #fff !important;
	cursor: pointer;
	background: url(../images/heloise.png) no-repeat bottom right;
	background-size: 80px;
	height: 109px;
	width: 80px;
	opacity: .8;
	line-height: 10em;
	text-align: center;
	z-index: 3;
	text-transform: uppercase;
	font-size: 10px;
}

#details {
	font-size: 3.0em;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 3%;
	z-index: 100;
	font-family: "Raleway", "Arial", sans-serif;
    font-weight: 100;
    /*text-shadow: 0 1px 1px rgba(0,0,0,1);*/
    opacity: 0;
   }
   
/*
 *********************************************************************
 * FORMS
 **********************************************************************/

form p {
	position: relative;
	display: block;
	clear: both;
	padding: 4px 0 4px 0;
}

form ul {
	list-style: none;
}
form ul li:before {
	display: none;
	margin-left: 0;
	padding: 0;
}

label, .subtitle {
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	-webkit-text-stroke: 0px;
}


input[type='text'], select, textarea {
    width: 96%;
   	font-size: 1.0em;
    margin: 5px 0;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background:  bottom left linear-gradient(#0064b9, #0064b9) no-repeat, 
   				 bottom center linear-gradient(#0064b9, #0064b9) repeat-x, 
   				 bottom right linear-gradient(#0064b9, #0064b9) no-repeat;
    background-size: 1px 6px, 1px 1px, 1px 6px;
}

input[type='text']:hover, 
input[type='text']:focus,
textarea:hover,
textarea:focus {
	padding-top: 7px;
	border-top: 1px solid #b69851;
    background: bottom left linear-gradient(#b69851, #b69851) no-repeat, 
    			bottom center linear-gradient(#b69851, #b69851) repeat-x, 
    			bottom right linear-gradient(#b69851, #b69851) no-repeat;
    background-size: 1px 32px, 1px 1px, 1px 32px; 
} 

textarea:hover,
textarea:focus {
	 background-size: 1px 200px, 1px 1px, 1px 200px; 
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #fff !important;
}

select {
	width: 100%;
}

.obligatorio {
	top: 5px;
	position: relative;
	color: #f00;
	font-size: 2.0em;
	line-height: 0.1em;
}

input.error, 
select.error,
textarea.error,
label.error {
	padding-top: 7px;
	border-top: 1px solid #f00;
    background: bottom left linear-gradient(#f00, #f00) no-repeat, 
    			bottom center linear-gradient(#f00, #f00) repeat-x, 
    			bottom right linear-gradient(#f00, #f00) no-repeat;
    background-size: 1px 32px, 1px 1px, 1px 32px; 
}

.error-message {
	font-family: 'Raleway', sans-serif;
	font-size: 0.71em;
	position: absolute;
	right: 10px;
	color: #fff;
	display: block;
	height: 16px;
	min-width: 100px;
	margin-top: -29px;
	padding: 2px 5px 0 5px;
	border-radius: 3px;
	background: #993333;
	text-align: right;
}

p.email {
	/*ANTI BOTS*/
	position: relative;
	text-indent: -3000px;
	text-indent: -3000px;
	height: 0px;
	padding: 0px;
}
.button-wrap ul {
	text-align: center;
	padding: 0;
}

#bt_enviar  {
	width: auto;
	float: none;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 1.4545em;
	text-shadow: 0 -1px #00629c;
	text-align: center;
	background-color: #0079c1;
	background: -moz-linear-gradient(center bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));
	background: -webkit-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -ms-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: -o-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	background: linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);
	-moz-box-shadow: 0 1px #4dbeff inset;
	-webkit-box-shadow: 0 1px #4dbeff inset;
	box-shadow: 0 1px #4dbeff inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-color: #0079c1 #00588b #004b77;
	border-style: solid;
	border-width: 1px;
	height: 1.4545em;
	padding: 7px 15px 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}   

#bt_enviar a  {
	font-family: 'Raleway', sans-serif;
	color: #fff;
}


/***************************************************
 * SUNEDITOR
 * ***************************************************/

.se-image-container img {
	max-width: 100% !important;
}

.se-image-container figcaption {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	font-family: "Raleway", "Arial", sans-serif;	
	border-bottom: 6px double #c0c0c0;
	margin-bottom: 10px;
	padding: 5px;
	
}

.__se__float-right {
    float: right !important;
    margin-left: 10px;
}

.__se__float-left  {
    float: left !important;
    margin-right: 10px !important;
}

/*.__se__float-none  {
    float: left !important;
    margin-right: 10px !important;
	margin-left: 10px !important;
}*/
   
 /***************************************************
 * DIFFERENT SCREEN SIZES
 * ***************************************************/

@media screen and (max-width: 1350px) {
	
	body {
		font-size: 90%;
	}
	.wrapper {
		width: 80%;
	}
	.content {
		margin-left: 13%;
		width: 66%;
	}	
	header {
		margin-left: -10%;
	}
	input[type='text'], select, textarea {
		width: 94%;
	}
}

@media screen and (max-width: 1280px) {
	
	body {
		font-size: 85%;
	}
	.wrapper {
		width: 90%;
	}
	.content {
		margin-left: 17%;
		width: 62%;
	}	
	header {
		margin-left: -5%;
	}
	.top {
		display: none;
	}
}


@media screen and (max-width: 1190px) {
	
	body {
		font-size: 80%;
	}
	.wrapper {
		width: 100%;
	}
	.content {
		margin-left: 20%;
		width: 59%;
	}	
	header {
		margin-left: -1%;
	}
	
	.is_iPad .text {
		margin-bottom: 400px;
	} 
}

@media screen and (max-width: 1023px) {
	
	body {
		font-size: 80%;
		margin: 0;
		padding: 0;
	}
	.wrapper {
		width: 100%;
	}
	.content {
		margin: 1%;
		width: 78%;
	}	
	header {
		position: relative;
		height: 45px;
		width: 98%;
		margin: 1% 1% 0 1%;
		background: #0064b9;
	}
	header.menu section {
		width: auto;
		margin: 0px;
	}
	header section {
		position: relative;
		top: 15px;
	}
	#languages {
		position: relative;
		float: left;
		margin-left: 15px;
	}
	#logo {
		position: absolute;
		float: right;
		top: 0;
		right: 15px;
		height: 40px;
		width: 40px;
		margin: 5px auto;
	}
	#logo a {
		width: 40px;
		height: 40px;
		background: url(../images/logo_duoda_40x40.png) no-repeat top left;
	}
	#logo a img {
		display: none;
	}
	#logo a span.brand {
		font-size: 2.2em;
		text-align: right;
		text-transform: uppercase;
		color: #B69851;
		display: block;
		position: absolute;
		top: 3px;
		right: 45px;
		width: 300px;
	}
	.small_nav {
		display: block;
		width: 40px;
		height: 15px;
		margin: 2px auto;
		text-align: center;
	}
	.small_nav span.name {
		display: block;
		color: #fff;
		line-height: 1em;
	}	
	.small_nav span.handler {
		display: block;
		color: #fff;
		margin-left: 10px;
		-webkit-transform: rotate(90deg);
 		   -moz-transform: rotate(90deg);
	    	-ms-transform: rotate(90deg);
	    	 -o-transform: rotate(90deg);
	   			transform: rotate(90deg);
	}
	.small_nav span span.icon {
		display: block;
		font-weight: 600;
		padding-bottom: 1px;
		-webkit-transform: scale(1,4);
	       -moz-transform: scale(1,4);
	    	-ms-transform: scale(1,4);
	    	 -o-transform: scale(1,4);
	   			transform: scale(1,4);
	}
	h2.page {
		margin-right: 0px;
	}
	header nav {
		position: relative;
		margin: 0;
		display: none;
		background: #0064b9;
		margin: 0;
		box-shadow: 0 3px 5px rgba(50,50,50,0.5);
		z-index: 1000;
	}
	header ul.menu_main li {
		padding: 0px;
		border-top: 1px solid #B69851;
	}
	header nav ul li a {
		width: 98%;
		padding: 0.6% 1%;
	}
	header .pageActive > a:before, 
	header .pageActive > a:after,
	header .pageActive > a:before:hover, 
	header .pageActive > a:before:after {
		border: none !important;
		display: none;
	}
	header .pageActive > a,
	header .pageActive > a:hover {
		box-shadow: none;
	}
	header nav ul li a:hover:before, 
	header nav ul li a:hover:after {
		border-color: none !important;
		width: 0;
		display: none;
	}
	.submenu {
		padding: 0;
		box-shadow: none;
		background: none;
	}
	.submenu:after {
		display: none;
	}
	header ul.submenu li {
		border: none;
	}
	#hint, #button_paypal {
		display: none;
	}
	
	#social {
		top: 15px;
		z-index: 0;
		display: none;
	}
	#social.open {
		display: block;
		background: #0064b9;
		top: 3px;
		z-index: 1000;
		padding-top: 30px;
		padding-bottom: 40px;
		border-top: 1px solid #B69851;
	}
	.top {
		bottom: -0.25%;
	}
	.secondary nav ul li {
		padding-bottom: 1.0em;
	}
	#background, #background_images {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	
	body {
		font-size: 60%;
	}
	.media {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		max-height: 300px;
		overflow: hidden;
	}
	.text {
		float: none;
		width: 100%;
		/*margin-bottom: 380px;*/
	}
	
	.secondary { 
		right: 0;
		width: calc(20% - 5px);
		padding-left: 5px;
	}
	.secondary nav {
		padding: 5px;
	}
	
	.text .imageWrapper {
    	height: auto;	
	}
}

@media screen and (max-width: 550px) {
		
	.contact {
		width: 120px;
	}
	
}

@media screen and (max-width: 370px) {
	
	body {
		font-size: 50%;
	}
	#logo a span.brand {
		font-size: 2.4em !important;
		padding-top: 5px;
	}
	.media {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		max-height: 300px;
		overflow: hidden;
	}
	.text {
		float: none;
		width: 100%;
	}
	
}