* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	width: 100%;
	}
	
body {
	background: url(images/main-bg.gif) no-repeat center top;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: justify;
	font-size: 100%;
	color: #404040;
	}

img {
	border: 0;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #770000;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}
	
		

/* Structure */

#page {
    height: auto !important;
    height: 100%;
    min-height: 100%;
	width: 800px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	font-size: 11px;
	padding: 15px 25px 0 25px;
	}

#sidebar {
	width: 175px;
	float: right;
	margin-top: 25px;
	}

#left-content {
    width: 175px;
	float: left;
	margin-top: 25px;
	}

#left-content img{
	max-width: 155px;
	max-height: 116px;	
	}

	
/*	Headers */

h1 {
	font: 42px "Arial Rounded MT Bold", Arial;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
h2 {
	font: 20px "Arial Rounded MT Bold", Arial;
	color: #404040;
	text-align: center;
	margin-top: 25px;
	}

h3 {
	text-align: center;
	font: 12px "Arial Rounded MT Bold", Arial;
	color: #770000;
	}
	
#sidelist h3 {
	display: block;
	width: 155px;
	background: #770000;
	font: 12px "Arial Rounded MT Bold", Arial;
	text-align: left;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-left: -10px;
	}


h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
#tel{
    float: right;
	margin-top: -55px;
	margin-right: -15px;
	}	
	
	
/* Content */

#content {
	width: 400px;
	margin-left: 200px;
	}
	
#content img {
	max-width: 400px;
	}

.destacados {
	width: 400px;
	margin-top: 25px;
	}
	
.list {
	border-top: 1px dotted #b6b6b6;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.navigation {
    border-top: 1px dotted #b6b6b6;
	padding-top: 20px;
	padding-bottom: 40px;
	}
	
.prev {
    float: left;
	}
	
.next {
    float: right;
	}
	
.list-results {
	border-top: 1px dotted #b6b6b6;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#pnag {
	margin-bottom: 25px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
	
.price {
	font: 18px "Arial Rounded MT Bold", Arial;
	color: #404040;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	}

#lead {
	margin-top:25px;
	}

.title {
	font-size: 14px;
	font-weight:bold;
	}
	
#sidelist li {
	list-style: none;
	background-color: #E5E5E5;
	padding: 0 10px 10px 10px;
	margin-bottom: 25px;
	}
				

/* Form Elements */

#vender-form {
    width: 250px;
	margin-left: 75px;
	}
	
#vender-form input {
	width: 100%;
	padding: 2px;
	margin: -15px auto 10px auto;
	}

#vender-form select {
	width: 104%;
	padding: 2px;
	margin: -15px auto 10px auto;
	}
	
#vender-form textarea {
	width: 100%;
	padding: 2px;
	margin: 0 auto 10px auto;
	}

select {
	width:100%;
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration: none;
	}
	
	
/* Footer */

#footer {
	width: 800px;
	border-top: 1px dotted #b6b6b6;
	font-size: 11px;
	padding: 25px 0 25px 0;
	position: relative;
	text-align: center;
	margin: auto;
	}
