/*article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}*/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{

	/*background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/demo/brickwall.png);
	background: rgba(176,224,230,0.7);
	background: #fefefe;*/
	color: #404040;
    /*font-family: 'Roboto', sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

a{
	text-decoration: none;
}

header{
	overflow:hidden;
}

#pagina
{
	background: #fefefe;
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 1px auto;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

.menu_barra{
	display: none;
}

#hits{
	float: left;
}

/*Menu social + idioma*/

#menu_leng{
	float: right;
}

#menu_leng > ul {
    list-style: none;
    margin: 0;
    padding: 3px;
}

#menu_leng > ul li{
    display: inline;
	overflow: hidden;
	width: 100%;
	padding-right: 10px;
}

#menu_leng ul .social a{
	color:#FFF;
	background:#000;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	padding:5px;
	text-decoration: none;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menu_leng ul .social .icon-facebook2{background:#3b5998;}
#menu_leng ul .social .icon-twitter{background:#00abf0;}

#menu_leng ul li:hover .icon-facebook2,
#menu_leng ul li:hover .icon-twitter{
	padding:7px;
	background:#d95232;
}

#cont_sello{
	width: 100%;
	margin: 1px auto;
	/*max-width: 1000px;*/
	background-repeat: no-repeat;
	background-image: url(../images/Sellocalidad.jpg);
}

#cont_sello img{
	width: 100%;
	max-width: 1000px;
}

.logo{ 
	width: 100%;
	border-bottom: 1px solid #555555;
	background: #fefefe;
	height: 20%;
	/*height: auto;*/
	overflow:hidden;
}
	.logo img{
		margin: 5px;
		padding: 3px;
		width: auto;
		height: auto;
		float:left;
	}
	
	.logo #titulo{
		float:right;
		width: auto;
		height: 100%;
		padding-top: 0px;
		padding: 10px;
		/*margin-right: 10px;
		position:relative;*/
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
	.logo h2{
		color: #207cca;
		width: 100%;
		font-size: 1.9em;
		line-height: 50px;
		margin-top: 10px;
	}
	
	.logo h4 a{
		font-style: italic;
		font-size: 14px;
		color: rgba(220,20,60,1);
	}
		
.menu-navegacion{
	width: 100%;
	
	margin: 1px auto;
	max-width: 1000px;
	overflow: hidden;
	/*border-radius: 0 0 4px 4px;*/
	border-bottom: 1px solid #555555;
	background: #207cca;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
		
	.menu{
		width: 85%;
		background: #207cca;
		display: table;
		table-layout: fixed;
		float: left;
		position: relative;
		-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;
	}

	.menu li {
		display: table-cell;
		overflow: hidden;
		width: 100%;
		height: 100%;
		border-right: 1px solid #555555;
		border-left: 1px solid rgba(255,255,255,0.2);
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.menu #home {
		width: 20%;
	}
	
	.menu .less {
		width: 60%;
	}
	
	.menu li:first-child{
		border-left: none;
	}
	
	.menu li:first-child:hover{
		border-left: none;
	}

.menu li a{
	display: block;
	/*font-family: 'Roboto', Arial, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 0;
	text-align: center;
	color: rgba(255,255,255, 1);
	text-decoration: none;
	
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
}

.menu li:hover{
	background: #FF6600;
	/*background:  rgba(0,0,0,0.2);*/
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: none;
}

.menu li:active{
	background: rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.8);
	-ms-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.8);
	-o-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 3px 2px rgba(0,0,0,0.8);
}

/* ICONOS DEL MENU******************

.menu li a span{
	background: #1e5799;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -63px;
	left: 0;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a span .icon{
	display: block;
	line-height: 45px;
	font-size: 24px;
}

.menu li:hover a span{
	top: 0px;
}

/*COLORES***************************/


.menu #home:hover{
	background: #FF6600;
	/*background: #FF9900;*/
}
/*
.menu li:hover a .uno{
	background: #FF6600;
	/*background: #0e5061;
	
	background: #FFA500; /*#1E90FF;*
}

.menu li:hover a .dos{
	background: #FF6600;
	/*background: #5da5a2;
	background: #FF8C00;*
}

.menu li:hover a .tres{
	background: #FF6600;
	/*background: #FF7700;*
}

.menu li:hover a .cuatro{
	background: #FF6600;
	/*background: #174459;
	background: #FF6600;*
}

.menu li:hover a .cinco{
	/*background: #37a4d9;*/
	/*background: #FF6633;*
	background: #FF6600;
}*/

.barra-buscar{
	width: 15%;
	float: left;
	padding: 7px 10px;
	position: relative;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-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;

}

	.barra-buscar input{
		width: 100%;
		height: 25px;
		border: none;
		border-bottom: 1px solid #858585;
		padding: 0px 10px 0px 25px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		
		-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		-ms-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		-o-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		/*font-family: 'Roboto', Arial, sans-serif;*/
		font-size: 14px;
	}
	
	.barra-buscar input:focus{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	
	.icon-search{
		position: absolute;
		bottom: 10px;
		left: 15px;
		color: rgba(0,0,0,1);
		text-decoration: none;
	}

.menu-fixed{
	margin: 0px auto;
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1000px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-ms-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	
	-webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}

#contenido {
	margin-top: 5px;
}

