@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
    font-family: 'Titillium Web', sans-serif;    
	/*font-family: Calibri, 'Trebuchet MS', helvetica, sans-serif;*/
	font-size: 100%;
	color:#444;
}

/*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: Calibri, 'Trebuchet MS', helvetica, sans-serif;
	padding: 0.3em 0.5em;
	font-size: 1.1em;
	cursor: pointer;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* enlaces */
a img { 
	border: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #006699;
}

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: #B61817;
	color: #FFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center top;
    
}

.row {
	display: table-row;
	background-repeat: no-repeat;
	background-position: center top;
}

#homeBody {/*background-size: 100% auto;*/}

.content, .contenido {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.content p, section.sessionDetails p, section.sessionInfo p { /* Párrafos */
	padding: 0 0px 20px;
	text-align: justify;
}
/*************************************/

#header .row{
    min-height: 154px;
}

#header {
	background-color: #FFFFFF;
	display: table-cell;
    min-height: 154px;
	background-repeat: no-repeat;
	background-position: center top;
    position:relative;
}


#header .logo {
	width: 500px;
	height: 154px;
	float: left;
    margin-left: -80px;
}
#header .botones {
	float: right;
	width: 400px;
	height: 50px;
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
}

#header .botones button {
	/*color: #fff;*/
	color: rgba(255,255,255,0);
	background-color: #E11C23;
	border-style: none;
	border-radius: 16px;
}
#header .botones button:hover {
	/* background-color: #a10e0e !important */
	background-color: rgba(255,255,255,0);
}

#header .botones button i {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 24px;
}


/************** MAIN MENU *************************/
#navbarfixed {
	background-color: #e11c23; /* Level 1 Background Color #0a91ce */
	height: 36px;
}

.menu {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 960px;
    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 {
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	height: 36px;
	line-height: 20px;
	vertical-align: middle;
}
.menu li a:hover {
	color: #FFFFFF;
	background-color: #075F86; /* Level 1 Rollover Color */
	text-decoration: none;
}
.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;
	z-index: 200;
}
.menu li:hover ul {
    display: block;
    margin-top: 0px;
}
.menu li li { /* Level 2 */
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative; /* importante para situar el tercer nivel */
	background-color: #e11c23; 
}
.menu li:hover li a {
	color: #fff;
    background: none;
}
.menu li ul a {
	color: #000;
	display: block;
	height: 36px;
	font-style: normal;
	margin: 0px;
	padding: 8px;
	text-align: left;
}
.menu li ul a:hover,
.menu li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #075F86; /* 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: 0%;
	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: rgba(0,0,0,0.6) !important;} /* Level 3 Rollover Color */

/* *************** ASIDE MENU *********************/
aside.lateral {
	width: 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: 0 auto;
    padding: 0;
    border-spacing: 0px !important;
}
.subMenu li {
	display: table-row;
}
.subMenu li a {
	color: #fff;
	display: table-cell;
	font-weight: normal;
	margin: 0px;
	padding: 8px 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;
	color: #FD6524;
}
.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: 8px;
	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: #000; /* 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: #777;  /*Aside Level 3 Background Color */
}
.subMenu li ul li ul a:hover {
	background-color: #000 !important; /* Aside Level 3 Rollover Color */
} 

/*************** PAGE AND COLUMNS ******************/
section.page {
	float: left;
	width: 640px;
	padding: 15px 25px 25px 35px;
	margin-top: 36px;
	position: relative;
	overflow: hidden;
	margin-bottom: 36px;
    background-color: #fff;
    box-shadow: 3px 3px 5px #999;    
}
section.page a:hover {text-decoration: underline;}
section.page img {
	max-width: 100%;
    margin-bottom: 20px;
}
section.page h1, section.interior h1 {
    font-family: 'Titillium Web', sans-serif;    
	color: #e11c23;
    font-weight: bold;
	font-size: 2.1em;
	padding: 2px 10px;
    border-left: 13px solid #f3ad1a;
	/*margin-left: -25px;*/
	margin-top: 0px;
	margin-bottom: 15px;
    line-height: 35px;
}
section.subPage h1 {
    font-family: 'Titillium Web', sans-serif;
    color: #e11c23;
    font-weight: bold;
    font-size: 2.1em;	
	font-size: 2em;
	padding: 5px 10px;
	border-left: 12px solid #f3ad1a;
	margin-top: 0px;
	margin-bottom: 15px;
}
section.page h2 {
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px dashed #075f86;
	margin-bottom: 15px;
	padding: 0px 0px 5px;
	clear: both;
}
section.page h3 {
	font-size: 1.4em;
	padding-right: 20px;
	padding-bottom: 5px;
	/*padding-left: 20px;*/
	color: #075f86;
	font-weight: bold;
}

