/*
Theme Name: Coquitlam School District 43
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: Colios Loygorri
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

 
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #86e0c7;
	text-decoration: none;
}

a:visited {
	color: #86e0c7;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #2ee2b1;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	font-weight:300;
}

h1 {
	/*
	font-size: 48px;
	margin: 33px 0;
	*/
	margin:0;
	padding:0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	/*margin: 16px 0;*/
	margin:0;
	/*padding: 0 0 0 40px;*/
	padding:0;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	/*width: 270px;*/
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	/*background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;*/
	display:none;
}

/*GABRIEL*/

.fila{
	width:100%;
	display:block;
	clear:both;
	}
	
.centrado{
	width:100%;
	max-width:1240px;
	display:block;
	clear:both;
	margin:auto;
	/*border-left:1px solid red;
	border-right:1px solid red;*/
	}
	
/**/

.frame {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	width:90%;
	text-align:center;
	margin:auto;
	position:relative;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	position:relative;
}

.languages{
	position:relative;
	}

	

.frame ul li {
	float: left;
	height: 100%;
	height:25px;
	line-height:25px;
	margin: 0 0px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	margin-left:5px;
}	

.frame ul li:after{
	content:" | ";
	}
	
.frame ul li:last-child:after{
	content:" ";
	}	

.frame ul li a{
	
	}
	
	
.columna_un_tercio{
	display:block;
	float:left;
	width:33%;
	}
	
	.rtl .columna_un_tercio{
		float:right;
		}
	
.columna_un_tercio.right{
	float:right;
	}	
	
.columna_dos_tercio{
	display:block;
	float:right;
	width:67%;
	padding:20px;
	}
	
.rtl .columna_dos_tercio{
	float:left;
	}		
	
.columna_dos_tercio.left{
	float:left;
	}	
	
.rtl .columna_dos_tercio.left{
		float:right;
		}				
	
.columna_tres_tercio{
	display:block;
	float:left;
	width:100%;
	}		
	
.idiomas{
	text-align:center;
	margin:auto;
	color:rgba(255,255,255,1.00);
	background-color:rgba(72,72,72,1.00); /*gris oscuro*/
	min-height:30px;
	border-bottom:1px solid rgba(255,255,255,1.00);
	}	
	
.idiomas a{
	color:rgba(255,255,255,1.00);
	font-size:12px;
	line-height:30px;
	}	
	
.idiomas a.active{
	color:rgba(252,39,47,1.00); /*verde*/
	}
	
.idiomas a:hover{
	color:rgba(255,255,255,1.00);
	}	
	
	