.sections{
	margin-bottom: 7px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

#main-slider1{
	clear: both;
	width: 100%;
	margin: 10px auto;
	border: 1px solid white;
	/*background-attachment: fixed;
	background-image: url("../images/demo/swirl.png");*/
}

/*New slide ===============*/

.btn {
  transition: background 300ms;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
}

.btn.btn-green {
  color: white;
  background: #009688;
}
.btn.btn-green:hover {
  background: #00695c;
}
.btn.btn-yellow {
  color: black;
  background: #fdd835;
}
.btn.btn-yellow:hover {
  background: #fbc02d;
}
.btn.btn-small {
  padding: 3px 7px;
  font-size: 11px;
}

/* ------------------------------------------
  Skitter custom settings
---------------------------------------------*/
.skitter-large-box {
  	width: 75%;
  	margin: 0px auto;
	-webkit-box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
	-ms-box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
	-o-box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
	box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
}


/*
#slider{
	width: 80%;
	
	margin: 0px auto;
	box-shadow: 2px 4px 20px rgba(0,0,0,0.5);
}

#slider img{
	width: 80%;
	
}

.slidesjs-pagination{
	background: rgba(35,135,184,1);  /*#3b5998;*
	list-style: none;
	overflow: hidden;

	/*background: linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%, #2989d8),color-stop(51%,#207cca), color-stop(100%, #7db9e8));*
}

.slidesjs-pagination li{
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slidesjs-pagination li a{
	display:  block;
	padding: 9px 15px;
	color: white;
	text-decoration: none;
}

.slidesjs-pagination li:hover{
	background: #d95232;
}

#slider .active{
	background: #d95232;
}

a.slidesjs-previous,
a.slidesjs-next{
	display: none;
}

.icon-play3,
.icon-pause2{
	font-size: 24px;
}

.slidesjs-navigation{
	background: #d95232;
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 6px 15px;
	float: right;
}
*/
#portada{
	margin: 10px auto;
	padding: 10px;
	width: 100% !important;
	overflow: hidden;
	background: rgba(255,239,213,0.9);
}

	#portada #memoria{
		margin: 10px auto;
		padding: 10px;
	}
	
	#portada #memoria #elo{
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-ms-border-radius: 10px 10px 10px 10px;
		-o-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		border: 1px solid #fefefe;
	
		/*border-radius: 40px;*/
	} 

	#portada p{
		text-indent: 10px;
		line-height: 1.7;
	}
	
#simposios{
	background-attachment: fixed;
	background-image: url("../images/demo/grey.png");
	margin: 0 auto;
	padding: 0px;
	width: 100% !important;
	height: auto;
	/*height: 100%;*/
	/* yo edite luego borrar*/
	
	overflow: hidden;
}
	
	#simposios .icon-bubbles4{
		font-size: 26px;
		text-transform: uppercase;
		line-height: 1.2;
		text-align: center;
		padding: 0 20px;
		font-weight: 300;
		margin-top: 30px;
		margin-bottom: 50px;
		position: relative;
		top: 10px;
		left: 40%;
	}
	
	#simposios div{
		float: left;
	}

	#simposios p{
		text-indent: 10px;
		line-height: 1.7;
	}
	
	#simposios h1, #visitantes h1, #premios h1, #contactos h1, #galeria h1{
		font-size: 20px;
		text-transform: uppercase;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		line-height: 1.2;
		padding: 0 20px;
		font-weight: 200;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	#simposios h1 span, #visitantes h1 span, #premios h1 span, #contactos h1 span, #galeria h1 span{
		position: relative;
		display: inline-block;
	}

	#simposios h1 span:after, #visitantes h1 span:after, #premios h1 span:after, #contactos h1 span:after, #galeria h1 span:after{
		content: "";
		position: absolute;
		width: 70%;
		top: 100%;
		left: 50%;
		margin-left: -37%;
		margin-top: 10px;
		border-bottom: 2px solid;
		border-color: inherit;
	}
	
	#simposios #bloque1{
		/*margin: 20px auto;*/
		padding: 20px;
		/*color: rgba(0,0,0,0.7);*/
		width: 70%;
		float: left;
	}


	#simposios #bloque2{
		padding: 5px;
		color: rgba(0,0,255,0.7);
		width: 250px;
		float: right;
		background: rgba(176,196,222,0.8);
		border-radius: 4px;
		margin-bottom: 20px;
	}

