/*
Económica Font
font-family: 'Economica', sans-serif;
regular 400
regular 400 Italic
bold 700
bold 700 Italic

Titillium Web Font
font-family: 'Titillium Web', sans-serif;
light 300
light 300 Italic
regular 400
regular 400 Italic
semi-bold 600
semi-bold 600 Italic
bold 700
*/
@import url('https://fonts.googleapis.com/css?family=Economica:400,400i,700,700i|Titillium+Web:300,300i,400,400i,600,600i,700');

/*
Open Sans
font-family: 'Open Sans', sans-serif;
light 300
regular 400
regular 400 Italic
semi-bold 600
bold 700
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

/* .end fonts */


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Economica', sans-serif;
	font-size: 100%;
	color:#333;
}

/*html, body {
	height: 100%;
}/*

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
button {
	font-family: 'Economica', sans-serif;
	padding: 0.3em 0.5em;
	font-size: 1.04em;
	cursor: pointer;
}
ol, ul {
	list-style: none;
	font-family: 'Open Sans';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* enlaces */
a img {
	border: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #034EA2;
}

a:active, a:focus{ outline:none; }
q, blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**************************************************/
#main {
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	display: table;
	width: 100%;
}

#footer {
	background-color: #000;
	color: #DDD;
	text-align: center;
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: bottom;
	border-top: 8px solid #ACD5FF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}

.row {
	display: table-row;
	background-repeat: no-repeat;
	background-position: center top;
}

#homeBody {
	background-color: #edf5f7;
	background-image: url(../web/img/info-background.jpg)
}

.content, .contenido {
	width: 100%;
	max-width: 960px;
	/*max-width: 1024px;*/
	margin: 0 auto;
	position: relative;
}

.content p {	font-family: 'Open Sans';
	padding: 0 0px 20px;
	text-align: justify;
	/*letter-spacing: -0.3px;*/
	font-size: 1em;
	line-height: 1.4em;
} 

section.sessionDetails p, section.sessionInfo p { /* Párrafos */
	font-family: 'Open Sans';
	padding: 0 0px 20px;
	text-align: justify;
	/*letter-spacing: -0.3px;*/
	font-size: 1em;
	line-height: 1.2em;
}
/*************************************/
#header {
	background-color: #FFFFFF;
	display: table-cell;
	height: 165px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 5px solid #e5412a;
}

#header .logo {
	position: absolute;
    top: 50px;
}
#header .logoISBMB {
	float: right;
  	margin-right: 5px;
    margin-top: 50px;
}
#header .logoFEBS {
	float: right;
  	margin-right: 5px;
    margin-top: 50px;
}

#header .header-titles{
  display: inline-block;
  float: left;
  margin-left: 31%;
  margin-right: 22%;
  margin-top: 77px;
  text-align: center;
}

#header .header-titles h2{
  font-size: 23px;
  color:#015c80;
}

#header .header-titles h3{
  font-size: 23px;
  color: #0098d7;
}

#header .botones {
	position: absolute;
	top: 60px;
	right: 0px;
	width: auto;
	height: 50px;
	text-align: right;
}
#header .botones button {
      color: #fff;
      background-color: #0198d6 !important;
      border-style: none;
      border-radius: 5px;
      font-size: 24px;
      border: transparent;
      width: 86px;
      height: 80px;
      font-weight: bold;
      padding: 0px 6px;
      font-family: 'Economica', sans-serif;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#header .botones button:hover {
  background-color: #014966 !important;
  color: white;
}

/* button orange-bg */
#header .botones button.orange-bg {  background-color: #e5412a !important; }
#header .botones button.orange-bg:hover { background-color: #e8250a !important; }
/* .end */


/*
#header .botones button .fa{
	margin-top: -3px;
}
*/

#header .botones button i {
	/*margin-left: 5px;*/
	vertical-align: middle;
	font-size: 0.9em;
}

/************** MAIN MENU *************************/
#navbarfixed {
	/* 2017 */
	 display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    background-color:#0098d7;
    border-top: 10px solid #014966;
    top: 0;

}
.navbarScroll {
	background-color:#0098d7;
}

.menu {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 960px;
		/*width: 1024px;*/
    display: table;
}
.menu ul {
	display: table-row;
    height: 36px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.menu li {
	display: table-cell;
	padding: 0px;
	text-align: center;
}

.menu li a {
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	height: 40px;
	line-height: 24px;
	vertical-align: middle;

	/* 2017 */
	font-family: 'Economica', sans-serif;
	color: #fff;
}
.menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;

	/* 2017 */
	background-color: #014966; /* Level 1 Rollover Color */
}
.menu ul li:hover a {
	text-decoration: none;
}
.menu li ul { /* submenu */
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: auto;
  	/*border-bottom: 8px solid #014966;*/
	z-index: 200;
}
/*.menu li ul:before{
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 15px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0283b9 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #0283b9 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}*/
.menu li:hover ul {
    display: block;
    /*margin-top: 1px;*/
    box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}
.menu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 2.5em;
	background-color: rgba(0,0,0,0.8); /* Level 2 Background Color */

	/* 2017 */
	height: auto;
	background-color: #0283b9;
	min-width: 172px;

}
.menu li:hover li a {
	color: #fff;
    background: none;
}
.menu li ul a {
	/* 2017 */
  font-family: 'Economica', sans-serif;
  font-weight: normal;
  display: block;
  height: 40px;
  font-style: normal;
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  padding-left: 10px;
}
.menu li ul a:hover,
.menu li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #013e57; /* Level 2 Rollover Color */
}
/* Tercer nivel **********************/
.menu li:hover ul ul {display: none;}
.menu li:hover ul li:hover ul {
	display: block;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 100%;
	width: auto;
	z-index: 300;
}
.menu li:hover ul li:hover ul li {white-space: nowrap;}

.menu li ul li:hover ul li a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(90,90,90,0.8); /* Level 3 Background Color */
}
.menu li ul li ul a:hover {background-color: #008fd2 !important;} /* Level 3 Rollover Color */

/* *************** ASIDE MENU *********************/
aside.lateral {
	width: auto; /*230px;*/
	float: left;
	margin-right: 40px;
}
.subMenu {
	border: 0px;
	margin: 36px 0px 0px;
	padding: 0px;
	background-color: #333; /* Aside Level 1 Background Color */
}
.subMenu ul {
	display: table;
    width: 100%;
    list-style: none;
    margin: 51px auto;
    padding: 0px;
    border-spacing: 0px !important;
}
.subMenu li {
	display: table-row;
}
.subMenu li a {
	color: #fff;
	display: table-cell;
	font-weight: normal;
	margin: 0px;
	padding: 12px 12px;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
}
.subMenu li a:hover {
	/*color: #FFFFFF;*/
	background-color: #000;	/* Aside Level 1 Rollover Color */
	text-decoration: none;
}
.subMenu ul li:hover a {
	text-decoration: none;
}
.subMenu li ul { /* Aside Level 2 Menu */
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: auto;
	z-index: 200;
	/*left: 230px;*/
}
.subMenu li:hover ul {
    display: block;
    margin-top: 0px;
}
.subMenu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	/*background-color: #555;  Aside Level 2 Background Color */
}
.subMenu li:hover li a {
	color: #fff;
    background: none;
}
.subMenu li ul a {
	color: #000;
	display: block;
	/*height: 36px;*/
	font-style: normal;
	margin: 0px;
	padding: 12px;
	text-align: left;
	font-size: 16px;
}
.subMenu li ul a:hover,
.subMenu li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(222, 51, 29); /* Aside Level 2 Rollover Color */
}

/* Aside Level 3 **********************/
.subMenu li:hover ul ul {display: none;}
.subMenu li:hover ul li:hover ul {
	display: block;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	/*top: 0px; */
	margin-top: -36px;
	left: 100%;
	width: auto;
	z-index: 300;
}
.subMenu li:hover ul li:hover ul li {white-space: nowrap;}