.menu_principal{
	min-height:60px;
	font-size:16px;
	text-transform:uppercase;
	
	background: #ed1c24; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NzgyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmE5MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(left,  #ed1c24 0%, #fc272f 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed1c24), color-stop(100%,#fc272f)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* IE10+ */
	
	background: linear-gradient(to right,  #ed1c24 0%,#fc272f 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#fc272f',GradientType=1 ); /* IE6-8 */

}

.menu_principal ul li{
	display:block;
	float:left;
	line-height:60px;
	padding-left:13px;
	padding-right:13px;
	}
	
.rtl .menu_principal ul li{
	float:right;
	}
	
.menu_principal ul li a {
	display:block;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	font-weight: 300;
	} 	

.menu_principal ul li.current_page_parent a,
.menu_principal ul li.current_page_item a,
.menu_principal ul li.current-page-ancestor a{
	color:rgba(0,0,0,1.00);
	}
	
.menu_principal ul li a:hover{
	color:rgba(0,0,0,1.00);
	}	
	
	
.sub-menu{
	display:none;
	}	

.menu-item-has-children:hover .sub-menu{
	display:block;
	position:absolute;
	z-index:100;
	background-color:rgba(252,39,47,1.00); /*verde*/
	overflow:hidden;
	
	}
	
.menu_principal ul.sub-menu li{
	float:inherit;
	border-bottom:1px solid rgba(255,255,255,1.00);
	
	}	
	
.search-form{
	float:right;	
	margin-right:20px;
	}
	
.content-area .search-form{
	float:left;	
	margin-right:20px;
	}

.search-form label{
	
	}	

.search-form label .search-field{
	margin-top:15px;
	border:0px;
	border-radius:5px;
	padding:5px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:300;
	padding-left:30px;
	width:150px;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:5px center;
	}
	
.screen-reader-text,
.search-submit{
	display:none;
	}	
	
	
.fondo_cabecera{
	display:block;
	overflow:hidden;
	background-image:url(images/fondo_home.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center bottom;
	}

.fondo_cabecera .columna_un_tercio{
	background-color:rgba(0,0,0,0.60);
	padding-top:30px;
	padding-bottom:30px;		
	}

.fondo_cabecera .logo{
	display:block;
	width:252px;
	height:252px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin:auto;
	}

.fondo_cabecera .logo a{}

.fondo_cabecera .logo a span{
	display:none;
	}	

.fondo_cabecera .columna_dos_tercio{
	position:relative;
	height:300px;
	}
	
.fondo_cabecera .claim{
	color:rgba(255,255,255,1.00);
	font-size:60px;
	font-weight:300;
	text-align:right;
	margin:auto;
	display:block;
	bottom:0px;
	right:20px;
	position:absolute;
	}
	
.page-template-page-home .cuerpo{
	overflow:hidden;
	/*background-color: rgba(232,232,232,1.00);*/
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	}

.breadcrumb{
	background-color: rgba(232,232,232,0.25); /*gris claro*/
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:12px;
	line-height:18px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	border-bottom:1px solid rgba(72,72,72,0.50); /*gris oscuro*/
	}
	
.breadcrumb a{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}	

.media {
	/*background-color:rgba(232, 232, 232, 1);*/
	overflow:hidden;
	}

.media .social{
	width:50%;
	float:left;
	text-align:center;
	margin-top:0px;
	}
	
.rtl .media .social{
	float: right;
	}	
	
.media .social p{
	font-size:50px;
	font-weight:300;
	line-height:60px;
	padding-left:20px;
	padding-right:20px;
	}
	
.media .social p strong{
	font-weight:700;
	display:block;
	color:rgba(74,82,138,1.00);
	}
	
.media .social p em{
	font-style:normal;
	font-weight:700;
	display:inline;
	font-size:70px;
	color:rgba(74,82,138,1.00);
	}			

.media .social p.mini{
	font-size:14px;
	line-height:30px;
	}


.media .social ul{
	text-align:center;
	margin-bottom:20px;
	}
	
.media .social ul li{
	list-style:none;
	margin:0px;
	margin-left:7px;
	margin-right:7px;
	display:inline-table;
	width:43px;
	height:43px;
	/*background-image:url(images/social.png);*/
	}
	

.media .social ul li.facebook{}
.media .social ul li.twitter{background-position:-42px 0px;}
.media .social ul li.linkedin{background-position:-84px 0px;}
.media .social ul li.google{background-position:85px 0px;}
.media .social ul li.youtube{background-position:43px 0px;}

.media .social ul li a{
	display: block;
	width:43px;
	height:43px;
	}
	
.media .social ul li a,
.media .social ul li a:hover{
	text-decoration:none;
	}	
	
.media .social ul li a i{
	display: block;
	width:43px;
	height:43px;
	line-height:43px;
	font-size:23px;
	background-color:rgba(74, 82, 138, 1);
	color:rgba(204,204,204,1.00);
	border-radius:23px;
	}	

.media .social ul li a span{
	display:none;
	}

.media .carrusel{
	width:50%;
	float:left;
	border-radius:10px;
	background-color:rgba(255,255,255,1.00);
	min-height:375px;
	margin-top:0px;
	padding:15px;
	}
	
.rtl .media .carrusel{
	float:right;
	}	
	
.media .carrusel h2{
	font-size:36px;
	font-weight:300;
	padding:0;
	margin:0;
	padding-bottom:10px;
	padding-top:10px;
	}
	
.media #owl-demo{
	position:relative;
	overflow:hidden;
	}	

.media #owl-demo .owl-wrapper{
	overflow:hidden;
	}

.media #owl-demo .owl-wrapper .owl-item{
	float:left;
	}
	
.rtl .media #owl-demo .owl-wrapper .owl-item{
	float:right;
	}	
	
.media #owl-demo .owl-wrapper .owl-item img{
	width:84px;
	border-radius:5px;
	margin-left:5px;
	max-width:33%;
	}	
	
.media #owl-demo .owl-wrapper .owl-item .item div{
	display:block;
	float:left;
	width:66%;
	}	
	
.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}


.media .carrusel img{
	float:left;
	margin-right:10px;
	}
	
.rtl .media .carrusel img{
	float:right;
	margin-right:0px;
	margin-left:10px;
	}	

.media .carrusel h3{
	display:block;
	float:left;
	font-size:24px;
	font-weight:300;
	padding:0;
	margin:0;
	clear:inherit;
	color:rgba(74,82,138,1.00);
	padding-right:10px;
	}
	
.rtl .media .carrusel h3{
	float:right;
	}	
	
.media .carrusel h3:after{
	content:" ";
	}	

.media .carrusel h3 a{
	color:rgba(74,82,138,1.00);
	}

.media .carrusel h4{
	font-size:24px;
	display:block;
	float:left;
	font-weight:300;
	padding:0;
	margin:0;
	clear:both;
	}
	
.rtl .media .carrusel h4{
	float:right;
	}	
	
