@charset "utf-8";
/* CSS Document */



html body{
	margin: 0px;
	padding: 0px;
	background-color: #FCA116;
}

a{
	text-decoration: none;
	
}


#superior{
	background-color: #FFF;
	height: 148px;
	text-align: center;
}

#logo{
	height: 148px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 900px;
	display: inline-block;
}


#naranja{
	background-color: #FCA116;
	text-align: center;
	vertical-align: middle;
	height: 38px;
	position: relative;
	z-index: 10;
}

#menu{
	height: 37px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}

	
	
#busqueda{
	height: 36px;
	width: 400px;
	background-color: #666666;
	float: left;
	vertical-align: middle;
		padding-top: 2px;	
	
	}	
	
	
#busqueda .inputbox{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;	
	
	}	
	
	
#busqueda input[value="Buscar"]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FCA116;
	color: #FFF;
	border-top-color: #FCA116;
	border-right-color: #FCA116;
	border-bottom-color: #FCA116;
	border-left-color: #FCA116;
	padding: 4px;
	margin-left: 3px;
	}	
	
	
	
	
	
	
	
	
	
	
	
#arena{
	background-image: url(../images/sand.jpg);
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#contenedor{
	box-shadow:         -5px 0px 5px rgba(50, 50, 50, 0.5)	,   5px 0px 5px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.5)	,	5px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -5px 0px 5px rgba(50, 50, 50, 0.5)	,	5px 0px 5px rgba(50, 50, 50, 0.5);
	background-color: #FFF;
	width: 1000px;
	display: inline-block;
	clear:both;
	text-align: left;
	
}




#contenedor_superior{
	height: 36px;
	width: 1000px;
	display: inline-block;	
	
	
	
	}




#izquierdo{
	float:left;
	width: 600px;
	background-color: #FFF;
}
#derecho{
	float:left;
	width: 400px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
	background-color: #FFF;

}

#derecho a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

#fotos{
	height: 300px;
	width: 600px;
	float: left;
	overflow: hidden;
}

#fotos img{
	border:0;
	
	
	}

	#banners{
	height: 300px;
	width: 400px;
	float: left;
	overflow: hidden;
}

#banners img{
	border:0;
	
	
	}



#textos{
	width: 560px;
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}


#textos a {
	color: #FCA116;
	text-decoration: none;
	font-weight: bold;	
	}
	
	
	
#textos a:hover {
	color: #C47602;
	text-decoration: none;
	font-weight: bold;
	}

#textos h1{
	font-weight: bold;
	color: rgb(0,0,0);
	font-size: 20px;
}


#cajas{
	background-image: url(../images/cajas.jpg);
	background-position: top;
	width: 400px;
	display: inline-block;
	background-repeat: repeat-x;
}


#pie{
	width: 100%;
	display: inline-block;
	text-align: center;
	height: 100%;
	
	position: relative;
	z-index: 9;
}

#contenido_pie{
	width: 900px;
	display: inline-block;
	text-align: left;
	font-family: 'verdana';
	font-size: 10px;

}

#contenido_pie a{
	color: #000;
	text-decoration: none;	

}

#contenido_pie a:hover{
	color: #333;
	text-decoration: none;
	font-size: x-large;
	font-weight: bold;

}

#contenido_lateral{
	width: 340px;
	margin-right: 40px;
	margin-left: 20px;
	
}


