/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#f8f8f9; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#858484;
	}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container_24 {
	position: relative;
	font-size:.75em;
}

	/* Header */
	header{
		height:509px;
		overflow:hidden;
		background:url(../images/header-tail.gif) 0 0 repeat-x #fff;
		}
	
	/* Content */
	section#content {
		background:url(../images/content-tail.gif) 0 0 repeat-x #f8f8f9;
		padding-bottom:20px;
		}
	
	/* Sidebar */
	aside{
		
		}
			
	/* Footer */
	footer{
		background:url(../images/footer-tail.gif) 0 100% repeat-x #1079ac;
		padding:25px 0 25px 0;
		}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
	
.img-indent1 { 
	margin:5px 20px 0 0; 
	float:left;
	}
	
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}
		
.img-boxserv { 
	width:100%; 
	overflow:hidden;

	}
	.img-boxserv img { 
		float:right; 
		margin:0 70px 0 0;
	padding-bottom:5px;
		}

.extra-wrap { 
	overflow:hidden;
	}

p {margin-bottom:17px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:26px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#f86314; 
	outline:none;
	}
a:hover{
	text-decoration:none;
	}

h2 {
	font-size:45px;
	line-height:1.2em;
	font-weight:normal;
	color:#30383a;
	letter-spacing:-2px;
	font-weight:700;
	margin-bottom:18px;
	}
	h2 span {
		font-size:32px;
		line-height:1.2em;
		font-weight:500;
		display:inline-block;
		position:relative;
		top:13px;
		}
h3 {
	font-size:25px;
	line-height:1.2em;
	font-weight:500;
	color:#30383a;
	background:url(../images/line-hor.gif) 0 100% repeat-x;
	padding:0 0 8px 0;
	margin-bottom:20px;
	}
h4 {
	font-size:13px;
	color:#454f51;
	margin-bottom:1.6em;
	}
	h4.alt {
		padding-top:8px;
		}
h5 {
	
	}
h6 {
	
	}
	