.subMenu li ul li:hover ul li a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(62, 125, 187, 0.7);  /*Aside Level 3 Background Color */
}
.subMenu li ul li ul a:hover {
	background-color: rgb(222, 51, 29) !important; /* Aside Level 3 Rollover Color */
}

/*************** PAGE AND COLUMNS ******************/
section.page {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	float: left;
	width: 640px;
	/*width: 730px;*/
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 36px;
	line-height: 22px;
	background-color: rgba(255,255,255,0.95);
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	min-height: 400px;
}
section.page a {
    position: relative;
    /* display: inline-block; */
    outline: none;
    color: #333;
    /* vertical-align: bottom; */
    text-decoration: none;
    /* white-space: nowrap; */
    transition: background-color 0.3s, border-color 0.3s;
    border-bottom: 1px solid rgba(52,73,94,0.4);
    font-weight: 500;
}

section.page a:hover {/*text-decoration: underline; color: #008fd2;*/
    border-color: rgba(52,73,94,0);
    background-color: rgba(52,73,94,0.1);
}

section.page .pageheader-image {
	margin-left: -20px;
	margin-right: -20px;
}

section.page h1 {
	font-family: 'Economica', sans-serif;
	font-size: 40px;
	padding: 5px 15px;
	padding-left: 20px;
	border-bottom: 3px solid #e5412a;
	top: 0px;
	line-height: 59px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	color: #0098d7;
	height: 67px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 15px;
	background-image: url(../web/img/bg-titulo.jpg);
}

section.page p:first-of-type {
    margin-top: 20px;
}

/*section.subPage h1 {
	color: rgb(0, 143, 210);
	font-size: 2em;
	padding: 5px 10px;
	border-left: 12px solid #DE331D;
	margin-top: 0px;
	margin-bottom: 15px;
}*/

section.subPage h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	padding: 5px 15px;
	border-left: 12px solid #f7a600;
	margin-top: 0px;
	line-height: 1.4em;
	background-color: #9b9d9e;
	background-image: url(../web/img/bg-titulo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	height: 50px;
	margin-left: -20px;
	margin-right: -20px;
}

section.page h2, h1.noticias-h1 {
	font-family: 'Open Sans', sans-serif;
	color: #014966;
    font-size: 1.5em !important;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px !important;
    padding: 0px 0px 5px;
    clear: both;
    background: transparent !important;
    border-left: 0px !important;
    border-bottom: 1px dashed #014966;
}

h1.noticias-h1 {
	margin: 10px !important;
	padding-left: 0px !important;
	line-height: 2em !important;
}
section.page h4 {
	font-family: 'Open Sans', sans-serif;
	color: #014966;
	font-size: 1.2em;
	padding-right: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}

section.page h3 {
	padding-right: 20px;
	font-size: 1.2em;
	color: #014966;
	font-weight: 600;
	padding-bottom: 10px;
}
section.page h5 {
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
}
section.page h6 {
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-style: italic;
}

section.page .img-responsive{
	width: 100%;
	margin: 15px 0px;
}

section.page p.intro {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #666666;
}

/* Listas en interior */
section.page ul, section.sessionDetails ul, section.sessionInfo ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 1em;
}
section.page ul ul, section.sessionDetails ul ul, section.sessionInfo ul ul {
	list-style: circle;
}

section.page ol, section.sessionDetails ol, section.sessionInfo ol {
	list-style: decimal;
	padding-bottom: 1em;
	padding-left: 20px;
}
section.page li, section.sessionDetails li, section.sessionInfo li {
	margin-bottom: 10px;
	margin-left: 20px;
}

section.page div.pagePicture {
	text-align: center;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 300px;
    margin-left: -25px;
    margin-right: -25px;
}

section.page.fullsize { /* SIN COLUMNA */
	float: none;
	width: auto;
}

/* RIGHT COLUMN ******************/

section.columnRight {
	float: right;
	width: 270px;
}


div.deadlines{
	padding-bottom: 20px;
}

div.deadlines p {
	font-family: 'Economica';
	height: 50px;
	line-height: 47px;
	font-size: 25px;
	color: #333;
	margin-top: 20px;
	padding: 0px 15px;
	background-color: #e5412a;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;

}
div.deadlines ul {

	font-family: 'Titillium Web', sans-serif;
	color: #174869;
	background-color: rgba(255,255,255,0.8);
	line-height: 18px;
}
div.deadlines ul li { padding: 10px 15px; text-align: center;}

div.deadlines ul li:nth-child(even) {background: rgba(5,138,164,0.1);}
div.deadlines ul li:nth-child(odd) {background: transparent;}

div.subscribeNewsletter p{
	letter-spacing: 1px!important;
	/*font-size: 23px;*/
}

div.subscribeNewsletter button{
	background-color: #0098d7;
	box-shadow: none;
	font-size: 24px !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 54px;
	/*width: 196px;*/
}

div.subscribeNewsletter button:hover{
	background-color: #014966 !important;
}

div.subscribeNewsletter button i{
	margin-right: 20px;
}

div.twitter {
	margin: 20px 0px 0px;
}

div.facebook {
	margin: 20px 0px;
}

button.applyNow:first-of-type {
    margin-top: 20px;
    /*border: 1px solid;*/
}

