/******************** 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;
}


/******************** 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: 517px;
	height: 50px;
	float: right;
}

ul#navbar li {
	list-style: none;
	float: left;
}

ul#navbar li a {
	display: block;
	height: 50px;
	background: url(images/navbar.jpg) no-repeat;
	margin-left: 10px;
}

ul#navbar li a span { display: none; }

ul#navbar li a#home {
	width: 74px;
	background-position: 0 0;
}
ul#navbar li a#home:hover { background-position: 0 -50px; }

ul#navbar li a#demo {
	width: 122px;
	background-position: -84px 0;
}
ul#navbar li a#demo:hover { background-position: -84px -50px; }

ul#navbar li a#caracteristicas {
	width: 121px;
	background-position: -216px 0;
}
ul#navbar li a#caracteristicas:hover { background-position: -216px -50px; }

ul#navbar li a#planes {
	width: 65px;
	background-position: -347px 0;
}
ul#navbar li a#planes:hover { background-position: -347px -50px; }

ul#navbar li a#contratar {
	width: 85px;
	background-position: -422px 0;
}
ul#navbar li a#contratar:hover { background-position: -422px -50px; }

body#home_active ul#navbar li a#home:link,
body#home_active ul#navbar li a#home:visited,
body#home_active ul#navbar li a#home:hover,
body#home_active ul#navbar li a#home:active {
	background-position: 0 -100px;
}

body#demo_active ul#navbar li a#demo:link,
body#demo_active ul#navbar li a#demo:visited,
body#demo_active ul#navbar li a#demo:hover,
body#demo_active ul#navbar li a#demo:active {
	background-position: -84px -100px;
}

body#caracteristicas_active ul#navbar li a#caracteristicas:link,
body#caracteristicas_active ul#navbar li a#caracteristicas:visited,
body#caracteristicas_active ul#navbar li a#caracteristicas:hover,
body#caracteristicas_active ul#navbar li a#caracteristicas:active {
	background-position: -216px -100px;
}

body#planes_active ul#navbar li a#planes:link,
body#planes_active ul#navbar li a#planes:visited,
body#planes_active ul#navbar li a#planes:hover,
body#planes_active ul#navbar li a#planes:active {
	background-position: -347px -100px;
}

body#contratar_active ul#navbar li a#contratar:link,
body#contratar_active ul#navbar li a#contratar:visited,
body#contratar_active ul#navbar li a#contratar:hover,
body#contratar_active ul#navbar li a#contratar:active {
	background-position: -422px -100px;
}

/******************** 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;
}

#content h3 {
	font: bold 22px/1.2em Georgia, serif;
}

#content p {
	margin-top: 15px;
}

#content_left {
	width: 570px;
	margin-right: 30px;
	float: left;
}

#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: #82be00;
}

#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;
}




















/******************** Planes (Tabla) ********************/

table#planes_table {
	width: 100%;
	margin: 20px 0;
	color: white;
	font: normal 12px/1.6em arial, sans-serif;
}

table#planes_table td, table#planes_table th {
	padding: 15px;
	background-color: #3e3e3e;
	border: none;
}

table#planes_table th.header_left, table#planes_table th.header_plan1, table#planes_table th.header_plan2, table#planes_table th.header_plan3 {
	border-bottom: 1px solid white;
	text-align: center;
}

table#planes_table th.header_left {
	background: #3e3e3e url(images/table/corner_topLeft.gif) no-repeat top left;
}

table#planes_table th.header_plan3 {
	background: #82be00 url(images/table/corner_topRight.gif) no-repeat top right;
}

table#planes_table td.header_plan3 {
	background: #82be00 url(images/table/corner_bottomRight.gif) no-repeat bottom right;
}

table#planes_table th.header_plan1, table#planes_table td.header_plan1, table#planes_table td.plan1 {
	background-color: #5aa000;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	vertical-align: middle;
}

table#planes_table th.header_plan2, table#planes_table td.header_plan2, table#planes_table td.plan2 {
	background-color: #82be00;
	border-right: 1px solid white;
	text-align: center;
	vertical-align: middle;
}

table#planes_table th.header_plan3, table#planes_table td.header_plan3, table#planes_table td.plan3 {
	background-color: #a8db00;
	text-align: center;
	vertical-align: middle;
}

table#planes_table td.header_left { font-weight: bold; }

table#planes_table td.header_left {	background: #3e3e3e url(images/table/headerLeft.gif) repeat-x bottom; text-align: center; }

table#planes_table td.plan1 { background: #5aa000 url(images/table/plan1.gif) repeat-x bottom; }
table#planes_table td.plan2 { background: #82be00 url(images/table/plan2.gif) repeat-x bottom; }
table#planes_table td.plan3 { background: #a8db00 url(images/table/plan3.gif) repeat-x bottom; }


.bottomLeft {
	background: #82be00 url(images/table/corner_bottomLeft.gif) no-repeat bottom left;
}

a#contratar_plan1, a#contratar_plan2 {
	display: block;
	margin: auto;
	width: 92px;
	height: 22px;
	font: normal 11px/20px arial, sans-serif;
	text-decoration: none;
	text-align: center;
}

a#contratar_plan1, a#contratar_plan2 { background: url(images/table/button_plan.png) no-repeat; }

















/******************** 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;
	margin-bottom:20px;
	border: 5px solid #ccc;
}
#how_works_pic img.thumbs{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 2px;
}
/******************** 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;
}

/******************** 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;
}