.button { 
	display:inline-block;
	width:81px;
	height:37px;
	line-height:37px;
	font-size:18px;
	background:url(../images/button.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}


/* Boxes */
.boxmain {
	background:#eaedf0;
	border:1px solid #c4c4c3;
	padding:45px 29px 46px 29px;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
}

.box {
	background:#eaedf0;
	border:1px solid #c4c4c3;
	padding:28px 29px 43px 29px;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(js/PIE.htc);
}

.marca {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ec1b30;

}

.address { 
	float: none;
	padding-bottom:3px;
}
	.address dt {
		margin-bottom:17px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#454f51;
		font-size:13px;
		}
	
		.address dd span { 
			float:left;
			width:77px;
		}



/* Header
---------------------------------------- */

.header-bg {
	background:url(../images/header-bg.jpg) no-repeat 50% 0;
	height:509px;
	}

/* Logo */
.logo {
	position:absolute;
	left:5px;
	top:5px;
	}

/* Navigation */
header nav {
	position:relative;
	right:0;
	top:120px;
	}
	header nav ul li {
		float:left;
		}
		header nav li a {
			float:left;
			padding:12px 21px 18px 21px;
			font-size:16px;
			line-height:1.2em;
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 0 #004376;
			position:relative;
			}
		header nav li a.current {
			background:#006195;
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			behavior:url(js/PIE.htc);
			}
			
/* RSS */
a.rss {
	display: block;
	position: absolute;
	right: 8px;
	top: 36px;
	color: #014568;
	background: url(../images/logo_garcia.jpg) no-repeat 100% 0;
	padding: 4px 54px 10px 0;
	font-size: 1.1em;
	width: 114px;
	height: 31px;
	}
a.rss:hover {
	color:#fff;
	}

/* Main banner */
.main-banner {
	display:block;
	position:absolute;
	left:8px;
	top:177px;
	}


/***** slider *****/
.row-bot {
	width:100%;
	padding:30px 0 0;
	background:url(../images/content-tail.gif) center top repeat
}
.slider-wrapper {
/**		margin:0 auto;**/
	width:966px;
	height:321px;
/**	padding-bottom:46px;**/
	overflow:hidden;
}
.slider {
	width:966px;
	height:321px;
/**	position:relative;**/
	left:8px;
	top:177px;
	display:block;
	position:absolute;
}
.items {display:none;}

.pagination {
	position:absolute;
	left:439px;
	bottom:20px;
	z-index:99;
}
	.pagination li {
		float:left;
		padding-right:8px;
	}
	.pagination a {
		display:block;
		width:22px;
		height:22px;
		background:url(../images/slider-pagination.png) right top no-repeat;
		cursor:pointer;
	}
	.pagination li.current a {cursor:default;}
	.pagination li.current a,
	.pagination a:hover {background-position:left top;}

/* Galeria
---------------------------------------- */
.gallery {
	width:966px;
	position:relative;
	z-index:2
}

.items {display:none;}
.block-3 { padding:25px 30px 25px 44px;}


.pag { position:relative;}
.img-pags {position:static; left:0px; z-index:1; display:block;}
.img-pags ul {margin:0}
.img-pags li { width:190px; height:140px; margin-right:10px; display:block; overflow:hidden;  }
.img-pags li a {position:relative; display:block;border:#f4f4f4 5px solid; }
.img-pags li a img {}
.img-pags li a span{ display:block; background:#fff;}
.img-pags li.active a,.img-pags li a:hover{border:#CCC 5px solid;}
.img-pags li.active a img,.img-pags li a:hover img{}
.prev {background:url(../images/prev-1.gif) 0 0 no-repeat; bottom:1px; left:1px; display:block; position:absolute; width:44px;height:44px; z-index:9999;}
.next{background:url(../images/next-1.gif) 0 0 no-repeat; bottom:1px; right:1px; display:block; position:absolute; width:44px;height:44px; z-index:9999;}
.prev:hover, .next:hover {background-position: 0 bottom;}


#galeria {
padding: 10px;
width: 966px;  /* Ancho de la galería */
height: 321px;  /* Alto de la galería */
}
#imgGaleria {
display:block;
position:absolute;
left:8px;
top:177px;
width: 966px; /* Ancho de la imagen */
height: 321px; /* Alto de la imagen */
}
.miniatura {
width:  180px;  /* Ancho de las miniaturas */
height: 100px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 20px;
}
.miniatura:hover {
opacity:.8;   /* Opacidad */
-moz-opacity:.8;
-khtml-opacity:.8;
filter:alpha(opacity=80);
}
.miniatura:active {
opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
filter:alpha(opacity=80);
}


/* Content
---------------------------------------- */
#content {
	
}
	.inside {
		padding:0 0 0 10px;
		}
		.inside .inside {
			padding:40px 0 0 0;
			}
	.row {
		padding-bottom:20px;
		}

/* List */
.list1 li {
	background:url(../images/marker-1.gif) no-repeat 0 8px;
	padding:0 0 0 25px;
	line-height:22px;
	font-size:13px;
	}

.listlink li {
	background:url(../images/marker-1.gif) no-repeat 0 15px;
	padding:0 0 0 25px;
	line-height:30px;
	font-size:13px;
	}


.list2 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list2 dd {
	border-bottom:1px dashed #e1e5e6;
	padding:0 0 10px 0;
	margin-bottom:11px;
	}
.list2 dd:last-child {
	border-bottom:none;
	}


.list3 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list3 dd {
	margin-bottom:17px;
	}
.list3 dd:last-child {
	margin-bottom:0;
	}




/* Footer
---------------------------------------- */
footer {
	color:#2792c5;
	}
footer a {
	text-decoration:none;
	color:#2792c5;
	}
footer a:hover {
	text-decoration:underline;
	}
	

/* Copy */
footer .copy {
	float:left;
}
	footer .copy a {
		color:#fff;
		}

footer .copyright {
	float:right;
	padding:0 8px 0 11px;
/* 	margin-bottom:11px;
	margin-left:85px;*/
	color:#fff;
}

/* Footer navigation */
footer nav {
	float:left;
	}
	footer nav li {
		display:inline;
		border-left:1px solid #0e74a6;
		padding:0 8px 0 11px;
		}
	footer nav li:first-child {
		border:none;
		}
		footer nav li a:hover,
		footer nav li a.current {
			color:#fff;
			text-decoration:none;
			}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	color:#373732;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
	#contacts-form label {
		display:block;
		height:58px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:170px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:260px;
			overflow:auto;
			height:128px;
			margin-bottom:18px;
		}
		#contacts-form .button {
			float:right;
			margin-left:14px;
		}

/*==========================================*/
