/*  IMPORT FONTS  ============================================================================= */

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


/* BASIC PAGE SETUP ============================================================================= */

body { 
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4 helvetica, helve, sans-serif; 	
	color : #000; 
	text-align: center;
	background: #e5e5e5 url(/images/bg.png) left top;
}

button, 
input, 
select, 
textarea { 
	font-family : verdana, arial, helvetica, helve, sans-serif;
	color : #333; 
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-weight : normal;
	letter-spacing: -1px;
}

h1 { 
color: #fff;
position: absolute;
margin-bottom: 0.5em;
text-shadow:2px 2px 0px rgba(0,0,0,.9);
font-size: 2em;
bottom: 0px;
line-height: 1.4;
font-weight: bold;
}


h2 { 
	color: #222;
	font-family:"Times New Roman", Times, serif;
	border-bottom:2px solid #036;
	margin-bottom : .5em;
	margin-top : .5em;
	font-size : 2.75em; /* 40 / 16 */
	line-height : 1.2;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2d4055;
	letter-spacing: -1px;
	font-size : 32px;
	line-height: 50px;
	text-shadow: 0px 0px 2px #ffffff;
}


h4 { 
	color: #000000;
	margin-bottom : 0.5em;
	font-size : 1.5em; /* 24 / 16  */
	line-height : 1.25; 
	text-align: center;
	text-shadow: 0px 0px 2px #ffffff;
}

h5 { 
	color: #111;
	margin-bottom: 10px;
	margin-left:10px;
	font-weight:bold;
	padding:10px;
	box-sizing:border-box;
	font-size: 24px;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

h6 { 
	color: #666;
	font-size : 1em; /* 16 / 16  */ 
}

footer h4 { 
	color: #ccc;
}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
	margin-bottom : 1.5em; 
	font-size : 1em; /* 16 / 16 = 1 */ 
}

p {
	hyphens : auto;  
}

p.center {
	text-align: center;
}

ul, 
ol { 
	margin : 0 0 1.5em 0; 
	padding : 0 0 0 24px; 
	list-style: none;
	}

li ul, 
li ol { 
	margin : 0;
	font-size : 1em; /* 16 / 16 = 1 */ 
}

dl, 
dd { 
	margin-bottom : 1.5em; 
}

dt { 
	font-weight : normal; 
}

b, strong { 
	font-weight : bold; 
}

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

small { 
	font-size : 1em; /* 16 / 16 = 1 */ 
}

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

sup { 
	top : -.5em; 
}

sub { 
	bottom : -.25em; 
}

.subtext {
	color: #666;
}

/* LINKS =============================================================================  */

a { 
	color : #cc1122;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

a:hover, 
a:active { 
	outline : 0;
	color : #FFFFFF;
}


footer a { 
	color : #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

footer a:hover, 
footer a:active { 
	outline : 0;
	color : #fff;
}


/* IMAGES ============================================================================= */

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.floatleft { 
	float: left; margin: 0 10px 0 0; 
}
img.floatright { 
	float: right; margin: 0 0 0 10px; 
}


/* TABLES ============================================================================= */

table { 
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em; 
	width : 100%; 
}

th, td, caption { 
	padding : .25em 10px .25em 5px; 
}

tfoot { 
	font-style : italic; 
}

caption { 
	background-color : transparent; 
}

/* FORMS ============================================================================= */

form { 
	margin : 0; 
}

fieldset { 
	margin-bottom : 1.5em; 
	padding : 0; 
	border-width : 0; 
}

legend { 
	*margin-left : -7px; 
	padding : 0; 
	border-width : 0;
}

label{
	font-weight : normal;
	cursor : pointer;
	display:block;
	margin:0;
	position:relative;
	top:0;
	left:0;
	color: #333;
	text-align: left;
}

	label.inline{
		display:inline;
		margin:0;
	}
	
	label span{
		color:#666;
		font-size:0.9em;
	}
	
	label span.right{
		position:absolute;
		bottom:0;
		right:1em;
		text-align:right;
	}
	
	label.disabled{
		color:#ccc;
	}


button, 
search,
input, 
select, {
	color: #000;
	width: 80%;
	border: 1px solid  rgba(0,0,0,0.1);
	border-radius:5px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.05);
		margin: 0px 15% 10px 5%;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

textarea { 	
	font-size : 100%; 
	margin : 0; 
	vertical-align : baseline; 
	*vertical-align : middle; 
	color: #333;
	width: 100%;
	height: 100px;
	border: 1px solid  rgba(0,0,0,0.1);
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif, Antipasto;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.05);
		margin: 0px 0% 10px 0%;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;	
}

button, input { 
	line-height : normal; 
	*overflow : visible; 
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	padding: 0.5em 1em;
	margin: 0;
	color: #fff;
	width:80px;
	font-weight: bold;
	float:right;
	cursor : pointer; 
	border-radius:5px;
		padding: 5px;
		background-color: #000;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type=submit]:hover {
	background-color: #1a2a8e;
	box-shadow: none;
		
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0;  
}

input{
	color: #000;
	width: 100%;
	border: 1px solid  rgba(0,0,0,0.1);
	border-radius:5px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16p xrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16px rgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.05);
		margin: 0px 0% 10px 0%;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
		color:#bbb;
	}
	
	input::-moz-focus-inner {
		border:0;
	}

	input[disabled="disabled"], input.disabled{
		color:#999;
		background:#f5f5f5;
		-moz-box-shadow:inset 0px 0px 2px #ddd;
		-webkit-box-shadow:inset 0px 1px 2px #ddd;
		box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
	-webkit-box-shadow : 0 0 2px #f00; 
	-moz-box-shadow : 0 0 2px #f00;
	box-shadow : 0 0 2px #f00; 
}

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

