/*------------------------------------------*/
/*--- BASE & RESET STYLES ---*/
/*------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:         0;
	padding:        0;
	border:         0;
	font-size:      100%;
	font:           inherit;
	vertical-align: baseline;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin:         0;
	padding:        0;
	font-size:      100%;
	vertical-align: baseline;
	background:     transparent;
}

ins {
	background-color: #ff9;
	color:            #000;
	text-decoration:  none;
}

mark {
	background-color: #ff9;
	color:            #000;
	font-style:       italic;
	font-weight:      bold;
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:        help;
}

/*--- tables still need cellspacing="0" in the markup ---*/
table {
	border-collapse: collapse;
	border-spacing:  0;
}

hr {
	display:    block;
	height:     1px;
	border:     0;
	border-top: 1px solid #ccc;
	margin:     1em 0;
	padding:    0;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

img {
	border:                 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:         middle;
}

/*--- MINIMAL BASE STYLES ---*/
html {
	height:     100%;
	overflow-y: scroll;
}

body {
	width:      100%;
	height:     100%;
	min-height: 100%;
	padding:    0;
	overflow:   hidden;
	background: #fff;
	position:   relative;
}

td {
	vertical-align: top;
}

pre {
	padding:     15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap:   break-word;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

::-moz-selection {
	background:  #ff7900;
	color:       #fff;
	text-shadow: none;
}

::selection {
	background:  #ff7900;
	color:       #fff;
	text-shadow: none;
}

button {
	width:    auto;
	overflow: visible;
}

q:before, q:after {
	content: '';
}

/*------------------------------------------*/
/*--- TYPOGRAPHY ---*/
/*------------------------------------------*/
html {
	font-size:   100%;
	/* font-family: 'franklin-gothic-urw', sans-serif; */
	font-family: Century Gothic;
	line-height: 1.5;
	background:  #fff;
	font-weight: 300;
}

body, select, input, textarea {
	color: #444;
}

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6,
.panel .container .btn {
	/* font-family: 'franklin-gothic-urw', sans-serif; */
	font-family: Century Gothic;
	font-weight: 700;
}

h1 {
	font-size:     1.5em; /* -- 2em; -- */ /* 32px */
	margin-bottom: 0.75em; /* 24px */
	line-height:   1.5; /* 48px */
}

h2 {
	font-size:     1.2em; /* -- 1.5em; -- */ /* 24px */
	margin-bottom: 1em; /* 24px */
	line-height:   1; /* 24px */
}

.project_details h2 {
	font-size: 1.5em; /* -- 2em; -- */
}

h3 {
	font-size:     1.25em; /* -- 1.6em; -- */ /* 20px */
	margin-bottom: 1.2em; /* 24px */
	line-height:   1.2; /* 24px */
}

h4 {
	font-size:     1.125em; /* 18px */
	margin-bottom: 1.333em; /* 24px */
	line-height:   1.333; /* 24px */
}

h5,
h6 {
	font-size:     1em; /* 16px */
	margin-bottom: 1.5em; /* 24px */
	line-height:   1.5; /* 24px */
}

/*--- PARAGRAPHS ---*/
p {
	margin-bottom: 1.5em;
	font-size: 0.85em;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size:   75%;
	line-height: 0;
	position:    relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*------------------------------------------*/
/*--- LINK STYLES ---*/
/*------------------------------------------*/
a:link, a:visited {
	color:           #666666;
	text-decoration: none;
}

a:visited {
	opacity:    0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:     alpha(opacity = 80);
}

p a:link, p a:visited {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #a5a5a5;
}

a:hover, a:active {
	outline: none;
}

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

a:focus {
	text-shadow: #61a0ff 0 0 7px;
	outline:     none;
}

.more-link:after,
.more-link::after {
	content: " »";
}

a.btn {
	color:       #FFF;
	display:     block;
	background:  #ffb324;
	padding:     0 25px;
	line-height: 40px;
	margin:      0 auto;
}

/*------------------------------------------*/
/*--- LISTS ---*/
/*------------------------------------------*/
ol {
	list-style-type: decimal;
}

nav ul,
nav li,
.ui_list {
	margin:           0;
	list-style:       none;
	list-style-image: none;
}

ul,
ol {
	margin: 0 0 1.5em 45px;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 45px;
}

/*--- No margins on lists ---*/
.ui_list,
.ui_list .ui_list {
	margin: 0 0 1.5em;
}

.ui_list ul,
.ui_list ol,
.ui_list ol,
.ui_list ul {
	margin: 0 0 0 45px;
}

dd {
	margin-left: 45px;
}

dl {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dt:after,
dt::after {
	content: ":";
}

/* Create a list of keywords by adding a single class to a <ul>: */
.keywords {
	list-style: none;
	margin:     0 0 1.5em;
}

.keywords li {
	display:        inline;
	text-transform: lowercase;
}

.keywords li:first-of-type {
	text-transform: capitalize;
}

.keywords li:after,
.keywords li::after {
	content: ", ";
}

.keywords li:last-of-type:after,
.keywords li:last-of-type::after {
	content: ".";
}

/* Create a breadcrumb list by adding a single class to a <ul>: */
.breadcrumb {
	margin:     0;
	list-style: none;
}

.breadcrumb li {
	display:     inline;
	font-weight: bold;
}

.breadcrumb a {
	display:     inline-block;
	font-weight: normal;
}

.breadcrumb li:before {
	content: "\0020\00BB\0020";
}

.breadcrumb li:first-child:before {
	content: normal;
}

/* IE7 support */
/* Uncomment when supporting IE7
.breadcrumb li{
	background:url(/path/to/splitter/image) left center no-repeat;
}
/* Uncomment when supporting IE7
.breadcrumb li:first-child{
	background:none;
}
*/
/*--- QUOTES ---*/
blockquote {
	text-indent: -0.4em;
}

blockquote b,
blockquote .source {
	/* Mark the source up with either a <b> or another element of your choice with a class of source. */
	display:     block;
	text-indent: 0;
}

/*--- GENERAL ---*/
q,
i,
em,
cite {
	font-style:  italic;
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
	font-style:  inherit;
}

mark {
	background: #ffc;
}

s,
del {
	text-decoration: line-through;
}

small {
	font-size:   0.75em;
	line-height: 1;
}

/*--- CODE ---*/
pre,
code {
	font-family: monospace;
	font-size:   1em;
}

pre {
	overflow:      auto;
	margin-bottom: 1.5em;
	line-height:   24px; /* Having to define explicit pixel values :( */
}

code {
	line-height: 1;
}

/*------------------------------------------*/
/*--- IMAGES ---*/
/*------------------------------------------*/
img {
	font-style: italic;
	color:      #c00;
}

img.left {
	margin: 0 20px 0 0;
}

img.right {
	margin: 0 0 0 20px;
}

/*--- FLASH/VIDEO ---*/
img,
object,
embed,
video {
	max-width: 100%;
	height:    auto;
}

/*------------------------------------------*/
/*--- LOGO ---*/
/*------------------------------------------*/
#logo,
#logo img {
	display: none;
	width:   597px;
	height:  78px;
	margin:  0 auto 25px;
}

#logo {

}

#logo span
{
    color: #fff;
    font-size: 36px;
    opacity:    0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:     alpha(opacity = 50);
}

#logo span:hover
{
    /* opacity:    1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:     alpha(opacity = 100); */
}

#logo span strong
{
    font-size: 56px;
}

#logo:hover {
	background-position: 0 0;
}

#logo img {
	position: absolute;
	left:     -99999px;
}