button.applyNow {
	background-color: #4ca633;
	/*background-color: transparent;*/
	font-size: 38px;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	width: 100%;
	/*border-width: 0px;*/
	border-radius: 6px;
	margin-bottom: 25px;
	height: 61px;
	font-family: 'Economica';
	padding: 0;
	padding-bottom: 0px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	line-height: 51px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
button.applyNow i {
	display: block;
	float: left;
	font-size: 28px;
	margin: 14px 17px 0px 20px;	
}

button.applyNow:hover {
  /*background-color: #57991d !important;*/
  background-color: #014966;
  color: white;
}

button.febsytfgrants{
	background-color: #4ca633;
	/*border: 1px solid;*/
}

button.febsytfgrants:hover{
	/*background-color: #e08d09 !important;*/
	background-color: #014966;
}

button.CTA2 {
	background-color: #034EA2;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	border-width: 0px;
	border-radius: 6px;
	margin-bottom: 25px;
}
button.CTA2 i {margin-right: 10px}

button.CTA2:hover {
  /*background-color: #DE331D !important;*/
  background-color: rgb(0, 143, 210) !important;
  color: white;
}

div.
Column {
	margin-bottom: 20px;
}

.downloadPoster{
	width: 100%;
	min-height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0098d7;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	border-radius: 8px;
}
.downloadPoster a{
  display: block;
	width: 100%;
  min-height: 100%;
  text-align: center;
  font-size: 36px;
  color: white;
	font-weight: bold;
}
.downloadPoster a span{
	background-color: rgba(0, 0, 0, 0.56);
	padding: 5px 0px;
	width: 100%;
	display: block;
	float: left;
	margin-top: 102px;
}

.downloadPoster a:hover span{
	background-color: rgba(0, 0, 0, 0.8);
}

/***** SPEAKERS ************/

section.page ul.speakers {
	margin: 25px 0px 20px;
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline-table;
	/*margin-bottom: 50px;*/
	display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-around !important;
}
section.page ul.speakers li {
	float: left;
	width: 100px;
	margin: 10px 24px;
	line-height: 1em;
	height: 210px;
	/* [disabled]background-color: #CCFF66; */
}
section.page ul.speakers span {
	display: block;
	line-height: 1;
}
section.page ul.speakers img {
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 3px #666;
	border-radius: 90px;
}
section.page ul.speakers .speakerPhoto {
	display: block;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100px auto;
	overflow: hidden;
	border-radius: 50%;
}
section.page ul.speakers .speakerName {
	color: #006699;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666666;
	height: auto;
}
section.page ul.speakers .speakerJob {
	font-size: 0.9em;
	color: #666;
	padding-top: 5px;
}

/***** ACCOMODATION ************/

section.page ul.accommodation {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
}
section.page ul.accommodation li {
	margin: 10px 0px;
	line-height: 1em;
	overflow: hidden;
}
section.page ul.accommodation .accoPic {
	display: block;
	margin-bottom: 10px;
	float: left;
	height: 180px;
	width: 270px;
	padding-top: 10px;
}
section.page ul.accommodation .accoPic img {
	width: auto;
	height: 180px;
	box-shadow: 1px 1px 3px #666;
}
section.page ul.accommodation .accoName {
	display: block;
	width: 300px;
	color: #006699;
	padding: 10px 10px 0px;
	clear: right;
	float: right;
	height: auto;
	font-size: 1.4em;
	line-height: 1.1em;
}
section.page ul.accommodation .accoDescription {
	padding: 10px;
	clear: right;
	float: right;
	height: auto;
	width: 300px;
	line-height: normal;

}
section.page ul.accommodation .accoWeb {
	padding: 10px;
	color: #666;
	float: right;
	clear: right;
	width: 300px;
}
section.page ul.accommodation .accoWeb a {color: #666}

/************* CONTACT *********************************/

section.contact {
	display: table;
	width: 100%;
	margin-top: 20px;
}
section.contact article {
	display: table-cell;
	vertical-align: top;
}
section.contact article.contactData {
	width: auto;
	padding: 15px;
	padding-right: 50px;
}
section.contact article.contactForm {
		width: 300px;
		padding: 15px;
		background-color: #0098d7;
		border-radius: 3px;
		/* box-shadow: 0px 0px 3px #333333; */
		color: white;
}

.contactForm label {
	display: block;
	padding-bottom: 10px;
}
.contactForm input, .contactForm textarea {
	padding: 5px;
	width: 100%;
}
.contactForm textarea {
	resize: vertical;
	min-height:100px;
}
.contactForm button {
	text-transform: uppercase;
	color: #fff;
	background-color: rgb(229, 65, 42);
	border: 0;
	border-radius: 5px;
	margin-top: 0px;
	width: 100%;
}

.contactForm button:hover {
    background-color: rgb(234, 94, 44);
}
.contactForm button:before {
    content: "SEND MESSAGE";
    margin: 10px;
}

.contactForm button i {
	width: auto !important;
	margin-right: 5px;
}
.error {
	padding: 5px 10px;
	background-color: #CC0000;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	display: table;
	width: 100%;
}
.error i, .error span {
	display: table-cell;
	vertical-align: middle;
}
.error i {width: 10px; padding-right: 10px;}
.contactForm br.clear {display: none;}

/* organizers */

section.page ul.speakers li.organizer {
	margin: 23px;
}

/* Thanks message */
p.messageIcon {
	text-align: center;
	font-size: 12em;
	color: #0099cc;
}

/********************* REGISTRATION ********************/
table.fees {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid rgb(1,73,102);
	margin-bottom: 20px;
}

table.fees tr:nth-of-type(odd) {background-color: rgba(1,73,102,0.1);}
table.fees th {
	padding: 5px;
}
table.fees th[scope="col"] {
	color: #FFFFFF;
	background-color: rgb(1,73,102);
}
table.fees th[scope="row"] {
	color: #000000;
	background-color: rgba(1,73,102,0.1);
}
table.fees tr:nth-of-type(odd) th[scope="row"] {
	color: #000000;
	/*background-color: rgba(1,73,102,0.2);*/
}
table.fees td {
	padding: 5px;
	text-align: center;
}
/**** VENUE ****************/
div.venueMap {
	margin-bottom: 20px;
	left: -15px;
	position: relative;
}

/******** UNDER PAGE ******************/
/* section.subPage {
	float: left;
	width: 720px;
	position: relative;
	/* [disabled]overflow: hidden; */
	/*margin-bottom: 36px;
	margin-top: 36px;
	/* [disabled]background-color: #FFFF00; */
	/*min-height: 200px;
}*/

section.subPage {
	float: left;
	width: 720px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 36px;
	line-height: 22px;
	/* background-color: rgba(255,255,255,0.8); */
	/* padding-right: 20px; */
	/* padding-left: 20px;	*/
	padding-bottom: 40px;
	/* box-shadow: 2px 2px 5px rgba(0,0,0,0.5); */
}

/* PROGRAM COLUMN ******************/

section.columnProgram {
	float: right;
	width: 200px;
	min-height: 100px;
	position: relative;
}

div.program {
	margin-bottom: 20px;
	margin-top: 105px;
}
div.program_cloned {
	margin-top: 20px !important;
}

div.program p {
	height: 30px;
	font-size: 24px;
	color: #000;
	margin: 0px;
	padding: 0px;
	/*opacity: 0;*/
}
div.program ul {
	padding: 0;
	color: #fff;
	background-color: #FFF;
}
div.program ul li {
	margin-bottom: 1px;
	background-color: #000;
}
div.program ul li a {
	display: block;
	padding: 5px 10px;
	color: white;
}

/**** PROGRAM TABLE ****/

section.day {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 15px;
	background-color: white;
	font-family: 'Open Sans';
}
section.day header {
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	width: auto;
	background-color: #000;
}
section.day .weekDay {
	padding: 5px 10px;
	float: left;
	background-color: #DE331D;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
section.day .monthDay {
	background-color: #000000;
	text-align: right;
	padding: 5px 10px;
	float: right;
	width: auto;
}
section.day .roomsRow {
	clear: both;
	height: 32px;
}
section.day .roomsRow a {color: white;}
section.day .roomsRow div {
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	border-left: 1px solid #ccc;
	background-color: #999;
	margin-bottom: -1px;
}
section.day .roomsRow div.hourColumn {
	width: 60px;
	color: #000000;
	font-weight: bold;
	border: none;
	background-color: #bbb;
}
article.timeColumn {
	float: left;
	width: 60px;
	background-color: #EDEDED;
}
article.timeColumn div {
	text-align: center;
	padding: 5px;
	height: 100px;
	border-bottom: 1px solid #ededed;
	background-color: #CCCCCC;
}

article.sessionColumn {
	float: left;
	position: relative;
	background-color: #ededed;
	border-left: 1px solid #ccc;
	font-size: 12px;
	line-height: 15px;
}
article.sessionColumn div {
	padding: 5px;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.sessionColumn div.inactive {
	background-color: #DFDFDF;
	color: #666666;
}
article.sessionColumn div a {
	color: white;
	display: block;
	height: 100%;
}

/******* Texto Previo al Program ************/
.textoIntro {
	padding: 15px;
	background: white;
	margin-top: 10px;
}
.textoIntro_cloned {background-color: white;}

/****** INFO WINDOW ************/
header.sessionInfo {
	color: #FFFFFF;
	padding: 10px;
	font-family: 'Open Sans';
}
header.sessionInfo .sessionType {
	text-align: center;
	padding: 8px;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	background-color: rgba(0,0,0,0.2);
}
header.sessionInfo .sessionRoom {
	font-size: 1.3em;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
header.sessionInfo .sessionDate {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
}
header.sessionInfo .sessionTime {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	font-size: 1.3em;
}
header.sessionInfo .sessionPlace {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	font-size: 1.3em;
}
header.sessionInfo .sessionChair {
	clear: both;
	font-size: 1.1em;
	/* [disabled]text-align: center; */
}

section.sessionDetails {
	padding: 10px;
	font-family: 'Open Sans';
}
section.sessionDetails article {
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
	width: auto;
}
section.sessionDetails article + article {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
section.sessionDetails article .sessionPart {
	float: left;
	width: 80%;
}
section.sessionDetails article .sessionPartTime {
	text-align: right;
	float: right;
	width: 20%;
	font-weight: bold;
}

/************************/
#breadcum {
	    background-color: #0098d7;
	    color: #fff;
	    font-family: 'Economica', sans-serif;
			height: 42px;
	    line-height: 39px;
	    font-size: 22px;
	    padding: 20px 0;
}

#breadcum a:after {
	content: " » "
}

#breadcum a{
	color: #fff;
}

/*****************/
#sponsors {
	padding: 20px;
	text-align: center;
}
#sponsors .intro {
	padding-top: 25px;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	/* [disabled]color: #555; */
	letter-spacing: normal;
}
#sponsors article {
	display: inline-table;
	width: 22%;
	margin: 0px 10px 20px;
	position: relative;
	vertical-align: top;
}
#sponsors article:last-of-type{
	margin-bottom:35px;
}
#sponsors article img {
	max-height: 150px;
	margin-bottom: -5px;
}
#sponsors article span {
	background-color: #ededed;
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}
#sponsors img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sponsors img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