/*
#simposios #bloque2 ul {
	border:1px solid red;
	list-style: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#simposios #bloque2 ul li{
	display: block;
	text-align: left;
	margin: 0;
	padding: 7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#simposios #bloque2 > ul > li ul{
	display: none;
}

#simposios #bloque2 > ul > li a {
	color: rgba(0,0,205,0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#simposios #bloque2 > ul > li a:hover{
	color: rgba(0,0,255,0.9);
}

#simposios #bloque2 > ul > li:hover ul{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 20px;
}

#simposios #bloque2 > ul > li:hover ul li{
	display: block;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#simposios #bloque2 > ul > li:hover ul li a span{
	margin-right: 10px;
}

#simposios #bloque2 > ul > li:hover ul li a{
	display: block;
	color: rgba(0,0,0,0.7);
}

#simposios #bloque2 > ul > li ul li a:hover{
	display: block;
	color: #E66432;
}
*/
/* MENU SIMPOSIOS  ******************* menu_simposios ******/
#simposios #bloque2 .menu_simposios{
	list-style: none;
	width: 100%;
	max-width: 300px;
	margin: 5px auto 10px;
	position:relative;
}

	#simposios #bloque2 .menu_simposios li{
		display: block;
		position:relative;
		/*border: 1px solid #F3F3F3;*/
		/*overflow: hidden;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	}
	
	#simposios #bloque2 .menu_simposios li > p{
		
		cursor: pointer;
		color: #FFF;
		background: rgba(70,130,180, 0.9);
		padding: 5px 5px;
		padding-left: 5px;
		-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#simposios #bloque2 .menu_simposios li > a{	
		display: block;
		color:#FFF;
		background: rgba(70,130,180, 0.9);
		padding: 5px 5px;
		padding-left: 15px;
		text-decoration: none;
		-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#simposios #bloque2 .menu_simposios li a span{
		margin-right: 5px;
		font-size: 16px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#simposios #bloque2 .menu_simposios > li:hover > a,
	#simposios #bloque2 .menu_simposios > li:hover > p{
		background: #E66432;
		color: #FFFFFF;
	}
	
	#simposios #bloque2 .menu_simposios li i{
		cursor: pointer;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 10px;
		right: 8px;
		left:auto;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#simposios #bloque2 .menu_simposios li.open i{
		position: absolute;
		top: 8px;
		right: 8px;
		left:auto;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	/*#simposios #bloque2 .menu_simposios .link{
		cursor: pointer;
		background: rgba(70,130,180, 0.9);
		width: 100%;
		display: block;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		position: relative;	
		color: #FFFFFF;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px; 
		-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	
	#simposios #bloque2 .menu_simposios .link:hover{
		background: #FF7F50;
		color: #FFFFFF; 
	}*/
	
/*#simposios #bloque2 .menu_simposios > li:hover .hijos{
	display: block;
	background: rgba(255,255,255, 0.5);
}*/

/**** SUB MENU SIMPOSIO **********/

.hijos{
	display: none;
	background: rgba(255,255,255, 0.5);
	margin-bottom: 5px;
}