.logo_trans_wht, .logo_trans_blk {
	width:       271px;
	height:      36px;
	top:         -85px;
	left:        50%;
	margin-left: -136px;
	position:    absolute;
	text-indent: -9999em;
}

.logo_trans_wht {
	opacity:             0.5;
	-ms-filter:          "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:              alpha(opacity = 50);
	background-position: left top;
}

.logo_trans_blk {
	background-position: left bottom;
}

/*------------------------------------------*/
/*--- NAVIGATION ---*/
/*------------------------------------------*/
#global_nav {
	width:    100%;
	height:   60px;
	bottom:   0; /* -60px to hide on load */
	left:     0;
	right:    0;
	z-index:  999;
	position: absolute;
}

#global_nav > ul, #global_nav > a {
	/* background: rgba(0, 0, 0, 0.9); */
	background-color: #ff7900;
}

#global_nav > ul > li {
	position: relative;
}

#global_nav > a, #navigation-trigger {
	width:       200px;
	color:       #FFF;
	display:     block;
	text-align:  center;
	line-height: 40px;
	margin:      0 auto;
	font-size:   0.95em;
}

#navigation-trigger {
	width:                   145px;
	padding:                 0 25px 0 30px;
	text-align:              left;
	cursor:                  pointer;
	position:                absolute;
	top:                     -40px;
	left:                    0;
	right:                   0;
	opacity:                 1; /* 0.6 for "hidden" state */
	-ms-filter:              "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:                  alpha(opacity = 100);
	background:              #ff7900 url(../images/nvrblnd_sprite.png) no-repeat 90% -48px;
	-webkit-border-radius:   3px 3px 0 0;
	-khtml-border-radius:    3px 3px 0 0;
	-moz-border-radius:      3px 3px 0 0;
	border-radius:           3px 3px 0 0;
	-moz-background-clip:    padding;
	-webkit-background-clip: padding;
	background-clip:         padding-box;
}

