/* ESTILOS GENERALES */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #A7AEAE;
	background-color: #3C4545;
	}

a {
	color: #A7AEAE;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/* CONTENEDORES GENERALES */

#contenedor {
	width: 600px;
	margin: 30px 0px 50px 0px;
	margin-left : auto;
	margin-right : auto;
	}
	
#contenido {
	background-color: #475050;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	}

/* CABECERA */

#cabecera {
	background-image: url(img/fondo_cabecera.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	}

#cabecera h1, h3 {
	display: none;
	}

/* PRESENTACION */

#presentacion {
	margin: 30px 30px 20px 30px;
	}

#presentacion p{
	text-align: justify;
	}

/* MENU DE MINIATURAS */

#menu {
	margin: 0px 30px 0px 40px;
	}

#menu a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 2px 1px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

#menu a:hover {
	background-color: #4D5656;
	}

#menu img {
	border-width: 0px;
	margin: 5px 0px 0px 0px;
	background-image: url(img/cargando.gif);
	background-position: 90% 90%;
	background-repeat: no-repeat;
	}


#menu a span {
	display: none;
	}

#menu a:hover span {
	display: block;
	position: relative;
	top: -5px;
	right: 7px;
	margin: -10px 0px 0px 0px;
	text-align: right;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	color: #A7AEAE;
	}

/* FOTOGRAFIA */

div.fotografiaHorizontal {
	margin: 50px 30px 3px 30px;
	text-align: center;
	}

div.fotografiaVertical {
	margin: 20px 30px 3px 30px;
	text-align: center;
	}

#fotografiaIMG {
	background-image: url(img/cargando.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	}

/* INFORMACION */

div.informacionHorizontal {
	width: 500px;
	margin: 0px 30px 40px 50px;
	border-bottom: 1px solid #475050;
	}

div.informacionVertical {
	width: 375px;
	margin: 0px 30px 20px 114px;
	border-bottom: 1px solid #475050;
	}

#lugar {
	float: left;
	}

#navegacion {
	float: right;
	text-align: right;
	}

/* PIE DE PAGINA */

#pie_pagina {
	margin: 5px 0px 0px 0px;
	text-align: right;
	}