@charset "utf-8";
/* CSS Document */

body,td,th {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body{
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-color:#129ccb;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
.resaltado {
	font-size: 10pt;
	color: #129ccb;
}
.titulo {
	font-size: 11pt;
	color: #129CCB;
	font-weight: bold;
}

#contenedor {
/*		position:inherit;
*/		width:766px;
		height:750px;
		top:0px;
		left:0px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		z-index:0;
		}

#header {
		width:766px;
		height:145px;
		padding:0px;
		background-image: url(imagenes/arriba.jpg);
		background-repeat: no-repeat;
		z-index:2;
		}
		
#menu {
		width:766px;
		height:29px;
		padding:0px;
		text-align:left;
		background-image: url(imagenes/fondo_menu.jpg);
		background-repeat: repeat-x;
		z-index:2;
		}	
#contenido-fondo {
		width:766px;
		height:526px;
		top:0px;
		padding:0px;
		text-align:left;
		background-image: url(imagenes/cuerpo.jpg);
		background-repeat: no-repeat;
		z-index:1;
		}

#contenido {
		position:relative;
		width:695px;
		height:485px;
		padding:0px;
		top:15px;
		left:35px;
		z-index:2;
		}
#galeria{
		position:relative;
		width:650px;
		height:450px;
		top:10px;
		left:22px;
		padding:0px;
		z-index:2;
		}

#fondo-imagen {
		position:relative;
		width:650px;
		height:260px;
		left:22px;
		background-image: url(imagenes/fondo_imagen.jpg);
		background-repeat: no-repeat;
		padding:0px;
		z-index:2;
		}

#imagen-principal {
		position:relative;
		width:455px;
		height:255px;
		top:3px;
		left:97px;
		padding:0px;
		z-index:2;
		}

#contenido-descripcion-1 {
		position:relative;
		width:650px;
		height:200px;
		left:22px;
		padding:0px;
		z-index:2;
		}
#contenido-descripcion-2 {
		position:relative;
		width:650px;
		height:200px;
		left:22px;
		padding:0px;
		z-index:2;
		}
#descripcion-1 {
	position:relative;
	width:320px;
	height:200px;
	padding:0px;
	z-index:2;
	float:left;
		}
#descripcion-2 {
		position:relative;
		width:320px;
		height:200px;
		padding:0px;
		z-index:2;
		float:right;
		}
#descripcion-3 {
	position:relative;
	width:320px;
	height:200px;
	padding:0px;
	z-index:2;
	float:left;
		}
#descripcion-4 {
		position:relative;
		width:320px;
		height:200px;
		padding:0px;
		z-index:2;
		float:right;
		}
.nav {
	position:relative;
	width:75px;
	height:15px;
	padding:0px;
	z-index:10;
	text-align:right;
	float:right;
		}
.regresar {
	position:relative;
	width:75px;
	height:15px;
	top:-16px;
	padding:0px;
	z-index:10;
	text-align:right;
	float:right;
		}		
#footer {
		width:766px;
		height:50px;
		padding:0px;
		z-index:2;
		background-image:url(imagenes/abajo.jpg);
		background-repeat: no-repeat;
		}

