/******************** CSS Document / alquileronline.es ********************/

* {
	margin: 0;
	padding: 0;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(images/background.jpg) repeat-x;
	font: normal 12px/1.8em arial, sans-serif;
	color: #404040;
	text-align: center;
}

a {
	color: #404040;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul#general_list { list-style: none;}

ul#general_list li {
	padding: 5px 0 0 22px;
	background: url(images/list.gif) no-repeat 0 13px;
}

h1 {
	color: #ff8c00;
	font: bold 20px/1.2em trebuchet ms, sans-serif;
	margin:: 15px 0;
}

/******************** Container ********************/

#background {
	width: 100%;
	background: url(images/header_background.jpg) no-repeat top center;
	text-align: center;
}

#container {
	width: 870px;
	margin: auto;
	text-align: left;
}

/******************** Top ********************/

#top {
	width: 870px;
	height: 50px;
	background: url(images/logo.jpg) no-repeat top;
}

ul#top_links {
	float: right;
	background: #404040 url(images/top.gif) no-repeat bottom right;
}

ul#top_links li {
	list-style: none;
	float: left;
}

ul#top_links li a {
	display: block;
	padding: 7px 10px 8px 10px;
	font: normal 10px/1em arial, sans-serif;
	text-decoration: none;
	color: #ccc;
}

ul#top_links li a:hover, ul#top_links li a:active {
	text-decoration: underline;
	color: white;
}

ul#top_links li a#mapa {
	padding-left: 20px;
	background: #404040 url(images/top_left.gif) no-repeat bottom left;
}

ul#top_links li a#legal {
	padding-right: 20px;
}

/******************** Navbar ********************/

#navigation {
	width: 870px;
	height: 50px;
	background: url(images/navigation.jpg) no-repeat;
}

ul#navbar {
	width: auto;
	height: 50px;
	list-style: none;
	float: right;
}

ul#navbar li {
	margin: 0 0 0 5px; padding-right: 10px; background: url(images/navbar_link.jpg) no-repeat top right; float: left;
}

ul#navbar li a {
	display: block;
	height: 50px;
	padding: 0 5px 0 15px;
	font: bold 13px/40px verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	background: url(images/navbar_link.jpg) no-repeat top left;
}

ul#navbar li:hover { background: url(images/navbar_hover.jpg) no-repeat top right; }
ul#navbar li a:hover { background: url(images/navbar_hover.jpg) no-repeat top left; }

/*
body#home_active ul#navbar li#home a:link,
body#home_active ul#navbar li#home a:visited,
body#home_active ul#navbar li#home a:hover,
body#home_active ul#navbar li#home a:active,
body#faq_active ul#navbar li#faq a:link,
body#faq_active ul#navbar li#faq a:visited,
body#faq_active ul#navbar li#faq a:hover,
body#faq_active ul#navbar li#faq a:active,
body#terms_active ul#navbar li#terms a:link,
body#terms_active ul#navbar li#terms a:visited,
body#terms_active ul#navbar li#terms a:hover,
body#terms_active ul#navbar li#terms a:active,
body#precios_active ul#navbar li#precios a:link,
body#precios_active ul#navbar li#precios a:visited,
body#precios_active ul#navbar li#precios a:hover,
body#precios_active ul#navbar li#precios a:active,
body#contacto_active ul#navbar li#contacto a:link,
body#contacto_active ul#navbar li#contacto a:visited,
body#contacto_active ul#navbar li#contacto a:hover,
body#contacto_active ul#navbar li#contacto a:active {
	background: url(images/navbar_active.jpg) no-repeat top left; color: white; cursor: default;
}

body#home_active ul#navbar li#home,
body#home_active ul#navbar li a#home:hover,
body#faq_active ul#navbar li#faq,
body#faq_active ul#navbar li a#faq:hover,
body#terms_active ul#navbar li#terms,
body#terms_active ul#navbar li a#terms:hover,
body#precios_active ul#navbar li#precios,
body#precios_active ul#navbar li a#precios:hover,
body#contacto_active ul#navbar li#contacto,
body#contacto_active ul#navbar li a#contacto:hover {
	background: url(images/navbar_active.jpg) no-repeat top right; color: white;
}
*/

/******************** Header ********************/

#header {
	width: 570px;
	height: 145px;
	padding: 85px 0 0 300px;
	background: url(images/header.jpg) no-repeat;
}

#header h2 {
	font: bold 22px/1.2em trebuchet ms, sans-serif;
	color: white;
}

#header p {
	margin-top: 5px;
	font: normal 14px/1.4em arial, sans-serif;
	color: white;
}

#header h2, #header p {	text-shadow: 1px 1px 1px #333; }

/******************** Content ********************/

#content {
	width: 870px;
	padding: 75px 0 30px 0;
	background: url(images/box_footer.jpg) no-repeat top left;
	font-size: 1.1em;
	overflow: hidden;
}

#content h3 {
	color: #ff8c00;
	font: bold 24px/1.2em trebuchet ms, sans-serif;
	margin:: 15px 0;
}

#content p {
	margin: 15px 0;
}

#content_left {
	width: 570px;
	margin-left: 30px;
	float: right;
}

#content_right {
	width: 270px;
	float: left;
}

#content_all { width: 870px; }

html>body #content_margin {
	clear: both;
	width: 870px;
	height: 0;
}

* html #content_margin { display: none; }

/******************** Box Telf. ********************/

#box_telf {
	width: 270px;
	height: 37px;
	background: url(images/box_telf.jpg) no-repeat;
	text-align: center;
	margin: 0 0 20px 0;
}