.hijos li{
	display: block;
	border-bottom: 1px solid #4b4a5e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hijos li a{
	color: #FFFFFF; 
	padding: 10px;
	margin-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hijos li a:hover span{
	color: #00CED1;
}
	
.hijos li:hover{
	background: #FF7F50;
	color: #FFFFFF; 
}

/*VISITANTES DISTINGUIDOS *************************/

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*.mid-content{ 
	/*width: 1170px; *
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	border: 1px solid red;
}*/

.visitantes{ 
	/*height: 105%;*/
	height: auto;
    width: 100%;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/demo/bg5.jpg");
	background-position: center center;
}

	.visitantes h1{
		color: rgba(255,255,255, 1);		
		font-size: 34px;
		font-weight: 300;
		line-height: 1.2;
		text-transform: uppercase;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		padding: 0 20px;
	}
	
	.visitantes h1 span{
		position: relative;
		display: inline-block;
	}
	
	.visitantes h1 span:after{
		content: "";
		position: absolute;
		width: 70%;
		top:100%;
		left:50%;
		margin-left: -37%;
		margin-top: 10px;
		border-bottom: 2px solid;
		border-color: inherit;
	}

	.visitantes p{
		text-indent: 10px;
		line-height: 1.7;
	}
	
/*	.visitantes #presentacion{
		border: 1px solid red;
		color: #fefefe;
		margin-top: 30px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0;
	}
.visitantes .overlay{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}*/

	.visitantes .mid-content{
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 0 auto;
		/*position: relative;
		z-index: 999;*/
	}
	
	.visitantes .page-content{
		margin: 20px 0 10px 0;
		padding: 10px;
		color: rgba(0,0,0,0.8);
		/*background: rgba(255,255,240,0.5);*/
		background: rgba(255, 250, 250, 0.9);
		/*text-shadow: 1px 1px 0px rgba(128,128,128,0.8);*/
		border-radius: 15px 15px 0 0;
	}

/*#content > .mid-content{
	margin-top: 30px;
}

.page-content{
	margin: 20px 0 0;
}*/

/*--------------------------------------------------------------
Default Section
--------------------------------------------------------------*/

.visitantes textarea{
	background:rgba(0,0,0,0.1);
	border:1px solid;
    border-color:inherit;
	color:inherit; 
	padding: 5px 10px;
	line-height: 32px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

/*--------------------------------------------------------------
Portfolio Section
--------------------------------------------------------------*/
.portfolio-list{
	/*width: 14%;*/
	margin: 10px;
	/*margin-right: 1.3333%;*/
	float: left;
	/*margin-bottom: 1.5%;*/
	position: relative;
	overflow: hidden;

	box-shadow: 1px 0px 5px 2px rgba(244,164,96,0.7);
	-webkit-box-shadow: 1px 0px 5px 2px rgba(250,240,230,0.7);
	transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;
}
/*
.portfolio-list:nth-child(4n){
	margin-right: 0;
}*/
.portfolio-list .portfolio-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	z-index: 500;
}

.portfolio-list .portfolio-overlay .icon-search{
	width: 30px;
	height: 30px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(230,100,50,0.7); /* #E66432;*/
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	color: rgba(255,255,255,0.7);/*#FFF;*/
}

.portfolio-list:hover .portfolio-overlay{
	display: block;
}

.portfolio-list h3{
	position: absolute;
	width: 100%;
	padding:15px 10px;
	bottom: 0;
	left: 0;
	color: rgba(255,255,250,0.9); /*rgba(255,69,0,0.7);*/
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	/*background: url(images/demo/portfolio-text-bg.png) repeat-x top left;*/
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.portfolio-list:hover h3{
	/*display: none;*/
	color: rgba(255,255,255,0.9);
	-ms-transform: scale(0.95); /* IE 9 */
    -webkit-transform: scale(0.95); /* Chrome, Safari, Opera */
    transform: scale(0.95);
}

.portfolio-image{
	width: 140px;
	height: 170px;
	overflow: hidden;
}

	.portfolio-list img{
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}
	
	.portfolio-list:hover img{
		-ms-transform: scale(1.2); /* IE 9 */
		-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
		transform: scale(1.2);
	}

	.visita{
		background: rgba(255,255,240,0.8);
		margin: 15px auto;
		color: rgba(0,0,0,1);
		padding: 5px;
		padding-right: 40px;
		overflow: hidden;
		/*text-shadow: 1px 1px 0px rgba(128,128,128,0.8);*/
		border-radius: 0 0 15px 15px;
	}
	
	.team-big-image{
		padding: 10px;
	}
	
	.team-big-image img{
		width: 40%;
		height: 30%;
		margin: 10px auto;
		float: left;
		padding: 10px;
	}
	
	.visita .team-detai{
		
	}

/*
#visitantes{
	margin: 10px auto;
	padding: 0px;
	width: 100% !important;
	height: 100%;
	border: 1px solid black;
	overflow: hidden;
}



/*
#visitantes #visitantes-liks{
	text-align: center;
	margin: 10px auto;
	width: 100% !important;
	overflow: hidden;
}



#visitantes #visitantes-liks a{
	text-align: center;
	float: left;
	margin: 10px;
	text-decoration: none;
	width: 210px;
	height: 240px;
	overflow: hidden;
	
	border-bottom: 2px solid #3b5998;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*

	box-shadow: 0px 0px 0px 25px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 0px 0px 25px rgba(255,255,255,0);
	transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;

}

#visitantes #visitantes-liks a .nombre{
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 12px; 
	color: rgb(22, 107, 162);

	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#visitantes #visitantes-liks a img{
	width: 210px;
	height: 205px;
	float: left;
	/*-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;*
}


#visitantes #visitantes-liks a:hover{

	box-shadow: 0px 0px 0px 0px rgba(255,0,0,0.6);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,0,0,0.6);
}

#visitantes #visitantes-liks a:hover .nombre{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px; 
	color: rgba(255, 255, 255,0.7);
	background: #3b5998;
}*/

/*
#visitantes #visitantes-liks a img:hover{
	width: 180px;
	height: 170px;
	position: relative;
	top: -10px;
	left: -10px;

	/*-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06); 
}*/

#premios{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/demo/bg6.jpg");
	background-position: center center;
	
	margin: 0 auto;
	padding: 0px;
	width: 100% !important;
	height: auto;
	/*height: 170%;*/
	overflow: hidden;
	color: white;
}

	#premios #premios-grupo{
		margin: 10px auto;
		width: 90%;
		max-width: 1000px;
		overflow: hidden;
	}
	
	#premios div a{
		margin: 15px;
		text-decoration: none;
		text-align: center;
		float: left;
		background: rgba(255,255,255,0.4);
		color: #404040;
		/*font-family: 'Roboto', sans-serif;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 1.5;
		font-weight: 300;
		font-size: 16px; 
	
		border-bottom: 5px solid rgba(208, 101, 3, 1);;
		text-shadow: 1px 1px 1px black;
	
		-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.4);
		-moz-box-shadow: 0 0 15px rgba(255,255,255,0.4);
		box-shadow: 0 0 15px rgba(255,255,255,0.4);
	
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	
	}

	#premios div a:hover{
		-webkit-transform: scale(1.04);
		-moz-transform: scale(1.04);
		transform: scale(1.04); 
		border-bottom: 5px solid rgb(21, 40, 204);;
	}
	
	.premio-afiche img{
		width: 250px;
		height: 290px;
	
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	#premios div a .premio-anno h3{
		/*font-family: 'Roboto', sans-serif;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px; 
		color: rgba(255,250,250,1);/*rgb(22, 107, 162);*/
		
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	
	#premios div a:hover .premio-anno h3{
		color: rgb(21, 40, 204);
		/*font-family: 'Roboto', sans-serif;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px; 
	}

#contactos{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/demo/bg4.jpg");
	background-position: center center;
	margin: 0 auto;
	padding: 0px;
	width: 100% !important;
	height: auto;
	/*height: 66%;*/
	
	overflow: hidden;
	color: #404040;
}

	#contactos #info{
		margin: 20px auto;
		text-align: center;
		width: 100%;
		height: auto;
	}

