.logotipo {
	margin:71px auto auto 50px;
	height:auto;
	width:auto;
	z-index:500;
	left:0%;
	position: absolute;
	-moz-transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	width: 350px;
	height: 116px;
}

.logotipo:hover {
	opacity:0.5;
}

.slogan{
	text-align: center;
	height: auto;
	width: 100%;
	padding-bottom:10px;
	letter-spacing:1px;
	font-family: Vijaya;
	color: #FFF;
	font-size:32px;
	position:relative;
	z-index:10;
	margin-top: -41px;
	margin-bottom:20px;
	background: rgba(0,0,0,0.7);
	z-index:500;
}

.div90 {
	margin: 30px 5%;
	padding: 0;
	width: 90%;
}

.div80 {
	margin: 30px 10%;
	padding: 0;
	width: 80%;
}

.imgDestacados {
	width:180px;
	height:180px;
	border-radius: 50%;
	border:10px solid #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.8);
	-moz-transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.imgDestacados:hover{
	border:10px solid #d15503;
}
.arrow_box {
	position: relative;
	background: #303192;
	padding:5px 0px;
	max-width:115px;
	color:#fff;
	margin-left: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
	z-index: 999;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

	border-color: rgba(136, 183, 213, 0);
	border-top-color: #303192;
	border-width: 5px;
	margin-left: -5px;
}

.marco_asc {
	height:42px;
	width:900px;
	margin-top:-42px;
	position: relative;
	
	
	
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(255,255,255,0.8)), color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}



/*
==============================================
floating
==============================================
*/

.floating2{
	animation-name: floating2;
	-webkit-animation-name: floating2;

	animation-duration: 60s;	
	-webkit-animation-duration: 60s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	
	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;	
}

@keyframes floating2 {
	0% {
		transform: translateX(25%) ;	
	}
	50% {
		transform: translateX(-25%);	
	}	
	100% {
		transform: translateX(25%) ;
	}			
}

@-webkit-keyframes floating2 {
	0% {
		-webkit-transform: translateX(25%);	
	}
	50% {
		-webkit-transform: translateX(-25%);	
	}	
	100% {
		-webkit-transform: translateX(25%) ;
	}			
}

/*
==============================================
floating
==============================================
*/

.sombra {
	-webkit-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.75);

}

.divHideOverflow {
	overflow: hidden;
}


/*footer*/

#footer{
	text-align: center;
	height: 60px;
	box-sizing: border-box;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:14px;
	margin-top:20px;
	font-weight: bold;
	position:relative;
	z-index:10;
	background:#303192;
}

#footer h2{
	margin-bottom:10px;
	float:left;
	margin-left:45px;
	margin-top:22px;
font-size: 22px;
}
.area_footer {
	margin: auto;
	height: 60px;
	box-sizing: border-box;
	width:100%;
	background:#303192;
}

.box_footer{
	box-sizing: border-box;
	width:25%;
	height:60px;
	float:left;
	margin: 0 auto;
	background:#303192;
}