#global_nav li .rf-slideshownav-current-nav {
	color: #FFF;
}

#global_nav .centred,
#global_nav .centered {
	text-align: center;
}

#global_nav .centred li,
#global_nav .centered li {
	display: inline;
	float:   none;
}

#global_nav .centred a,
#global_nav .centered a {
	display:     inline-block;
	padding:     0 10px;
	line-height: 60px;
	font-size:   1.15em;
}

/*------------------------------------------*/
/*--- PANELS ---*/
/*------------------------------------------*/
.panel {
	width:    100%;
	height:   100%;
	top:      100%;
	left:     0;
	right:    0;
	bottom:   0;
	position: absolute;
}



.panel.project .container {
	background: #FFFFFF; /* For poor little IE <3 */
	background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@-moz-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@-ms-keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

@keyframes product_preview_slide {
    0% { background-position: left top; }
	25% { background-position: right top; }
	50% { background-position: 10% bottom; }
	75% { background-position: right bottom; }
	100% {	background-position:left top; }
}

.project_preview {
	height:            400px;
	float:             left;
	margin-right:      10px;
	background:        url(../images/purple-magazine.png) no-repeat left top;
	-webkit-animation: product_preview_slide 18s 1.2s infinite ease;
	-moz-animation:    product_preview_slide 18s 1.2s infinite ease;
	-ms-animation:     product_preview_slide 18s 1.2s infinite ease;
	animation:         product_preview_slide 18s 1.2s infinite ease;
}

.project_details div {
	padding: 35px 10px;
}

a.proj_link {
	line-height: 50px;
	bottom:      30px;
	left:        30px;
	color:       #FFF;
	position:    absolute;
	display:     block;
	padding:     0 30px;
	background:  rgba(0, 0, 0, 0.8);
}

a.proj_link:active {
	top:    auto;
	bottom: 29px;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-25deg);
/* Firefox */
-moz-transform: rotate(-25deg);
/* IE */
-ms-transform: rotate(-25deg);
/* Opera */
-o-transform: rotate(-25deg);

-khtml-transform: rotate(-25deg);
}


#loading-image 
{
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
	width: 100%;
	height: 100%;
	z-index: 1;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
}


/*--- Bienvenido Panel ---*/
#bienvenido {
	color:      #FFF;
	background: url(../images/bienvenido/background.jpg) no-repeat fixed center;
}

