body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: no-repeat;
	font-family: "trebuchet MS", tahoma, verdana, arial;
	font-size: 12px;
	font-style:normal;

}
a:link {
	color: #ffffff;
}
a:visited {color: #ffffff;}
a:hover {
	color: #ffffff;
}
a:active {color: #ffffff;}

/* TRUCO PARA CENTRAR EN IE Y MOZILLA*/
#contenedora { 
	width: 100%; 
	text-align: center;
}
/*FIN DE TRUCO*/

#contenedor {
	background-color: #ffffff;
	margin:auto;
	width: 550px;
	text-align:left;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;

}
#cabecera {
	background-color: #993300;
	color: #ffffff;
	border-bottom: solid 2px #D69D00;
	width: 550px;
	height: 150px;
	background-image: url(../imagenes/fondocabecera1.jpg);
	background-repeat: no-repeat;
}
#cabecera a {
	color: #ffffff;
}
#cabecera a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
#cabeceraizquierda {
	float: left;
	width: 180px;
	margin-top: 80px;
	padding: 4px;
	clear: both;
}
#definicion {
	float: right;
	width: 300px;
	padding: 4px;
	margin-top: 10px;
}
#contenidos {

}
#contenidos h1 {
	color: #993300;
	font-size: 18px;
	font-weight: bold;
	margin: 4px;
	background-repeat: no-repeat;
}
#contenidos li {
list-style-image:url(../imagenes/iconolista.gif);
}
#servicios {
	float:left;
	width: 270px;
}
#fotos {
	float: right;
	font-size: 10px;
	width: 269px;
	margin-top: 10px;
}
#nosotros1 {
	float: left;
	margin-left: 10px;
	width: 200px;
}
#nosotros2 {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 250px;
	border-left: solid 1px #D69D00;
		background-image: url(../imagenes/fondocontenidos.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#hosteleria {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#nuestrosclientes {
	text-align: left;
}
#pie {
	background-color: #993300;
	color: #ffffff;
	border-top: solid 2px #D69D00;
}