#box_telf p {
	margin:0;
	padding: 0 10px;
	font: bold 18px/37px arial, sans-serif;
}

/******************** Box Right ********************/

#box_right {
	width: 270px;
	padding: 15px 0;
	margin-bottom:20px;
	background: url(images/box_right.jpg) no-repeat top;
	color: #76ab01;
	clear:both;
}

#box_right h3 {
	font: bold 15px/1.2em arial, sans-serif;
	margin: 0 15px;
	color: #ff8c00;
}

#box_right ul {
	margin: 20px 0 0 0;
	padding: 0 15px;
	list-style: none;
}

#box_right ul li {
	padding: 5px 0 0 22px;
	background: url(images/list.gif) no-repeat 0 13px;
}

#box_right p {
	margin: 20px 0 0 0;
	padding: 0 25px 0 25px;
}

/******************** Gallery ********************/

ul#gallery {
	width: 270px;
	margin: 20px 0 0 0;
	margin-bottom:20px;
}

ul#gallery li {
	padding: 0 7px 5px 0;
	list-style: none;
	float: left;
}

/*ul#gallery li a {
	border: none;
	text-decoration: none;
}

ul#gallery li a:hover {
	background: none;
}*/

ul#gallery li a img {
	width: 56px;
	height: 56px;
	padding: 1px;
	border: 1px solid #666666;
}

ul#gallery li a:hover img {
	padding: 1px;
	border: 1px solid #c40003;
}



















/******************** Search form ********************/

#content_left form {
	width: 100%;
	margin: 15px 0 0 0;
}

#content_left form div {
	width: 180px;
	margin: 0 0 0 0;
	float: left;
}

#content_left form div label {
	cursor: default;
	margin-bottom: 10px;
	font: italic 11px/1.2em verdana, sans-serif;
}

#content_left form div input, #content_left form div select {
	display: inline-block;
	height: 15px;
	margin-bottom: 0;	
	padding: 2px;
	background-color: #f2f2f2;
	border-top: 1px solid #8c8c8c;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #b3b3b3;	
	font: bold 12px/15px verdana, sans-serif;
	color: #404040;
}

#content_left form div select { width: 170px; height: 27px; padding: 2px; line-height: 24px; }

#content_left form div input:hover, #content_left form div selct:hover {
	background-color: #fff2e0;	
	border-top: 1px solid #e17c01;
	border-right: 1px solid #ffa536;
	border-bottom: 1px solid #ffe8cb;
	border-left: 1px solid #ffa536;	
}

#content_left form p {
	float: left;
	margin-top: 5px;
}

#content_left form p input {
	width: 70px;
	height: 25px;
}
























/******************** Características ********************/

ol#features_large {
	margin: 20px 0 0 0;
	padding: 0 45px;
}

ol#features_large li {
	padding: 20px 0 0 0;
	font: normal 20px/1.4em Georgia, serif;
}

ol#features_large ul {
	padding: 0 20px;
}

ol#features_large ul li, ol#features_large p  {
	padding: 5px 0 0 0;
	font: normal 12px/1.4em arial, sans-serif;
}

/******************** Demo (How it works) ********************/

#how_works_pic h3 { margin-top: 30px; }

#how_works_pic p { margin-top: 0;}
	
#how_works_pic img {
	margin-top: 10px;
	border: 5px solid #ccc;
}

/******************** Contact ********************/

form#form {
	margin: 15px 0 0 0;
}

form#form .line {
	width: 570px;
	margin: 5px 0;
	float: left;
}

form#form .line label {
	width: 125px;
	padding: 5px 0;
	margin-right: 10px;
	float: left;
	text-align: right;
	font: normal 12px/1em arial, sans-serif;
}

form#form .line input.field, form#form .line textarea.field, form#form .line select.field {
	width: 200px;
	padding: 3px;
	background: #f1ffcf url(images/field_background.gif) repeat-x top;
	border: 1px solid #8dc90b;
	font-weight: bold;
	float: left;
	resize: none;
}

form#form .line input.button {
	width: 75px;
	margin: 5px 5px 0 0;
	float: left;
}

.alert {
	color: #ff0000;
}

/******************** Features ********************/

#features_bckgd {
	width: 100%;
	background: #2d2d2d url(images/footer_background.jpg) repeat-x top;
	text-align: left;
}

#features {
	width: 870px;
	margin: auto;
	padding: 15px 0 30px 0;
	font: normal 12px/1.4em arial, sans-serif;
	color: white;
}

#features h3 {
	font: normal 18px/1.8em Georgia, serif;
	color: white;
}

#features h3 span {
	text-decoration: underline;
	font-style: italic;
	color: #ccc;
}

#features ul {
	width: 280px;
	padding: 0;
	margin: 10px 10px 30px 0;
	float: left;
}

#features ul li {
	list-style-type: none;
	background: url(images/icon_list.gif) no-repeat top left;
	padding-left: 25px;
	margin-top: 10px;
}

#features ul li a { color: white;
}

/******************** Footer ********************/

#footer {
	clear: both;
	width: 870px;
	height: 25px;
	background: url(images/footer.gif) no-repeat;
}

#footer p {
	width: 395px;
	padding: 0 20px;
	font: normal 11px/25px arial, sans-serif;
	float: left;
}

#footer a {
	color: white;
}

a#rss {
	display: block;
	height: 25px;
	background: url(images/rss.jpg) no-repeat center left;
	padding-left: 19px;
	font: normal 11px/24px arial, sans-serif;
	float: right;
}

#niee {
	display: none;
}