#bienvenido .container .logo 
{
    height: 25%;
    position: relative;
    color: #fff;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
}

#bienvenido .container .logo span
{
    bottom: -25%;
    color: #fff;
    font-size: 36px;
    opacity:    0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:     alpha(opacity = 50);
}

#bienvenido .container .logo span strong
{
    font-size: 56px;
}

#bienvenido .container .logo:hover {
	background-position: 0 0;
}

#bienvenido .container .content
{
    height: 50%;
    position: relative;
}

#bienvenido .container .nav_btn 
{
    height: 25%;
    position: relative;
    /* padding-top: 10px; */
}

/*--- La empresa Project ---*/
#laempresa {
	color:      #FFF;
	background: url(../images/laempresa/background.jpg) no-repeat fixed center;
}

#laempresa .container .logo 
{
    height: 25%;
    position: relative;
    color: #fff;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
}

#laempresa .container .logo span
{
    bottom: -25%;
    color: #fff;
    font-size: 36px;
    opacity:    0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:     alpha(opacity = 50);
}

#laempresa .container .logo span strong
{
    font-size: 56px;
}

#laempresa .container .logo:hover {
	background-position: 0 0;
}

#laempresa .container .content
{
    height: 60%;
    position: relative;
}

#laempresa .container .nav_btn 
{
    height: 15%;
    position: relative;
    padding-top: 10px;
}

#laempresa .container .details 
{
	background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow:  0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius:  3px 3px 3px 3px;
	-moz-border-radius:    3px 3px 3px 3px;
	border-radius:         3px 3px 3px 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#laempresa .container .details p 
{
    color: #212121;
	padding-left: 15px;
	padding-right: 15px;
}

#laempresa .photo
{
    margin-top: 15px;
    /* 
    background-color: Gray;
    height: 150px;
    width: 960px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow:  0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
    */
}

#laempresa .photo img
{
    margin-left: 22px;
    padding: 10px;
    /* border: 6px solid #edeceb; */
    -moz-box-shadow:inset 0 0 20px #000000;
    -khtml-box-shadow:inset 0 0 20px #000000;
    -webkit-box-shadow:inset 0 0 20px #000000;
    box-shadow:inset 0 0 20px #000000;
}

/*--- Servicios Panel ---*/
#servicios {
	background: #ffa500;
}

#servicios .container .logo 
{
    height: 25%;
    position: relative;
    color: #fff;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
}

#servicios .container .logo span
{
    bottom: -25%;
    color: #fff;
    font-size: 36px;
    opacity:    0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:     alpha(opacity = 50);
}

#servicios .container .logo span strong
{
    font-size: 56px;
}

#servicios .container .logo:hover {
	background-position: 0 0;
}

#servicios .container .content
{
    height: 60%;
    position: relative;
}

#servicios .container .nav_btn 
{
    height: 15%;
    position: relative;
    padding-top: 10px;
}

#servicios .container .details 
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#servicios .container .details ul {
    color: #FFFFFF;
    margin: 10px 0;
    position: relative;
    width: 100%;
    list-style: none outside none;
}

#servicios .container .details .showhide li {
    border-color: #B0B1B6;
    padding: 10px 0;
    position: absolute;
    width: 120px;
    height: 120px;
}

#servicios .container .details li h3:hover {
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

#servicios .container .details h3 {
    -moz-transition: all 0.2s linear 0s;
    margin-bottom: 3px !important;
    font-size: 24px;
}

#servicios .container .details .cross h3 
{
    color: #fff;
    opacity: 0.6;
    font-size: 20px;
    line-height: 120px;
    width: 120px;
    margin-bottom: 0;
}

