@charset "utf-8";
/* CSS Document */

<style>
html{
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	text-align:center;
}
H1{

	font-size:24px;
}
H2{
	font-size:16px;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	background-color:#CFCFCF;
	top:0;
	left:0;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFBF0;
}
#contenido{
	width:auto;
	text-align:center;
	margin: 10px auto 10px auto;
	
}
/*------------------------------------------FONDOS---------------------------------------------------*/
#fondo{
	background-image: url('imagenes/fondo_mercante.jpg');
	background-repeat: no-repeat;
	text-align:center;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;
}

#fondo_verde{
	background-image: url('imagenes/fondo_verde.jpg');
	background-repeat: no-repeat;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;	
}
#fondo_plata{
	background-image: url('imagenes/plata.jpg');
	background-repeat:repeat-y;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;
}
#fondo_amarillo{
	background-image: url('imagenes/fondo_amarillo.jpg');
	background-repeat:repeat-y;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;
}
#fondo_rosa{
	background-image: url('imagenes/fondo_rosa.jpg');
	background-repeat:repeat-y;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;
}
#fondo_naranja{
	background-image: url('imagenes/fondo_naranja.jpg');
	background-repeat:repeat-y;
	position:relative;
	margin: 0 auto;
	width:960px;
	height:688px;
	top:0px;
	left:0px;
}
/*---------------------------------------------LINKS------------------------------------------------*/

#etiqueta{
	position:absolute;
	width: 123px;
	height: 262px;
	top:74.2px;
	left:835.5px;
}

#etiqueta a{
	position:relative;
	display:block;
	width: 123px;
	height: 262px;
}

#etiqueta a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/etiq.gif');
	cursor: hand;
	cursor: pointer;	
}


/*---------------------------------------------------------------------------------------------*/

#hacemos{
	position:absolute;
	width: 282px;
	height: 330px;
	top:68px;
	left:320px;
}

#hacemos a{
	position:relative;
	display:block;
	width: 282px;
	height: 330px;
}

#hacemos a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/hacemos.gif');
	cursor: hand;
	cursor: pointer;	
}

/*---------------------------------------------------------------------------------------------*/

#quien{
	position:absolute;
	width: 280px;
	height: 282px;
	top:125px;
	left:556px;
}

#quien a{
	position:relative;
	display:block;
	width: 280px;
	height: 282px;
}

#quien a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/quien.gif');
	cursor: hand;
	cursor: pointer;	
}


/*---------------------------------------------------------------------------------------------*/


#necesitas{
	position:absolute;
	width: 369px;
	height: 276px;
	top:374px;
	left:536px;
}

#necesitas a{
	position:relative;
	display:block;
	width: 369px;
	height: 276px;
}

#necesitas a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/necesitas.gif');
	cursor: hand;
	cursor: pointer;	
}


/*---------------------------------------------------------------------------------------------*/

#donde{
	position:absolute;
	width: 258px;
	height: 291px;
	top:388px;
	left:313px;
}

#donde a{
	position:relative;
	display:block;
	width: 258px;
	height: 291px;
}

#donde a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/donde.gif');
	cursor: hand;
	cursor: pointer;	
}



#donde1{
	position:absolute;
	width: 400px;
	height: 299px;
	top:89px;
	left:16px;
}

#donde1 a{
	position:relative;
	display:block;
	width: 400px;
	height: 299px;
	background-image: url('imagenes/plano_1.png');
}

#donde1 a:hover{
	position:relative;
	display:block;
	background-image: url('imagenes/plano_1_s.png');
	cursor: hand;
	cursor: pointer;	
}


/*---------------------------------------------------------------------------------------------*/




#Titulo {
	position:absolute;
	width:272px;
	height:128px;
	z-index:1;
	left: 50px;
	overflow: visible;
	top: 126px;
	text-align: left;
}
#cuerpo_izda {
	position:absolute;
	width:410px;
	height:409px;
	z-index:1;
	left: 49px;
	overflow: visible;
	top: 270px;
	text-align: left;
	font-size: 14px;
	list-style-type:disc;
	list-style-position: outside;
}

#cuerpo_derecha{
	position:absolute;
	width:428px;
	height:482px;
	z-index:1;
	left: 487px;
	overflow: visible;
	top: 115px;
	text-align: left;
}
</style>
p {
	font-size: 14px;
}

