/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * Proyecto: COAM | Colegio Oficial de Arquitectos de Madrid
 * Empresa: TF Interactiva
 * Desarrollo: Conqueingredientes
 * Versión: 1.0
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600);

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    -webkit-text-size-adjust: 1em; /* 2 */
    -ms-text-size-adjust: 1em; /* 2 */
    line-height: 1.4;	
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #eb7155;
    text-shadow: none;
}

::selection {
    background: #eb7155;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	max-width:760px;
}
hr.puntos {
    border-top: 1px dotted #ccc;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ========================= Estilos generales ============================== */
body {	
	background: #fff;
	color: #000;
	font-size:13px;
	font-family:'Open Sans';
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
	overflow:scroll;
}
p {
	margin:10px 0;
	text-align:justify;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
span {
	font-family:'Dosis';
}
a {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-decoration:none !important;
	color:#eb7155;
	outline:0;
}
a:hover {
	color:#000 !important;
}
.active {
	color:#ff765b !important;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.align-right {
	text-align:right;
}
.bgGrey {
	background:#efefee;
}
.bgWhite {
	background:#fff;
}
.color-coam {
	color:#eb7155;
}
.font-dosis {
	font-family:'Dosis';
	letter-spacing:2px;
}
a.link-negro {
	color:#000;
}
a.link-negro:hover {
	color:#eb7155 !important;
}
.no-margin-right {
    margin: 0 !important;
}
img.img-columna-big {
	width: 1170px;
}
img.img-columna {
	width: 870px;
}
/* ========================= Menú ============================== */
header {
	height:64px;
	display:inline-block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:20px 30px;
	margin:0;
	border-bottom:2px solid #7f7f7f;
	z-index:2147483647;
	background:#FFF;
	width:100%;
	min-width:1170px;
}
.header-absolute {
	position: absolute !important;
}
nav h1 {
	float:left;
	margin:0;
	padding:0;
	margin-top:2px;
	margin-left:2%;
}
nav h1 a img {
	float:left;
	margin:0;
	padding:0;
	width:62px;
	height:15px;
}
ul#menu {
	list-style:none;
	font-family:'Dosis';
	width:auto;
	margin-left:16%;
	display:block;
	float:left;
}
ul#menu li {
	float:left;
	text-transform:uppercase;
	margin:0 20px;
	padding:0;
	font-size:12px;
}
ul#menu li a:hover {
	color:#ff765b;
}
ul#menu li.logo a:hover {
	background:none !important;
	color:#fff;
}
ul#menu li.logo, ul#menu li.buscador {
	margin:0;
	padding:0 !important;
	padding-left:0 !important;
}
ul#menu li a {
	font-weight:600;
	text-decoration:none;
	color:#333;
	padding:10px 0px;
	letter-spacing:2px;
}
ul#menu li a.login {
	cursor: pointer;
	color:#ff765b !important;
	position:absolute;
	right:40px;
	top:10px;
}
nav input {
	float:right;
	text-align:center;
	color:#ccc;
	font-family:'Open Sans';
	font-size:0.9em;
	border:1px solid #ccc;
	width:124px !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
nav input:hover {
	color:#333;
}

/* ========================= Header Carrusel ============================== */
.header {
	position: absolute;
	top: 64px !important;
	left: 0px;
	width: 100%;
	float: left;
	display: inline-block;
	height: 780px;
	overflow: hidden;
}
#slides img {
	height: 780px !important;
}
#slides {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -780px;
	height: 780px !important;
}
.slider-info {
	position:relative;
	float: right;
	z-index:9999;
	width:40%;
	height: 780px;
	display: inline-block;
	padding:60px 90px;
	background:#fff;
	background:rgba(255,255,255,0.85);
	font-family:'Dosis';
	font-size:1.2em;
	line-height:2em;
	color:#1c1c1c;
}
.slider-info a {
	color:#1c1c1c;
}
.slider-info h3 {
	color:#1c1c1c;
	font-size:3em;
	font-weight:normal;
	letter-spacing:4px;
	text-transform:uppercase;
	margin-bottom:40px;
}
.slider-info .bot-calendario {
	display:inline-block;
	margin-top:20px;
	padding:8px 24px;
	border:1px solid #1c1c1c;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
	cursor: pointer;
	background: none;
}
.slider-info .bot-calendario:hover {
	color:#fff !important;
	background:#1c1c1c;
}
.slider-info ul {
	margin-top:18px;
	padding-left:24px;
	list-style:none;
	border-left:1px solid #1c1c1c;
}
.slider-info ul li {
	margin-top:30px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.slider-info ul li:hover {
	padding-left:8px;
}
.slider-info ul li a {
	text-transform:uppercase;
}
.slider-info ul li h4 {
	margin:0;
	padding:0;
}
.slider-info ul li h4 a {
	text-transform:lowercase;
	font-size:0.8em;
}
.bxslider-carrusel {
	margin:0;
	padding:0;
	margin-top:64px;
	overflow:hidden;
	width:100%;
}
.bxslider-carrusel img {
	width:100%;
}
img#flecha {
	margin-top:80px;
	margin-left:-240px;
	z-index:999999;
	cursor:pointer;
	font-size:3em;
	color:#fff;
}