#galeria{
	background: rgb(255,255,240);
	margin: 0 auto;
	padding: 0px;
	width: 100% !important;
	/*height: 85%;*/
	height: auto;
	overflow: hidden;
	color: #404040;
	
	background-attachment: fixed;
	background-image: url("../images/demo/swirl.png");
}
	
	#galeria > div{
		margin: 10px auto;
		padding: 10px;
		float: left;
		width: 100%;
	}
	
	#galeria #listafotos{
		margin: 10px auto;
		padding: 20px;
		float: left;
	}
	
	#galeria #foto{
		float: left;
		margin: 5px;
		border-radius: 20px;
		width: 55%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	}
	
	#galeria #listafotos > a{
		display: block;
		color:#FFF;
		background: rgba(70,130,180, 0.9);
		padding: 10px 10px;
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
		
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	}
	
	#galeria #listafotos > a:hover{
		color:#FFF;
		background:rgba(255,69,0, 0.7);
		text-shadow: none;
	}
	/*
	#galeria .imagenes{
		width: 200px;
		height: 550px;
		padding: 10px;
		overflow: scroll;
		float: left;
	}
	/*
	#galeria .imagenes img{
		width: 75px;
		height: 55px;
		border-radius: 0px;
	}
	
	#galeria .imagenes ul{
		display: block;
	}
	
	#galeria .imagenes ul li{
		display: block;
		margin: 0;
		padding: 5px;
		border: 1px solid red;
		overflow: hidden;
	}
	
	#galeria .imagenes ul li a, #galeria .imagenes ul li a img{
		margin: 0;
		padding: 0;
	}
	*/
	
/*Menu de iconos*
.social{
	position: fixed;
	left: 0;
	top: 300px;
	z-index: 2000;
}

.social ul{
	list-style: none;
}

.social ul li a{
	display: inline-block;
	color:#FFF;
	background:#000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social ul li a:hover{
	padding: 10px 30px;
	border-radius: 0 5px 5px 0;
}
.social ul li .icon-facebook2{background:#3b5998;}
.social ul li .icon-twitter{background:#00abf0;}
.social ul li .icon-google-plus{background:#d95232;}
.social ul li .icon-pinterest{background:#ae181f;}
.social ul li .icon-mail4{background:#666666;}

*/

.icon-mail2, .icon-location, .icon-address-book{
	color: #404040;
    /*font-family: 'Roboto', sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: 300;
    font-size: 33px;
}

.arriba{
	position: fixed;
	right: 35px;
	bottom: 21px;
	display: none;
	height: 40px;
	width: 40px;
	background: rgba(230,100,50,1);/*#E66432;*/
	text-align: center;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
	line-height: 40px;
	z-index: 9999;	
	border-radius: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}


.arriba a{
	display: block;
	color: #fefefe;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.arriba:hover{
	border-radius: 12px;
	color: #ffffff;
}

.arriba a:hover{
	color: #ffffff;
}

#busqueda{
	width: 100%;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #FEFEFE;
	background-attachment: fixed;	
	background-image: url("../images/demo/pixel_weave.png");
 }
 
 #busqueda h1{
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	padding: 0 10px;
	font-weight: 300;
	margin-top: 8px;
	margin-bottom: 20px;
	/*color: #fefefe;*/
}

#busqueda h1 span{
	position: relative;
	display: inline-block;
}

#busqueda h1 span:after{
	content: "";
	position: absolute;
	width: 80%;
	top: 100%;
	left: 50%;
	margin-left: -40%;
	margin-top: 10px;
	border-bottom: 2px solid;
	border-color: inherit;
}

#busqueda table{
	margin: 5px auto;
	width: auto;
	color: #404040;
}