section.page h4 {
    	color: #075f86;
	padding-right: 20px;
	/*padding-left: 20px;*/
	font-size: 1.2em;
	font-style: italic;
}
section.page h5 {
    	color: #075f86;
	font-size: 1em;
	padding-right: 20px;
	/*padding-left: 20px;*/
	font-style: italic;
}
section.page h6 {
    color: #075f86;
	font-size: 1em;
	padding-right: 20px;
	/*padding-left: 20px;*/
	font-weight: normal;
	font-style: italic;
}

section.page p {
    font-family: 'Titillium Web', sans-serif;
}

section.page p.intro {
	font-style: italic;
	font-size: 1.2em;
	color: #075f86;
}

section.page ul, section.page ol {margin-bottom: 20px}

/* Listas en interior */
section.page ul, section.sessionDetails > ul, section.sessionInfo > ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 1em;
}
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;
}

section.page.fullsize { /* SIN COLUMNA */
	float: none;
	width: auto;
}

/* RIGHT COLUMN ******************/

section.columnRight {
	float: right;
	width: 270px;
}

div.deadlines{
    margin-top: 35px;
    margin-bottom: 35px;
}

div.deadlines p {
    font-family: 'Titillium Web', sans-serif;
	height: 36px;
	line-height: 37px;
	font-size: 24px;
	color: #fff;
	margin: 0px;
	padding: 0px;
    background-color: #e11c23;
    text-transform: uppercase;
    text-align: center;
    font-weight:600;
    letter-spacing: 2px;
}
div.deadlines ul {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    padding: 10px 15px 10px 30px;
	color: #fff;
	background-color: #881a23;
	opacity: 0.8;
}

div.deadlines ul strong{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}


div.deadlines ul li {margin: 5px 0px}

div.twitter, div.facebook {
	margin: 20px 0px;
}

button.applyNow {
    font-family: 'Titillium Web', sans-serif;
	background-color: #e11c23;
	font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	border-width: 0px;
	border-radius: 6px;
	margin-bottom: 25px;
}
button.applyNow:hover {
	background-color: #075F86;
}
button.applyNow i {margin-right: 10px; font-size: 30px;}

div.bannerColumn {
	margin: 10px;
	text-align: center;
    background-color: rgba(255,255,255,0.5);
}

/***** Button ************/
button.CTA {
font-family: 'Titillium Web', sans-serif;
    background-color: #e11c23;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    border-width: 0px;
    border-radius: 6px;
    margin-bottom: 25px;
}
button.CTA:hover {
	background-color: #075F86;
}
button.CTA i {margin-right: 10px; font-size: 30px;}

/***** SPEAKERS ************/

section.page ul.speakers {
	margin: 20px 0px;
	padding: 0;
	list-style: none;
}
section.page ul.speakers li {
	float: left;
	width: 175px;
	margin: 10px;
	line-height: 1em;
	/* height: 260px;*/
	/* [disabled]background-color: #CCFF66; */
}
section.page ul.speakers span {display: block; margin-bottom: 5px;}
section.page ul.speakers img {
	width: 125px;
	height: auto;
	box-shadow: 1px 1px 3px #666;
	border-radius: 90px;
}
section.page ul.speakers .speakerName {color: #006699; font-weight: bold;}
section.page ul.speakers .speakerJob {font-size: 0.9em; color: #666;}

/***** 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;
}
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;

}
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%;
}
section.contact article {
	display: table-cell;
	vertical-align: top;
}
section.contact article.contactData {
	width: auto;
	padding: 15px;
} 
section.contact article.contactForm {
	width: 300px;
	padding: 15px;
	background-color: #ccc;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #333333;
} 

.contactForm label {
	display: block;
	padding-bottom: 10px;
}
.contactForm input, .contactForm textarea {
	padding: 5px;
	width: 100%;
}
.contactForm textarea {
	resize: vertical;
}
.contactForm button {
	text-transform: uppercase;
	color: #fff;
	background-color: #029ADB;
	border: 0;
	border-radius: 5px;
	margin-top: 0px;
	width: 100%;
}
.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%;
	text-align: center;
}
.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: #0a91ce;
}

/********************* REGISTRATION ********************/
table.fees {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

table.fees tr:nth-of-type(odd) {background-color: #ededed}
table.fees th {
	padding: 5px;
}
table.fees th[scope="col"] {
	color: #FFFFFF;
	background-color: #333333;
}
table.fees th[scope="row"] {
	color: #000000;
	background-color: #ddd;
}
table.fees tr:nth-of-type(odd) th[scope="row"] {
	color: #000000;
	background-color: #CCCCCC;
} 
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: 740px;
	position: relative;
	/* [disabled]overflow: hidden; */
	margin-bottom: 36px;
	margin-top: 36px;
	/* [disabled]background-color: #FFFF00; */
	min-height: 200px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #666;
    padding: 10px;
}

/* PROGRAM COLUMN ******************/

section.columnProgram {
	float: right;
	width: 200px;
	min-height: 100px;
	position: relative;
}


div.program {
	margin-bottom: 20px;
	margin-top: 105px;
    margin-bottom: 20px;
    margin-top: 36px;
    font-family: titillium;
}
div.program p {
	height: 40px;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
    font-weight: 600;
    margin-bottom:5px;

}
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: 30px;
}
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: #CC0000;
	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: 14px;
	line-height: 16px;
}
article.sessionColumn div {
	padding: 5px;
	position: absolute;
	width: 100%;
}
article.sessionColumn div.inactive {
	background-color: #DFDFDF;
	color: #666666;
}
article.sessionColumn div a {
	color: white;
	display: block;
	height: 100%;
}

/****** INFO WINDOW ************/
header.sessionInfo {
	color: #FFFFFF;
	padding: 10px;
}
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 .sessionChair {
	clear: both;
	/* [disabled]text-align: center; */
}

section.sessionDetails {
	padding: 10px;
}
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: #fff;
	height: 36px;
	line-height: 36px;
	padding: 20px 0;
}
#breadcum a:after {
	content: " » "
}