a.firma {
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:25px;
	background-image: url(../images/e_mail.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left:35px;
	padding-bottom:5px;
	padding-top:10px;
	letter-spacing:1px;
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a.firma:hover{
	color:#bc4b00;
}

.phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:45px;
	padding-left:30px;
	letter-spacing:1px;
	margin-top:22px;
	width:180px;
}
.fax {
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:32px;
	margin-top:0px;
	width:205px;
}

#footer_hostito {
	box-sizing: border-box;
	width:100%;
	height:15px;
	text-align: center;
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	letter-spacing:0px;
	background:#333;
	margin: 0 auto;
}
.firma_hostito{
	font-size:10px;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.firma_hostito:hover{
	text-shadow: 0px 0px 5px rgba(255,255,255,0.3);
}

.facebook {
	width: 40px;
	height:42px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	background:url(../images/icon_facebook.png);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.7);
	-o-filter: grayscale(0.7);
	-ms-filter: grayscale(0.7);
	filter: grayscale(0.7);
}
.facebook:hover {
	margin-top:12px;
	height:40px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.twitter{
	width: 40px;
	height:42px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background:url(../images/icon_twitter.png);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.7);
	-o-filter: grayscale(0.7);
	-ms-filter: grayscale(0.7);
	filter: grayscale(0.7);
}
.twitter:hover {
	margin-top:12px;
	height:40px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.linkedin {
	width: 40px;
	height:42px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background:url(../images/icon_linkedin.png);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.7);
	-o-filter: grayscale(0.7);
	-ms-filter: grayscale(0.7);
	filter: grayscale(0.7);
}
.linkedin:hover {
	margin-top:12px;
	height:40px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.google {
	width: 40px;
	height:42px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background:url(../images/icon_google.png);
	-moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;

    transition: all ease 0.3s;
	-webkit-filter: grayscale(0.7);
	-moz-filter: grayscale(0.7);
	-o-filter: grayscale(0.7);
	-ms-filter: grayscale(0.7);
	filter: grayscale(0.7);
}

.google:hover {
	margin-top:12px;
	height:40px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

.innerBanner {
	margin-top: 0;
	background: #303192; /* Old browsers */
	background: -moz-linear-gradient(left,  #303192 0%, #303192 50%, #e2ab36 50%, #e2ab36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#303192), color-stop(50%,#303192), color-stop(50%,#e2ab36), color-stop(100%,#e2ab36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #303192 0%,#303192 50%,#e2ab36 50%,#e2ab36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #303192 0%,#303192 50%,#e2ab36 50%,#e2ab36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #303192 0%,#303192 50%,#e2ab36 50%,#e2ab36 100%); /* IE10+ */
	background: linear-gradient(to right,  #303192 0%,#303192 50%,#e2ab36 50%,#e2ab36 100%); /* W3C */
	padding-bottom: 5px;
	}
	
	.innerText {
        text-align: justify;
		font-size:14px;	
		width: 90%;
		margin: 10px 5%;
	}
	
	.imgCenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:90%;
}

select {
	color: #666;
	width: 70%;
	border: 1px solid  rgba(0,0,0,0.2);
	border-radius:5px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.1);
		marging: 0px 0px 5px 0px;
	-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;		}



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

input {
	color: #666;
	width:70%;
	border: 1px solid  rgba(0,0,0,0.2);
	border-radius:5px;
	-webkit-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.1);
		marging: 0px 0px 5px 0px;
	-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;		
}

label, a, p {
	color: #444;
	text-align: left;
}

.textarea {
	color: #666;
	width:70%;
	height:100px;
	border: 1px solid  rgba(0,0,0,0.2);
	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 16pxrgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
	box-shadow:
		inset 0px 0px 8px rgba(0,0,0,0.1),
		inset 0px 0px 16pxrgba(0,0,0,0.1);
		padding: 5px;
		background: rgba(0,0,0,0.1);
		marging: 0px 0px 5px 0px;
	-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[type=submit] {
	color: #fff;
	width:80px;
	margin-right:0px;
	margin-top:20px;
	font-weight: bold;
	border-radius:5px;
	box-shadow: 0px 1px 2px #000000;
		padding: 5px;
		background-color: #223653;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:right;	
}


input[type=submit]:hover {
	background-color: #5f728d;
	box-shadow: none;
		
}

h4 {
	color:#333;
	font-weight:bold;
	font-size:24px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.formularios {
	margin: 30px 5%;
	padding: 0 5%;
	width: 80%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	background:rgba(204,204,204,0.05);
	border-radius:15px;
}
.foto_interior{
    display: block;
	margin-top:120px;
    margin-left: auto;
    margin-right: auto;
	width:70%;
	border-radius: 50%;
	border:10px solid #d15503;
	box-shadow:0px 0px 10px rgba(0,0,0,0.8);
}

.left {
float: left;
width: 20px;
}

@media screen and (max-width: 600px){
    .main-nav{
    display:none
}

#mobile-btn-wrap{
    display:block
}

.float-left,.float-right,.content .float-left{
    margin:10px 0
}

.content{
    padding-top:60px
}

.slogan {
	display:none;
}

.innerBanner {
	margin-top: -110px;
}

.logotipo {
	top: -100px;
	right: 10px;
	left: auto:
	bottom: auto;
	width: 50%;
	height: auto;
}
.box_footer{
	width: 100%;
}

}