/**/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/*       'Open Sans', sans-serif     */
@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/menu.css";
@import "../css/font-awesome.css";

input {
	outline:  none !important;
	border-radius: 0 !important;	 
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 0.875em/1.25em  'Open Sans', sans-serif;
	color:#656363;
	background-color: #f8f8f8;
	position:relative;
	min-width:60em;
	padding-top: 1px;
}
#salto a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:#F8F8F8;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#salto a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#3B52A4;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

#salto a:hover {
	position:absolute;
	left:0px;
	top:0px;
	background:#3B52A4;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:0.625em;
	font-size:0.625em;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

body.pt0 {
	padding-top: 0;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #007786;
	background-color: inherit;

}

h2 {
	font-size: 2em;
	line-height: 2em;
	color: #585858;
	background-color: inherit;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 43px;
}


h3 {
	font: bold 1.875em/1.875em 'Open Sans Condensed', sans-serif;
	color: #585858;
	background-color: inherit;
	padding-top: 45px;
	margin-bottom: 46px;
}
/* Presenta Alumnos */
h3.alumno {font-size: 1em;
	line-height: 1em;
	color: #585858;
	background-color: inherit;
	font-weight: 600;
	margin-bottom: 9px;
	padding-top: 0;
	}
.cita {font-style: italic;}	
.cita:before {
  content: open-quote;
  font-size: 2em;
}
.cita:after {
  content: close-quote;
  font-size: 1.5em;
}
.espagne {
  quotes: "«" "»";
}
.citan {font-style: italic;}	
.citan:before {
  content: open-quote;
  font-size: 1em;
}
.citan:after {
  content: close-quote;
  font-size: 1em;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}

/* Listas */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 18px;
	margin-bottom: 46px;
}

ul.list li {
	padding-left: 28px;
	position: relative;
}

ul.list li:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 1.5em;
  	line-height: 1.25em;
  	color: #586E69;
	background-color: inherit;
}
ul.list li+li {
	margin-top: 16px;
}
ul.list li ul li:after{
	position: absolute;
	content: "\0BB \020" !important;
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 1.5em;
  	line-height: 1.25em;
  	color: #586E69;
	background-color: inherit;
} 
ul.list li ul li ul li:after{
	position: absolute;
	content: "\2605" !important;
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 1.5em;
  	line-height: 1.25em;
  	color: #586E69;
	background-color: inherit;
} 

ul.list1  {
	padding-left: 10px;
}

ul.list1 li+li {
	margin-top: 21px;
}

ul.list1 li+li +li {
	margin-top: 22px;
}

ul.list1 time {
	font-size: 1.125em;
	color: #566D69;
	background-color: inherit;
	font-weight: 600;
	margin-top: 1px;
	float: left;
	width: 4.25em;
}

ul.list1 abbr {
	font-size: 1.125em;
	color: #566D69;
	background-color: inherit;
	font-weight: 600;
	margin-top: 1px;
	float: left;
	width: 4.25em;
}




/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration: underline;
}

a:hover {
	color: #006D6D;	
	background-color: inherit;
}

a:focus {
	color: #006D6D;	
	background-color: inherit;
}

a[href^="http://"]:after {
    content: url(external.png);
    margin-left: 2px; 
}
a[href^="https://"]:after {
    content: url(external.png); 
	margin-left: 2px;
}
a.sinicon {text-decoration: none;}
a.sinicon[href^="http://"]:after {
    content: none;
 
}
a.sinicon[href^="https://"]:after {
    content: none;
	
 
}
a[href$=".docx"]:after {content:url(word-icon.png); margin-left:5px;}
a[href$=".pdf"]:after {content:url(pdf.gif); margin-left:5px;}

a.btn {
	display: inline-block;
	color: #008080;
	background-color:transparent;
	font: bold 1.125em/1.5em 'Open Sans Condensed', sans-serif;
	border: 2px solid #a2cac2;
	padding: 5px 45px 7px;
	margin-top: 47px;
}

a.btn:hover {
	background-color: #008080;
	color: #fff;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}


.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 51px;
 position: relative;
 margin-top: 5px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;	
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 50px 0 0px;
	border-top: 3px solid #a2cac2;
	border-bottom: 3px solid #c3dcd7;
}

.pt0 header {
	border-top-width: 1px;
}

.page1 header {
	border-bottom: 0;
	border-top-width: 3px;
}


h1 {
	float: none;
	z-index: 999;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 45px;

}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 162px;
	height: 48px;
	text-indent: -999px;
	transition: 0s ease;

	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

