@import 'https://fonts.googleapis.com/css?family=Yantramanav:400,700';
html,body,#master {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	font-family:'Yantramanav',Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#333;
	position: relative;
}
.clear {
	clear:both;
}
h2{
	margin:0 0 20px;
	font-size:28px;
	font-variant:small-caps;
	line-height:40px;
}
h2 span{
	border-bottom:2px solid #407193;
}
h3{
	margin:20px 0;
	font-size:23px;
	font-variant:small-caps;
	line-height:30px;
	color:#276b7d;
}
p{
	margin:20px 0;
}
a:link,a:visited {
	text-decoration:none;
	color:#276b7d;
}
a:hover {
	color:#333;
}
a.link01,a.link01:link,a.link01:visited,a.link01:hover {
	text-decoration:none;
	color:#fff;
}
.link_form {
	float:right;
}
.link_form a {
	margin-bottom:14px;
	display:inline-block;
}
.link_form a:hover {
   	transition: all 0.2s ease;
	opacity:0.9;
}
.link_form a span {
	font-weight:bold;
}
.cont {
	margin:0 auto;
	padding:80px 0;
	width:1000px;
}
ul.list_styl > li {
	list-style:square;
}

ul.list_styl {
	margin:7px 0;
}
/*HEAD*/
#header {
	width:100%;
	height:100%;
	/*background-size:cover;
	background-position:bottom center;*/	
	background:#68A6BF url('../img/head_imag2.jpg') center center no-repeat;
	background-size:contain;
	position:relative;
}
/*#head_titl{
	margin-top:40px;
	width:470px;
	height:100%;
	background-color:#407193;
	float:left;
}*/
/*#head_imag{
	margin-top:40px;
	width:calc(100% - 470px);
	height:100%;
	background:url('../img/back2.jpg') center center no-repeat;
	background-size:cover;
	display:table;
	float:right;
}
#head_imag > div{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}*/
#head_scrl{
	margin-left:-20px;
	position:absolute;
	top:80%;
	left:50%;
	z-index:1;
}
/*---Menu ppal---*/
#menu01 {
	margin:0;
	width:100%;
	z-index:9;
	height:40px;
	background-color:#276b7d;
	position:fixed;
	top:0;
	left:0;
	-webkit-box-shadow: 0 1px 3px 0 #333;
	box-shadow: 0 1px 3px 0 #333;
}
#menu01 .cont {
	padding:0;
}
#menu01 ul {
	list-style:none;
}
#menu01 li {
	font-variant:small-caps;
	font-size:18px;
	text-align:center;
	float:left;
}
#menu01 li a {
	padding:0 15px;
	line-height:40px;
	display:block;
}
#menu01 li a:hover {
	background-color:#333;
}
#menu01 li.last {
	float:right;
}
#menu01 li.last a {
	padding-left:42px;
	background-image:url('../img/menu.png');
	background-position:15px 12px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#menu01 > ul > li > ul {
	padding:0;
	background-color:#407192;
	position:absolute;
	display:none;
}
#menu01 > ul > li:hover > ul {
	display:block;
}
/*CONTENT*/
#content{	
	background-color: #fff;
}
/*INFO GENERAL*/
#informacio-general{
	background-color: #eee;
}
.info_tabl {
	border-collapse:collapse;
	width:100%;
}
.info_tabl th,.info_tabl td {
	padding:9px 13px;
	border-bottom:1px solid #eee;
	border-left:1px solid #fff;
	text-align:center;
	background-color:#fff;
}
.info_tabl th,.info_tabl td.info_titl,.info_tabl td.info_tiqt {
	font-weight:bold;
	color:#fff;
}
.info_tabl td.info_titl,.info_tabl td.info_tiqt {
	text-align:left;
}
.info_tabl th {
	width:27%;
	background-color:#276b7d;
}

.info_allo.info_tabl th {
	width:30%;
}

td.info_titl {
	background-color:#407193;
}

td.info_tiqt {
	background-color:#333;
}

td.info_prti {
	color:#fff;
	background-color:#999;
}

.info_tabl td.insc_empt {
	border:0 none;
	background-color:transparent;
}
/*MAPA*/
.mapa_info{
	width:350px;
	float:left;
}
.mapa_info img{
	max-width:100%;
}
.mapa_gmap{
	width:640px;
	height:352px;
	float:right;
}
/*FECHAS CLAVE*/
#dates-clau{
	background-color:#276b7d;
}
#dates-clau h2{
	color:#fff;
}
#dates-clau h2 span{
	border-color:#fff;
}
.dali_item {
	width:50%;
	background:url('../img/dali_item.png') left 7px repeat-x;
	float:left;
}
.dali_date {
	width:20%;
	text-align:center;
	float:left;
}
.dali_mark {
	width:100%;
	height:30px;
	background:url('../img/dali_date.png') center top no-repeat;
}
.dali_date p {
	margin:0;
	padding:10px 0;
	font-variant:small-caps;
	background-color:#fff;
}
.dali_info {
	margin-top:30px;
	margin-left:2px;
	padding:17px 3%;
	background-color:#fff;
	float:left;
}
.dali_info strong {
	font-size:20px;
	line-height:26px;
	color:#276b7d;
}
/*COMITES*/
#comites{
	background-color:#d5e4e8;
}
.comi_item{
	width:33.3333%;
	float:left;
}
.comi_item h3{
	margin-top:0;
}
/*COLLABORAORS*/
#collaboradors{
	background-color:#eee;
}
#cola_imgs img {
	margin:5px;
	display:block;
	float:left;
}
.cola_imag1 {
	width:240px;
}
.cola_imag2 {
	width:490px;
}
/*PROGRAMA*/
#programa h4 {
	font-size:18px;
	color:#407193;
}
.prog_tabl {
	border-top:1px solid #eee;
	border-collapse:collapse;
	width:100%;
}
.prog_tabl td {
	padding:9px 14px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.prog_hora {
	width:120px;
	color:#fff;
	background-color:#407193;
}
/*INSCRIPCIONS*/
#inscripcions {
	background-color:#eee;
}
/*SECRETARIA*/
#secretaria-tecnica{
	background-color:#d5e4e8;
}
/*SCROLL ARROW*/
#scrl_ttop {
	width:46px;
	height:46px;
	background:url('../img/scrl_ttop.png') left top no-repeat;
	display:none;
	position:fixed;
	right:3%;
	bottom:30px;
	cursor:pointer;
}
#scrl_ttop:hover {
	background-position: right top;
}

.list_pone strong {
	text-transform:uppercase;
}
#menu01 li#twitter {
	background:url('../img/twitter.png') left center no-repeat;
	background-size:30%;
	float:right;
}
#menu01 li#area_privada {
	background:url('../img/area_privada.png') left center no-repeat;
	text-decoration: underline;
	background-size:30%;
	float:right;
}
.link_pdfs {
	padding-right:20px;
	background:url('../img/icono_pdf.gif') right center no-repeat;
}