/* HTML TAGS */
body {
	background-color:#000;
	color:#fff;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	line-height:140%;
}
a {
	color:#fff;
	text-decoration:none;
}
p {
	margin-bottom:10px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-weight:normal;
	display:inline;
	font-size:16px;
	padding-bottom:2px;
	line-height:200%;
	letter-spacing:1px;
	color:#fff;
}
hr {
	border:0;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	text-align:center;
	padding:0;
}
input, textarea {
	background-color:#fff;
	width:400px;
	border:2px dotted #aaa;
	padding:2px;
}
textarea {
	height:100px;
}
input.formbutton {
	width:407px;
	border:0;
}



/* LAYOUT */
#minimizada {
	font-size:22px;
}
#contenedor {
	width:998px;
	margin:0 auto;
}
#contenido {
	min-height:350px;
	padding:10px 25px;
	text-align:justify;
}
.separadorClear {
	width:100%;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.peque {
	font-size:11px;
}
.oculto {
	display:none;
}
.imgDetalle {
	float:right;
	margin:2px 0 5px 10px;
}
.col1 {
	float:left;
	width:490px;
}
.col2 {
	margin-left:508px;
}



/* GALERIAS */
#galerias .listado {
	clear:both;
	margin-bottom:20px;
}
#galerias .listado .imagen {
	width:150px;
	float:left;
}
#galerias .listado .texto {
	margin-left:160px;
}
#galerias .thumb {
	float:left;
	width:100px;
	height:75px;
	margin:8px;
	border:1px solid #fff;
	background-repeat:no-repeat;
	background-position:center center;
}


/* BIO */
#biografia .enlaces {
	font-size:16px;
	line-height:200%;
	letter-spacing:1px;
}
#biografia .enlaces a {
	color:#ccc;
}
#biografia .enlaces a.active {
	padding-bottom:2px;
	border-bottom:1px dotted #fff;
	color:#fff;
}



/* HOME */
#texto-home {
	margin:225px 0 0 -25px;
	width:958px;
	padding:20px;
	background-color:#111;
}




/* CABECERA */
#cabecera {
	padding:15px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom:20px;
}
#cabecera h1 {
	padding:0 0 5px 20px;
	text-transform:uppercase;
	font-size:32px;
}
#cabecera h2 {
	font-size:14px;
	padding-left:20px;
}
#cabecera h2 a {
	color:#aaa;
}



/* MENU */
#menu {
	float:left;
	margin:-30px 0 0 300px;
	font-size:14px;
	letter-spacing:1px;
}
#menu ul {
	list-style-type:none;
	margin:0;
}
#menu ul li {
	float:left;
	padding:0 30px;
	text-transform:uppercase;
}
#menu ul li a {
	color:#aaa;
	padding:0px 0;
}
#menu ul li a:hover {
	color:#fff;
}
#menu ul li.active a {
	display:block;
	color:#fff;
	padding-bottom:2px;
	border-bottom:1px dotted #fff;
}



/* PREHOME */
#prehome {
	margin:100px;
}
#prehome #idiomas {
	float:none;
	text-align:center;
}
#prehome #idiomas ul {
	list-style-type:none;
	margin:0;
}
#prehome #idiomas ul li {
	float:none;
	display:inline;
	padding:0 10px;
	text-transform:uppercase;
}



/* PIE DE PAGINA */
#footer {
	clear:both;
	color:#fff;
	font-size:10px;
	padding:10px 0;
	border-top: 1px dotted #fff;
	margin-top:20px;
}
#footer .footerLeft {
	float:left;
	width:50%;
	margin-left:5px;
}
#footer .footerRight {
	margin:0 25px 0 50%;
	text-align:right;
}




/* PAGINACION */
.paginacion {
	margin:25px 0;
}
.paginacion .activa {
	font-weight:bold;
}
.paginacion .otrapagina {
	text-align:center;
	letter-spacing:0;
	border:1px solid #fff;
	padding:0 3px;
}