.media .carrusel h4:after{
	content:" ";
	}	

.media .carrusel p{
	font-size:18px;
	font-weight:300;
	padding:0;
	margin:0;
	display:block;
	clear:both;
	padding-top:10px;
	}	

.normal{
	clear:both;
	padding:20px;
	}

.normal h2{
	font-size:25px;
	font-weight:400;
	color:rgba(252,39,47,1.00); /*verde*/
	}

.normal p{
	font-size:16px;
	font-weight:300;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}
	
.normal img{
	max-width:100%;
	}	

.accesos{
	padding:20px;
	}

.accesos a, a.ccesos{
	display:inline-block;
	color:rgba(255,255,255,1.00);
	background-color:rgba(252,39,47,1.00); /*verde*/
	font-size:15px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(images/marca.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-radius:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	}	
	
.nuevo{
	padding:20px;
	}

.nuevo h3{
	font-size:20px;
	font-weight:400;
	color:rgba(221,11,27,1.00); /*rojo*/
	margin:0;
	padding:0;
	}

.nuevo p{
	font-size:16px;
	font-weight:300;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	margin:0;
	padding:0;
	}	

.nuevo img{
	float:right;
	}
	

.highlight{
	padding:20px;
	min-height:413px;
	
	
	background: #ed1c24; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDY3ODJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2YTkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	
	background: -moz-linear-gradient(-45deg,  #ed1c24 0%, #fc272f 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ed1c24), color-stop(100%,#fc272f)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* IE10+ */
	
	background: linear-gradient(135deg,  #ed1c24 0%,#fc272f 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#fc272f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


	}

.highlight h2{
	color:rgba(255,255,255,1.00);
	font-size:40px;
	font-weight:300;
	margin:0;
	}		
	
.highlight p{
	color:rgba(255,255,255,1.00);
	font-size:15px;
	padding-top:15px;
	margin:0;
	}
	
.tips{	
	background-color: rgba(232,232,232,1.00);
	padding:20px;
	margin-bottom:5px;
	}

.tips h2{
	color:rgba(252,39,47,1.00); /*verde*/
	font-size:18px;
	font-weight:300;
	margin:0;
	}		
	
.tips p{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:16px;
	padding-top:15px;
	}

a.more,
.more-link{
	color:rgba(255,255,255,1.00);
	background-color:rgba(252,39,47,1.00); /*verde*/
	font-size:15px;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(images/marca.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-radius:5px;
	}
	
.more-link{
	display:block;
	clear:both;
	width:170px;
	color:rgba(255,255,255,1.00) !important;
	margin-top:20px;
	}		

.meta-nav{
	display:none;
	}

.award{
	padding:20px;
	margin-bottom:5px;
	background: #ed1c24; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDY3ODJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg2YTkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	
	background: -moz-linear-gradient(-45deg,  #ed1c24 0%, #fc272f 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ed1c24), color-stop(100%,#fc272f)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(-45deg,  #ed1c24 0%,#fc272f 100%); /* IE10+ */
	
	background: linear-gradient(135deg,  #ed1c24 0%,#fc272f 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#fc272f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.award h2{
	color:rgba(255,255,255,1.00);
	font-size:24px;
	font-weight:300;
	margin:0;
	}		
	
.award p{
	color:rgba(255,255,255,1.00);
	font-size:17px;
	font-weight:300;
	padding-top:15px;
	margin:0;
	}
	
.award img{
	margin-top:15px;
	max-width:100%;
	}	
	
.letter{	
	background-color: rgba(232,232,232,1.00);
	padding:20px;
	margin-bottom:5px;
	}

.letter h2{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:18px;
	font-weight:300;
	margin:0;
	}		

.letter h2 strong{
	width:700;
	}
	
.letter p{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:16px;
	padding-top:15px;
	}	
	
.letter img{
	display:block;
	margin:auto;
	}	
	
	
.extra .columna_un_tercio{
	padding:20px;
	padding-bottom:60px;
	padding-top:30px;
	}	
	
.extra .columna_un_tercio p{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:20px;
	font-weight:300;
	text-align:center;
	margin:auto;
	padding-bottom:20px;
	}	
	
.extra .columna_un_tercio p strong{
	width:700;
	}
	
.extra .columna_un_tercio img{
	margin-bottom:15px;
	}	
	
.extra .columna_dos_tercio{
	padding:20px;
	padding-bottom:60px;
	padding-top:30px;
	}	
	
.extra .columna_dos_tercio a{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:24px;
	font-weight:300;
	text-align:center;
	margin:auto;
	padding-bottom:20px;
	width:25%;
	display:block;
	float:left;
	}	
	
.rtl .extra .columna_dos_tercio a{
	float:right;
	}		
	
/*INTERIORES*/

.page-template-page-people .cuerpo{}

.page-template-page-people .cuerpo h1{
	color:rgba(252,39,47,1.00); /*verde*/
	font-size:28px;
	font-weight:300;
	padding:10px;
	}	

.page-template-page-people .cuerpo .ficha{
	padding:10px;
	border-bottom: 1px solid rgba(72,72,72,0.25); /*gris oscuro*/
	margin-bottom:30px;
	}

.page-template-page-people .cuerpo .ficha .margen {
	float:right;
	width:85%;
	}

.rtl.page-template-page-people .cuerpo .ficha .margen{
	float:left;
	}

.page-template-page-people .cuerpo .ficha .margen h2{
	color:rgba(252,39,47,1.00); /*verde*/
	font-size:20px;
	font-weight:400;
	margin:0;
	padding:0;
	}

.page-template-page-people .cuerpo .ficha .margen h3{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
	}

.page-template-page-people .cuerpo .ficha .margen h4{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
	}
	
.page-template-page-people .cuerpo .ficha .margen h4 a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	

.page-template-page-people .cuerpo .ficha img{
	float:left;
	margin-bottom:20px;
	}
	
.rtl.page-template-page-people .cuerpo .ficha img{
	float:right;
	}	

.page-template-page-people .cuerpo p{
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-size:16px;
	clear:both;
	}	
	
.page-template-page-people .office{}

.page-template-page-people .office h2{
	color:rgba(252,39,47,1.00); /*verde*/
	font-size:28px;
	font-weight:300;
	padding:10px;
	padding-bottom:0px;
	}

.page-template-page-people .office ul {
	padding:20px;
	padding-top:0px;
	margin:0px;
	}

.page-template-page-people .office ul li{}

.page-template-page-people .office ul li a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	
	
.page-template-page-our-school .intro{
	overflow:hidden;
	background-color: rgba(232,232,232,1.00); /*gris claro*/
	border-bottom:1px solid rgba(72,72,72,0.25); /*gris oscuro*/
	}

.columna_tres_tercio{
	padding:20px;
	}
	
.page-template-page-our-school .intro h1{
	font-size:24px;
	color:rgba(252,39,47,1.00); /*verde*/
	padding-bottom:20px;
	}
	
.page-template-page-our-school .intro p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}	
	
.page-template-page-our-school .bloque h2{
	font-size:24px;
	color:rgba(252,39,47,1.00); /*verde*/
	margin:0;
	padding-bottom:20px;
	}
	
.page-template-page-our-school .bloque h2 a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	
	
.page-template-page-our-school .bloque h3{
	font-size:16px;
	margin:0;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}
	
.page-template-page-our-school .bloque p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}				


.page-template-page-our-school .bloque ul{
	display:block;
	overflow:hidden;
	background-color:rgba(252,39,47,1.00); /*verde*/
	padding:20px;
	margin-bottom:50px;
	}

.page-template-page-our-school .bloque ul li{
	font-size:18px;
	list-style-type:none;
	float:left;
	width:33%;
	}
	
.rtl.page-template-page-our-school .bloque ul li{
	float:right;
	}	

.page-template-page-our-school .bloque ul li a{
	color:rgba(255,255,255,1.00);
	}
	
.page-template-page-group-school h1{
	font-size:28px;
	color:rgba(252,39,47,1.00); /*verde*/
	margin:0;
	padding-bottom:20px;
	}
	
.escuela{}

.escuela h2{
	font-size:24px;
	font-weight:300;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	/**/
	background-color:rgba(252,39,47,1.00); /*verde*/
	color:rgba(255,255,255,1.00);
	padding:10px;
	padding-top:5px;
	margin:0px;
	margin-bottom:30px;
	}	

.escuela .imagen_escuela{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	}
	
.rtl .escuela .imagen_escuela{
	float:right;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:30px;
	}	

.escuela .imagen_escuela img{
	max-width:100%;
	}

.escuela .datos_escuela{
	font-size:18px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	list-style-type:none;
	}
	
.escuela .datos_escuela strong{
	font-weight:bold;
	}	
	
.escuela .datos_escuela a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	

.escuela h3{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	font-weight:700;
	}

.escuela .mapa_escuela{
	float:right;
	width:50%;
	}

.escuela p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	clear:both;
	}

.escuela .escuela_extra{
	width:50%;
	float:left;
	}
	
.rtl .escuela .escuela_extra{
	float:right;
	}	

.escuela ul{
	padding-left:20px;
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	list-style-type:disc;
	}
	
.escuela ul li{
	padding-right:20px;
	}	
	
.page-template-page-standard h1{
	font-size:28px;
	font-weight:300;
	color:rgba(252,39,47,1.00); /*verde*/
	padding-bottom:20px;
	}

.page-template-page-standard h3,
.page-template-page-standard h4{
	margin:0px;
	padding-top:0px;
	padding-bottom:20px;
	}

.page-template-page-standard p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}
	
.page-template-page-standard .columna_dos_tercio p a{
	color:rgba(252,39,47,1.00); /*verde*/
	word-wrap: break-word;
	}	
	
.page-template-page-standard .columna_dos_tercio ul,
.page-template-page-standard .columna_dos_tercio ol{
	padding:20px;
	}

.page-template-page-standard .columna_dos_tercio ul li{}

.page-template-page-standard .columna_dos_tercio ul a,
.page-template-page-standard .columna_dos_tercio ol a{
	color:rgba(252,39,47,1.00); /*verde*/
	word-wrap: break-word;
	}	
	

.mapas a img{
	margin-bottom:20px;
	}
	
.galerias{}

.page-template-page-standard .columna_dos_tercio .galerias ul{
	margin:0px;
	padding:0px;
	overflow:hidden;
	}	


.galerias ul li{
	list-style-type:none;
	float:left;
	margin:10px;
	padding:0px;
	}

.galerias ul li a{}
	
/*EXTRA*/


.auxiliar{
	padding-bottom:40px;
	border-left:1px solid rgba(72,72,72,0.25); /*gris claro*/
	margin-top:20px;
	margin-bottom:20px;
	}



.auxiliar .item_auxiliar{
	padding:20px;
	padding-top:0px;
	}

.fila_extra{
	overflow:hidden;
	border-top:1px solid rgba(72,72,72,0.25); /*gris claro*/
	background-color: rgba(72,72,72,0.10); /*gris claro*/
	}
	
.fila_extra .auxiliar{
	border-left:0px solid rgba(72,72,72,0.25); /*gris claro*/
	}	
	
.fila_extra .auxiliar .item_auxiliar{
	width:33%;
	float:left;
	}
	
.fila_extra .auxiliar.no_column .item_auxiliar{
	width:48%;
	margin:1%;
	float:left;
	height:250px;
	border-radius:10px;
	border: 1px solid rgba(72,72,72,0.25); /*gris claro*/
	background-color:rgba(255,255,255,1.00);
	position:relative;
	overflow:hidden;
	}
			
.fila_extra .auxiliar.no_column .item_auxiliar img{
	position:absolute;
	top:0px;
	right:0px;	
	margin-bottom:20px;
	height:100%;
	margin-right:-75%;
	}

.fila_extra .auxiliar.no_column .item_auxiliar h3{
	width:66%;
	}
	
.fila_extra .auxiliar.no_column .item_auxiliar p{
	width:66%;
	}	
	
.fila_extra .auxiliar.no_column .item_auxiliar ul{
	width:66%;
	}	
	
.fila_extra .auxiliar.no_column .item_auxiliar .more{
	position:absolute;
	bottom:0px;
	right:0px;
	width:33%;
	border-radius:0px;
	text-align:center;
	height:45px;
	line-height:45px;
	padding-bottom:50px;
	display:block;
	background-position: 15px center;
	}	

.auxiliar .item_auxiliar h3{
	font-size:18px;
	font-weight:400;
	color:rgba(252,39,47,1.00); /*verde*/
	}

.auxiliar .item_auxiliar img{
	margin-bottom:20px;
	}

.auxiliar .item_auxiliar p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}

.auxiliar .item_auxiliar ul {
	list-style-type:disc;
	padding-left:20px;
	padding-bottom:20px;
	}

.auxiliar .item_auxiliar ul li{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}

.auxiliar.tipo_2{
	border-left:0px solid rgba(72,72,72,0.25); /*gris claro*/
	padding-bottom:40px;
	background-color: rgba(72,72,72,0.15); /*gris claro*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top:40px;
	}

.auxiliar.tipo_2 .item_auxiliar.active{
	height:400px;
	}

.auxiliar.tipo_2 .item_auxiliar{
	position:relative;
	height:400px;
	border-bottom:5px solid rgba(255,255,255,1.00);
	background-position:center top 43px;
	background-size:200%;
	background-repeat:no-repeat;
	overflow:hidden; /**/
	height:47px;/**/
	transition: all .2s ease-in-out;
	}

.auxiliar.tipo_2 .item_auxiliar img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	}

