@charset "utf-8";

/*/////////////////////////// fontFaces /////////////////////////////*/

@font-face {
    font-family: 'NovecentowideBookRegular';
    src: url('fonts/Novecentowide-Book-webfont.eot');
    src: url('fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Book-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Book-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Book-webfont.svg#NovecentowideBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*//////////////////////////////////////////////////////////////////
                          estilos Generales
/////////////////////////////////////////////////////////////////////*/
body{color:#666;}
p{ }
h1{}
h2{}
h3{}
h4{}
h5{}

table{ width:100%; }
table td{ padding:0 2.5%; }
table td p{ padding:10px 0; margin:0!important; }

table tr:nth-child(odd){ background:#EFEFEF;}
table tr:nth-child(even){ background:#F9F9F9;}

table .titulo-tabla td{ background:#888888; color:#FFF;}

#info-footer{float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
	margin-top: 35px;
    width: 300px;}
	
#logo-footer{ position:absolute; bottom:10px; right:20px;}

/*//////////////////////////////////////////////////////////////////////
                          Estilos Especifico  
//////////////////////////////////////////////////////////////////////*/		

.line{
    display: block;
    position: relative;
    height: 8px;
    width: 100%;
}
.line .left{
    display: block;
    position: relative;
    height: 8px; 
    background: #266992;
    width: 50%;
    float: left;
}
.line .right{
    display: block;
    position: relative;
    height: 8px; 
    background: #db202b;
    width: 50%;
    float: right;
}
.wrapper{
    display: block;
    position: relative;
    width: 960px; 
    margin: 0 auto;
}

.wrapper-header{
    display: block;
    position: relative;
    height: 130px;
}

.wrapper-header .logo{
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 124px;
    margin: 10px 10px 10px 10px;
}

.wrapper-header nav{
    display: block;
    position: relative;
    float: left;
    width: 650px;
    height: 124px;
    margin: 10px 10px 10px 10px;
    float: right;
}

.wrapper-header nav ul{
    list-style: none;
    text-decoration: none;
    height: 70px;
    margin-top: 48px;
    display: block;
    position: relative;

}

.wrapper-header nav ul li{
    display: block;
    position: relative;
    margin: 10px 10px 10px 10px;
    float: left;
}

.wrapper-header nav ul li a{
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-family:'NovecentowideBookRegular', Arial, Helvetica, sans-serif ;
}
.box-buque1{
    display: block;
    position: relative;  
    background: url("../images/bg-buque.jpg") no-repeat center;
    width: 100%;
    height: 347px;
    color: white;
}

.box-buque2{
    display: block;
    position: relative;  
    background: url("../images/bg-buque2.jpg") no-repeat center;
    width: 100%;
    height: 399px;
    color: white;
}

.box-map{
    display: block;
    position: relative;
	margin:auto;
    width: 100%;
    height: 399px;
}


.box{
    display: block;
    position: relative;  
    /*background: url("../images/bg.jpg") no-repeat center;*/
    width: 100%;
    /* height: 658px;*/
    color: white;
    /* background: url(images/bg.jpg) no-repeat fixed; */
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}

.box .box-content, .box-buque1 .box-content{
    width: 420px;
    height: 160px;
    display: block;
    position: absolute;
    margin-top: 188px;
    margin-left: 30px;
}

.box .box-content h1,  .box-buque1 .box-content h1{
    font-size: 28px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    width: 380px;
    height: 37px;
    background: url(../images/trama.png);
    /*background: url("../images/box-title-bg.png");*/
    padding: 15px 10px 10px 10px;
    letter-spacing: 1px;
}
a.btn-scroll{
    display: block;
    position: relative;
    width: 26px;
    height: 25px;
    background: url("../images/btn-scroll.png");
    float: right;
    margin-right: 6px;
    margin-top: 4px;
}

.box .box-content p, .box-buque1 .box-content p{
    font-size: 17px;
    line-height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wrapper-box-middle{
    display: block;
    position: relative;
    width: 100%;
    min-height: 254px;
    background: #ececec;
}
.wrapper-box-middle-logos{
    display: block;
    position: relative;
    width: 100%;
    background: #ececec;
}
/*
.row-wrapper-box-logos img {
		padding: 15px 86px 15px 0;
}
*/
.row-wrapper-box-logos img {
		padding: 15px 68px 15px 0;
}
.row-wrapper-box-logos img:last-child {
	  padding-right: 0px!important;
}

#logos-index {
	text-align:center;
	margin-top: 80px;
}
#logos-index img {
	  display: inline-block;
}
#logos-index img {
		padding: 0 20px 15px 0;
}
#logos-index img:last-child {
	  padding-right: 0px!important;
}


.row-wrapper{
    display: block;
    position: relative;
    width: 453px;
    height: 154px;
    background: #fff;
    margin: 40px 0px 27px 0px;
	overflow:hidden;
}

.row-wrapper-box-left{
    float: left;
    margin-right: 53px;
}



.row-wrapper-gris{
    display: block;
    position: relative;
    width: 453px;
    height: 154px;
    background: rgb(241, 241, 241);
    margin: 40px 0px 27px 0px;
	padding-bottom:15px;
	overflow:hidden;
}

.row-wrapper-box-right{
    float: left;
}

.row-wrapper-box-content{
    display: block;
    position: relative;
    width: 254px;
    height: 152px;
    float: right;
    padding: 10px;
}

.row-wrapper-box-content-style-2{
    display: block;
    position: relative;
    /*width: 254px;*/
    height: 152px;
    /*float: right;*/
    padding: 10px;
}

.row-wrapper img, .row-wrapper-gris img{
    float: left;
}

.row-wrapper p, .row-wrapper-gris p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height:18px;
}

.row-wrapper h2, .row-wrapper-gris h2{
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    font-size: 16px;
}

.row-wrapper-gris h2.title-terminal{
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    font-size: 16px;
	width:100%;
	margin-left:-10px;
	margin-top:-10px;
	background:#888;
	color:#fff;
	padding:10px;
}

a.more-row-wrapper-box-content{
	text-decoration: none;
	font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
	color: #db202b;
	bottom: 22px;
	position: absolute;
	right: 12px;
	font-size: 11px;
}


a.more-post-wrapper-box-content{
    text-decoration: none;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    color: #db202b;
    position: relative;
    font-size: 11px;
    float: right;
    background: #fff;
    padding: 5px 10px 5px 10px;
    margin-bottom: 12px;
}
.row-wrapper span, .row-wrapper-gris span {
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    bottom: 27px;
    position: absolute;
}
.wrapper-box-content{
    display: block;
    position: relative;
    background: #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
}

.wrapper-box-content-sin-borde{
    border:none!important;
}

.wrapper-box-content p, .wrapper-box-content ul{
    margin-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.colum-wrapper{
    width: 430px;
    position: relative;
    display: block;
    padding: 25px 0px;
}

.footer{
    width: 100%;
    position: relative;
    display: block; 
    height: 152px;
    background: #266992;
    color: #fff;
}

.wrapper-footer{
    display: block;
    position: relative;
    height: 130px;
}

.wrapper-footer nav{
    display: block;
    position: relative;
    float: left;
    width: 630px;
    height: 124px;
    margin: 10px 10px 10px 10px;
    float: right;
}

.wrapper-footer nav ul{
    list-style: none;
    text-decoration: none;
    height: 70px;
    margin-top: 20px;
    display: block;
    position: relative;
}

.wrapper-footer nav ul li{
    display: block;
    position: relative;
    margin: 10px 16px 10px 16px;
    float: left;
}

.wrapper-footer nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
}

.colum-a{
    float: left;
    margin-right: 98px;
}

.colum-b{
    float: left;
}

.clear{
    clear: both;
}

.colum-wrapper h1{
    color: #db202b;
    padding: 5px 0px;
    font-size: 20px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
}

h1.box-title-black{
    font-size: 28px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    width: 374px;
    height: 37px;
    background: url(../images/trama.png);
    padding: 15px 10px 10px 20px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
}

h1.box-title-black-big{
    font-size: 38px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    height: 41px;
    background: url(../images/trama.png);
    padding: 10px 10px 10px 20px;
    color: #333;
    margin: 30px 0px;
    text-align: center;
    /*letter-spacing: 4px; */
}

.wrapper-box-content h3 {
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 10px;
}

.wrapper-box-content span {
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    color: #db202b;
    padding-right: 10px;
}

.box-image{
    background: #ececec;
    width: 403px;
    padding-bottom: 10px;
    text-align: right;
}

.box-image2 {
    background: #ececec;
    width: 442px;
    padding-bottom: 10px;
    text-align: right;
}

.box-content-buque1{
    width: 100%;
    height: 95px;
    background: url("../images/bg-sombra.png");
    text-align: center;
    top: 40%;
    position: absolute;
}
.box-title-buque1{
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    font-size: 56px;
	 text-decoration:none;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    letter-spacing: 5px;
}

h1.box-title-black-sinheight {
    font-size: 18px;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    width: 412px;
    background: url(../images/trama.png);
    padding: 15px 10px 10px 20px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 25px;
}

.row-wrapper-typeb{
    display: block;
    position: relative;
    float: left;
    margin: 45px 0px;
    background: #fff;
    width: 282px;
    height: 217px;
}

.row-wrapper-box-uno{
    margin-right: 40px;
}

.row-wrapper-box-dos{
    margin-right: 40px;
}

.row-wrapper-box-tres{
}

.wrapper-box-middle-typeb {
    display: block;
    position: relative;
    width: 100%;
    height: 310px;
    background: #ececec;
}

.row-wrapper-box-content-typeb h2 {
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    font-size: 16px;
}

.row-wrapper-box-content-typeb p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

.row-wrapper-box-content-typeb ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

.row-wrapper-box-content-typeb ul li {
	padding:3px 0;
}

.row-wrapper-box-content-typeb ul li a {
	text-decoration:none;
	color:#666;
}

.row-wrapper-box-content-typeb{
    padding: 10px;
}


a.more-row-wrapper-box-content-typeb {
    text-decoration: none;
    font-family: 'NovecentowideBookRegular', Arial, Helvetica, sans-serif;
    color: #db202b;
    bottom: 5px;
    position: absolute;
    right: 13px;
    font-size: 11px;
}
h2.row-wrapper-box-content-red{
    color:#db202b;
}

h1.box-title-gris {
    color: #4d4d4d;
    background: #e6e6e6;
    padding: 8px;
    margin: 20px 0px;
}

.font-big{
    font-size: 30px!important;
}



/*****Image Resize****/

img.bg {
    /* max-height: 658px;
     min-width: 1517px;
     width: 100%;
     height: auto;
     position: fixed;
     top: 0;
     left: 0;*/
}


.row-wrapper-box{
    height: 220px;
    width: 960px;
}

.row-wrapper-box-logos {
    width: 960px;
		text-align: center;
}

.hidden{
    display:none;
    opacity: 0;
}

img.bg-resize{
    max-height: 627px;
    max-width: 1920px;
    display: block;
    position: absolute;
}

section{
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
}

/*////////////////////////// CONTATC ////////////////////////////////////////*/

.formulario input{ background:#ececec; padding:10px; width:100%; border:none; margin-bottom:10px;}
.formulario textarea { background:#ececec; padding:10px; width:100%; border:none;}

.general-information{
    list-style: disc outside;
	 padding-left: 1em;
}
.general-information ul {
	list-style: circle outside;
}
.general-information ul li {
	margin-left: 20px !important;
	padding-left: 1em !important;
}
.formulario input.send{ background:#DB202B; padding:10px; width:50%; border:none; margin-bottom:10px; color:#fff; margin-top:15px;}

.arrow-left{ position:absolute; left:20px;}
.arrow-right{ position:absolute; right:20px;}

.arrow-left a{ color:#666; text-decoration:none;}
.arrow-right a{ color:#666; text-decoration:none;}