#servicios .container .details .transporte { top: 0px; left: 0px; }
#servicios .container .details .precios { top: 0px; left: 120px; }
#servicios .container .details .productos { top: 0px; left: 240px; }
#servicios .container .details .garantia { top: 0px; left: 360px; }
#servicios .container .details .interiorismo { top: 0px; left: 480px; }
#servicios .container .details .catalogo { top: 0px; left: 600px; }
#servicios .container .details .asesoramiento { top: 0px; left: 720px; }
#servicios .container .details .financiacion { top: 0px; left: 840px; }




#servicios .container .details .service-description
{
    position: absolute;
    width: 600px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow:  0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius:  3px 3px 3px 3px;
	-moz-border-radius:    3px 3px 3px 3px;
	border-radius:         3px 3px 3px 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#servicios .container .details .transporte .service-description{ top: 160px; left: 180px; }
#servicios .container .details .precios .service-description{ top: 160px; left: 60px; }
#servicios .container .details .productos .service-description{ top: 160px; left: -60px; }
#servicios .container .details .garantia .service-description{ top: 160px; left: -180px; }
#servicios .container .details .interiorismo .service-description{ top: 160px; left: -300px; }
#servicios .container .details .catalogo .service-description{ top: 160px; left: -420px; }
#servicios .container .details .asesoramiento .service-description{ top: 160px; left: -540px; }
#servicios .container .details .financiacion .service-description{ top: 160px; left: -660px; }

#servicios .container .details .service-description ul
{
    font-size: 13px;
    color: #212121;
    margin: 0px 12px 18px 40px;
    position: relative;
    width: 100%;
    list-style-type: circle;
    list-style-image: none;
    list-style-position: outside;
}

#servicios .container .details .service-description ul li
{
    padding: 4px 0;
    position: relative !important;
    line-height: 20px !important;
    height: 20px !important;
    width: 100%;
}









#servicios .container .details p 
{
    color: #212121;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 100;
}

/*--- Productos Panel ---*/
#productos {
	color:      #FFF;
	background: url(../images/productos/background.jpg) no-repeat fixed center;
}

#productos .container .logo 
{
    height: 25%;
    position: relative;
    color: #fff;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
}

#productos .container .logo span
{
    bottom: -25%;
    color: #fff;
    font-size: 36px;
    opacity:    0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:     alpha(opacity = 50);
}

#productos .container .logo span strong
{
    font-size: 56px;
}

#productos .container .logo:hover {
	background-position: 0 0;
}

#productos .container .content
{
    height: 60%;
    position: relative;
}

#productos .container .nav_btn 
{
    height: 15%;
    position: relative;
    padding-top: 10px;
}

#productos .container .details 
{
	/* background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow:  0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius:  2px 2px 2px 2px;
	-moz-border-radius:    2px 2px 2px 2px;
	border-radius:         2px 2px 2px 2px; */
	padding-top: 5px;
	padding-bottom: 5px;
	/* height: 400px; */
}

#productos ul {
    list-style: none outside none;
}

#productos .producto 
{
    margin: 7px 10px 5px 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	background: #fff;
	position: relative;
	z-index: 1;
	width: 250px;
	display: block;
}

#productos h3 {
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
	color: #444444;
	display: block;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: center;
}

#productos .producto .zoomOverlay 
{
    margin: 10px 10px 10px 10px;
    background-color: #ff7900;
    background-image: url("../images/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;	
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	width: 250px;
	height: 146px;
}
#productos .producto .zoomOverlay:hover
{
	opacity: 0.6;
	cursor: pointer;
}


#productos .producto img {
	width: 250px;
	height: 146px;
}

#productos .producto img:hover {
	cursor: pointer;
}

.modal 
{
    display: none;
    float: left;
}

/*--- Contacto Panel ---*/
#contacto {
	width:    100%;
	height:   100%;
	position: relative;
}

#contacto .container {
	width:      240px;
	height:     220px;
	padding:    30px;
	color:      #FFF;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
    margin-top: -200px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100;
}

#contacto .container h2, #contacto .container .mb20 {
	margin-bottom: 20px;
}

#contacto .container .address {
	font-size: 0.875em;
}