.auxiliar.tipo_2 .item_auxiliar.active h3{
	top:120px;
	top:-10px;
	}

.auxiliar.tipo_2 .item_auxiliar h3{
	position:absolute;
	top:120px;
	top:-10px;/**/
	left:0px;
	width:100%;
	z-index:2;
	background-color:rgba(252,39,47,1.00); /*verde*/
	color:rgba(255,255,255,1.00);
	padding:10px;
	margin-top:10px;
	cursor:pointer;
	transition: all .2s ease-in-out;
	}
	
.auxiliar.tipo_2 .item_auxiliar h3 a{
	color:rgba(255,255,255,1.00);
	}	

.auxiliar.tipo_2 .item_auxiliar p,
.auxiliar.tipo_2 .item_auxiliar ul{
	position:absolute;
	margin-top:220px;
	z-index:3;
	padding-right:20px;
	}

.auxiliar.tipo_2 .item_auxiliar .more{
	position:absolute;
	margin-top:350px;
	z-index:3;
	}

.auxiliar .item_auxiliar{}


.columna_tres_tercio.sin h1{
	font-size:28px;
	padding-bottom:20px;
	font-weight:300;
	color:rgba(252,39,47,1.00); /*verde*/
	}

.columna_tres_tercio.sin p{
	font-size:16px;
	color:rgba(72,72,72,1.00); /*gris oscuro*/
	}
	
