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

body{
	background-color:#e9ced9;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
}

table tr td { padding:0px; margin:0px; }

#rooms_table tr td { padding:5px; }

#content_table{
	background-image: url(../images/index_main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}

#title_row_home{
	background-image: url(../images/galerias_title_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#title_row_rooms{
	background-image: url(../images/galerias_title_rooms.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#title_row_rooms_esp{
	background-image: url(../images/galerias_title_rooms_esp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#title_row_reservations{
	background-image: url(../images/galerias_title_reservations.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#title_row_reservations_esp{
	background-image: url(../images/galerias_title_reservations_esp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#bottom_row{
	background-image: url(../images/galerias_bottom_clouds.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content_p1{
	width:380px;
	margin-left:100px;
	padding-top:50px;
}

.content_p2{
	width:380px;
	margin-left:100px;
}

#index_footer{
	width:1000px;
	margin:30px auto;
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:30px;
}

#index_footer a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