.err {
	font-size : 12px;
	color: red;
}


/*  MAIN LAYOUT	============================================================================= */

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#maincontentcontainer {
		width: 100%;
	}

			#maincontent{
				clear: both;
				width: 100%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				margin: 0 auto;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		padding-top: 1%;
		width: 100%;	
	}
	
		footer {
			clear: both;
			width: 100%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0 auto;
			color: #999;
		}
		
		footer p, footer, a{
				padding: 0px;
				margin: 0px;
				font-size: 14px;
				line-height: 24px;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link { color: #999; text-decoration: none; }
		footer a:hover { color: #fff; text-decoration: none; }

			#smallprint {
				text-align: center;
				margin: 0px auto;
				line-height: 1.4em;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p, #smallprint a{
				margin: 0px auto;
				font-size: 10px;
				text-align: center;
				vertical-align: middle;
			}

			#smallprint a:link { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #FFF; text-decoration: none; }

#contactoMapa {
	width: 90%;
	height:550px;
	text-align:center;
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
	border: 10px solid #FFFFFF;
}

#galeria{
	width: 90%;
	height:auto;
	border-radius:15px;
	margin:0px auto;
}

#contactForm {
	position: relative;
	width: 80%;
	padding-left:10%;
}


/*  RESPONSIVE MENU  ============================================================================= */

nav {  
    height: 40px;  
    width: 80%;
	margin: 0 auto;
    background: #1a58a6;  
    font-size: 12pt;  
    font-family: 'PT Sans', Arial, sans-serif; 
    position: relative; 
}  
nav ul {  
    padding: 0;  
    margin: 0 auto;  
    width: 100%;  
    height: 40px;  
}  

nav li {  
    display: inline;  
    float: left;  
	width: 20%;
} 

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  

nav a {  
    color: #e4e3e1;  
    display: inline-block;  
    width: 100%;  
    text-align: center;  
    text-decoration: none;  
    line-height: 40px;  
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}  

nav li a {  
    border-right: 1px solid #FFFFFF;  
    box-sizing:border-box;  
    -moz-box-sizing:border-box;  
    -webkit-box-sizing:border-box;  
}  
nav li:first-child a {  
    border-left: 1px solid #FFFFFF;  
}  

nav a:hover, nav a:active {  
    background-color: #000000; 
	color: #e4e3e1; 
}  

nav a#pull {  
    display: none;  
} 

.navSelected {
    background-color: #000000; 
	color: #e4e3e1; 
}

@media screen and (max-width: 1050px) {  
    nav {   
        height: auto; 
        width: 90%;  
    	font-size: 10pt; 
    }  
    nav ul {    
        display: block;  
        height: auto;  
    }  
    nav li {  
        width: 16.66%;  
        float: left;  
        position: relative;  
    }  
    nav li a {  
    	font-size: 10pt;  
        border-bottom: 1px solid #FFFFFF;  
        border-right: 1px solid #FFFFFF;  
    }  
	nav li:first-child a {  
		border-left: 1px solid #FFFFFF;  
	}  
    nav a {  
        text-align: center;  
        width: 100%;   
    } 
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
}   