.columna_tres_tercio.sin p a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	

.columna_tres_tercio.sin ul {
	list-style-type:disc;
	padding-left:20px;
	padding-bottom:20px;
	}
	
.columna_tres_tercio.sin ol {
	padding-left:20px;
	padding-bottom:20px;
	}	

.columna_tres_tercio.sin ul li{
	font-size:16px;
	/*color:rgba(252,39,47,1.00); /*verde*/
	}
	
.columna_tres_tercio.sin ul li a,
.columna_tres_tercio.sin ol li a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	
	
.faqs{}

.faqs h3{
	font-weight:300;}

.faqs p{}	

.page-header,
.entry-header,
.entry-content,
.entry-summary{
	/*padding:20px;*/
	}
	
.entry-summary{
	border-bottom:1px solid rgba(72,72,72,0.15); /*gris claro*/
	}	
	
.entry-header a{
	color:rgba(252,39,47,1.00); /*verde*/
	}	
		
		
.widget_recent_entries{
	padding:20px;
	}

.widget_recent_entries h3{}

.widget_recent_entries ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}

.widget_recent_entries ul li{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	}

.widget_recent_entries ul li a{
	color:rgba(252,39,47, 1);
	}

.widget_recent_entries ul li span{
	display:block;
	}	
	
.ficha h3{
	color:rgba(252,39,47, 1);
	}	
	
