@charset "utf-8";
/* CSS Document */




/* GENERALES ////////////////////////////// */

body {
	overflow-y: scroll;
	overflow-x: auto;
	
	height: 100%;
	
	margin: 0px;
	padding:0px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:150%;
	
	color:#000;
	background-color:#fff;
}


span {
	display:inline-block;
}


p {
	margin:10px 0;
	clear:both;
}


hr {
    border: 0;
    height: 2px;
    background: #000;
	margin:40px auto;
}




@media all and (max-width: 600px) {

}


.inner {
	width:auto;
	padding:20px;
	padding-top:0px;
}

.inner-header {
	width:auto;
	padding:20px;
	padding-bottom:0px;
}




/* header ////////////////////////////// */

.header {
	height:100%;
	width:100%;
	margin:0 0;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#000;
	color:#fff;
	display:inline-block;
}


.header a, .header a:visited, .header a:active {
	text-decoration:none;
	color:#ccc;
	padding:5px;
	margin:-5px;
	display:inline-block;
}

.header a:hover {
	color:#000;
	background-color:#fff;
}

.header h2 {
	padding:5px;
	font-size:24px;
	font-weight:bold;
}

.header p {
	margin:5px;
}




/* sidebar ////////////////////////////// */

.sidebar {
	height:100%;
	width:30%;
	max-width:400px;
	float:left;
	margin:0 0;
}

.sidebar.movil {
	display:none;
}

@media all and (max-width: 600px) {

.sidebar {
	display:none;
}

.sidebar.movil {
	display:block;
	clear:both;
	width:100%;
	max-width:100%;
	border-top:20px solid #000;
	padding-top:20px;
	margin-top:15px;
}

}


.sidebar hr {
    border: 0;
    height: 1px;
    background: #000;
	margin:20px auto;
}


.sidebar h6 {
	font-size:12px;
	margin-top:10px;
}


.sidebar ul, .sidebar ol {
    list-style-type: none;
	width:100%;
	height:100%;
    margin: 0;
    padding: 0;
    text-align: left; 
	border-bottom:1px dashed #eee;
}

.sidebar li {
	display: inline-block;
	width:100%;
	margin: 0px 0;
    padding: 0px;
	border-top:1px dashed #eee;
}

	
.sidebar li a {
	display:block;
	height:100%;
	margin: 0px;	
    padding: 2px 5px; 
	color: #000;
	font-size:11px;
	font-weight:normal;
    text-decoration:none;
    background-color: #fff;
}

.sidebar li a:hover {
    background-color:#333; 
	color:#ccc;
}

.sidebar li.actual a {
	display:block;
	height:100%;
	margin: 0px;	
    padding: 2px 5px; 
	color: #fff;
	font-size:11px;
	font-weight:bold;
    text-decoration:none;
    background-color: #000;
}

.sidebar li.actual a:hover {
    background-color:#000; 
	color:#fff;
	cursor:default;
}




/* content ////////////////////////////// */

.content {
	height:100%;
	width:70%;
	max-width:800px;
	float:left;
	margin:0 0;
	font-size:13px;
	line-height:21px;
}

.ancho-completo {
	max-width:100%;
}

.ancho-completo-maximo {
	max-width:800px;
	margin:0 auto;
}

@media all and (max-width: 600px) {

.content {
	display:block;
	clear:both;
	width:100%;
}

}


.content img {
	display:inline-block;
	width:100%;
	margin:2% auto 2% auto;
	text-align:center;
}

.content img.foto-home {
	display:block;
	width:50%;
	margin:50px auto 50px auto;
	text-align:center;
}
@media all and (max-width: 750px) {
.content img.foto-home {
	display:block;
	width:100%;
	margin:50px auto 50px auto;
	text-align:center;
}
}

.content img.foto-cv {
	display:block;
	width:50%;
	max-width:200px;
	margin:0px 0;
	text-align:left;
}
@media all and (max-width: 750px) {
.content img.foto-cv {
	width:60%;
}
}

.content p.pie-foto {
	margin:0 auto;
	margin-top:-50px;
	float:none;
	text-align:center;
	font-size:10px;
	color:#999;
}

.content p.pie-foto-cv {
	margin-top:0px;
	padding-top:0px;
	font-size:10px;
	color:#999;
}

.content h1 {
	line-height:100%;
}

.content h6 {
	font-size:14px;
	margin:0px;
	letter-spacing:1px;
	font-weight:normal;
	clear:both;
}




/* idiomas ////////////////////////////// */

.english {
	display:block;
	margin:20px 40px 20px 4px;
	clear:both;
}

.deutsch {
	display:block;
	margin:20px 22px 20px 22px;
	font-style:italic;
	clear:both;
}

.español {
	display:block;
	margin:20px 4px 20px 40px;
	color:#454545;
	clear:both;
}




/* publications-texts ////////////////////////////// */

.content .publications-texts a.pdf  {
	text-decoration:none;
    background-color: #fff;
}

.content .publications-texts a.pdf:hover {
    background-color:#fff; 
	text-decoration:none;
}

.content .publications-texts a.pdf img { 
	opacity:1;
	margin:0px;
	width:auto;
}

.content .publications-texts a.pdf img:hover { 
	opacity:0.6;
}




.content p a {
	display:inline-block;
	height:100%;
	margin: 0px;	
    padding: 5px; 
	color: #0000ff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
    background-color: #fff;
}

.content p a:hover {
    background-color:#000; 
	text-decoration:none;
	color:#fff;
}

.content a img:hover {
    opacity:0.8;
}



.ficha ul {
    list-style-type: none;
	width:100%;
	height:100%;
    margin: 0;
    padding: 0;
    text-align: left; 
}

.ficha li {
	display: inline-block;
	width:100%;
	margin: 0px 0px;
    padding: 0px;
}




/* FOTOS ////////////////////////////// */

.lb-container {
	padding: 10px;
    background-color: #000;
}

.lb-dataContainer {
	background-color:#000 !important;
}

.lb-outerContainer {
	background-color:#000 !important;
}

.lb-data .lb-number {
	margin-left:5px;
}




.col50 {
	display:inline-block !important;
	width:48% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
	float:left !important;
}

.col33 {
	display:inline-block !important;
	width:31% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
	float:left !important;
}

.col25 {
	display:inline-block !important;
	width:23% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
	float:left !important;
}

.ajuste-de-linea {
	display:block !important;
	clear:both;
}

.col50-ajuste-de-linea {
	display:inline-block !important;
	width:48% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
	float:left !important;
	clear:both;
}

.col33-ajuste-de-linea {
	display:inline-block !important;
	width:31% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
	float:left !important;
	clear:both;
}

.col40-unica {
	display:block !important;
	width:38% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
}

.col50-unica {
	display:block !important;
	width:48% !important;
	margin:2% auto 2% auto !important;
	padding:0 1% !important;
}

.col50-unica-left {
	display:block !important;
	width:48% !important;
	margin:2% auto 2% 0 !important;
	padding:0 1% !important;
}




.no-oculto-movil {
	display:none;
}

@media all and (max-width: 600px) {

.no-oculto-movil {
	display:block;
	margin-top:-2px !important;
}

}