/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans) > #destacados,
.intro-effect-push:not(.notrans) .content > div {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}
.intro-effect-push .header {
	position: absolute;
	z-index: 1500;
}

.intro-effect-push > #destacados {
	position: relative;
	top: auto;
	left: auto;
}

.intro-effect-push > #destacados {
	-webkit-transform: translateY(470px);
	transform: translateY(470px);
	opacity:0.5;
}

.intro-effect-push.modify > #destacados {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity:1
}

.intro-effect-push.modify .header {
	opacity: 0;
	-webkit-transform: translateY(-100%) scale(0.9);
	transform: translateY(-100%) scale(0.9);
}

/* Delays */
.intro-effect-push.modify:not(.notrans) > #destacados {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

a.bot-miarea{
	position:fixed;
	top:40%;
	right:-10px;
	height:90px;
	width:100px;
	padding:20px 0 0 20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:#eb7155;
	z-index:10000;
}
a.bot-miarea:hover {
	background:#333;
	margin-right:10px;
	color:#fff !important;
}
/* ========================= Section Destacados ============================== */
section #destacados {
	font-family:'Dosis';
	font-size:18px;
	letter-spacing:2px;
	width:100%;
	min-height:2760px;
	display:inline;
	float:left;
	text-transform:uppercase;
	text-align:center;
	background:#e8e8e8;
	margin-top:64px;
}

@media only screen and (min-width: 1921px) {
	#destacados {
		width:1920px !important;
		margin:0 auto !important;
		float:none !important;
		display:block !important;
	}
}
@media all and (-ms-high-contrast:none)
 {
 section #destacados { margin-top:94px !important; } /* IE10 */
 *::-ms-backdrop, section #destacados { margin-top:94px !important; } /* IE11 */
 }
section #destacados .cerrar-dest {
	position: absolute;
	top:-30px !important;
	right:0px;
	font-size: 5em;
	line-height: 1em;
	display: none;
}
section #destacados img {
	height:auto;
	/*width:100%;*/
}
section #destacados .hidden {
	display:none;
}
section #destacados .dest-txt {
	background:#fff;
	width:480px;
	height:240px;
	padding-top:116px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor:pointer;
}
section #destacados .dest-txt::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em;
	content: ' ';
	display: block;
	position: absolute;
	border-color:#e8e8e8;
}
section #destacados .dest-txt.top::after {
	top: -16%;
	left: 45%;
	border-bottom-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