.ficha img{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	max-width:100%;
	}	
	
.rtl .ficha img{
	float:right;
	margin-right:0px;
	margin-left:10px;
	}		
	
/*PIE*/

footer .centrado{
	padding-left:20px;
	padding-right:20px;
	}
	
footer p{
	padding:0;
	margin:0;
	}	

.filete_pie{
	background: #ed1c24; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NzgyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmE5MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(left,  #ed1c24 0%, #fc272f 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed1c24), color-stop(100%,#fc272f)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  #ed1c24 0%,#fc272f 100%); /* IE10+ */
	
	background: linear-gradient(to right,  #ed1c24 0%,#fc272f 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#fc272f',GradientType=1 ); /* IE6-8 */
	}
	
.filete_pie p{
	line-height:34px;
	font-size:14px;
	font-weight:300;
	color:rgba(255,255,255,1.00);
	}	

.direccion_pie{
	background-color:rgba(72,72,72,1.00); /*gris oscuro*/
	overflow:hidden;
	padding-bottom:20px;
	padding-top:20px;
	}

.direccion_pie p{
	display:block;
	width:33%;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:17px;
	color:rgba(255,255,255,1.00);
	}

.direccion_pie p:first-child{
	float:left;
	text-align:left;
	}

.direccion_pie p:last-child{
	float:right;
	text-align:right;
	}

.logos_pie{
	padding-top:20px;
	padding-bottom:20px;
	}

.logos_pie a{
	margin-left:10px;
	margin-right:10px;
	}

.disclaimer{
	background-color:rgba(72,72,72,1.00); /*gris oscuro*/
	}

.disclaimer p{
	font-size:12px;
	font-weight:300;
	color:rgba(255,255,255,1.00);
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	}
	
/*TEMP*/
.lista-auxiliar ul{
	padding:20px;}
.lista-auxiliar li{
	margin:0px;
	padding:5px;
	list-style-type:none;
	border-bottom:1px solid rgba(72,72,72,0.50); /*gris oscuro*/
	}
.lista-auxiliar a.activo{color:rgba(72,72,72,0.50); /*gris oscuro*/}
.lista-auxiliar a.no-activo{color:rgba(252,39,47,1.00); /*verde*/}
/**/	

.menu-burger{
	display:none;
	}	
	
@media only screen and (min-width: 737px) and (max-width: 1025px) {
	
	.menu_principal{
		font-size:15px;
		}
		
	.fondo_cabecera .logo {
		width: 175px;
		height: 175px;
	}
	
	.fondo_cabecera .columna_dos_tercio {
		position: relative;
		height: 230px;
	}	
	
	
	.fondo_cabecera .claim {
		font-size: 45px;
	}
	
	.media .social p{
		font-size:45px;
		line-height:45px;
		}
		
	.media .social p em{
		font-size:60px;
		}	
		
	.media .carrusel p{
		font-size:15px;
		}
		
	.page-template-page-people .cuerpo .ficha .margen {
		width: 80%;
	}		
	
	}	

@media only screen and (max-width: 768px) {
	
	
	
	
	.languages:before{
		font-family: 'FontAwesome';
		content:"\f0d9";
		position:absolute;
		top:4px;
		left:5px;
		}
		
	.languages:after{
		font-family: 'FontAwesome';
		content:"\f0da";
		position:absolute;
		top:4px;
		right:5px;
		}
	
	.languages:before,
	.languages:after {
		top: 7px;
	}
	
	.frame {
		height: 35px;
		line-height: 35px;
	}
	
	.frame ul {
		margin-left: 0px;
		margin-right: 35px;
	}
	
	.frame ul li {
		height: 35px;
		line-height: 35px;
	}
	
	#site-navigation{
		position:relative;
		}
	
	#primary-menu{
		display:none;
		}
		
	#primary-menu.down{
		display:block;
		}	
	
	.menu-burger{
		display:block;
		position:absolute;
		top:10px;
		right:10px;
		background-image:url(images/pancakes.png);
		background-repeat:no-repeat;
		background-position:left center;
		width:40px;
		height:40px;
		background-size:200% auto;
		}
		
	.menu-burger span{
		display:none;
		}	
		
	.menu-burger.down{
		background-position:right center;
		}	
		
	.search-form{
		display:none;
		}	
	
	#primary-menu{
		/*background-image: url("images/logo.png");
		background-position: 5px 5px;
		background-repeat: no-repeat;
		background-size: 55px auto;*/
		overflow: hidden;
		padding-top:60px;
		}
		
	/**/
	
	.fondo_cabecera .columna_un_tercio{
		background-color:inherit;
		}
		
	.fondo_cabecera .logo {
		display:none;
		}
		
	.menu-menu-principal-container{
		display:block;
		width:100%;
		min-height:60px;
		background-image: url("images/logo_mobile.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-size: auto 100%;
		overflow:hidden;
		background-color:inherit;
	}	
		
	.menu_principal ul li {
		float: inherit;
		text-align: center;
		border-bottom:1px solid rgba(255,255,255,1.00);
		padding:0px;
	}	
	
	.sub-menu {
		display: inherit;
	}	
	
	
	.menu-item-has-children:hover .sub-menu{
		position: inherit;
		z-index:100;
		background-color:rgba(252,39,47,1.00); /*verde*/
		overflow:hidden;
		
		}
		
	.menu-item-has-children .sub-menu{
		position: inherit;
		z-index:100;
		background-color:rgba(252,39,47,1.00); /*verde*/
		overflow:hidden;
		display:none;
		
		}	
		
	/**/	
	
	
	
	.fondo_cabecera .claim {
		color: rgba(255,255,255,1.00);
		font-size: 30px;
		font-weight: 300;
		text-align: right;
		margin: auto;
		display: block;
		bottom: 0px;
		right: 20px;
		position: absolute;
	}	
	
	.columna_un_tercio{
		float:left;
		width:100%;
		}
		
	
	
	.columna_dos_tercio{
		float:left;
		width:100%;
		padding:10px;
		}
		
	
		
	.page-template-default .cuerpo{
		background-image:none;
		}

	.media{
		overflow:hidden;
		background-color: rgba(232,232,232,1.00);
		padding:10px;
		}

	.media .social{
		width:100%;	
		}
	
	.media .carrusel{
		width:100%;	
		}	
		
	.normal{
		padding:10px;
		}	
		
	.extra .columna_dos_tercio a{
		width:100%;
		display:block;
		float:left;
		}	
		
	.page-template-page-our-school .bloque ul li{
		width:100%;
		}	
		
	.fila_extra .auxiliar.no_column .item_auxiliar {
		width: 98%;
		height:auto;
		padding-bottom:55px;
		}
		
	.fila_extra .auxiliar.no_column .item_auxiliar img{
		position:relative;
		}
		
	.fila_extra .auxiliar.no_column .item_auxiliar .more{
		width:100%;
		}			
	
	.escuela .imagen_escuela {
		float: none;
		margin:auto;
		margin-bottom:20px;
		}
		
	.escuela .mapa_escuela{
		width:100%;
		}

	.escuela .escuela_extra{
		width:100%;
		}
		
	.fila_extra .auxiliar .item_auxiliar{
	width:100%;
	}				
	
	.filete_pie p{
		text-align:center;
		}
	
  	.direccion_pie p{
		width:100%;
		text-align:center;
		float:inherit;
		padding:5px;
		}
		 
	.direccion_pie p:first-child{
		float:inherit;
		text-align:center;
		}
		
	.direccion_pie p:last-child{
		float:inherit;
		text-align:center;
		}
		
	.page-template-page-people .cuerpo .ficha .margen {
		float: right;
		width: 60%;
	}	
	
	.columna_tres_tercio {
		padding: 10px;
	}
	
	.escuela ul {
		padding-left: 0px;
		margin-bottom:20px;
	}
	
	.escuela iframe{
		width:100%;
		height:240px;
		}
		
	.logos_pie a img{
		max-width:40%;
		}	
	
	.columna_dos_tercio.left img{
		max-width:100%;
		height:auto;
		}
		
	.mapas iframe{
		width:100%;
		height:240px;
		}	
		
	.accesos {
		padding: 10px;
	}
	
	.accesos a{
		margin-left:0px;
		width:100%;
	}	
	
	a.more, .more-link {
		width:100%;
		display:block;
		}
		
	.auxiliar.tipo_2 .item_auxiliar .more{
		position:inherit;
		}	
		
	.idiomas{
		position:fixed;
		z-index:666;
		top:0px;
		}	
		
	.menu_principal{
		position:fixed;
		top:36px;
		z-index:666;
		}	
		
	.fondo_cabecera{
		margin-top:96px;
		}
}