#busqueda table td{
	/*color: #fefefe;*/
	font-size:18px;
	color: rgba(178,34,34,1);
}

#busqueda table td a{
	color: #0000FF;
	font-size:16px;
	padding-left: 15px;
}

#busqueda p{
	margin: 5px auto;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	color: rgba(178,34,34,1);
}

#busqueda p span{
	margin: 5px auto;
	color: rgba(178,34,34,1);
}

#busqueda p > span a{
	color: #fefefe;
	color: rgba(0,0,255,1);
}

#busqueda a:hover{
	color: #36F;
}


#busqueda .title2{
	overflow: hidden;
}

#busqueda .title2 a{
	border-radius: 15px;
	padding: 10px;
	color: rgba(220,20,60,1);
	/*background: rgba(65,105,225,0.5);*/
	background: rgba(147,206,222,0.7);
}

#busqueda .title2 a:hover{
	color: rgba(255,255,0,1);
}

#busqueda #premiados p{
	border: none;
	text-align: left;
	color: rgba(178,34,34,1);
}

#busqueda #premiados p a{
	color: rgba(0,0,205,1);
}

#busqueda #premiados p a:hover{
	color: #36F;
}

/**/
#busquedaS{
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	position: relative;
	overflow: hidden;
	background: #FEFEFE;
 }
 
	#busquedaS h1{
		font-size: 20px;
		font-weight: 300;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		line-height: 1.2;
		text-align: center;
		padding: 0 10px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#busquedaS h1 span{
		position: relative;
		display: inline-block;
	}
	
	#busquedaS h1 span:after{
		content: "";
		position: absolute;
		width: 80%;
		top: 100%;
		left: 50%;
		margin-left: -40%;
		margin-top: 10px;
		border-bottom: 2px solid;
		border-color: inherit;
	}
	
	#busquedaS > #actasText{
		width: 80%;
		float:left;
		padding: 20px;
		margin-right: 10px;
		font-size:14px;
	}
	
	#busquedaS > #actasText ul{
		list-style: none;
		margin: 15px;
		color: #000000;
	}
	
	#busquedaS > #actasText p{
		margin: 5px;
		color: #000000;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 1.7;
		/*text-indent: 10px;*/
	}
	
	#busquedaS > #actasText blockquote{
		margin-left: 70px;
	}
	
	#busquedaS > #actasTabla{
		width: auto;
		float:left;
	}
	
	#busquedaS table{
		margin: 10px auto;
		width: 80%;
		color: #000000;
	}

	#busquedaS table td a{
		/*color: #000000;*/
		font-size:16px;
		/*padding-left: 5px;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	/*
	#busquedaS p{
		margin: 5px auto;
		overflow: hidden;
		padding: 5px;
		
		color: rgba(0,0,0,0.9);
		
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
 /**/

@media screen and (max-width: 950px){

	.logo img{
		/*clear: both;
		margin: 10px;
		margin-left: 30%;
		padding: 3px;
		width: auto;
		height: auto;
		border: 1px solid red;*/
	}

	.logo #titulo{
		width: 80%;
		height: 80%;
		/*margin-left: 50px;
		margin-right: 10px;
		position:relative;*/
	}
	
	.logo h2{
		color: #207cca; 
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		width: 100%;
		font-size: 1.2em;
		line-height: 20px;
		margin-top: 5px;
	}
	
	.logo h4{
		font-size: 14px;
	}
		
	#slider{
		width: 100%;
		margin: 0px auto;
	}

	#slider img{
		width: 100%;
	}

	.menu li a{
		display: block;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 16px;
		line-height: 23px;
		padding: 10px 0;
		text-align: center;
		color: rgba(255,255,255, 0.9);
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	
	#premios #premios-grupo{
		margin: 10px auto;
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
	}

	.premio-afiche img{
		width: 200px;
		height: 230px;
	}
}
	
@media screen and (max-width: 785px){	
	.logo #titulo{
		float: right;
		width: 80%;
		height: auto;
		/*height: 100%;*/
		/*margin-left: 50px;
		margin-right: 10px;
		position:relative;*/
	}
}
	
@media screen and (max-width: 768px){

	/*body{
		overflow: scroll;
	}*/
	
	.logo #titulo{
		float: right;
		width: 75%;
		height: 100%;
		/*margin-left: 50px;
		margin-right: 10px;
		position:relative;*/
	}
	
	#portada #memoria #elo{
		width: 190px;
		height: 255px;
	} 

	#simposios #bloque1{
		padding: 20px;
		color: rgba(0,0,0,0.7);
		width: 100%;
		float: left;
	}

	#simposios #bloque2{
		margin: 30px auto;
		padding: 15px;
		text-align: left;
		width: 300px;
		clear: both;
		position: relative;
		/*left: 0%;*/
	}

	#simposios #bloque2 .menu_simposios{
		list-style: none;
		width: 100%;
	}

	#simposios #bloque2 .menu_simposios li a{
		padding: 10px 10px;
	}

	.menu-navegacion{
		background: #207cca;
	}

	.slidesjs-pagination{
		background: #207cca;
		list-style: none;
		overflow: hidden;
	}

	.slidesjs-pagination li a{
		padding: 11px 17px;
	}

	#arriba{
		right: 30px;
	}

	.menu .less {
		width: 55%;
	}

}