/*****************/
#sponsors {
	padding: 20px;
	text-align: center;
    background-color:transparent;
    
}
#sponsors .intro {
	padding-top: 15px;
	text-align: left;
	font-size: 1.3em;
	color: #555; 
}
#sponsors article {
	display: inline-table;
	width: auto;
	margin: 10px;
	position: relative;
	vertical-align: middle;
}
#sponsors article img {
	max-height: 120px;
	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;
}

/*************************/


#footer ul {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	padding: 0px;
	float: left;
	width: 600px;
	text-align: left;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 110px;
}
#footer ul li {margin: 0; display: inline-block;}
#footer ul li a {
	color: #D19292;
	padding: 5px 10px;
}
#footer ul li a i {padding-right: 5px;}
#footer ul li a:hover {
	color: #FFFFFF
}
#footer .logo {
	float: right;
	max-width: 270px;
}
#footer .final {
	color: #FFF;
	clear: both;
	margin-top: 10px;
	height: 37px;
	padding: 6px;
	background-color: rgba(0, 0, 0, 0.5);
    /* overflow: hidden; */
}
#footer .final .social {
	float: left;
	width: 360px;
	text-align: left;
	font-size: 14px;
	/*line-height: 26px;*/
	height: 90px;
	position: absolute;
	left: 10px;
	top: -100px;
}
/* #footer .final .social a {margin: 0px 5px} */
#footer .final .legal {
	text-align: right;
	line-height: 26px;
	float: right;
	height: 30px;
	width: 260px;
	padding-right: 10px;
	color: #D19292;
	font-size: 14px;
}
#footer .final .legal a:hover {color: #fff}

#footer .legal a{
	font-family: 'Titillium Web', sans-serif;
	color: #D19292;
}

#footer .legal a:hover{
    color:#fff;
}



.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: 130px;
	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: #0a91ce;
	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: #0a91ce;
	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 ---------------------------------------- */

#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: #E9E9E9;
	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: #0a91ce;
	font-weight: bold;
	color: #FFFFFF;
}

#paginacion .paginas a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0a91ce;
}

#paginacion .resultados {
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
	line-height: 32px;
	height: 32px;
}
#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: center;
}
#cookies a {
	color: #FFFFFF;	
}
#cookies a:hover {
    text-decoration: underline;
}
#cookies button {
	padding: 0.2em 0.4em;
	border: none;
	border-radius: 4px;
	margin: 0px 0px 0px 10px;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #e11c23;
    border: 1px solid white;
    font-size: 1em;
}
#cookies button:hover
{
	background-color: #075F86;
}



/******* COLORES ***********/
.colorBioAmarillo {
	background-color: #f3ad1a;
	color: #FFFFFF;
}
.colorBioRojo {
	background-color: #e11c23;
	color: #FFFFFF;
}
.colorVerde {
	background-color: #669933;
	color: #FFFFFF;
}
.colorRojo {
	background-color: #CC0000;
	color: #FFFFFF;
}
.colorAzul {
	background-color: #3E7DBB;
	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
}

/******tabla Programme*****/
table.Programme {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
table.Programme td {
	padding: 10px;
	text-align: center;
}
table.Programme tr.Ses {
	background-color: #a5acb0;
	color:#fff;
	border: 1.5px solid #bbb;
}
table.Programme tr.Cof {
	background-color: #eee;
	color:#333;
	border: 1.5px solid #bbb;
}
table.Programme tr.Ora {
	background-color: #f3ad1a;
	color:#fff;
	border: 1.5px solid #bbb;
}
table.Programme tr.Lec {
	background-color: #e11c23;
	color:#fff;
	border: 1.5px solid #bbb;
}
table.Programme tr.Space {
	height:50px;
}
table.Programme th {
    font-weight: 100;
    font-size: smaller;
    background-color: #008fd2;
    color: white;
}

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;}