@media only screen and (max-width: 769px) and (min-width: 736px){
	
	.frame{
		width:95%;
		}
	
	.menu_principal {
    	font-size: 14px;
	}
	
	.menu_principal ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.search-form{
		display:none;
		}
	
	.media .social{
		width:100%;
		}
		
	.media .social p {
		padding-left: 0px;
		padding-right: 0px;
		font-size:35px;
		line-height:40px;
		margin:0px;
	}
	
	.media .carrusel {
		width:100%;
		border:1px solid #000;
		min-height:inherit;
	}
	
	.auxiliar.tipo_2 .item_auxiliar p,
	.auxiliar.tipo_2 .item_auxiliar ul {
		margin-top: 165px;
	}
	
	.auxiliar .item_auxiliar p {
		font-size: 14px;
	}
	
	.page-template-page-people .cuerpo .ficha .margen {
		width: 70%;
	}
	
	.entry-thumbnail img{
		max-width:100%;
		height:auto;
		}
		
	.page-template-page-our-school .bloque ul li {
		font-size: 15px;
		width: 30%;
		margin-right:3%;
	}	
	
	.escuela iframe{
		width:100%;
		}
	
	.escuela .escuela_extra {
		width:100%;
		margin-bottom: 20px;
	}
	
	.auxiliar .item_auxiliar h3{
		font-size:14px;
		}
		
	.item_galeria img{
		width:135px;
		}
		
	.mapas iframe{
		width:100%;
		}	
		
	.mapas img{
		max-width:100%;
		height:auto;
		}		
		
}