/*************************/
#footer{
	position: relative;
	background-color: #1ea6de;
	background-size: cover;
	border-top: 0px;
	color: #6a4801;
	/*background-image: url(../web/img/footer_bg.jpg);*/
	background-repeat: no-repeat;
	background-size: 380px 130px;
	background-position: 850px 35px;
}

#footer ul {
	padding: 10px;
	float: left;
	width: 360px;
	text-align: left;
}

#footer .footer-buttons{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5%;
}

#footer .footer-buttons a{
	display: block;
	float: left;
	padding-top: 10px;
	margin-right: 8px;
	width: 60px;
	height: 100px;
	display: block;
	background-color: #014966;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.scrollup{
	display: none !important;
}

#footer .footer-buttons a:hover{
	background-color: white;
	color: #014966;
}

#footer .footer-buttons a i{
	display: block;
	margin: 0 auto;
	font-size: 40px;
}

#footer ul li {margin: 10px 0}
#footer ul li a {
    color: #6a4801;
	padding: 5px 10px;
	padding-bottom: 8px;
	border-radius: 16px;
	font-family: 'Economica';
	font-size: 18px;
}
#footer ul li a i {padding-right: 5px;}
#footer ul li a:hover {background-color: #000; 	color: #FFF;}
#footer .logo {
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 50px;

}

#footer .footer-info{
	float: left;
	width: 500px;
	text-align: left;
	margin-top: 14px;
	color:black;
}

#footer .footer-info img{
	max-height: 130px;
	max-width: 130px;
	float: left;
	margin-right: 15px;
	border-right: solid 1px #168cbe;
}

#footer .footer-info h4{
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
}
#footer .footer-info p{
	font-family: 'Open Sans', sans-serif;
	color: #242323;
	font-size: 13px;
	font-style: italic;
	padding: 5px;
}
#footer .footer-info a{
	font-family: 'Economica', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}


#footer .final {
	font-family: 'Economica';
	font-size: 1em;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	padding: 6px;
	font-weight:100;
	height: 65px;
}

#footer .final a{
	color: #fff;
}
#footer .final .social {
	/**float: left;
	width: 170px;
	margin-top: -10px;**/
	font-size: 30px;
	padding-left: 15px;
	text-align: left;
}
#footer .final .social a {margin: 0px 3px}
#footer .final .copyright {
	padding-left: 15px;

	text-align: left;
}
#footer .final .copyright {
		padding-left: 15px;
    text-align: left;
    float: left;
		line-height: 52px;
    padding-right: 150px;
}

#footer .final .legal {
	text-align: left;
	float: left;
	height: 30px;
	line-height: 52px;
	padding-right: 10px;
	color: #fff;
}
#footer .final .legal a:hover {color: #fff; text-decoration: underline;}

.camposh {
    display: none !important;
}

/* ************* ABSTRACTS *************** */
.abstracts {}
.abstracts article {
	background-color: #E9E9E9;
	padding: 10px;
	width: auto;
	position: relative;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	margin-top: 25px;
}

.abstracts .infoAbstract {
	width: 700px;
	float: left;
}
.abstracts .referencia {
	height: 20px;
	width: 500px;
	top: -16px;
	position: absolute;
	color: #666666;
	right: 14px;
	text-align: right;
	font-size: 12px;
}
.abstracts .enlace {
	float: right;
	clear: right;
	height: 50px;
	width: 180px;
	text-align: center;
	background-color: #999;
	border-radius: 6px;
	margin-bottom: 10px;
}
.abstracts .enlace:hover {
	background-color: #666;
}
.abstracts .enlace i {
	font-size: 1.5em;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 12px;
}
.abstracts .enlace a {
	color: #fff;
	display: block;
	line-height: 50px;
}
.abstracts .enlace a:hover {text-decoration: none;}
.abstracts .track 	 {margin-bottom: 10px;}
.abstracts .subtrack {margin-bottom: 10px;}
.abstracts .titulo {
	clear: both;
	background-color: #0099CC;
	color: #FFFFFF;
	display: table;
	width: 100%;
	position: relative;
	left: 0px;
	border-radius: 4px 4px 0px 0px;
}
.abstracts .titulo span, .abstracts .autores span {
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
}
.abstracts span.literal {
	width: 95px;
	text-align: right;
	padding-right: 15px;
	padding-left: 10px;
}
.abstracts .autores {
	clear: both;
	background-color: #666666;
	color: #FFFFFF;
	display: table;
	width: 100%;
	position: relative;
	left: 0px;
	border-radius: 0px 0px 4px 4px;
}

.abstracts .intro {
	font-style: italic;
	margin-top: 15px;
	background-color: #B3D5E6;
	padding: 15px;
	border-radius: 6px;
	box-shadow: inset 1px 1px 2px #666;
	line-height: 1em;
}
.abstracts .intro span {font-weight: bold; font-style: normal;}

.extracto { /* info en ventana fancy */
	padding: 20px;

}
.extracto h1 {
	color: #0099CC;
	padding: 0px;
	margin: 0px 0px 5px;
}
.extracto h2 {
	color: #666666;
	margin: 0px 0px 20px;
	padding: 0px;
}
.extracto p {
	margin-bottom: 15px;
}

/*  **************************************************************** */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/************* ESTILOS TOOLTIP *************/

[data-tips] {
	position: relative;
	text-decoration: none;
}

	[data-tips]:after,
	[data-tips]:before {
	    position: absolute;
	    z-index: 100;
		opacity: 0;
	}

		[data-tips]:after {
	content: attr(data-tips);
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 16px; /* Tamaño texto */
	text-align: center;
	color: #fff; /* Color Texto */
	border-radius: 5px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #06c; /* Color Fondo */
		}

		[data-tips]:before {
			content: "";
			width: 0;
			height: 0;
			border-width: 6px;
			border-style: solid;
		}

			[data-tips]:hover:after,
			[data-tips]:hover:before {
				opacity: 1;
			}

/* Top tips */
[data-tips].top-tip:after,
[data-tips].top-tip:before {
	bottom: 90%;
	left: -9999px;
	margin-bottom: 12px;
}

	[data-tips].top-tip:before {
		border-color: #06C transparent transparent transparent; /* color pico */
		margin-bottom: 0;
	}

	[data-tips].top-tip:hover:after,
	[data-tips].top-tip:hover:before {
		bottom: 100%;
		left: 0;
	}

	[data-tips].top-tip:hover:before {
		left: 15px;
	}

/* Bottom tip */
[data-tips].bottom-tip:after,
[data-tips].bottom-tip:before {
	top: 90%;
	left: -9999px;
	margin-top: 12px;
}

	[data-tips].bottom-tip:before {
		border-color: transparent transparent #06C transparent; /* color pico */
		margin-top: 0;
	}

	[data-tips].bottom-tip:hover:after,
	[data-tips].bottom-tip:hover:before {
		top: 100%;
		left: 0;
	}

	[data-tips].bottom-tip:hover:before {
		left: 15px;
	}