#map {
	position: absolute;
	top:      0;
	right:    0;
	bottom:   0;
	left:     0;
	width:    100% !important;
	height:   100% !important;
}

#contacto p {
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*--- CSS3 ---*/
/*------------------------------------------*/
/*Transitions*/
a {
	-webkit-transition: all 0.12s ease-in-out;
	-moz-transition:    all 0.12s ease-in-out;
	-o-transition:      all 0.12s ease-in-out;
	transition:         all 0.12s ease-in-out;
}

/*Border Radius*/
.btn, .panel .container, #contact_block, a.proj_link {
	-webkit-border-radius: 3px;
	-khtml-border-radius:  3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

.panel .container, .project_preview, #contact_block, a.proj_link {
	-moz-background-clip:    padding;
	-webkit-background-clip: padding;
	background-clip:         padding-box;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*---        SITE SPECIFIC STYLES        ---*/
/*------------------------------------------*/
/*------------------------------------------*/
.panel .container {
	width:              960px;
	height:             100%;
	margin:             0 auto;
	padding:            0;
}

.panel .container .btn 
{
    background-color: #FF7900;
	width:          100%;
	text-align:     center;
	font-size:      1em; /* -- 1.2em; -- */
	line-height:    2.4em; /* -- 2em; -- */
	height:         40px; /* -- 2em; -- */
	text-transform: uppercase;
	padding: 0px;
	opacity: 0.6;
}

.panel .container .btn:hover
{
    opacity: 1;
}

.panel .container a.btn:active {
	top:    auto;
	bottom: -81px;
	-webkit-tap-highlight-color: #FF5E99;
}

.project_preview {
	float:                 left;
	clear:                 none;
	-moz-box-shadow:       inset 0 0 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:    inset 0 0 15px rgba(0, 0, 0, 0.5);
	box-shadow:            inset 0 0 15px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius:  3px 0 0 3px;
	-moz-border-radius:    3px 0 0 3px;
	border-radius:         3px 0 0 3px;
}

/*------------------------------------------*/
/*--- Non-semantic helper classes ---*/
/*------------------------------------------*/
/* For image replacement */
.ir {
	display:           block;
	text-indent:       -999em;
	overflow:          hidden;
	background-repeat: no-repeat;
	text-align:        left;
	direction:         ltr;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display:    none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border:   0;
	clip:     rect(0 0 0 0);
	height:   1px;
	margin:   -1px;
	overflow: hidden;
	padding:  0;
	position: absolute;
	width:    1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip:     auto;
	height:   auto;
	margin:   0;
	overflow: visible;
	position: static;
	width:    auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations. nicolasgallagher.com/micro-clearfix-hack/ */
.panel.project .container:before, .panel.project .container:after, .group:before, .group:after {
	content: "";
	display: table;
}

.panel.project .container:after, .group:after {
	clear: both;
}

.panel.project .container, .group {
	zoom: 1;
}

.mb20 {
	margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center,
.text-centre {
	text-align: center;
}

#map_canvas, #map_canvas_kr 
{
	height: 100%;
	background: #fff url(../images/helice_trans.gif) no-repeat center center;
}



.ui-widget-overlay {
    background: url("../images/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-dialog {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #868686;
    position: absolute;
}
.ui-dialog h4 {
    color: #111111;
    text-transform: uppercase;
}
.ui-dialog-content {
    padding: 0px;
}
.ui-dialog-content p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 5px !important;
}
.ui-dialog-content h4 {
    font-size: 18px;
    line-height: 22px;
}
.ui-dialog-content dl {
    padding-top: 8px;
}
.ui-dialog .ui-dialog-titlebar {
    height: 22px;
    position: relative;
    top: -30px;
}
.ui-dialog .ui-dialog-titlebar-close {
    -moz-transition: all 0.2s linear 0s;
    background: url("../images/close.png") repeat scroll 0 0 transparent;
    height: 22px;
    margin: -10px 0 0;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    -moz-transform: rotate(180deg);
}