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

/* FONDOS */

body {
	background-color:#000000;
	background-image:url(img/fondo.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center center;
	margin:0px;
}
.bio {
	background-image:url(img/fondo-bio.jpg);
	background-repeat:repeat;
	background-position:top;
	background-position: left top;
	margin:0;
}


/* CLASES */

#div_contenedor{
/*	background-color:#999; */
	text-align: center;
	vertical-align: middle;
	margin-top: -50px; 
	margin-left: -200px;
	position: absolute;
	top: 50%; 
	left: 50%;
	width: 400px;
	height: 100px;
	border:0px dashed #000;
}
#div_contenedor2{
/*	background-color:#999; */
	text-align: center;
	vertical-align: middle;
	margin-top: -275px; 
	margin-left: -430px;
	position: absolute;
	top: 50%; 
	left: 50%;
	width: 860px;
	height: 550px;
	border:0px dashed #000;
}

/* TEXTOS */

.text-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#5e5d51;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.pie-foto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bab399;
}
.menu-nolink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#bab18b;
	padding:3px 3px;
	margin:7px 12px;
}
.enlaces-nolink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color:#bab18b;
}

/* FOTOS */
.foto-bio {
	border:10px solid #000000;
}

/* LINKS */

A.menu:link, A.menu:active, A.menu:visited { font-family:Arial, Helvetica, sans-serif; font-size:11px; background-color:none; color:#f4f4f4; padding:3px 3px; margin:7px 12px; text-decoration:none; }
A.menu:hover { background-color:#FFFFFF; color:#000000; }
A.link-dentro:link, A.link-dentro:active, A.link-dentro:visited { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333333; font-weight:bold; text-decoration:none; }
A.link-dentro:hover { text-decoration:underline; }
A.enlaces { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#bab18b; font-style:italic; font-weight:normal; text-decoration:none; }
A.enlaces:hover { color:#f4f4f4; }