section #destacados .dest-txt.left::after {
	top: 45%;
	left: 100%;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
}
section #destacados .dest-txt.bottom::after {
	top: 100%;
	left: 45%;
	border-bottom-color: transparent;
	border-top-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
}
section #destacados .dest-txt.right::after {
	top: 45%;
	right: 100%;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: #fff;
}
section #destacados .dest-txt a {
	color:#262626 !important;
}
section #destacados .dest-txt:hover {
	background:#e8e8e8;
}
section #destacados .caja {
	position:absolute;
	width:240px;
	height:240px;
	font-size:22px;
	letter-spacing:2px;
	color:#fff;
	background:#333;
	padding-top:100px;
	z-index:98;
	display:none;
}
section #destacados .caja a {
	color:#fff !important;
}
section #destacados a.caja:hover {
	background:#e8e8e8;
	color:#333 !important;
}
section #destacados .caja-big {
	position:absolute;
	width:480px;
	height:480px;
	font-size:18px;
	padding:60px 40px;
	color:#fff;
	background:rgba(255,118,91,0.85);
	z-index:98;
	text-align:left;
	display:none;
}
section #destacados .caja-big h4 {
	font-size:22px;
	letter-spacing:2px;
	margin-bottom:34px;
}
@media only screen and (max-width: 1680px) {
	section #destacados .caja-big {
		font-size:16px;
	}
	section #destacados .caja-big h4 {
		font-size:20px;
	}
}
@media only screen and (max-width: 1280px) {
	section #destacados .caja-big {
		font-size:15px;
	}
	section #destacados .caja-big h4 {
		font-size:20px;
	}
}
@media only screen and (max-width: 1024px) {
	section #destacados .caja-big {
		font-size:15px;
	}
	section #destacados .caja-big h4 {
		font-size:18px;
	}
}
section #destacados .caja-big p {
	text-transform:none;
	letter-spacing:0;
}
section #destacados .caja-big a.boton {
	margin-top:0px;
	padding:16px 30px;
	background:none;
	font-size:14px;
	color:#fff;
	border:1px solid #fff;
	display:inline-block;
}
section #destacados .caja-big a.boton:hover {
	background:#fff;
	color:#ff765b !important;
	border:1px solid #ff765b;
}
section #destacados .bg-coam {
	background:#ff765b;
}
section #destacados .orange {
	background:#C90;
	border:1px solid #990;
	color:#000;
	text-align:center;
	padding-top:50px;
	opacity:0.5;
	width:25%;
	height:200px;
	float:left;
	display:block;
}
section #destacados .destPubli {
	height:480px;
	width:480px;
	display:block;
	/*background:#eb7155;*/
	background:#525252;
	float:left;
	color:#fff;
	padding-top:10%;
	font-size:2em;
}
section #destacados .destPubli a {
	color:#fff !important;
}
section #destacados .destPubli1 {
	position:absolute;
	top:1200px;
	left:960px;
	width:464px !important;
	height:480px;
	z-index:1;
}
section #destacados .destPubli2 {
	position:absolute;
	top:1920px;
	padding-top:198px;
}
section #destacados .destPubli2 span {
	font-size:2.6em;
	line-height:1em;
}
section #destacados .destRRSS {
	padding-top:10%;
	background:#525252;
	color:#fff;
	position:absolute;
	top:480px;
}
section #destacados .destRRSS img {
	height:auto;
}
section #destacados .dest1 {
	position:absolute;
	top:0px;
	left:0px;
}
section #destacados .dest1-txt {
	float:left;
	margin-top:240px;
	z-index:99;
	position:absolute;
}
section #destacados .dest1-img {
	float:right;
	z-index:97;
	margin-left:480px;
	position:absolute;
}
section #destacados .dest1-caja1 {
	top:240px;
	left:0;
}
section #destacados .dest1-caja2 {
	top:240px;
	left:240px;
}
section #destacados .dest1-caja-big {
	top:0;
	left:0;
	z-index:98;
	max-width:540px;
}
section #destacados .dest2 {
	max-width:1200px;
	height:720px;
	float:right;
	position:absolute;
	right:0;
}
section #destacados .dest2-txt {
	left:-480px;
	margin-top:480px;
	z-index:101;
	position:absolute;
}
section #destacados .dest2-img {
	float:right;
	margin-top:0;
}
section #destacados img.dest2-img {
	width:720px;
	height:720px;
}
section #destacados .dest2-caja1 {
	top:240px;
	left:-480px;
	display:none;
	position:absolute;
	z-index:100;
}
section #destacados .dest2-caja-big {
	top:0px;
	left:-480px;
	display:none;
	position:absolute;
	z-index:100;
	height:720px;
	width:720px;
}
section #destacados .dest3 {
	width:960px;
	height:480px;
	position:absolute;
	left:480px;
	top:720px;
}
section #destacados .dest3-txt {
	left:480px;
	margin-top:240px;
	position:absolute;
	z-index:105;
}
section #destacados img.dest3-img {
	width:480px;
	height:480px;
	left:0px;
	position:absolute;
	z-index:104;
}
section #destacados .dest3-caja1 {
	top:240px;
	left:0;
	font-size:1.4em;
	padding-top:60px !important;
	z-index:103;
}
section #destacados .dest3-caja2 {
	top:240px;
	left:240px;
	z-index:103;
	font-size:1.4em;
}
section #destacados .dest3-caja3 {
	top:0px;
	left:480px;
	position:absolute;
	z-index:104;
	display:none;
}
section #destacados .dest3-caja-big {
	padding-top: 40px;
	top:0;
	left:480px;
	z-index:104;
}
section #destacados .dest3-caja-big .boton {
	margin-left:220px;
	margin-top:10px !important;
}
section #destacados .dest4 {
	width:480px;
	height:720px;
	float:right;
	position:absolute;
	right:0;
	top:720px;
}
section #destacados .dest4-txt {
	z-index:108;
	position:absolute;
	right:0;
}
section #destacados img.dest4-img {
	width:480px;
	height:480px;
	right:0;
	top:240px;
	position:absolute;
	z-index:106;
}
section #destacados .dest4-caja-big {
	top:0px;
	right:0px;
	display:none;
	position:absolute;
	z-index:107;
}
section #destacados .dest5 {
	max-width:960px;
	height:480px;
	float:right;
	position:absolute;
	left:0;
	top:1200px;
}
section #destacados img.dest5-img {
	width:720px;
	height:720px;
	left:0px;
	z-index:96;
	position:absolute;
}
section #destacados .dest5-txt {
	left:720px;
	margin-top:480px;
	position:absolute;
	z-index:98;
}
section #destacados .dest5-caja1 {
	top:240px;
	left:720px;
	position:absolute;
	z-index:97;
	display:none;
}
section #destacados .dest5-caja-big {
	top:0px;
	left:480px;
	display:none;
	position:absolute;
	z-index:97;
	height:720px;
	width:720px;
}
section #destacados .dest6 {
	max-width:960px;
	height:480px;
	float:right;
	position:absolute;
	left:480px;
	top:1920px;
	z-index:95;
}
section #destacados .dest6-txt {
	left:0px;
	margin-top:240px;
	position:absolute;
	z-index:99;
}
section #destacados img.dest6-img {
	width:480px;
	height:480px;
	left:480px;
	position:absolute;
	z-index:97;
}
section #destacados .dest6-caja1 {
	top:240px;
	left:0;
}
section #destacados .dest6-caja2 {
	top:240px;
	left:240px;
}
section #destacados .dest6-caja-big {
	top:0;
	left:0;
	z-index:98;
}
section #destacados .dest7 {
	max-width:480px;
	height:480px;
	float:right;
	position:absolute;
	right:0;
	top:1670px;
	z-index:120;
}
section #destacados img.dest7-img {
	width:480px;
	height:480px;
	margin-top:10px;
	right:0px;
}
section #destacados .dest7-txt {
	right:0px;
	top:490px;
	position:absolute;
	z-index:120;
}
section #destacados .dest7-caja1 {
	top:240px;
	left:-480px;
	z-index:118;
}
section #destacados .dest7-caja2 {
	top:240px;
	left:-240px;
	z-index:118;
}
section #destacados .dest72-img {
	width:480px;
	height:480px;
	top:250px;
	right:0px;
	position:absolute;
	z-index:119;
	display:none;
}
section #destacados .dest7-caja-big {
	top:250px;
	right:0px;
	display:none;
	position:absolute;
	z-index:107;
}
section #destacados img {
	overflow:hidden;
}