@media screen and (max-width: 720px) {  
    nav {   
        height: auto;  
        width: 100%; 
    	font-size: 9pt;  
    }  
    nav ul {  
        display: block;  
        height: auto;  
    }  
    nav li {  
        width: 33.33%;  
        float: left;  
        position: relative;  
    }  
    nav li a {  
    	font-size: 9pt;  
        border-bottom: 1px solid #FFFFFF;  
        border-right: 1px solid #FFFFFF;  
    }  
	nav li:first-child a {  
		border-left: 1px solid #FFFFFF;  
	}  
    nav a {  
        text-align: center;  
        width: 100%;   
    }  
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    } 
}  

@media only screen and (max-width : 480px) {  
    nav {  
        border-bottom: 0;  
    }  
    nav ul {  
        display: none;  
        height: auto;  
    }  nav li {  
	width: 100%;
} 
    nav a#pull {  
        display: block;  
        width: 100%;  
        position: relative;  
    }  
    nav a#pull:after {  
        content:"";  
        background: url('../images/nav-icon.png') no-repeat;  
        width: 30px;  
        height: 30px;  
        display: inline-block;  
        position: absolute;  
        right: 15px;  
        top: 10px;  
    }  
	
	footer{
		text-align: center;
	}
	#contactoMapa{  
        display: block;  
        float: none;  
        max-width: 98%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        max-width: 98%;  
    } 
}  

@media only screen and (max-width : 320px) {  
    nav li {  
        display: block;  
        float: none;  
        width: 100%;  
    }  
    nav li a {  
        border-bottom: 1px solid #FFFFFF;  
    }  
	
	footer{
		text-align: center;
	}
	
	#contactoMapa{  
        display: block;  
        float: none;  
        width: 100%;  
    }  
	
	.contactForm{  
        display: block;  
        float: none;  
        width: 100%;  
    }  
}  




/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { 
	clear: both; 
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.imgLogo {
	padding: 2%;
	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgCenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:auto;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
	-webkit-overflow-scrolling : touch; 
	-webkit-tap-highlight-color : rgb(52,158,219); 
	-webkit-text-size-adjust : 100%; 
	-ms-text-size-adjust : 100%; 
}

.clearfix { 
	zoom : 1; 
}

::-webkit-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::-moz-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	-webkit-appearance : button; 
}

::-webkit-input-placeholder {
	font-size : .875em; 
	line-height : 1.4; 
}

input:-moz-placeholder { 
	font-size : .875em; 
	line-height : 1.4; 
}

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

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box; 
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0; 
}

p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
	-webkit-hyphens : auto;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : auto; 
}


/* ANIMATION-EFFECTS ============================================================================= */

.glow {
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
	-moz-filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
	-o-filter: brightness(0.7);
	filter: brightness(0.7);	
}

.glow:hover {
	-moz-filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-o-filter: brightness(1.3);
	filter: brightness(1.3);
}

.grayScale {
	filter: grayscale(.9);
	-webkit-filter: grayscale(.9);
	-moz-filter: grayscale(.9);
	-o-filter: grayscale(.9);
	-ms-filter: grayscale(.9);
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.grayScale :hover {	
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter:  grayscale(0);
	-ms-filter: grayscale(0);
}

/* Vertical Animation */

.animacion_vertical {
	animation:vertical 3s;
	-webkit-animation:vertical 3s; /* Safari and Chrome */
}

@keyframes vertical
{
	from {
		opacity:0;margin-top:-120px;
	}
	to {
		opacity:1;
	}
}

@-webkit-keyframes vertical /* Safari and Chrome */
{
	from {
		opacity:0;margin-top:-120px;
	}
	to {
		opacity:1;
	}
}

/* SOCILA-CONTACT-ICONS ============================================================================= */

.socialBottom {
	padding: 18px 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: auto;
}

.socialBottomLeft {
	padding: 10px 0px;
	margin: 0px;
	border: 0px;
	width: 50%;
	height: auto;
	float: left;
}

.socialBottomRight {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 50%;
	height: auto;
	float: left;
}

.socialIconLeft {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 10%;	
}

.socialIconRight {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10%;	
	
}

.imgFooterIcons {
    display: block;
}

.btn {
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	background: rgb(87,105,121);
	color: #fff;
	box-shadow: 0 6px rgb(87,105,121)
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover {
	box-shadow: 0 4px rgb(50,70,100);
	top: 2px;
}

.btn:active {
	box-shadow: 0 0 rgb(87,105,121);
	top: 6px;
}


@media only screen and (max-width : 768px) { 
	h3 {
	font-size: 22px;
	}
	h2 { 
	font-size : 2em; /* 40 / 16 */
}
	
	.imgCenter  {
		width:90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}


@media only screen and (max-width : 480px) {  
.imgCenter  {
		width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}











