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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #999;
	background-color: #000;
	/*background-image: url(img/bg_fade.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.main-table {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main-table .menu {
	height: 117px;
	vertical-align: bottom;
}
.menu .fotografos {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
.menu .fotografos ul {
	text-align:right;
	font-size: 13px;
	margin: 0px;
}
.menu .fotografos li {
	list-style-type: none;
	margin: 0px;
}
.menu .logo {
	border:none;
	margin-bottom:10px;
	margin-left:20px;
}
img.pic {
	max-height:520px;
	max-width:800px;
	margin:auto;
}
.lefty {
	float:left;
	font-size:11px;
}
.lefty a {
	color:#999;
	text-decoration:none;
}
.lefty a:hover {
	color:#333;	
}
.thumbs {
	float:right;height:520px;overflow:auto;width:175px;	
}
.thumbs img {
	border:none;
}
.thumbs a {
	color:#CCC;
}
.fotografos {
	vertical-align:bottom;	
}
.fotografos a {
	/*color:#999;*/
	color:#CCC;/*:00AEEF;*/
	text-decoration:none;
}
.fotografos a.active {
	font-weight:bold;
	color:#5FD8FF;
}
.fotografos a:hover {
	text-decoration:underline;	
}
.fotografos .galerias {
	margin-right:25px;
	font-size:13px;
	position:relative;
	top: 8px;
}
.fotografos .galerias a {
	color:#CCC;
}
.fotografos .galerias a.active {
	color:#fff;
}
#info {
	font-size: 11px;
	width: 400px;
	margin-left: 20px;
	float: left;
	overflow: auto;
}
.semblanza {
	font-size:13px;
	max-height:450px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
	line-height:18px;
	width:700px;
}
.info {
	color:#333;
	font-size:11px;
	margin-top:5px;
}
.info img {
	border:none;
}
.info a {
	color:#666;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
}
#cargando {
	display:none;	
}

li.menu-title {
	letter-spacing:3px;	
	font-weight:bold;
}
.menu-title ul li {
	letter-spacing:0px;	
}