/* ========================= Contenedor general ============================== */
.container-web {
	clear:both;
	display:table;
	padding-top:100px;
	margin:0 auto;
	margin-bottom: 120px;
	color:#000;
}
.container-web.interior {
	margin-top:-40px;
}
.span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12  {
	margin-left:0 !important;
	margin-right:0;
	margin-bottom:10px;
}
aside.span3 {
	margin-top:40px;
	padding-left:20px;
	width:240px;
}
.span9 img {
	max-width:760px;
}
h1, h2, h3, h4, h5 {
	font-family:'Dosis';
}
h1 {
	font-size:36px;
	font-weight:300;
	text-transform:uppercase;
	clear:both;
	margin-top:0;
	margin-bottom:
}
h2 {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
}
h2.titular {
	font-size:1.8em;
}
h2.titular a {
	color:#000;
}
h2.titular a:hover {
	color:#eb7155 !important;
}
aside.span3 h2, aside.span3 h3 {
	margin-top:0px;
	padding-top:0px;
}
aside.span3 p {
	margin-top:0px;
	margin-bottom:20px;
	padding-top:0px;
}
aside.span3 img {
	max-width:240px;
}
h3 {
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#eb7155;
}
h4 {
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:1px;
}
h5 {
	font-weight:bold;
	letter-spacing:1px;
	margin:20px 0;
}
h6 {
	margin:12px 0 4px 0;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
}
nav.span3 {
	padding-left:0;
}
ul.menu-interno {
	border-left:1px solid #000;
	padding-left:22px;
	font-family:'Dosis';
}
ul.menu-interno li {
	margin-bottom:16px;
}
ul.menu-interno li a {    
	color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
ul.menu-interno li a:hover {
	color:#eb7155 !important;
	padding-left:4px;
}
ul.menu-interno ul {
	margin-bottom:22px;
}
ul.menu-interno ul li:first-child {
	margin-top:-14px !important;
}
ul.menu-interno ul li {
	margin-bottom:4px
}
ul.menu-interno ul li:first-child {
	margin-top:12px;
}
ul.menu-interno ul li a {
	font-weight:500 !important;
}
ul.submenu {
	position:absolute;
	margin-top:2px;
	padding:20px 20px;
	width:360px;
	height:206px;
	overflow:hidden;
	overflow-y: scroll;
	background:#fff;
	border:1px solid #000;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.85);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.85);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:none;
}
ul.submenu li {
	float:left;
	border-right:none !important;
	width:50%;
	margin:15px 0;
	height:30px;
	line-height:1.1em;
}
ul.submenu li.boton-filtro {
	width:70%;
	margin:0 auto 20px 0;
}
ul.submenu li .boton {
	margin:0 auto;
}
.scroll-pane {
	width:360px;
	height:206px;
}
.ventana {
	display: none;
}
.ventana.login {
	margin: 0 auto;
}
#info-curso.ventana {
	padding:40px 70px 40px 30px;
}
#info-curso tr {
	margin-bottom:20px;
}
#compartir.ventana {
	width:400px;
}
.fancybox-skin {
    background: none repeat scroll 0 0 #d6d6d6 !important;
    border-radius: 0px !important;
    color: #262626 !important;
    position: relative;
    text-shadow: none;
}
.fancybox-skin a {
	text-align:center;
    color: #262626 !important;
}
.fancybox-close {
	top:-40px !important;
	right:-40px !important;
}
.lightbox .modal-content {
	text-align:left;
	background:none;
	color:#fff;
    display: inline-block;
    text-align: center;
    z-index:999999;
	top:100px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	border:none;
}
.lightbox .modal-content li, .lightbox .modal-content h3, .lightbox .modal-content p, .lightbox .modal-content a {
	color:#fff;
	text-align:left;
}
.lightbox .modal-content p, .lightbox .modal-content h3 {
	 margin:0;
}
.lightbox .modal-content li {
	 margin:14px 0;
}
.lightbox  {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;    
    z-index:999999;
}
.container table {
	width:100%;
}
.container table tr {
	height:40px;
	font-size:0.9em;
}
.container table td {
	width:20%;
}
.container table thead {
	border-bottom:2px solid #9c9c9c;
	font-family:'Dosis';
	font-size:1.1em;
	text-transform:uppercase;
}
/** checkbox **/
label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-weight:normal;
	color:#333;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox].checkbox {
}
label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	border:1px solid #000;
	background:#fff;
}
.checkbox label {
	margin-bottom: 10px;
}
label.checkbox {
	top:10px;
	margin-right:20px;
}
input[type=checkbox]:checked + label:before {
	background: #000;
}
/**** ****/
.boton {
	color:#ff765b;
	border:1px solid #ff765b;
	text-align:center;
	text-transform:uppercase;
	font-family:'Dosis';
	letter-spacing:2px;
	padding:10px 20px;
	margin:30px 0;
	background:#fff;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.boton:hover {
	background:#ff765b;
	border:1px solid #fff;
	color:#fff !important;
}
.flecha {
	font-size:2.4em;
	line-height:1.2em;
	float:left;
}
.container8-right, .container9-right {
	border-right:1px dotted #999;
	height:100%;
	padding-right:44px;
	float:left;
	padding-top:0;
	margin-top:40px;
}
.container9-right .noticia h1, .container9-right .noticia h2 {
	margin-top:0px !important;
	padding-top:0px !important;
}
/* ========================= Noticias ============================== */
.noticia .span3 {
	float:right;
	margin-right:0;
}
.noticia .span3 img {
	float:right;
}
.container9-right img {
	max-width:760px;
}
section.noticia, div.noticia {
	padding-bottom:22px;
	border-bottom:1px solid #b3b3b3;
	display:inline-block;
	width:840px;
}
.span12.noticia {
	width:1100px;
	margin-top:40px;
}
.span12.noticia .span6 {
	width:540px;
	margin-right:20px;
	text-align:justify;
}
.span12.noticia .span6:last-child {
	margin-right:0px;
}
.container9-right .interior {
	width:760px;
}
section.container8-right .noticia .span6 {
	margin-right:0px;
}
section.container8-right .noticia .span3 {
	margin-top:54px;
	display:block;
}
section.container8-right .noticia .span3 img {
	margin-top:0;
	width:190px;
	float:right;
}
section.span8.noticia .span3 img {
	margin-top:82px;
	width:190px;
	display:block;
	float:right;
}
section.span9.noticia .span3 img {
	margin-top:57px;
	width:190px;
}
.span12 .span9.noticia img.img-columna {
	width:760px;
}
section .container9-right img.img-columna {
	width:760px;
}
section.span12.noticia .span3 img {
	margin-top:24px;
	margin-left:95px;
	width:190px;
}
.span9 .noticia .span3 img {
	margin-top:57px;
	width:190px;
}
.span9 .noticia .span5 h2 {
	font-size:24px !important;
	font-weight:600;
	letter-spacing:3px;
	margin-top:20px;
}
.span9 .noticia h2, .span9 .noticia .span6 h2 {
	font-size:24px !important;
	font-weight:600;
	letter-spacing:3px;
	margin-top:20px;
}
.noticia-txt-miembro, .noticia-txt-miembro-junta, .noticia-txt-miembro-otro {
	font-family:'Dosis';
	margin:0 0 20px 50px;
	display:inline-block;
}
.noticia-txt-miembro h2, .noticia-txt-miembro-junta h2, .noticia-txt-miembro-otro h2 {
	margin:0;
}
.noticia-txt-miembro h4 {
	margin:10px 0 -16px 0;
	font-weight:normal;
	text-transform:none;
}
.noticia-txt-miembro h5 {
	margin:10px 0 20px 0;
	font-weight:normal;
}
.noticia-txt-miembro-junta h5 {
	margin:0px 0 10px 0;
	font-weight:normal;
}
.noticia-txt-miembro-otro h5 {
	margin:0px 0 70px 0;
	font-weight:normal;
}
.noticia-txt-miembro .boton {
	margin-top:14px;
	display:inline-block;
}
.noticia-txt-miembro-junta p {
	margin-bottom:20px;
}
.info-miembro {
	height: 160px;
}
.info-miembro img {
	width: 116px;
}
.info-miembro-patronato h5 {
	margin-bottom:124px;
}
.lista-grupo {
	padding:0 80px 20px 80px;
	clear:both;
	height:60px;
}
.lista-grupo h5 {
	float:left;
	text-transform:uppercase;
}
.lista-grupo a {
	margin-top:17px;
	float:right;
	font-size:0.9em;
}
.boton-calendario {
	padding:16px 28px;
	margin-right:14px;
	margin-top:14px;
	font-size:1.2em;
}
ul.filtrado-noticias {
	border:1px solid #000;
	font-family:'Dosis';
	display:inline-block;
	clear:both;
	margin:14px 0;
}
ul.filtrado-noticias li {
	float:left;
	text-align:left;
	text-transform:uppercase;
	border-right:1px solid #000;
	height:54px;
	/*font-size:0.7em;*/
}
ul.filtrado-noticias li:last-child {
	border-right:none;
}
ul.filtrado-noticias li a {
	display:inline-block;
	padding:18px 30px;
	color:#000;
	cursor:pointer;
}
ul.filtrado-noticias li a:hover {
	color:#eb7155 !important;
}
ul.filtrado-noticias li button {
	background:none;
	border:none;
	padding:18px 36px;
	text-transform:uppercase;
}
ul.filtrado-noticias li input.filtro-texto {
	padding:18px 19px;
	margin: 0;
	text-transform:uppercase;
	font-family:'Dosis';
    border: 0;
}
ul.filtrado-noticias li input.filtro-texto:focus {
	color:#333;
}
ul.filtrado-noticias li input.filtro-texto:active {	
    border: 0;
}
ul.filtrado-noticias li input.filtro-texto {
	width:126px;
}
.glyphicon {
	top:20px;
	left:30px;
	color:#999;
}
p.fecha {
	font-family:'Dosis';
}
ul.noticia-compartir {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	display:inline-block;
}
ul.noticia-compartir li {
	margin-right:36px;
	float:left;
}
ul.noticia-compartir li a {
	color:#000;
	font-size:0.8em;
}
ul.noticia-compartir li a img {
	margin:0 10px 0 0;
	width:20px !important;
}
ul.noticia-compartir li a:hover {
	padding-left:4px;
	color:#ff765b !important;
}
.paginacion {
	margin-top:36px;
	font-family:'Dosis';
	text-align:right;
	text-transform:uppercase;
}
.span12 .paginacion {
	margin-right:0px;
}
.span9 .paginacion {
	margin-right:30px;
}
.paginacion a {
	color:#000 !important;
	margin:0 4px;
}
.paginacion a:hover, .paginacion a.active {
	color:#ff765b !important;
}
.paginacion br {
	margin:0 0 14px 0;
}
ul.info-curso {
	background:#ff765b;
	color:#000;
	padding:26px 30px;
	width:300px;
}
ul.info-curso li {
	margin-bottom:16px;
}
ul.lista-cursos {
	display:inline;
	float:left;
}
ul.lista-cursos li {
	float:left;
	margin:0 28px 30px 0;
}
ul.lista-cursos li img {
	background:#000;
}
/*
ul.lista-cursos li img:hover {
	opacity:0.5;
	background-color:#000;
}
*/
/* ========================== Blogs ============================== */
.carousel-control-blog {
    color: #000;
    font-size: 60px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 30%;
    width: 20px;
}
.carrusel-blogs a.link-blog {
	width:252px;
	height:114px;
	border:1px solid #000;
	display:inline-block;
	padding-top:44px;
	margin:8px;
	margin-left:15px;
	background:#FFF;
	color:#000;
	font-family:'Dosis';
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
}
.carrusel-blogs a.link-blog:hover {
	border:1px solid #ff765b;
	color:#ff765b !important;
}
.carousel-control-blog.left {
    background-image: none;
    left: -30px;
}
.carousel-control-blog.right {
    background-image: none;
	right:-30px;
}
.compartir-blog {
	/*
	margin-top:150px !important;
	margin-left:300px;
	*/
}
ul.compartir-blog li {
	float:none;
	margin-top:10px;
}
.compartir-blog .link-tag a:hover {
	padding-left:0px;
	color:#000 !important;
}
.blog-info-extra {
	position:relative;
	display:table;
	clear:both;
}
.blog-info-extra img {
	margin-right:20px;
}
.blog-info-extra .margin-extra {
	position:absolute;
	bottom:0;
	left:290px;
	width:300px;
}

