body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 49px;
}

#logo h1 {
	float: left;
	padding: 0.8em .25em 0 0;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	height: 30px;
	border-top: 19px solid #FFFFFF;
	background: #E1EEFA url(images/img03.gif) repeat-x left bottom;
}

#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	color: #EFA722;
}

/* Splash */

#splash {
	width: 760px;
	height: 196px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

#content h2 {
	height: 25px;
	padding: 8px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
}

#content h3 {
	height: 25px;
	padding: 8px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
}


#content h3 {
	font-size: 1em;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left center;
}

#content .content {
	padding: 10px 31px 20px 31px;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
	background: url(images/img04.gif) repeat-x;
}

#colOne .boxed {
	background: url(images/img04.gif) repeat-x;
}

.resultados_hoteles {
	display:block;
}


/* Column Two */

#colTwo {
	float: right;
	width: 260px;
	background: url(images/img05.gif) repeat-x;
}

#colTwo .boxed {
	background: url(images/img05.gif) repeat-x;
}

#colTwo .content {
	padding: 10px;
}


#colTwo  a {
	text-decoration: none;
}
#colTwo  a:hover {
	text-decoration: underline;
	clear: both;
}





/* Footer */

#footer {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-x left bottom;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: x-big;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	border:1px solid #555;
}
textarea {
/*	width:380px;*/
	padding:10px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #555;
/*	height:150px;*/
	display:block;
	color:#777;
}
.button {
    border: 1px solid #006;
    background: #FFEC81;
}



/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #39680E;
	border: 1px solid #9EC630;
	color: #fff;	
	width: 60px;
	vertical-align: top;
}

.img-hotel {
	padding: 5px;border: none;width: 130px;height: 130px;}
.img-video {padding: 5px;border: none;width: 120px;height: 90px;}


.precio {
	border:1px dotted #FF0000;
	font: bold 14px Arial, Sans-serif;
	color:#FF0000;
	text-decoration:none;
}

a.galeria img{
	margin: 1px;
	border: 1px solid black;
	padding : 2px;
}

a.galeria:hover img{
	border-color: red;
}


.videos {width: 480px; float:left; display:block; margin: 2 0 3 0px;}
.post {
	border-bottom:1px dotted #939393;
}