@media only screen and (max-width: 736px) {
	
	
	.fondo_cabecera{
		/*background-size:250%;*/
		}
	
	.fondo_cabecera .columna_dos_tercio {
		height:20vh;
	}
	
	
	
}

.burguer {
    background-color: #424242;
    display: block;
    float: left;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    transition: all 0.2s linear 0s;
    width: 0;
	top:0;
}

.burguer.active {
    display: block;
    padding-top: 0px;
    width: 270px;
    z-index: 99;
}

.burguer.active #primary-menu{
	display:block;
	padding-top:60px;
	background-image: url("images/logo_mobile.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80% auto;
	}
	
.burguer.active #primary-menu li a{
	display:block;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	color:#fff;
	border-bottom:1px solid #fff;
	}	

.todo {
    display: block;
    transition: all 0.2s linear 0s;
}

.todo.active {
    margin-left: 270px;
    min-width: 100%;
    overflow-x: hidden;
    position: fixed;
	top:0;
}

.todo .cubre {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index:999;
}

.todo .cubre i{
	color:#fff;
	font-size:30px;
	margin:10px;
	}
	
@media only screen and (max-width: 736px) and (orientation: landscape) {
	.fondo_cabecera {
		background-size: 200%;
	}
}


/* Tooltip container for Contact Us Button */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid #FFFFFF;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  line-height: 25px;
  bottom: -95%;
  left: 50%;
  margin-left: -140px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Hide Contact Us Menu Item on Mobile */

@media only screen and (max-width: 736px) {
	
	
#menu-item-6220 {
 display: none;   
}

}

/* Hiding eMail and Phone Menu Items on Full Desktop */
@media only screen and (min-width:961px) {

#menu-item-6278 {
display: none;
}
#menu-item-6279 {
display: none;
}

}