@media screen and (max-width: 730px){
	.menu .less {
		width: 50%;
	}
	
}

@media screen and (max-width: 700px){

	body{
		padding-top: 50px;
		/*overflow: scroll;*/
	}

	#cont_sello{
		width: 100%;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(../images/SelloCalidadWeb768px.png);
	}

	#cont_sello img{
		width: 1000px;
		max-width: 1000px;
	}
	
	.logo img{
		clear: both;
		margin: 10px;
		margin-left: 30%;
		padding: 3px;
		width: auto;
		height: auto;
		/*border: 1px solid red;*/
	}
	
	.logo #titulo{
		clear: both;
		width: 100%;
		height: 120%;
		/*margin-left: 50px;
		margin-right: 10px;
		position:relative;
		border: 1px solid red;*/
	}
	
	.logo h2{
		color: #207cca; /*rgba(0,0,139,0.8);*/
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		width: 100%;
		font-size: 1.2em;
		line-height: 20px;
		margin-top: 5px;
	}
	
	.logo h4{
		font-size: 14px;
	}
	
	.menu_barra{
		display: block;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		background: #207cca;
		z-index: 1000;
	}

	.menu_barra .btn-menu{
		float: left;
		width: auto;
		display: block;
		color: #FFF;
		overflow: hidden;
		font-family: 'Roboto', Arial, sans-serif;
		margin: 25px 25px;
	}

	.menu_barra span{
		font-size: 32px;
		line-height: 23px;
		position: absolute;
		top: 12px;
	}

	.barra-buscarUp{
		position: fixed;
		top: 8px;
		z-index: 1000;
		margin-left: 50%;
		width: 35%;
		padding: 7px 10px;
		float: right;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    transition: all 0.5s ease;

	}

	.barra-buscarUp input{
		width: 100%;
		height: auto;
		border-radius: 10px;
		border: none;
		border-bottom: 1px solid #858585;
		padding: 0px 10px 0px 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: 30px;
		box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 14px;
	}

	.barra-buscarUp input:focus{
		box-shadow: none;
	}

	.barra-buscarUp .icon-search{
		position: absolute;
		bottom: 15px;
		left: 15px;
		color: rgba(0,0,0,0.7);
		text-decoration: none;
		font-size: 16px;
	}

	.menu-navegacion{
		display: block;
		background: #207cca;
		width: 60%;
		height: auto;
		position: fixed;
		right: 100%;
		top: 50px;
		margin: 0;
		border-radius: 0 0 4px 0;
		z-index: 1000;
	}

	.menu{
		display: block;
		width: 100%;
		clear: both;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}

	.menu li{
		display: block;
		overflow: hidden;
		width: 100%;

		border-right: none;
		border-left: none;

		border-bottom: 1px solid #555555;
		border-top: 1px solid rgba(255,255,255,0.2);
		position: relative;
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}

	.menu li:hover{
		background:  #FF6600;/*rgba(0,0,0,0.2);*/
		border: none;
		border-bottom: 1px solid transparent;
		border-top: 1px solid transparent;
	}

	.menu #home{
		width: 100%;
	}

	.menu #home a{
		margin-left: 0;
		text-align: center;
	}

	.menu .less {
		width: 100%;
	}

	/*.menu li:first-child{
		border-left: none;
	}

	.menu li:first-child:hover{
		border-left: none;
	}*/

	.menu li:last-child{
		border-bottom: none;
	}

	.menu li a{
		display: block;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 18px;
		line-height: 25px;

		margin-left: 20%;

		padding: 10px 0;
		text-align: left;
		color: rgba(255,255,255, 0.9);
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}

	/* ICONOS DEL MENU******************/

	.menu li a span{
		background: inherit;
		display: block;
		width: auto;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0;
		margin: 10px;
		margin-left: 7%;
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}

	.menu li a span .icon{
		display: block;
		line-height: 30px;
		font-size: 22px;
	}

	.menu li:hover a span{
		/*top: 0px;*/
	}

	/*COLORES***************************/

	.menu li:hover a .uno{
		background: inherit;
	}

	.menu li:hover a .dos{
		background: inherit;
	}

	.menu li:hover a .tres{
		background: inherit;
	}

	.menu li:hover a .cuatro{
		background: inherit;
	}

	.menu li:hover a .cinco{
		background: inherit;
	}

	.barra-buscar{
		display: none;
	}
	
	.visitantes textarea{
		/*background:rgba(0, 0, 0, 0.1);
		border:1px solid;
		border-color:inherit;
		color:inherit; */
		padding: 2px 5px;
		line-height: 28px;
		/*width: 100%;
		margin: 0 auto;
		display: block;*/
	}

	.portfolio-list{
		width: auto;
		margin: 3px;
		
		box-shadow: 0px 0px 2px 1px rgba(244,164,96,0.7);
		-webkit-box-shadow: 0px 0px 2px 1px rgba(250,240,230,0.7);
		transition: box-shadow 0.3s;
		-webkit-transition: box-shadow 0.3s;
	}


	#premios #premios-grupo{
		margin: 0;
		width: 100%;
		overflow: hidden;
	}

	#premios div a{
		margin: 7px;
		text-decoration: none;
		text-align: center;
		float: left;
		background: rgba(255,255,255,0.4);
		color: #404040;
		font-family: 'Roboto', sans-serif;
		line-height: 1.5;
		font-weight: 200;
		font-size: 12px;
	}

	#premios div a:hover{
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-o-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02); 
		border-bottom: 5px solid rgb(21, 40, 204);;
	}

}