/* ========================= Galería ============================= */
ul.galeria li {
	float:left;
	margin-right:13px;
	line-height:1em;
	overflow:hidden;
	max-width:410px;
	max-height:320px;
}
ul.galeria li img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow:hidden;
	width:350px;
}
/*
ul.galeria li img:hover {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
	height:236px;
}
*/
.viewport {
    float: left;
    margin: 0 9px 9px 0;
    overflow: hidden;
    position: relative;
    width: 366px;
}
/* --- Link configuration that contains the image and label ----------------------------- */
ul.galeria li a, a.bot-visita {
    display: block;
    position: relative;
}
/*
.viewport a img:hover {
    -ms-transform: scale(2,4);
    -webkit-transform: scale(2,4);
    transform: scale(2,4);
}
*/
ul.galeria li a span {
    display: none;
    font-weight: bold;
    height: 100%;
    padding-top:22%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
	font-family:'Dosis';
	font-size:1.2em;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:2px;
}
a.bot-visita {
	float:left;
	overflow:hidden;
	max-width:710px;
	max-height:320px;
}
a.bot-visita span {
    display: none;
    font-weight: bold;
    padding-top:22%;
    position: absolute;
	left:0;
    text-align: center;
    text-decoration: none;
    width: 710px;
    height: 320px;
    z-index: 100;
	font-family:'Dosis';
	font-size:1.2em;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:2px;
}
ul.galeria li span img, a.bot-visita span img {
	width:42px;
	margin-bottom:10px;	
}
.dark-background {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
ul.galeria li h3 {
	line-height:1em;
	margin:8px 0 0 0;
}
ul.galeria li p.fecha {
	margin:8px 0 30px 0;
}
iframe.img-columna {
	width: 834px ;
	height: 474px;
}
.ekko-lightbox .modal-content {
	margin-top:100px;
	background:none;
	color:#fff;
	box-shadow:none;
	border:none;
}
.modal-backdrop.in {
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	-o-opacity: 0.85;
	opacity: 0.85;
}
.modal-header {
    border-bottom:0;
    min-height:64px;
    padding: 0;
}
.modal-footer {
    border-top:0;
    min-height:64px;
}
.ekko-lightbox .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.75;
    text-shadow: 0 1px 0 #fff;
	position:fixed !important;
	right:-20px !important;
	top:-20px !important;
}
.ekko-lightbox .close:hover {
    opacity: 1;
}
.galeria-info {
	margin-left:16px;
}
h3.modal-title {
	margin:0px;
	color:#fff;	
	font-family:'Open Sans';
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0;
}
p.galeria-info-txt {
	font-size:0.8em;
}
/* ======================= Formularios =========================== */
form {
	margin-left:30px;
}
form input, form textarea, form select {
	width:80%;
	border:1px solid #d4d4d4;
	padding:12px 14px;
	margin:10px 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
form input:focus, form textarea:focus {
	border:1px solid #ff765b;
}
form input.boton {
	width:140px;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height:18px;
}
.input-short {
	margin-top:-6px;
	left:-290px;
	position:relative;
}
/* ======================= Comentarios =========================== */
p.comentario {
	border-top:1px dotted #999;
	font-size:0.8em;
	padding:20px 0 0 0;
	margin-top:20px;
}
form.comentario h4 {
	color:#ff765b;
	text-transform:none;
	margin:36px 0;
}
form.comentario p {
	margin:15px 0;
	height:60px;
	vertical-align:middle;
}
form.comentario label {
	font-weight:normal;
}
form.comentario input, form.comentario textarea {
	width:80%;
	border:1px solid #000;
	padding:20px 14px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
form.comentario input:hover, form.comentario textarea:hover {
	border:1px solid #ff765b;
}
form.comentario input[type="button"] {
	color:#ff765b;
	border:1px solid #ff765b;
	text-align:center;
	text-transform:uppercase;
	font-family:'Dosis';
	letter-spacing:2px;
	padding:10px 20px;
	background:#fff;
	width:132px;
	margin-top:30px;
	margin-left:20%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
form.comentario input[type="button"]:hover {
	background:#ff765b;
	color:#fff !important;
}

/* ======================== Compartir ============================= */
ul.listado-compartir {
	width:360px;
	height:276px;
	background:#d6d6d6;
	position:relative;
	padding-top:70px;
	padding-left:88px;
}
ul.listado-compartir li {
	background:#d6d6d6;
	height:30px;
	margin-bottom:12px;
}
ul.listado-compartir li a {
	color:#262626 !important;
	text-transform:uppercase;
	font-family:'Dosis';
}
ul.listado-compartir li a:hover {
	padding-left:4px;
}
ul.listado-compartir li a img {
	margin-right:12px;
}
ul.listado-compartir li.cerrar {
	position:absolute;
	right:10px;
	top:10px;
	float:right;
	width:51px;
	height:51px;
}
ul.listado-compartir li.cerrar a:hover {
	padding-left:0px;
}

/* ========================= Lateral ============================== */

aside.lateral {
	display:inline-block;
	padding-left:20px;
}
aside.lateral-left {
	border-left:1px solid #999;
}
aside.lateral h2 {
	margin-bottom:26px;
}
aside.lateral ul {
	margin:10px 0;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
}
aside.span3 ul {
	margin:10px 0;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
}
aside.lateral ul li, aside.span3 ul li {
	margin-bottom:10px;
}
aside.lateral ul li a:hover, aside.span3 ul li a:hover {
	color:#333 !important;
}
.span3 p {
	text-align:left;
}
.banner {
	background:#ff765b;
	width:250px;
	min-height:250px;
	margin-bottom:30px;
}
.banner2 {
	background:#ff765b;
	width:200px;
	min-height:200px;
	margin-bottom:30px;
}
.slogan {
	font-family:'Dosis';
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	margin:30px 0;
	padding:30px 0;
	border-top:3px dotted #000;
	border-bottom:3px dotted #000;
}
ul.fotos li {
	margin:0 6px 0 0;
	float:left;
}
ul.fotos li a:hover {
	padding-left:0px !important;
}
ul.fotos-hide, ul.normativa-hide, ul.agenda-hide, .gente-hide {
	display:none;
	border-bottom:none !important;
}
a.ver-button, a.ver-mas {
	cursor:pointer;
	color:#bfbfbf;
	font-size:0.8em;
}
a.ver-mas {
	cursor:pointer;
	color:#bfbfbf;
	font-size:0.85em;
	margin-bottom:20px;
	display:inline-block;
}
a.ver-mas:hover {
	color:#333;
}
/* ========================= Footer ============================== */
footer {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:120px 0;
	margin-top:0px;
	margin-bottom:0;
	display:inline-table;
	width:100%;
	background: #fff;
	z-index: 2147483647;
}
footer ul li {
	font-family:'Dosis';
	text-transform:uppercase;
	margin-bottom:10px;
}
footer ul li a {
	color:#000;
}
footer ul li a:hover {
	padding-left:4px;
	color:#ff765b !important;
}
span.bot-fb {
	background:#000 url(../img/bot-fb.png) center 4px no-repeat;
	height:26px;
	width:26px;
	display:inline-block;
}
span.bot-tw {
	background:#000 url(../img/bot-tw.png) center 4px no-repeat;
	height:26px;
	width:26px;
	display:inline-block;
}
span.bot-ln {
	background:#000 url(../img/bot-ln.png) center 4px no-repeat;
	height:26px;
	width:26px;
	display:inline-block;
}
span.bot-fb:hover, span.bot-tw:hover, span.bot-ln:hover {
	background-color:#ff765b;
}

/* ========================== Sede ============================== */
.espacios-sede ul li {
	float:left;
	margin-right:28px;
}
.plantas {
	position:relative;
	height:219;
	width:109;
	display:block;
	margin:120px 0 0 120px;
}
.pacceso, .psegunda, .ptercera {
	/*display:none;*/
	z-index:1;
}
.zjardin, .zacceso, .zsegunda, .ztercera {
	position:absolute;
	display:block;
	width:109px;
	height:55px;
	z-index:10;
	cursor:pointer;
}
.zjardin, .plantas span.pjardin {
	top:162px;
}
.zacceso,.plantas span.pacceso {
	top:107px;
}
.zsegunda,.plantas span.psegunda {
	top:53px;
}
.ztercera,.plantas span.ptercera {
	top:0px;
}
.plantas span.pjardin, .plantas span.pacceso, .plantas span.psegunda, .plantas span.ptercera {
	font-family:'Dosis';
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	position:absolute;
	right:-80px;
}
.plantas span.ptercera {
	top:0px;
	right:-114px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
