/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo-intro.gif') 50% 50% no-repeat rgb(255,255,255);
}


h1.logo a{ 
    clear: both;
    display: block;   
    margin-top: 20px;
    width:100%;
	min-height: 95px;
    background: url(../images/logo4.png) no-repeat;  
    background-size:contain;
	background-position:bottom; /* IE fix */
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	    
    overflow: visible;

}


.container {
    margin-top: 0px;
    min-width: 320px;
    font-family: sans-serif;
	overflow: hidden;

}

/* Navigation Styles
================================================== */

 
#nav {    
    margin-left: -5px;
    margin-bottom: 0px;    
}

#nav ul{
    margin-top: 60px;    
    margin-bottom: 0px;
    text-align: center;   
    border-bottom: 4px solid #ffbd45;
    padding-bottom: 0px;
}
 
#nav ul li {
    display: inline-block;
    width: 110px; /* 'X' */    
    margin-left: 0px;       
    margin-bottom:  0px;
    vertical-align: top;
    background: url(../images/bt-yellow.png) no-repeat;  
    background-size: 100% auto;
	background-position:bottom; /* IE fix */    
    padding-left: 16px;   
    padding-right: 16px;   
    padding-top: 20px;
    padding-bottom: 0px;
    margin-right: 20px;    
}
 
#nav a {
    font-size: small;  
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%; /* 'X' */
    height: 27px;
    margin-bottom: 0px;   
    padding: 2px;
}
 
#nav li:hover {
    display: inline-block;
    width: 110px; /* 'X' */    
    margin-left: 0px;       
    margin-bottom:  0px;
    vertical-align: top;
    background: url(../images/bt-gray.png) no-repeat;  
    background-size: 100% auto;
	background-position:bottom; /* IE fix */    
    padding-left: 16px;   
    padding-right: 16px;   
    padding-top: 20px;
    padding-bottom: 0px;
    margin-right: 20px;    
}

#nav li.current{
    display: inline-block;
    width: 110px; /* 'X' */    
    margin-left: 0px;       
    margin-bottom:  0px;
    vertical-align: top;
    background: url(../images/bt-gray.png) no-repeat;  
    background-size: 100% auto;
	background-position:bottom; /* IE fix */    
    padding-left: 16px;   
    padding-right: 16px;   
    padding-top: 20px;
    padding-bottom: 0px;
    margin-right: 20px;    
}

#headerImage img {        
    margin-bottom: 50px;
    margin-left: 0px;
    max-width: 100%;
    padding: 0px;
    height: auto;    
}

#nav-left{    
    height: 100%;
	min-height: 180px;
    clear: both;
    float: left;
    padding: 8% 0 20% 0;    
    margin: 0px;
    border-right: 4px solid #ffbd45;
    vertical-align: bottom;
    overflow: visible;
    margin-top: -15px;	
}

#nav-left ul li{
    
    margin-left: 3em;
    margin-right: 2em;
    text-align: left;    
 
}


#nav-left a{    
    text-decoration: none;
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
    
}

#nav-left a:hover{    
    text-decoration: none;
    font-family: sans-serif;
    font-size: small;
    font-weight: bold;
    color: #0e5af2;
    
}

#slideshow{        
    vertical-align: top;
    overflow:hidden;
    margin-top: -15px;
}

#welcome {
    display: block;
    margin-bottom: 10px;
    
}

#welcome h2{
    display: block;
    margin-bottom: 12px;
    font-weight: normal;
    color: #777;    
}

#welcome h2 span{
    margin-right: 10px;
    text-align: right;
    color: black;
    font-weight: bold;
}

#welcome p{
  line-height: 18px; 
  font-size: small;
  font-family: "Arial";
}

#content{
    padding: 5px 5px 5px 15px;
    display: block;   
    border-left: 4px solid #ffbd45;
    margin-left: -4px;
    
}

#content p{
    padding: 10px 15px 0px 15px;    
    font-family: "Arial";
    font-size: small;
    line-height: 20px;
    text-align: justify;
}

#links{     
	margin: 10px;
    font-family: "Arial";
    font-size: small;
    text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	min-width: 210px;
	
}
#links img{
	max-width:98%;
	max-height:110px;
	
}

#list-services li{
    font-family: "Arial";
    font-size: 9pt;
    font-weight: bold;
    color: #333333;
    list-style:disc;
    margin-left: 50px;
    line-height: 15px;
    
}

.feature img {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}


#footer{    
    display: block;
	height: 90px;
    width: 100%;
    background: url(../images/rectangulo2.png);  
    background-size: cover;
	background-repeat: no-repeat;    
    /*background: url(../images/logo-small.png),url(../images/rectangulo2.png);  
    background-size: auto 0px, contain;
	background-repeat: no-repeat;
    background-position: right bottom,left bottom; */
    padding: 0px;    
    margin-top: -20px;
    text-align: right;  
    margin-left: 0px;
    border-bottom:1px solid gray;
    vertical-align: middle;
}

#footer img{
    display:inline;
    vertical-align: bottom;
    margin-top: 50px; 
    margin-right: 10px;
    text-align: right;    
}

#footer p{
    display: inline;
    padding-right: 10px;
    color: #000; 
    text-align: right;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    vertical-align: middle;    
}

#address dl, dd{    
    font-size: small;
    color: #333333;    
    text-decoration: none;
}

#address dt, span{
    font-weight: bold;    
}

#address a {
    text-decoration: none;  
}

        

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/