/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0;
	line-height:1em;
	color:#900;
}
h1 {
	font-size:1.75em;
	margin-bottom:.5em;
}
h2 {
	font-size:32px;
	margin-bottom:.5142em;
	padding-top:.2em;
}
h3 {
	height:20px;
	font-size:1.25em;
	padding:.3em 3px;
}
h3 a, h3 a:visited {
	text-decoration: none;
	padding-left:8px;
}
h3 a:hover {
	text-decoration:none;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5 {
	font-size:1em;
	margin-bottom:.9em;
	font-weight:bold;
}
h6 {
	font-size:1.5em;
	margin-bottom:.9em;
	font-weight:bold;
	text-decoration:underline;
}
p, blockquote, ul, ol, dl, form, table, pre {
	line-height:inherit;
	margin:0 0 1.5em 0;
}
form {
	margin:2.5em;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 1.0em 2em;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
}
img {
	border:none;
}
hr {
	display:none;
}
table {
	width:100%;
	border-collapse:collapse;
}
th, caption {
	text-align:left;
}
form div {
	margin:.5em 0;
	clear:both;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
/* //  HTML elements */	

/* common */		
	
	.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button {
	font:1em Arial, Sans-Serif;
	line-height:1.5em;
	color:#333;
}
body {
	font-size:13px;
	background: url(../img/body.bg.jpg) repeat-x #250d08;
	margin:0;
	padding:0;
	text-align:center;
}
a, a:visited {
	text-decoration:none;
	color:#900;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin:5em 2em 0 0;
	width:400px;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:200px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:200px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:270px;
	float:left;
	margin-left:2em;
	padding:1em 2em;
	border-top:1px solid #fc6;
	border-bottom:1px solid #fc6;
	font-size:1.25em;
	font-weight:bold;
}
#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
/* base */

/* layout */

#container {
	background:none;
	margin:0 auto;
	width:980px;
	text-align:left;
	position:relative;
}
#agenda #container {
	width:500px;
	padding:20px;
}
.inner {
	position:relative;
}
#header {
	position:relative;
}
#footer {
	position:relative;
	clear:both;
}
.content {
	background-color:#fff;
	clear:both;
	padding:0;
	margin:0;
}
.main, .secondary, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main {
	width:730px;
	margin-left:220px;
	padding:20px 15px;
}
.secondary {
	width:200px;
	padding:20px 10px;
	margin-left:-980px;
}
.secondary h2 {
	border-bottom:1px solid #fc6;
}
.tertiary {
	width:280px;
	padding:15px 10px;
	background:#F3D1D1;
}
.quaternary {
}
.rounded {
	background:url(../images/villabaviera_20.png) repeat-x;
	margin: 0 auto 8px auto;
	padding: 5px 0 0 0;
}
#mvv {
	padding:10px 30px;
}
#mvv a {
	color:#333;
}
#gallery {
	padding: 30px;
	border:1px solid #FC3;
}
#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}
#descriptions .ad-image-description {
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
	display: block;
}
/* grid */
		
.cols {
} /* main column container class */
.col {
	float:left;
	display:inline;
	width:48%;
	margin-left:4%; /* 2 equal width columns layout - default */
}
.cols3 .col {
	width:31%;
	margin-left:3%;
} /* 3 equal width columns layout */
.cols4 .col {
	width:22%;
	margin-left:4%;
} /* 4 equal width columns layout */
/* use following classes to build custom grid (add as many as you want) */
		
.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.col1 {
}
.col2 {
}
.col3 {
}

/* grid */	

/* // layout */

/* header */
#header h1 {
	margin:0;
	background:url(../img/header.bg.jpg) no-repeat;
}
#header h1 a {
	width:980px;
	height:120px;
	display:block;
}
#sitetools{
	position:absolute;
	clear:both;
	top:10px;
	margin-left:890px;
}
#sitetools a{
	display:block;
	float:left;
	height:40px;
	width:40px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../img/sitetools.bg.png) 0 0 no-repeat;
}
#sitetools a:hover{
	margin-top:-5px;
	padding-bottom:5px;
}
a#sitetools-contact {
	background-position:-40px 0;
}
/* // header */
	
/* navigation */
	
#nav {
	background:#C11A1B;
	padding:0;
	margin:0;
	height:40px;
}
#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#nav li {
	float:left;
	position:relative;
	line-height:40px;
	height:40px;
	display:block;
}
#nav li a {
	color:#ffc;
	text-decoration:none;
	padding:0 25px;
}
#nav li a:hover {
	color:#fc9;
}
#nav ul {
	position:absolute;
	left:0;
	top:40px;
	width:200px;
	display:none;
	z-index:1000;
}
#nav ul li {
	text-align:left;
	background:#9B1515;
	border:none;
	float:none;
	display:block;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #C11A1B;
}
#nav ul li a {
	display:block;
}
/* //navigation */

/* content */


/* // content */

/* footer */
#footer {
	background:#111;
	color:#fff;
	padding:10px 10px;
	height:60px;
	font-size:11px;
	line-height:1.25em;
}
#footer-logo {
	float:left;
	display:block;
	width:130px;
	height:90px;
	margin-top:-40px;
	background:url(../img/footer.bg.png) no-repeat;
}
#footer a, #footer a:visited {
	text-decoration:underline;
	color:#fff;
}
#footer a:hover {
	color:#F96;
}
/* // footer */

/* clearfix */

.inner:after, .content:after, .cols:after, .fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .fixed {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .fixed {
	height:1%;
}
/* // clearfix */

/*

.presentacion img {
	margin-bottom:0;
	padding:0;
}
.presentacion h3 {
	margin-top:0;
}
.destacado {
	padding:1.0em 0;
	border-top:1px solid #fc6;
	border-bottom:1px solid #fc6;
}
.destacado p {
	font-size:1.25em;
	padding-left:0;
}
.indent1 {
}
.indent2 {
}
.indent3 {
}

#indexpic {
	margin:0;
	padding:0;
	list-style:none;
	height:241px;
	clear:both;
}
#indexpic li {
	margin:0;
	padding:0;
}
*/

div.PagNav {
	clear:both;
	margin: 10px 0;
}
a.PagNav {
	background:#eee;
	border:1px solid #ddd;
	padding:2px 6px;
}
.PagNavActive {
	color:#900;
	background:#f99;
	border:1px solid #c00;
	padding:2px 6px;
}

.separador {
	height: 15px;
	border-bottom:1px solid #fc6;
	margin-bottom: 2.0em;
	clear:both;
}
.gallery {
}
ul.gallery {
	padding:0;
}
ul.gallery li {
	float:left;
	list-style:none outside none;
	margin:0 10px 0 0;
}
ul.gallery li img {
	background:#FFFFFF;
	border:1px solid #fc6;
	padding:4px;
	margin-bottom:1.0em;
}
.thumb img {
	
}
.thumb {
	float:left;
	background:#FFFFFF;
	border:1px solid #666;
	margin:0 1.0em 1.0em 0;
	height:100px;
	overflow:hidden;
}
.producto-popup {
	background:#fff;
	padding:20px 50px;
	width:800px;
}
.novedades {
	margin:1.0em;
	border-bottom:1px solid #fc6;
	padding:1em;
}
.novedades > a {
	max-height:100px;
	overflow:hidden;
}
.home-clima {
	float:left;
	background:#eee;
	padding:5px 18px;
	width:172px;
	overflow:hidden;
}
.home-mapa {
	float:left;
	margin-left:15px;
	width:425px;
}
small { font-size:.75em; }