/* Right tip */
[data-tips].right-tip:after,
[data-tips].right-tip:before {
	top: -9999px;
	left: 96%;
	margin-left: 12px;
}

	[data-tips].right-tip:before {
		border-color: transparent #06C transparent transparent; /* color pico */
		margin-left: 0;
	}

	[data-tips].right-tip:hover:after,
	[data-tips].right-tip:hover:before {
		left: 100%;
		top: 0;
	}

	[data-tips].right-tip:hover:before {
		top: 7px;
	}

/* Left tip */
[data-tips].left-tip:after,
[data-tips].left-tip:before {
	top: -9999px;
	right: 96%;
	margin-right: 12px;
}

	[data-tips].left-tip:before {
		border-color: transparent transparent transparent #06C; /* color pico */
		margin-right: 0;
	}

	[data-tips].left-tip:hover:after,
	[data-tips].left-tip:hover:before {
		right: 100%;
		top: 0;
	}

	[data-tips].left-tip:hover:before {
		top: 7px;
	}

/*************************************/

#paginacion {
	color: #9A9A9A;
	margin-top: 20px;
	clear: both;
	display: block;
	overflow: visible;
	height: 36px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 16px;
}
#paginacion * {box-sizing: content-box;}
#paginacion .paginas {
	clear: left;
	float: left;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 1px 1px 2px 0px #666666;
	padding-right: 12px;
	padding-left: 12px;
	width: auto;
}
#paginacion .paginas a, #paginacion .paginas span {
	text-decoration: none;
	color: #666;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 8px;
	height: 16px;
	display: inline;
	float: left;
	width: auto;
}
#paginacion .paginas span {
	background-color: #0099CC;
	font-weight: bold;
	color: #FFFFFF;
}

#paginacion .paginas a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0099CC;
}

#paginacion .resultados {
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
	line-height: 34px;
	height: 32px;
	color: #333333;
}
#paginacion a.adelante {
	letter-spacing: 0.1em;
	margin-right: -12px;
	border: 0;
}

#paginacion a.atras {
	letter-spacing: 0.1em;
	margin-left: -12px;
	border: 0;
}


#cookies {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	line-height: 1.3em;
	font-size: 1em;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99999;
}
#cookies .contenido {
	padding-right: 100px;
	padding-left: 10px;
	text-align: left;
}
#cookies a {
	color: #FFFFFF;
	text-decoration: underline;
}
#cookies a:hover {
    color: #f7a600;
}

#cookies button {
	padding: 0.2em 0.4em;
	border: none;
	border-radius: 4px;
	margin: 0px 0px 0px 10px;
	font-family: 'Economica', sans-serif;
	background-color: #0098d7;
	color: #FFF;
    border: 1px solid white;
    font-size: 1em;
}

#cookies button:hover
{
	background-color: #014966 ;
	color: #FFF
}

