/* ESTILOS DE CONTENEDORES*/

body {
	margin:20px 0px; padding:0px;
	text-align:center;
	background-color: #000000;
	background-image: url(fondobackground.jpg);
	background-repeat: repeat-x;
}

#principal {
	position:relative;
	background-image:url(fondoflash.png);
	margin:0px auto;
	width:790px;
	height:499px;
	padding:25px;
	z-index:0;
	
}

#piedepagina {
	margin:0px auto;
	width:100%;
	height:50px;
	bottom:0px;
}

#fondobottom {
	position:absolute;
	bottom:100px;
	left:80px;
	width:50px;
	height:50px;
	background-color: #FF0000;

}

#textoexcursiones {
    position:relative;
	margin:35px 100px 0px 20px;
	width:661px;
	height:446px;
	z-index:1;
}

#linksexcursiones {
	position:absolute;
	bottom:0px;
	right:0px;
	width:454px;
	height:55px;
	z-index:1;
}

/* ESTILOS DE TEXTO*/

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Century Gothic";
	font-size: 9px;
}

.style6 {
	font-size: 12;
}

.style7 {	
	font-size: 12px;
	font-family: "Century Gothic";
	color: #FFFFFF;
}

.style8 {
	font-size: 12px;
	font-family: "Century Gothic";
	color: #00CC99;
	font-weight: bold;
}

/* ESTILOS DE SOBRE EL HTML*/

html { 
	overflow:hidden; 
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:visited {
	color:#FFCC00;
	text-decoration: none;
}

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

a:active {
	color:#FFCC00;
	text-decoration: none;
}