.slogan {
	padding-top: 90px;
	padding-bottom: 56px;
	text-align: center;
	color: #585858;
	background-color: inherit;
	font: bold 1.875em/1.25em 'Open Sans Condensed', sans-serif;
}

.slogan a.btn {
	margin-top: 42px;
}

#grid .title {
	padding-top: 14px;
	font: 300 1.875em/1.25em 'Open Sans', sans-serif;
	color: #000;
	background-color: inherit;
}

/*Content*/



.content {
	padding-bottom: 156px;
}

.page1 .content {
	padding-top: 99px;
	padding-bottom: 96px;

}


.title1 {
	font: bold 1.5em/1.25em 'Open Sans', sans-serif;
	color: #585858;
	background-color: inherit;
	margin-bottom: 9px;
}

.cl1 {
	height: 0.3125em;
}

.block1 {
	padding: 0 10px;
	text-align: center;
}

.block1 .title {
	margin-bottom: 9px;
	color: #585858;
	background-color: inherit;
	font-weight: 600;
	font-size: 48px;
	line-height: 30px;
	padding-top: 2px;
}

.block1 .title span {
	padding-top: 10px;
	display: block;
	font-size: 20px;
}

a.btn.bt1 {
	font-size: 0.875em;
	line-height: 1.125em;
	margin-top: 17px;
	padding: 4px 33px 5px;
}

.ver {
	position: relative;
}

.ver:after {
	content: '';
	position: absolute;
	left: -10px;
	background-color: #b8d6d0;
	width: 1px;
	top: -13px;
	bottom: -10px;
	display: block;
}

.gray_block {
	padding-bottom: 49px;
	background-color: #ebebeb;
	color: inherit;
}

.block2  {
	padding-top: 52px;
}

.block2 time {
	display: block;
	border-right: 1px solid #bed0cc;
	float: left;
	font-size: 18px;
	padding-top: 1px;
	line-height: 24px;
	color: #585858;
	padding-right: 15px;
	margin-right: 17px;
}

.block2 .clear {
	height: 10px;
}

.block2 time span {
	display: block;
	margin-bottom: 5px;
	color: #8cb2aa;
	font-weight: 600;
	font-size: 30px;
	background-color: inherit;
}


.block2 .title {
	color: #8cb2aa;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	background-color: inherit;
}

.block2  p {
	border-bottom: 1px solid #bed0cc;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.block2>a {
	font: bold 0.875em/1.125em 'Open Sans Condensed', sans-serif;
}

.text1 {
	margin-top: -1px;
	margin-bottom: 11px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 600;
}

.block3 img {
	border: 5px solid #bfdde8;
	margin-bottom: 43px;
}

.text2 {
	font-size: 1.4em;
	line-height: 2em;
	color: #585858;
	background-color: inherit;
	font-weight: 600;
	margin-bottom: 9px;
}

.bd1 img {
	border-color: #cebfd4 !important;
}

.bd2 img {
	border-color: #d37ba3 !important;
}

.bd3 img {
	border-color: #a2cac2 !important;
}

.cont1 {
	padding-bottom: 40px;
}

.cont2 {
	padding-bottom: 46px;
}

.responsive {
	height: 50em;
	position: relative;
	background-color: #d4d2d2;
	color: #585858;
}



.gallery {
	padding-top: 46px;
	overflow: hidden;
}

.gallery .clear {
	height: 100px;
}

a.gal img {
	border: 5px solid #bfdde8;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	box-shadow: 0 0 #fff;
}

a.gal {
	margin-bottom: 39px;
	display: block;
	background: url(../images/magnify.png) center center no-repeat #a4cbc3;
}

a.gal:hover img{
	opacity: 0.2;
}

.gallery .text1 {
	padding-bottom: 4px;
	color: #585858;
	background-color: inherit;
}

.gallery  a.btn {
	margin-top: 38px;
}

.blog {
	padding-top: 42px;
	overflow: hidden;
}

.blog img {
	margin-top: 4px;
	margin-right: 20px;
	float: left;
	border: 5px solid #bfdde8;
	border-top-width: 8px;
	border-bottom-width: 8px;
}

.blog .text1 {
	padding-bottom: 10px;
	color: #585858;
	background-color: inherit;
}

.blog+.blog {
	padding-top: 41px;
}

.blog+.blog+.blog {
	padding-top: 40px;
}

