@charset "utf-8";
/* CSS Document */

body{
	background-color:#EF9BBF;
	font-size:16px;
	padding:0;
	margin: 0;
	background-image: url(imagenes/motivo_fondo_hoteleria.gif);
	background-repeat: repeat;
	background-position: left top;
}

#header{
	background-color:#EA6EA4;
	height:150px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#center {
	min-height:650px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:650px; /* for IE5.x and IE6 */
}

#footer {
	clear:both;
	height:100px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

