@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#externo {
	position: relative;
	top: 0;
	width: 800px;
	height: auto;
	margin: auto;
}

#superior {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	text-align: center;
}

#inferior {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#central {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#menu {
	position: absolute;
	top: 10px;
	left: 0;
	width: 135px;
	height: 100%;
}

#contenido {
	position: absolute;
	top: 10px;
	left: 135px;
	width: 655px;
	height: 100%;
	padding: 5px;
}

.nombre {
	font-style: italic;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

.pie {
	color:#FFF;
	text-align:center;
	font-size:11px;
}

p {
	text-align: justify;
	color: #FFF;
	font-size: 16px;
}

img { 
	border: none;
}

.foto {
	float:left;
}

a {text-decoration:none;}
a:hover {text-decoration: underline;}
a:link {color:#FFF;}
a:visited {color:#999;}
a:active {color:#FFF}