.blog time {
	font-size: 0.875em;
	padding-top: 11px;
	display: block;
}

.blog  a.btn {
	margin-top: 25px;
}

.text1.head1 {
	padding-top: 42px;
}

ul.list.l1 {
	padding-top: 2px;
	margin-bottom: 0;
}

ul.list.l1+ul.list.l1 {
	padding-top: 18px;
	margin-bottom: 38px;
}

.post {
	overflow: hidden;
	padding-top: 7px;
}

.post +.post  {
	padding-top: 41px;
}

.post .fl{
	text-align: center;
	background-color: #a2cac2;
	color: #4b4b4b;
	padding: 4px 5px;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.post  time {
	padding-top: 6px;
	display: block;
	color: #4b4b4b;
	background-color: inherit;
	font-weight: 600;
	font-size: 0.875em;
	line-height: 1.25em;
}

/****Map***/

.col1 {
	color: #a2cac2;
	background-color: inherit;
}

.col2 {
	color: #006D6D;
	background-color: inherit;
}

.col1 a:hover, a.col1:hover, .col2 a:hover, a.col2:hover {
	color: #363636;
	background-color: inherit;
}

.col3 {
	color: #585858;
	background-color: inherit;
}

h2.head1 {
	padding-top: 93px;
	font-weight: 300;
	margin-bottom: 36px;
	color: #000;
	background-color: inherit;
}

.map {
}

.map figure {
	padding-top: 46px;
	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;

}
.map figure iframe {
	width: 100%;
	height: 350px;
	max-width: 100%;
}


.map address {
	overflow: hidden;
	margin-bottom: 26px;

}


address dt {
	margin-bottom: 20px;
}


address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

#map {
	width: 100%;
	margin-top: 106px;
	height: 350px;
}

.contact h3.head3 {
	padding-top: 58px;
	margin-bottom: 44px;
}

a.col2:hover {
	color: #000;
}

/************Footer***********/

footer {
	padding: 55px 0 70px;
	display: block;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
}

footer a:hover {
}

.socials {
	font-size: 0;
	line-height: 0;
}

.socials a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background-color: #a2cac2;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}

.socials a +a {
	margin-left: 14px;
}

.socials a +a+a {
	margin-left: 13px;
}

.copy {
	padding-top: 29px;
}

#toTop {
    background: url("../images/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 46px;
    width: 46px;
    left: 58%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 20;
}
#toTop:hover {
    background-position: right 0;
    outline: medium none;
}

iframe.columna {padding-bottom: 3em;}

/* Imágenes expandibles */
figure.ser { 
  width: 288px; 
  float: left; 
  margin: 0 20px 0 0; 
  background: white;
  border: 10px solid white;
  -webkit-box-shadow: 0 3px 10px #ccc; 
 -moz-box-shadow: 0 3px 10px #ccc; 
 /*  -webkit-transform: rotate(5deg); */
 /* -moz-transform: rotate(5deg); */
  -webkit-transition: all 0.7s ease; 
  -moz-transition: all 1s ease;
  position: relative;
}

figcaption.ser { 
  text-align: center; 
  display: block; 
  font-size: 0.8em; 
  font-style: italic; 
}

figure.ser img { 
  width: 100%; /* Scale down */
}
figure.ser:hover {
  /* -webkit-transform: rotate(-1deg); -moz-transform: rotate(1deg); */
  -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666; 
}

figure.ser:focus {
  outline: none;
    -webkit-transform: scale(2.5);  -moz-transform: scale(2.5); 
    -webkit-box-shadow: 0 3px 10px #666; -moz-box-shadow: 0 3px 10px #666; 
  z-index: 9999; 
  margin: 0 0 0 70%; 
  border: 5px solid gray;
}

/* Videos en iframes */
.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.centrav {margin-left: auto;
    margin-right: auto;
	margin-top: -1em;
}

/* Listas de definición */
dt {
	font-weight: bold;
}
dd {margin-bottom: 1.5em;}

.centrado {position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
.centra {
margin-left: auto;
    margin-right: auto;
    width: 90%;
}
	.oculto
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

ul.listdif {
	color: black !important;
	background-color: inherit;
}
ul.listdif li:after {position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 1.5em;
  	line-height: 1.25em;
  	color: #586E69;
	background-color: inherit;}
	
	dd.imagen {max-width: 150px; float:left; margin-right: 1em; margin-top:0.25em;}
	dd.premio {padding-top: 1.4em;}

.mtop1 {margin-top:1em;}