/******* COLORES ***********/
.colorVerde {
	background-color: #669933;
	color: #FFFFFF;
}
.colorRojo {
	background-color: #CC0000;
	color: #FFFFFF;
}
.colorAzul {
	background-color: #0066CC;
	color: #FFFFFF;
}
.colorNaranja {background-color: orange; color: #000;}

.colorMorado {background-color: purple; color: #FFFFFF;}

.colorNegro {background-color: black; color: white}

.colorGris {background-color: #ccc; color: #000;}
.colorGris:hover {background-color: #ddd; color: #000;}
.colorGrisOscuro {background-color: #666; color: #FFFFFF;}


/* PREGUNTAS FRECUENTES ***************/

.pregunta {
	background-color: #EDEDED;
	border-radius: 2px;
	margin-bottom: 25px;
	border: 1px solid #8DC6DD;
	width: 100%;
	float: left;
	clear: left;
}
.pregunta:last-of-type {margin-bottom: 0}
.pregunta p {
	font-size: 0.9em;
}
.pregunta .CollapsiblePanelTab {
	position: relative;
	padding: 10px 20px 10px 39px;
	color: #167398;
	line-height: 1.3em;
	font-weight: normal;
	/* [disabled]font-family: 'trajan-pro-3'; */
}
.pregunta .CollapsiblePanelTab:hover{
	text-decoration: none;
	color: #539DBB;
	cursor: pointer;
}
.pregunta .CollapsiblePanelTab:before{
	position: absolute;
	top: 15px;left: 14px;
	content: '';
	display: block;
	width: 0;height: 0;
	border-width: 8px 12px;
	border-color:  transparent transparent transparent #539dbb;
	border-style:solid;
}
.pregunta.CollapsiblePanelOpen .CollapsiblePanelTab:before{
	border-width: 12px 8px;
	border-color: #539dbb transparent transparent transparent;
}

.pregunta .CollapsiblePanelContent{
	padding: 5px 20px 1px 39px;
}
.pregunta .CollapsiblePanelContent p{
	margin-bottom: 1em
}

/******* idalino ***********/


.KeydatesOrgs td {padding:5px 5px 10px 10px;}

.boxes {
  padding: 4px 8px;
  float: left;
  width: 33.33%
}
.boxes2 {
  padding: 4px 8px;
  float: left;
  width: 33.33%;
  margin-top: 24px;
}

.boxes3 {
  padding: 4px 8px;
  float: left;
  width: 100%;
}


.titBox {
  color: #0081d1;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: 400;
}

.mitad {
	float: left;
	width: 50%;
}
.margen{padding: 5px;}

#header .headerOrgs {
float: right;
width: 400px;
height: 50px;
margin-top: 20px;
text-align: right;
margin-right: 24px;
font-weight: bold;
font-size: 2em;
color: rgb(0, 143, 210);
}

.CTA {
	/*background-color: rgb(0, 143, 210);*/
	background-color: rgb(238, 160, 0);
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	border-width: 0px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.CTA:hover {
  background-color: rgb(0, 143, 210);
  color: white;
}

/****tabla cancel***/

table.cancel {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

table.cancel tr:nth-of-type(odd) {background-color: #ededed}
table.cancel th {
	padding: 5px;
}
table.cancel th[scope="col"] {
	color: #FFFFFF;
	background-color: #333333;
}
table.cancel th[scope="row"] {
	color: #000000;
	background-color: #ddd;
}
table.cancel tr:nth-of-type(odd) th[scope="row"] {
	color: #000000;
	background-color: #CCCCCC;
}
table.cancel td {
	padding: 5px;
	text-align: left;
}

/******tabla budget*****/
table.budget {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

table.budget tr:nth-of-type(odd) {background-color: #ededed}
table.budget th {
	padding: 5px;
	text-align: center;
}
table.budget th[scope="col"] {
	color: #FFFFFF;
	background-color: #333333;
}
table.budget th.row {
	color: #000000;
	background-color: #ddd;
	text-align: left;
}
table.budget tr:nth-of-type(odd) th[scope="row"] {
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
}

/******tabla YSF Program*****/
table.YSFProgram {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
table.YSFProgram td {
	padding: 10px;
	text-align: center;
}
table.YSFProgram tr.PL {
	background-color: #999;
	color:#fff;
}
table.YSFProgram tr.CT {
	background-color: #eee;
	color:#333;
}
table.YSFProgram tr.SS {
	background-color: #336596;
	color:#fff;
}
table.YSFProgram tr.SY {
	background-color: #008fd2;
	color:#fff;
}
table.YSFProgram th {
    font-weight: 100;
    font-size: smaller;
    background-color: #008fd2;
    color: white;
}

/*****Boton Xul******/
.botonXul {
   display: inline-block;
   background: rgb(0, 143, 210);
   color: #fff;
   text-decoration: none;
   margin-bottom: 15px;
   padding: 5px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;

   }
.botonXul:hover {
   background: #3d79b4;
}
/* NOTICIAS */
.noticias {
    /*en portada*/
    padding: 0;
    margin-top: 40px
}
.noticia {
    position: relative;
    margin-top: 0px;
    min-height: 210px;
}
.noticia:not(:last-of-type) {
    margin-bottom: 60px;
}
.noticia .cuerpo {
	position: relative;
	min-height: 215px;
	/*height: 213px;*/
	/*height: auto;*/
}

.noticias.portada .noticia{
	min-height: auto;
}
.noticias.portada .noticia .cuerpo {height: auto;}
.noticia h1 {
	/*margin-left: 0 !important;
	/*padding-left: 0 !important;*/
}
.noticia a {
    color: #0099cc;
}
.noticia a:hover {
    text-decoration: underline;
    color:#A4D2F3 !important;
}
.noticia .fecha {
		width: 120px;
    position: absolute;
    top: -8px;
    right: 0px;
    text-align: center;
    height: 80px;
    line-height: 24px;
    font-size: 22px;
    z-index: 99;
    padding: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(92, 153, 184);
    border-radius: 8px;
    margin-top: 13px;
}
.noticias.portada .noticia .fecha {
	font-size: 18px;
	width: 180px;
	left: 0px;
	top: -18px;
	color: #FFFDFD;
	border-width: 0px;
	text-align: center;
	padding: 0px;
	height: 22px;
	background-color:transparent;
}
.noticias.portada .noticia .fecha div {
	float: left;
	font-size: 16px;
	line-height: 14px;
	height: 20px;
	display: inline-block;
	padding: 2px 3px;
	background-color: transparent;
	color: #056D9D;
}

.noticia .fecha .dia {
    font-size: 1.1em;
}
.noticia .fecha .mes {
    padding: 0px;
    /*text-transform: uppercase;*/
}
.noticias.portada .noticia .mes {margin: 0 1px}
.noticia .fecha .year {
    font-size: 0.8em;
    line-height: 1em;
}
.noticia .mas {
			color: #FFF;
	    margin-right: 16px;
	    background-repeat: no-repeat;
	    background-position: right bottom;
	    width: 122px;
	    position: absolute;
	    right: -17px;
	    text-align: center;
	    display: block;
	    /* height: 48px; */
	    font-size: 16px;
	    line-height: 18px;
	    background-color: #008fd2;
	    border-radius: 4px;
	    bottom: 90px;
	    padding: 6px;
}
.noticias.portada .noticia .mas {
	display: none;
	/*width: 90px;
	top: -20px;
	right: 0px;
	height: 22px;
	line-height: 10px;*/
}
/*.noticias.portada .noticia:hover .mas {display: block;}*/
.noticia img {
		float: left;
    margin-right: 20px;
    max-height: 209px;
    max-width: 360px;
    margin-top: 5px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
    border: 5px solid white;
    border-radius: 3px;
}
.noticias.portada  img {
	max-width: 220px;
	max-height: 165px;
}
.noticia .titulo {
	color: #0099cc;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px 0.5px 0.2em 0px;
	margin: 0px 150px 0px 0px;
}
.noticias.portada .noticia .titulo {
	font-size: 1.2em;
	padding: 0px;
	margin: 0;
}
.noticia .entradilla {
	color: #333;
	line-height: 1.5em;
	font-size: 15px;
	margin-right: 150px;
	padding-top: 10px;
}
.noticias.portada .noticia .entradilla {
	font-size: 0.9em;
	line-height: 17px;
	margin-right: 0;
	padding-bottom: 0;
}
.noticia a:hover .entradilla {
    text-decoration: none
}

/* detalle noticia */
.noticia-detalle .noticia img {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 0;
	margin-top: 20px;
}
.noticia-detalle .noticia .cuerpo .entradilla {
	font-size: 16px;
	font-weight: bold;
}
.noticia-detalle .noticia .cuerpo .titulo {
	font-size: 32px;
}
.noticia-detalle .noticia .fecha {
	margin-left: 10px;
	position: relative;
	float: right;
  margin-top: 60px;;
	/*top: -50px;*/
}
.noticia-detalle .noticia .cuerpo {
	height: auto;
}
.noticia-detalle .noticia .masinfo a {
	line-height: 34px;
	display: block;
	float: right;
	height: 36px;
	width: 200px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: rgb(0, 143, 210);
	background-repeat: no-repeat;
	padding-right: 15px;
	border-radius: 4px;
	text-align: center;
}
.noticia-detalle .noticia .masinfo a:hover {
	background-color: #CC0000;
	text-decoration: none;
}
.noticia-detalle .noticia .masinfo i {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-left: 10px;
	float: right;
}
.noticia-detalle .fuente {
	color: #999999;
	margin: 0px;
	padding: 5px 0px;
}
.noticias-h1
{
	margin-top: 675px !important;
}

table.datos {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #ccc;
	background-color: #E9E9E9;
}
table.datos p {margin-bottom: 1em}
table.datos .masInfo {
	text-align: center;
	font-size: 2em;
	background-color: #FDFDFD;
	width: 30px;
}
table.datos caption {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #09C;
	line-height: 24px;
}
table.datos .intro {
	background-color: #09C;
	color: #FFFFFF;
	border-top: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
}
table.datos th {
	color: #fff;
	background-color: #333;
	padding: 10px;
	white-space: nowrap;
	box-sizing: border-box;
}
table.datos tr td {padding: 10px;box-sizing: border-box;}
table.datos td.seleccion {width: 30px; text-align: center}
table.datos td.descripcion {
	background-color: #FFFFFF;
}
table.datos td.descripcion strong {
	color: #0086B3;
}
table.datos td.precio {
	text-align: right;
	padding: 15px;
	width: 40px;
}
table.datos tr.subnivel {
	background-color: #FFF;
	color: #666;
	border: 1px solid #ccc;
}
table.datos tr.total {
	background-color: #9DCEFF;
}
table.datos tr {border-bottom:  1px solid #ccc;}

table.datos tr.subnivel td:first-of-type {
	padding-left: 36px;
}
table.datos tr.subnivel td:first-of-type i {margin-right: 10px;margin-left: -24px;}
table.datos tr.subnivel table td {
	border: solid 1px #ccc;
	padding: 10px !important;
}
table.datos tr.subnivel table tr:nth-of-type(odd)  {
	background-color: #E7E7E7;
}
table.datos tr.subnivel table tr:nth-of-type(even) {
	background-color: #EEEEEE;
}
/* Listas en páginas interior */

table.datos ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 20px;
}
table.datos ol {
	padding-left: 20px;
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 1em;
}
table.datos li {
	margin-bottom: 0.5em;
}

/************* colores input ******************/
table.registro input,
table.registro textarea,
table.registro select 	{background-color: #fff !important}
table.registro label 	{margin-left: 10px;}
table.registro td.archivos {
	min-height: 100px;
	text-align: center;
	line-height: 2em;
}
table.registro td.archivos i {
	float: right !important;
	font-size: 6em;
	color: #666666;
}
table.registro td.archivos input {
	background-color: #0099CC !important;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	color: #FFFFFF;
}
#interior h1 {
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
  	height: 36px;
}
#interior h1 i {
	float: right;
	line-height: 1.6em;
	background-color: #09C;
	padding: 0px 10px 0px 15px;
	margin: 0px;
	margin-top: -5px;
	margin-right: -20px;
	border-radius: 0px 5px 5px 0px;
}

/* ESTILOS INTERIOR PARA FORMULARIOS */

#interior table {
	/* [disabled]margin: 0 auto; */
}

#interior input[type="text"] 	{float: left;}
#interior input[type="radio"] 	{
	margin: 3px 5px;
	vertical-align: middle;
}

#interior textarea.lineas		{float: left;} /* estilo nuevo */
#interior select 				{
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}



#interior input[type="password"],
#interior input[type="text"],
#interior textarea.lineas { /* estilo nuevo ////.lineas/// */
	padding: 4px;
	background-color: #DFDFDF;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 5px;
	/*font-family: Calibri,"Trebuchet MS",sans-serif;*/
	font-size: 16px;
}

#interior td > i {
	float: left;
}

span.textoInputBuscador b {
	float: left;
	padding: 5px 8px;
	margin-right: 10px;
	background-color: #666;
	color: #fff;
	border-radius: 5px;
	font-weight: normal !important;
	text-transform: capitalize;
}
.contador {
	display: inline-block;
	color: #666;
	float: left;
	clear: left;
	margin-left: 5px;
	text-align: left;
}
.contador i {
	color: #0082BF;
	margin-right: 5px;
}
.contador span {
	font-weight: bold;
}

textarea[aria-hidden="true"] + .contador {top: -15px;}

/*********** BOTONES *************************/
select,
button.boton,
a.boton,
.botones button,
.celdadatos button,
#buscalista button,
body.ventana button {
	padding: 4px;
	border-radius: 5px;
	margin: 5px;
	/*font-family: Calibri, "Trebuchet MS", sans-serif;*/
}

select {
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 0;
}
textarea {
	padding: 4px;
	border-radius: 5px;
	/*font-family: Calibri, "Trebuchet MS", sans-serif;*/
	font-size: 16px;
	border: 1px solid #ccc;
}
.botones button,
 button.boton,
 a.boton,
 .celdadatos button,
 #buscalista button,
 body.ventana button {
	font-size: 18px;
	border: none;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	/* [disabled]box-shadow: 1px 1px 3px #333; */
	text-align: center;
}

a.accion {
	font-size: 18px;
	border-radius: 18px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin: 0 3px;
}

a#btnAyuda {
	float: right;
	background-color: #06c !important;
	margin-top: 5px;
	margin-right: 5px;
}

button.informe {
	font-size: 2em;
	margin: 20px 5px !important;
}

.bigBot { /*Botón Grande */
	font-size: 1.8em !important;
  	padding: 0.3em 0.5em !important;
}
table.registro #busqueda {margin-top: 5px;padding: 10px;min-width: 300px;}.fondo {
	background-image: url(../web/img/footer-background.png);
	height: 100px;
}


/* SubHeader */
.subheader{
		display: none;
    height: 60px;
    width: 100%;
    background-image: url(../web/img/decorativa.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.hebrew p, .hebrew ul
{font-family: arial;}

/* Abstract Finder 						*/
/* ------------------------------------	*/
label[for="track"],
label[for="subtrack"]{
	display: block;
    position: static;
    width: 13%;
    margin-top: 15px !important;
    font-size: 16px;
    margin-bottom: -10px;
    float: left;
    font-weight: bold;
    color: #333;
}

.w8-full{
	width: 100% !important;
	margin-top: 5px;
}

.datos.registro .botones{
	width: 220px !important;
}
.combo-track, .combo-subtrack{
	display: block;
	float: left;
	margin-top: 10px !important;
	/*margin-right: 10px !important;*/
	width: 85%;
}

#subtrack:disabled{
	background-color: #e8e7e5 !important;
	color: #666;
}

.abstracts .infoAbstract {
    width: 550px !important;
}

.icon-files{
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #0282ad;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 5px;
    color:#fff;
    cursor: pointer;
}

.icon-files:hover{
	background-color: #036a8c;
}

.icon-files a{
    color: white;
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;
}
.icon-files a i:hover {
    color: white;
}

/* Slider */

.banner_text1 p {
    font-family: 'Economica', sans-serif !important;
    font-size: 4em !important;
}

.banner_text2 p {
    font-family: 'Economica', sans-serif !important;
    font-size: 2.2em !important;
    background-color: #e5412a !important;
    padding: 7px 10px !important;
}

.rsBullets {
  width: 100% !important;
  right: auto !important;
}

.rsBullet span {
    width: 12px !important;
    height: 12px !important;
}
.rsBullet.rsNavSelected span {
    background: #f65f3a !important;
}

/* .end slider */

/* Banner Column */
.bannerColumn{
	padding: 15px 0px;
}

.bannerColumn img{
		border-radius: 9px;
    display: block;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		opacity: 0.9;
}

.bannerColumn img:hover{
	opacity: 1;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
/* SYMPOSIA */
.symposia {
	overflow: hidden;
	background-color: white;
	color: #333333;
	border-radius: 0px 0px 6px 6px;
	margin-bottom: 20px;
	border: 1px solid #666;
}
.symposia header.sessionInfo {
	color: #333;
}
.symposia header.sessionInfo .sessionType {
	letter-spacing: 0em;
	background-color: #666666;
	font-size: 18px;
	color: rgba(255,255,255,1);
	margin: -10px -10px 0px -10px;
}
.symposia header.sessionInfo .sessionDate {
	color: #666;
	font-size: 1em;
}
.symposia header.sessionInfo .sessionTime {
	color: #666666;
	font-size: 1em;
}
.symposia header.sessionInfo .sessionPlace {
	color: #666666;
	font-size: 1em;
}
.symposia header.sessionInfo .action {
	float: right;
	padding-top: 10px;
	width: auto;
	text-align: right;
}

.symposia header.sessionInfo .action button {
	color: #07324E;
	background-color: #F7A600;
	border-width: 0;
	border-radius: 4px;
	white-space: nowrap;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8)
}
.symposia header.sessionInfo .action button i {margin-left: 8px;}
.symposia header.sessionInfo .sessionChair {
	width: 50%;
	overflow: hidden;
	float: left;
	clear: none;
	margin: 8px 0;
}

.symposia header.sessionInfo .sessionChair.first {
	clear: left;
}

.symposia header.sessionInfo .sessionChair.second {
}

.symposia header.sessionInfo .sessionChair img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.symposia header.sessionInfo .sessionChair span {
	display: inline;
	line-height: 24px;
}
.symposia header.sessionInfo .sessionChair span.chair {
	font-weight: bold;
}
.symposia header.sessionInfo .sessionChair a {
	color: #004D83;
}
.symposia header.sessionInfo .blurb {
	color: #000000;
	background-color: #ffffff;
	padding: 10px 10px 0px;
	clear: both;
	border-radius: 6px;
	font-size: 14px;
}
.symposia header.sessionInfo .blurb p {
	padding-bottom: 0.5em;
}

p.symposiaHead {
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #555555 !important;
	margin-top: 1em !important;
	text-transform: uppercase;
}

/* PROGRAM SEARCH FORM */
.program-search{
    display: block;
    padding: 8px;
    background-color: rgb(2, 154, 219);
    padding-bottom: 15px;
    border-radius: 3px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.program-search input {
    width: 80%;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    background-color: white;
    border: none;
    box-shadow: inset 1px 1px 2px #333333;
    font: 100% Calibri, "Trebuchet MS", sans-serif;
    color: #666666;
}

.program-search label {
	font-family: 'Open Sans';
    height: 30px;
    font-size: 1.2em !important;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.program-search button:hover {
    background-color: #333333;
}

.program-search button {
	background-color: #0b5b7d;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px #000000;
    cursor: pointer;
    width: 20%;
    font: 1.3em Calibri, "Trebuchet MS", sans-serif;
    border-width: 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
}

.program-search-info-text-box{
	display: none;
    margin-top: 5px;
    padding: 15px 10px 10px;
    font-size: 13px;
    color: #4f5c61;
	background-color: rgba(204, 204, 204, 0.22);
	border-radius: 3px;
}

.program-search-info-text-box p{
	height: auto !important;
	font-size: 13px !important;
	margin-bottom: 15px !important;
	color: rgba(255, 255, 255, 0.83) !important;
}

.program-search .bt-close-info{
	width: 100% !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	margin-top: -5px;
}

.program-search-more-information {
	font-family: 'Open Sans';
	font-size: 0.8em;
	padding: 4px 5px 0px;
	cursor: pointer;
	color: white;
}

.program-search-more-information .fa{
	font-size: 16px;
	color: #fff;
}

/* GO TO PROGRAM PAGE BUTTON */
.bt-go-to-program{
    background-color: #cc0000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px #000000;
    cursor: pointer;
    width: 100%;
    font: 1.0em Calibri, "Trebuchet MS", sans-serif;
    border-width: 0px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
    display: block;
}

/* GO TO PROGRAM PAGE BUTTON */
.bt-go-to-program:hover {
    background-color: #a10e0e !important;
}

/* PROGRAM SEARCH RESULTS */
.program-results-list section{
	background-color: #f9f9f9;
    border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;	
}

.program-results-list header.sessionInfo .sessionType {
	font-size: 1.2em;
}

.program-results-list header.sessionInfo .sessionDate,
.program-results-list header.sessionInfo .sessionTime,
.program-results-list header.sessionInfo .sessionRoom{
	font-size: 1.0em;
}

.program-results-list header.sessionInfo .sessionChair {
    margin-bottom: auto;
}

.results-string-text{
	background-color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    padding: 15px;
    margin-bottom: 15px;
    color: white;
}

/* botones programa */

.textoIntro a.weekDay {
    color: white;
    background: #DE331D;
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 4px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans';
    max-width: 90px;
}

.textoIntro a.weekDay:hover {
	background: rgba(0,0,0,0);
	color: #DE331D;
	box-shadow: inset 0 0 0 1px #DE331D; 
}

.programaBoton {
	font-family: 'Open Sans';
    display: none;
    background: #029ADB;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 0.9em;
    margin: 20px auto;	
    box-shadow: 1px 1px 3px rgba(0,0,0,0.7)
}
.programaBoton:hover {background: #0b5b7d;}
.programaBoton i {margin-right: 6px;}

/* Raya de separación */
.hr-rule { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
  } 

  /* FOTOGALERIAS */
  .imgFotogaleria {
	   float: left !important;
  }

section.page h2, h1.photo-galleries-h1 {
	font-family: 'Open Sans', sans-serif;
	color: #014966;
    font-size: 1.5em !important;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px !important;
    padding: 0px 0px 5px;
    clear: both;
    background: transparent !important;
    border-left: 0px !important;
    border-bottom: 1px dashed #014966;
}

h1.photo-galleries-h1 {
	margin: 10px !important;
	padding-left: 0px !important;
	line-height: 2em !important;
}
/* photo-galleries */
.photo-galleries {
    /*en portada*/
    padding: 0;
    margin-top: 40px
}
.photo-gallery {
    position: relative;
    margin-top: 0px;
    min-height: 210px;
}
.photo-gallery:not(:last-of-type) {
    margin-bottom: 60px;
}
.photo-gallery .cuerpo {
	position: relative;
	min-height: 215px;
	/*height: 213px;*/
	/*height: auto;*/
}

.photo-galleries.portada .photo-gallery{
	min-height: auto;
}
.photo-galleries.portada .photo-gallery .cuerpo {height: auto;}
.photo-gallery h1 {
	/*margin-left: 0 !important;
	/*padding-left: 0 !important;*/
}
.photo-gallery a {
    color: #0099cc;
}
.photo-gallery a:hover {
    text-decoration: underline;
    color:#008fd2 !important;
}
.photo-gallery .fecha {
	width: 120px;
    position: absolute;
    top: -8px;
    right: 0px;
    text-align: center;
    height: 80px;
    line-height: 24px;
    font-size: 22px;
    z-index: 99;
    padding: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(92, 153, 184);
    border-radius: 8px;
	margin-top: 13px;
	display: none;
}
.photo-galleries.portada .photo-gallery .fecha {
	font-size: 18px;
	width: 180px;
	left: 0px;
	top: -18px;
	color: #FFFDFD;
	border-width: 0px;
	text-align: center;
	padding: 0px;
	height: 22px;
	background-color:transparent;
}
.photo-galleries.portada .photo-gallery .fecha div {
	float: left;
	font-size: 16px;
	line-height: 14px;
	height: 20px;
	display: inline-block;
	padding: 2px 3px;
	background-color: transparent;
	color: #056D9D;
}

.photo-gallery .fecha .dia {
    font-size: 1.1em;
}
.photo-gallery .fecha .mes {
    padding: 0px;
    /*text-transform: uppercase;*/
}
.photo-galleries.portada .photo-gallery .mes {margin: 0 1px}
.photo-gallery .fecha .year {
    font-size: 0.8em;
    line-height: 1em;
}
.photo-gallery .mas {
		color: #FFF;
	    background-repeat: no-repeat;
	    background-position: right bottom;
	    width: 122px;
	    position: absolute;
	    text-align: center;
	    display: block;
	    /* height: 48px; */
	    font-size: 16px;
	    line-height: 18px;
	    background-color: #008fd2;
		border-radius: 4px;
		margin-right: 16px;
		right: 0px;
		/* bottom: 90px; */
	    padding: 6px;
}
.photo-galleries.portada .photo-gallery .mas {
	display: none;
	/*width: 90px;
	top: -20px;
	right: 0px;
	height: 22px;
	line-height: 10px;*/
}
/*.photo-galleries.portada .photo-gallery:hover .mas {display: block;}*/
.photo-gallery img {
		float: left;
    margin-right: 20px;
    max-height: 209px;
    max-width: 360px;
    margin-top: 5px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
    border: 5px solid white;
    border-radius: 3px;
}
.photo-galleries.portada  img {
	max-width: 220px;
	max-height: 165px;
}
.photo-gallery .titulo {
	color: #0099cc;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px 0.5px 0.2em 0px;
	margin: 0px 150px 0px 0px;
}
.photo-galleries.portada .photo-gallery .titulo {
	font-size: 1.2em;
	padding: 0px;
	margin: 0;
}
.photo-gallery .entradilla {
	color: #333;
	line-height: 1.5em;
	font-size: 15px;
	margin-right: 15px;
	padding-top: 10px;
}
.photo-galleries.portada .photo-gallery .entradilla {
	font-size: 0.9em;
	line-height: 17px;
	margin-right: 0;
	padding-bottom: 0;
}
.photo-gallery a:hover .entradilla {
    text-decoration: none
}

/* detalle photo-gallery */
.photo-gallery-detalle .photo-gallery img {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 0;
	margin-top: 20px;
}
.photo-gallery-detalle .photo-gallery .cuerpo .entradilla {
	font-size: 16px;
	font-weight: bold;
}
.photo-gallery-detalle .photo-gallery .cuerpo .titulo {
	font-size: 32px;
}
.photo-gallery-detalle .photo-gallery .fecha {
	margin-left: 10px;
	position: relative;
	float: right;
  	margin-top: 60px;
	/*top: -50px;*/
	display: none;
}
.photo-gallery-detalle .photo-gallery .cuerpo {
	height: auto;
}
.photo-gallery-detalle .photo-gallery .masinfo a {
	line-height: 34px;
	display: block;
	float: right;
	height: 36px;
	width: 200px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: rgb(0, 143, 210);
	background-repeat: no-repeat;
	padding-right: 15px;
	border-radius: 4px;
	text-align: center;
}
.photo-gallery-detalle .photo-gallery .masinfo a:hover {
	background-color: #CC0000;
	text-decoration: none;
}
.photo-gallery-detalle .photo-gallery .masinfo i {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-left: 10px;
	float: right;
}
.photo-gallery-detalle .fuente {
	color: #999999;
	margin: 0px;
	padding: 5px 0px;
}
.photo-galleries-h1
{
	margin-top: 675px !important;
}

  /* END FOTOGALERIAS */

#accordion .ui-icon {
	display: none;
}

/* super y sub indices */
sup {line-height: 1em;}
sub {line-height: 1em;}