@media screen and (max-width: 480px){
	/*body{
		overflow: scroll;
	}*/
	
	.menu-navegacion{
		display: block;
		background: #207cca;
		width: 100%;
	}
	
	#simposios #bloque2{
		margin: 20px auto;
		padding: 15px;
		text-align: left;
		width: 300px;
		clear: both;
		position: relative;
		left: 10%;
	}
	
	.menu li a{
		display: block;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0;
		/*text-align: center;*/
		color: rgba(255,255,255, 0.9);
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	
	/* ICONOS DEL MENU******************/

	.menu li a span .icon{
		line-height: 25px;
		font-size: 20px;
	}
}

@media screen and (max-width: 380px){
	/*body{
		overflow: scroll;
	}*/
	
	
	#cont_sello{
		width: 100%;
		overflow: hidden;
		background-repeat: no-repeat;
		background-image: url(../images/Sellocalidad480px.png);
	}

	#cont_sello img{
		width: 1000px;
		max-width: 1000px;
	}
	
	.menu-navegacion{
		display: block;
		background: #207cca;
		width: 100%;
	}
	
	#simposios #bloque2{
		margin: 20px auto;
		padding: 15px;
		text-align: left;
		width: 300px;
		clear: both;
		position: relative;
		left: 0;
	}
	
	.menu li a{
		display: block;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0;
		/*text-align: center;*/
		color: rgba(255,255,255, 0.9);
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	
	/* ICONOS DEL MENU******************/

	.menu li a span .icon{
		line-height: 25px;
		font-size: 18px;
	}
	
	.visitantes{ 
		/*height: 100%;*/
		height: auto;
		width: 100%;
		padding: 10px;
		position: relative;
		overflow: hidden;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("../images/demo/bg5.jpg");
		background-position: center center;
	}

	/**/
	#busquedaS{
		width: 100%;
		margin: 10px auto;
		padding: 5px 0px;
		position: relative;
		overflow: hidden;
		background: #FEFEFE;
	 }
	 
		#busquedaS h1{
			font-size: 20px;
			font-weight: 200;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			line-height: 1.2;
			text-align: center;
			padding: 0 10px;
			margin-top: 0px;
			margin-bottom: 7px;
		}
	
		#busquedaS h1 span{
			position: relative;
			display: inline-block;
		}
		
		#busquedaS h1 span:after{
			content: "";
			position: absolute;
			width: 80%;
			top: 100%;
			left: 50%;
			margin-left: -40%;
			margin-top: 10px;
			border-bottom: 2px solid;
			border-color: inherit;
		}
		
		#busquedaS > #actasText{
			width: 100%;
			float:left;
			padding: 5px;
			margin-right: 10px;
		}
		
		#busquedaS > #actasText ul{
			list-style: none;
			margin: 15px;
			color: #000000;
		}
		
		#busquedaS > #actasText blockquote{
			margin-left: 70px;
		}
		
		#busquedaS > #actasTabla{
			width: auto;
			float:left;
		}
		
		#busquedaS table{
			margin: 10px auto;
			width: 90%;
			color: #000000;
		}
	
		#busquedaS table td a{
			color: #000000;
			font-size:16px;
			padding-left: 15px;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
		
		#busquedaS p{
			margin: 5px auto;
			overflow: hidden;
			padding: 5px;
			/*text-align: center;
			color: #fefefe;*/
			color: rgba(0,0,0,0.9);
			
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
	 /**/
	 
	 #galeria #foto{
		float: left;
		margin: 5px;
		border-radius: 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	}
}

@media screen and (max-width: 270px){
	/*body{
		overflow: scroll;
	}*/
	
	.menu li a{
		display: block;
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0;
		/*text-align: center;*/
		color: rgba(255,255,255, 0.9);
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	
	/* ICONOS DEL MENU******************/

	.menu li a span .icon{
		line-height: 25px;
		font-size: 18px;
	}

}