@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed );

/* comienza estructura */
* 
{
    margin: 0;
    padding: 0;
}
.alignleft 
{
    float: left;
    margin-right: 15px
}
.alignright 
{
    float: right;
    margin-left: 15px;
}
.aligncenter 
{
    display: block;
    margin: 0 auto
}
.floatleft 
{
    float: left
}
.floatright 
{
    float: right
}
.fix 
{
    overflow: hidden
}
.clear 
{
    clear: both
}
.container 
{
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover 
{
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p 
{
    padding: 0;
    margin: 0;
}
img 
{
    max-width: 100%;
    height: auto;
}
html 
{
    height: 100%
}
body 
{
}
input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus 
{
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}
:focus 
{
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus 
{
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.zero_mp 
{
    padding: 0;
    margin: 0;
}
.margin_btm 
{
    margin-bottom: 0px !important;
}
.section
{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing
{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/* fin estructura */
/* comienza pagina default */
/* comienza banner publicitario */
#mu-service 
{
    display: inline;
    float: left;
    margin-top: -80px;
    width: 100%;
    background-image: linear-gradient(rgb(73,173,222), rgb(255,255,255));
    background-repeat: repeat-x;
}
#mu-service .mu-service-area
{
  display: inline;
  float: left;
  width: 100%;
  -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
#mu-service .mu-service-area .mu-service-single
 {
  background-color: #01bafd;
  color: #fff;
  display: inline;
  float: left;
  padding: 35px 25px;
  text-align: center;
  width: 50%;
}
#mu-service .mu-service-area .mu-service-single:nth-child(2) 
{
  background-color: #fabe5d;
}
/* fin banner publicitario */
/* comienza acceso a extranet */
.callaction 
{
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
	margin-top:60px;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.bg-gray 
{
	background: #ecf1f8;
}
/* fin acceso a extranet */
/* comienza slider */
.section-wraper 
{
    position: relative;
}
#slider .carousel-indicators 
{
    bottom: 70px;
}
/* fin slider */
/* comienza pie */
footer 
{
	background: rgb(0,66,132); 
	background: -moz-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004284', endColorstr='#00378b', GradientType=0 );
    z-index:0;
}
footer nav ul
{
 display: block;
 text-align:center;
 margin-bottom:20px;
 }
footer nav ul li 
{
 display: inline;
 }
 footer nav ul li 
{
}
footer .pagemenu
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    float: none;
    text-align:center;
    padding: 10px;
    background-color:transparent;
    color: #FFFFFF;
    text-transform:uppercase;
 }
 footer .pagemenu:hover
{
   color: #fcbe03;
 }
 footer .pagecurrent
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    float: none;
    text-align:center;
    padding: 10px;
    background-color:transparent;
    color: #fcbe03;
    text-transform:uppercase;
 }
  footer .pagecurrent i
{
    background-color:transparent;
    color: #fcbe03;
    text-transform:uppercase;
 }
footer 
{
	padding: 50px 0 0;
	
}
footer .first
{
	padding-top: 45px;
	display:block;
	width:100%;
}
footer .first2
{
	padding-top:15px;
	display:block;
	width:100%;
}
footer span
{
	padding-left:40px;
}
footer .footitular
{
  display: block;
  padding: 0px;
  text-align: center;
  width: 100%;
}
footer .footitular h4
{
	font-family: 'Open Sans' , Arial, sans-serif;
	color:#FFFFFF;
	display:block;
	width:100%;
	text-transform:uppercase;
	padding-bottom:8px;
}
.footitular .line 
{
  background-color:#2f7dbc;
  display: inline-block;
  height: 2px;
  width: 40px;
  margin-bottom:20px;
}
footer .fa-circle
{
	color:#fcbe03;
}
footer .fa-phone
{
	color:#FFFFFF;
}
footer .fa-home
{
	color:#FFFFFF;
}
footer .fa-envelope-o
{
	color:#FFFFFF;
}
footer .widget 
{
	margin-bottom: 30px;
	color:#FFFFFF;
	text-align:left;
}
footer .widget p
{
	font-family: 'Open Sans' , Arial, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-size:11pt;
	line-height:1.9em;
	margin-top:20px;
	padding-right:10px;
}
.mapframe
{
    margin:0px;
    height:0px;
    width:100%;
    display:block;
    position:relative;
    height:180px;
}
footer .widget h5 
{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sub-footer 
{
    background: rgb(0,66,132); 
	background: -moz-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004284', endColorstr='#00378b', GradientType=0 );
	border-top: 1px solid rgb(0, 38, 82);
	padding: 30px 0 10px;
	color: #FFFFFF;
	width:100%;
    display:block;
    position:relative;
}
.sub-footer a
{
	color: #FFFFFF;
	text-decoration:none;
}
.sub-footer a:hover
{
	color: #fcbe03;
	text-decoration:none;
}
footer .sub-footer  p 
{
	font-size: 14px;
}
.company-social 
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social
{
	text-align: left;
	list-style: none;
	margin-top:20px;
}
.company-social li
{
	margin:0;
	padding:0;
	display: inline-block;
}
.company-social a
{
	margin:0 2px 0 0;
}
.company-social a:hover 
{
    color: #fff;
}
.company-social a i 
{
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}
.company-social a i
{
    background:#fcbe03;
}
.company-social a:hover i 
{
    background: #FFFFFF;
    color:rgb(0, 38, 82);
}
.widget ul 
{
	list-style: none;
	margin-left:0;
	padding-left:0;
	text-align:left;
}
.spacer
{
    height:30px;
    clear:both;
    display:block;
}
.footerhr
{
    background: rgb(0, 38, 82);
    height:2px;
    width:100%;
    margin-bottom:20px;
}
/* fin pie */
/* comienza datos útiles */
#datos
{
    background-image: linear-gradient(rgb(73,173,222), rgb(255,255,255));
    background-repeat: repeat-x;
    padding: 80px 0;
    display:block;
    width:100%;
    position:relative;
}
.datos_area h3 
{
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}
.datos_area p 
{
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
#datos ul
{
    padding: 0px;
    margin:0px;
    display:block;
    text-align: center;
    width:100%;
}
#datos ul li.item
{
    padding: 0px;
    margin:0px;
    display:inline-block;
    text-align: center;
    list-style: none;
    width:18%;
    vertical-align:top;
}
#datos .single_item 
{
    padding-top: 60px;
    text-align: center;
}
#datos .welcome_icon 
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #028dcf;
    transition: .7s;
    background-color:#FFF;
    color:#004494;
     -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
#datos .welcome_icon:hover
{
    background: #fcbe03;
    cursor: pointer;
    color:#FFFFFF;
}
#datos .welcome_icon i 
{
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#datos .item_list h4 
{
    padding: 20px;
}
#datos .item_list h4 a
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    transition: 0.7s;
    font-family: 'Open Sans', sans-serif;
}
#datos .item_list h4 a:hover 
{
    color:#004494;
}
#datos .item_list p 
{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
/* comienza utilidades */
.service-box
{
    background: none;
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    position: relative;
    z-index: 99;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom:40px;
}
.extra.service-box
{
    margin-top: -48px;
}
.service-box:hover .icon a
{
    background:#fcbe03;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box:hover .icon a img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon
{
    background: none;
    margin: 0px 0px 20px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-image: none;
    vertical-align: top;
    float: none;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon::before
{
    background: #004494;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon a
{
    border-radius: 50%;
    transition: 0.8s;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box .icon a:hover
{
    background: #fcbe03;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box .icon a:hover img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon a img
{
    border-radius: 50%;
    transition: 0.8s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box h2
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color:#000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}
.service-box h2 a
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
.service-box h2 a:hover
{
    color: #fcbe03;
    text-decoration: none;
}
.service-box .service-box_txt
{
    margin: 0px;
}
.service-box .btn-align
{
    text-align: center;
}
/* fin utilidades */
/* comienza banner mercados */
.recent-posts
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-left: 10px;
}
.recent-posts li
{
    margin: 0px;
    width: 25%;
    float: left;
    list-style: none;
}
.recent-posts li:nth-child(4n)
{
    margin-right: 0px;
}
.recent-posts li.nomargin
{
    margin-right: 0px;
}
.recent-posts h5
{
    display: none !important;
}
.featured-thumbnail
{
    border-right: #eeeae7 1px solid;
    border-bottom: #eeeae7 1px solid;
    border-top: #eeeae7 1px solid;
    border-left: #eeeae7 1px solid;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px 20px 10px 0px;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-thumbnail:hover
{
    border-right: #fcbe03 1px solid;
    border-top: #fcbe03 1px solid;
    background: #fcbe03;
    border-left: #fcbe03 1px solid;
    border-bottom: #fcbe03 1px solid;
}
/* fin banner mercados */
/* comienza bolsas */
#bolsa ul
{
    list-style: none;
}
#bolsa .link-list4 
{
	DISPLAY:block; 
}
#bolsa ul.list-4 > li 
{
    float: none;
    margin: 0;
    list-style: none;
    color: #666666;
    DISPLAY:inline;
    padding-right:30px;
}
#bolsa ul.list-4 > li:last-child 
{
    padding-right:0px;
}
#bolsa ul.list-4 img
{
    width:90px;
}
.spacerb
{
    height:60px;
    width:100%;
    display:block;
}
/* fin bolsas */
/* comienza enlaces/consultas */
.service-box3
{
    background: url(  "../images/bg.jpg" );
    padding: 13% 8%;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-top-color:#fcbe03;
    border-top-width: 6px;
    border-top-style: solid;
    margin-bottom:100px;
    -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.service-box3 .icon
{
    margin: 0px 0px 10px;
    float: none;
}
.service-box3 h2.title
{
    color: #004494;
    font-family: 'Open Sans' , Arial, sans-serif;
    line-height: 44px;
    font-size: 35px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.box-button
{
    margin-top: 20px;
}
a.tdenlace
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: rgb(87, 87, 87);
}
a.tdenlace:hover
{
    text-decoration: none;
    color: #004494;
}
/* fin enlaces/consultas */
/* fin datos utiles */
/* comienza cuerpo */
#blog
{
    padding: 80px 0;
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
    text-align:left;
}
#blog .latest_blog
{
}
#blog .latest_blog h2
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans' , sans-serif;
    color: #222222;
}
.h-light
{
  display: block;
  padding: 0px;
  text-align: center;
  width: 100%;
}
.h-light h4
{
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans' , sans-serif;
    color: #004494;
    text-align:center;
}
.h-light .line 
{
  background-color: #004494;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin-bottom:20px;
}
#blog .latest_blog p
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans' , sans-serif;
}
/* comienza noticias */
#blog .bton
{
    display: block;
    margin: 0px;
    padding:0px;
    text-align:center;
}
.btn-custom
{
    text-transform: uppercase;
    color:#004494;
    background-color: transparent;
    border: 2px solid #004494;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
    margin:0px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active
{
    color: #FFFFFF;
    border: 2px solid #fcbe03;
    background-color: #fcbe03;
}
#blog .single_blog_item
{
    border: 0px solid #d1d3d1;
}
#blog .blog_content
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
}
#blog .blog_content h3
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #004494;
    font-family: 'Open Sans' , sans-serif;
}
#blog .blog_content h3 a
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2f7dbc;
    font-family: 'Open Sans' , sans-serif;
    text-decoration:none;
}
#blog .blog_content h3 a:hover
{
   text-decoration:none;
   color: #000000;
}
#blog .expert span.time
{
    padding-right: 10px;
    border-right: 1px solid;
}
.clock
{
    padding-right: 6px;
}
.diario
{
    padding-right: 6px;
    padding-left: 10px;
}
#blog .expert span.admin
{
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
#blog .expert
{
    padding-bottom: 10px;
    color: #aeadad;
}
#blog p.blog_news_content
{
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
.nottitulo a
{
    color: #2f7dbc;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
    text-transform:uppercase;
}
.nottitulo a:hover
{
    color: #000000;
    text-decoration: none;
}
a.blog_link
{
    text-transform: none;
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    text-decoration: none;
    text-align:right;
}
a.blog_link:hover
{
    color: #004494;
    text-decoration: none;
}
.blog_news p.linea
{
    height: 4px;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-color:#000000;
    margin-top: 5px;
    margin-bottom:5px;
}
/* fin noticias */
/* comienza informes */
.Informe
{
    float: left;
    width: 100%;
    padding: 0px;
    margin:0px;
    display:block;
}
.link-Informe
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    text-align:left;
    margin-bottom:12px;
}
.link-Informe li
{
    float: left;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
    width:100%;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-color:#000000;
}
.link-Informe li a
{
    color: #777;
    text-decoration:none;
}
.link-Informe li a:hover
{
    color: #004494;
    text-decoration:none;
}
.link-Informe li i
{
    padding-right:8px;
}
/* fin informes */
/* comienza mercados */
.tabla2
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.tabla3
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.ficpanel
{
    visibility: hidden;
    position: absolute;
}
.tabfecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
.tdcab
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
.tdfilaLbl
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px;
}
.tdfila1
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
    padding: 6px;
}
.tdfilac
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.f1 a
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
}
.f1 a:hover
{
    text-decoration: none;
}
.f2 a
{
    display: block;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:10pt;
    color: rgb(87, 87, 87);
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
f2 a:hover
{
    text-decoration: none;
    color: #000000;
}
.tdenlaceT
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #000000;
    border-top: #FFFFFF 4px solid;
}
.tdfilatxt
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}
.tablecenter
{
    text-align:center;
    width:95%;
    margin-right:auto;
    margin-left:auto;
}
/* fin mercados */
/* fin cuerpo */
/* comienza extranet */
#volunteer 
{
}
#volunteer .volunteer_content h3 
{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #004494;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .volunteer_content h3 span 
{
    color:#fcbe03;
}
#volunteer .volunteer_content p 
{
    font-size: 14px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .join_us 
{
    padding-top: 45px;
}
#volunteer .vol_area 
{
    padding: 80px 0;
}
#volunteer .join_us a.vol_cust_btn 
{
    background: #004494;
    color: #fff;
    padding: 8px 50px;
    border: 1px solid #004494;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
}
#volunteer .join_us a.vol_cust_btn:hover 
{
    background:#fcbe03;
    border: 1px solid #fcbe03;
    color: #fff;
    text-decoration:none;
}
/* fin extranet */
/* comienza welcome */
/*Comienza Welcome Section*/
#about
{
    padding-bottom:80px;
}
.wel_header2 
{
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.wel_header2 p
{
    color: #FFFFFF;
}
.wel_header2 h4 
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.wel_header 
{
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.wel_header h2 
{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}
.wel_header h4 
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}
.wel_header p 
{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.single-about-detail
{
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.about-details
{
	background: rgb(0,66,132); 
	background: -moz-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004284', endColorstr='#00378b', GradientType=0 );
	border-top: 2px solid rgb(255,255,255);
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3
{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
	text-transform:none;
	padding-top:30px;
}
.about-details p
{
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 30px;
	padding-top: 20px;
	text-transform:uppercase;
}
.single-about-detail:hover .about-details
{
	background: #fcbe03;
}
.single-about-detail:hover .about-details h3
{
	color:#004494;
}
.single-about-detail:hover .about-details p
{
	color:#004494;
}
/* fin welcome section */
/* comienza encabezado */
/* comienza Top area */
.top-area 
{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid rgb(0,66,132);
	background-image: linear-gradient(rgb(0,66,132),rgb(73,173,222));
    background-repeat: repeat-x;
}
.top-area.top-padding 
{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.top-area .address 
{
    border-right: 1px solid #FFFFFF;
    display:inline;
    padding-right:10px;
}
.top-area .address p 
{
    font-size: 14px;
    padding-top: 2px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    display:inline;
}
.top-area .phone
{
    border-right:0px solid #E6E5E5;
    display:inline;
    padding-left:10px;
}
.top-area .phone p 
{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 1px;
    display: inline;
}
.top-area .address i,
.top-area .phone i 
{
    padding: 3px 5px;
    font-size: 15px;
    color:#FFFFFF;
}
.top-area .social_icon i 
{
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.top-area .social_icon i:hover 
{
    color:#fcbe03;
}
/* fin top area */
/* comienza Navigation */
.navbar-brand 
{
  padding-top: 25px;
  padding-bottom: 0;
}
.navbar-brand H1 
{
	FONT-SIZE: 2.5em; 
	MARGIN-BOTTOM: 0px; 
	LINE-HEIGHT: 1.0em;
	font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing:0px;
    text-transform:none;
    color:#004494;
    font-weight:bold;
}
.navbar-brand .tagline 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	MARGIN: 4px 0px 0px 186px; 
	TEXT-TRANSFORM: none; 
	COLOR: #2e2c2b; 
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	LETTER-SPACING: 0px;
}
.navbar-brand.reduce 
{
    margin-top:0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom 
{
	width: inherit;
	margin: 0 auto;
	padding-bottom:0;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
.navbar.navbar-custom .navigation 
{
	padding-bottom: 15px;
	min-height:120px;
}
.navbar 
{
    border-bottom: 1px solid rgba(255,255,255,.3);	
}
.navbar-brand 
{
    font-weight: 700;
}
.navbar-brand:focus 
{
    outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top  
{
	background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav 
{
    background-color: rgba(0,0,0,0);
}
.navbar.navbar-custom 
{
	padding-top: 0px;
}
.navbar.navbar-custom ul.nav.navbar-nav 
{
	margin-top: 45px;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav 
{
	margin-top: 0;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a 
{
	font-size: 13px;
	letter-spacing: 1px;
    color: #646464;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}
.navbar-custom ul.nav li a:hover 
{
    color:#004494;
}
.navbar-custom ul.nav li a.current
{
    color:#004494;
}
.navbar-custom ul.nav li a.menu
{
    color:#646464;
}
.navbar.navbar-custom.top-nav-collapse 
{
	background: #fff;
}
.navbar.navbar-custom.top-nav-collapse .navigation 
{
	padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a 
{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu 
{
	border-radius: 0;	
	margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li 
{
	border-bottom: 1px solid #f5f5f5;

}
.navbar-custom ul.nav ul.dropdown-menu li:last-child
{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a 
{
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover 
{
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a 
{
	color: #666;
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus  
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active 
{
    outline: 0;
	background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active 
{
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-toggle 
{
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active 
{
    outline: 0;
}
/* fin encabezado */
/* comienza slider */
#featured
{
	width: 100%;
	background:transparent;
	position:relative;
	margin:0;
	padding:0;
	min-height: 490px;
    z-index:0;
    padding:124px 0 60px;
}
#featured.bg 
{
	background: rgb(0,66,132); 
	background: -moz-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,66,132,1) 50%, rgba(0,55,139,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004284', endColorstr='#00378b', GradientType=0 );
}
.main-slider.flexslider 
{ 
    margin: 40px 0 50px;
    background: transparent; 
    border: none;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    -o-box-shadow: none;
    box-shadow: none;
}
.main-slider .flex-caption 
{
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}
.main-slider .flex-caption 
{ 
    bottom:50%;
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    left: 4.5%;
    width: 80%;
}
.main-slider .flex-caption h1
{
    letter-spacing: 0px;
    margin-bottom:10px;
    text-transform: uppercase;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:35px;
    font-weight: 700;
    line-height: 1em;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.main-slider .flex-caption h3
{
    letter-spacing: 1px;
    margin-bottom:15px;
    text-transform: uppercase;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.main-slider .flex-caption h4 
{
    letter-spacing: 1px;
    margin-bottom: 8px; 
    text-transform: uppercase;
}
.main-slider .flex-caption p 
{
    margin: 0 0 15px;
}
.main-slider  .flex-direction-nav a:before  
{ 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
}
.main-slider  .flex-direction-nav a.flex-next:before  
{ 
    content: '\f002'; 
}
/* fin slider */
/* comienza whatsApp */
.whatsapp-flotado, .whatsapp-flotado:active ,.whatsapp-flotado:focus
{
	padding: 10px; 
	border-radius: 50%; 
	width:60px; 
	height:60px; 
	text-align: center; 
	right:140px; 
	bottom:40px;
	color: rgb(255, 255, 255); 
	font-size: 42px; 
	display: block; 
	position: fixed;
	z-index: 1000; 
	background: linear-gradient(rgb(48,163,44), rgb(31, 162,46)) rgb(83,170,40);
	box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.32);
}
.whatsapp-flotado:hover 
{
	background: linear-gradient(rgb(43, 42, 82), rgb(0, 38, 82)) rgb(0,55, 139);
	color:  rgb(255, 255, 255);
}
.whatsapp-icon
{
	font-size:42pt;
	color:rgb(255, 255, 255); 
	font-weight: normal; 
	font-variant: normal;
	text-transform:none;
	text-align:center;
	background:none;
}
/* fin whatsApp */
/* comienza paginador */
#single-page
{
    background-attachment: fixed !important;
    background-image: url("../images/divider-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 224px 0 60px;
    display:block;
    clear:both;
}
.single-page-left
{
  display: inline;
  float: left;
}
.single-page-left h2
{
  text-transform: uppercase;
  color:#FFFFFF;
}
.single-page-right
{
  display: inline;
  float: right;
}
.single-page-right .breadcrumb 
{
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-right .breadcrumb li a
{
  color: #009a3f;
  text-decoration:none;
}
.single-page-right .breadcrumb li a:hover
{
  color: #646464;
  text-decoration:none;
}
.single-page-right .breadcrumb li.active
{
  color: #646464;
}
/* fin paginador */
/* comienza titulos */
.title-area 
{
  display: block;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area .title 
{	
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
.title-area .line 
{
  background-color: #004494;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin-top:10px;
}
.title-area p 
{
  color: #777777;
  line-height: 25px;
  margin-top: 20px;
}
/* fin titulos */
/* comienza video */
.video 
{
  background-color: #dde4f3;
  display: block;
  margin-bottom:30px;
  padding:20px;
   -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}  
.video .video-item 
{
  margin-top:10px;
  border: 2px solid rgba(120,132,204,0.6);
  background:#000000;
}
.video h3
{	
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
	text-transform: none;
}
/* fin video */
/* comienza novedades */
.novedades
{	
	display:block;
	width:100%;
	position:relative;
	margin-top:30px;
}
#novedades
{	
	display:block;
	width:100%;
	position:relative;
}
#novedades hr
{	
	height:1px;
	width:100%;	
	border-top: dotted 1px #000000;
}
#novedades .bton
{
    display: block;
    margin: 0px;
    padding:0px;
    text-align:center;
    width:100%;
}
.pricing-table-content
{
    display: block;
    width: 100%;
}
.single-table-price
{
    background-color: #fff;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #2f7dbc;
}
.price-header
{
    background-color: #f0f5e3;
    color: #FFFFFF;
    display: inline;
    float: left;
    width: 100%;
}
.price img
{
    padding-top: 1px;
    margin:0px;
    width: 100%;
    height:auto;
}
.price-article
{
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    text-align: left;
}
.price-footer
{
    display: inline;
    float: left;
    width: 100%;
}
.purchase-btn
{
    background-color: #fff;
    border: 1px solid #2f7dbc;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.purchase-btn:hover, .purchase-btn:focus
{
    text-decoration: none;
    outline: none;
    color: #fff;
    background: #2f7dbc;
}
.featured-price .price-title
{
    background-color: #2b2521;
}
.featured-price .purchase-btn
{
    color: #fff;
}
/* fin novedades */
/* fin pagina default */
/* comienza paginacion */
#inner-headline
{
	background:#e3e7f3;
	position:relative;
	color:#fefefe;
	padding-top: 140px;
}
/* --- comienza breadcrumbs --- */
#inner-headline ul.breadcrumb 
{
	margin:40px 0 15px;
	float:left;
	background:rgb(0,66,132);
}
#inner-headline ul.breadcrumb li 
{
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li 
{
	font-size:13px;
	color:#fff;
	font-weight: 600;
}
#inner-headline ul.breadcrumb li i
{
	color:#fff;
}
#inner-headline ul.breadcrumb li a 
{
	color:#fff;
}
ul.breadcrumb li a:hover 
{
	text-decoration:none;
}
/* --- fin breadcrumbs --- */
/* fin paginacion */
/* comienza pagina legal */
#legal
{
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
.legaltxt p
{
	font-family: 'Open Sans' , sans-serif;
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-bottom:20px; 
}
.legaltxt strong
{
    font-weight:bold;
    font-family: 'Open Sans' , sans-serif;
    font-size: 12pt;
    color: #000000;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-top:30px;
}
.legaltxt p.lead 
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	color:#000000;
}
.section-title2 
{
	text-align:left;
	display:block;
	margin-bottom: 30px;
	margin-top:60px;
}
.section-title2 h2 
{
	font-weight: 300;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 35px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#004494;
}
.section-title2 .line 
{
  background-color: #2f7dbc;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin:0px;
  padding:0px;
}
.section-title 
{
	margin-bottom: 30px;
}
.section-title p 
{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	margin-top:20px;
	color:#004494;
}
.section-title 
{
	text-align:center;
	display:block;
}
.section-title h3 
{
	color:#2b2521;
	text-transform:uppercase;
	font-size: 22px;
}
.section-title h2 
{
	font-weight: 300;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 35px;
	text-align: center; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#004494;
	margin-bottom:20px;
}
.section-title .line 
{
  background-color:#2f7dbc;
  display: inline-block;
  height: 2px;
  width:40px;
  margin:0px;
  padding:0px;
}
/* fin pagina legal */
/* comienza pagina empresa */
#empresa
{
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
.margin-top
{
  margin-top: 80px;
  margin-bottom:30px;
}
.margin-bottom
{
  margin-bottom: 60px;
  margin-top:40px;
}
.about-text2 
{
	margin-left: 10px;
	margin-top: 20px;
}
.about-text2 p 
{
	margin: 15px 0;
	color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: none;
}
/* fin pagina empresa */
/* comienza pagina contacto */
#contacto
{
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
.margin-topcont
{
  margin-top: 60px;
  display:block;
  width:100%;
}
.contact-info 
{
	font-family: 'Lato',sans-serif;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom:4em;
	clear:both;
}
.contact-info .collapse
{
	padding: 0;
}
.contact-info .icon 
{
	margin-bottom: 2.1rem;
}
.contact-info .icon i 
{
	font-size: 4.2rem;
	color:#004494; 
}
.contact-info h5 
{
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}
.contact-info p
{
	color: #000000;
}
.contact-info p a
{
	color: #000000;
}
.contact-info p a:hover
{
	color: #004494;
}
.contact-center
{
    float:none;
    padding-top:10px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
.contact-center a 
{
    color: #000000;
    font-size: 2.5em;
    padding: 0 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.contact-center a:hover
{
    color:#004494;
    text-decoration: none;
}
form.register-form .row 
{
	margin-bottom:0;
}
.btn-block
{
	background:#000000;
	border-color:#000000;
	color:#FFFFFF;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-transform:uppercase;
}
.btn-block:hover
{
	background:#004494;
	border-color:#004494;
	color:#FFFFFF;
}
.register-form .small
{
	color:#004494;
	font-family: 'Open Sans' , Arial, sans-serif;
	padding-top:20px;
	font-size:0.9em;
}
.section-title3 
{
	text-align:left;
	display:block;
	margin-bottom: 30px;
	margin-top:30px;
}
.section-title3 h2 
{
	font-weight: 300;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 35px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#004494;
}
.section-title3 .line 
{
  background-color: #000000;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin:0px;
  padding:0px;
}
.form-control 
{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.colorgraph 
{
  height: 2px;
  border-top: 0;
  background: #c4e17f;
  margin-top:60px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #37388c, #6b2080 12.5%, #c6aace 12.5%, #ecc9de 25%, #8f4d95 25%, #bc7eb1 37.5%, #8d4b94 37.5%, #be81b2 50%, #95569a 50%, #9d609f 62.5%, #3e388c 62.5%, #6b2080 75%, #bb9ac4 75%, #915297 87.5%, #be7fb1 87.5%, #b476ac);
  background-image: -moz-linear-gradient(left, #37388c, #6b2080 12.5%, #c6aace 12.5%, #ecc9de 25%, #8f4d95 25%, #bc7eb1 37.5%, #8d4b94 37.5%, #be81b2 50%, #95569a 50%, #9d609f 62.5%, #3e388c 62.5%, #6b2080 75%, #bb9ac4 75%, #915297 87.5%, #be7fb1 87.5%, #b476ac);
  background-image: -o-linear-gradient(left, #37388c, #6b2080 12.5%, #c6aace 12.5%, #ecc9de 25%, #8f4d95 25%, #bc7eb1 37.5%, #8d4b94 37.5%, #be81b2 50%, #95569a 50%, #9d609f 62.5%, #3e388c 62.5%, #6b2080 75%, #bb9ac4 75%, #915297 87.5%, #be7fb1 87.5%, #b476ac);
  background-image: linear-gradient(to right, #37388c, #6b2080 12.5%, #c6aace 12.5%, #ecc9de 25%, #8f4d95 25%, #bc7eb1 37.5%, #8d4b94 37.5%, #be81b2 50%, #95569a 50%, #9d609f 62.5%, #3e388c 62.5%, #6b2080 75%, #bb9ac4 75%, #915297 87.5%, #be7fb1 87.5%, #b476ac);
}
.btn-block
{
	background:#000000;
	border-color:#000000;
	color:#FFFFFF;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-transform:uppercase;
}
.btn-block:hover
{
	background:#004494;
	border-color:#004494;
	color:#FFFFFF;
}
/* comienza caqtcha */
.Captcha
{
	text-align:center;
	background:none;
	margin-top:16px;
	margin-bottom:16px;
	display:block;
	font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    color: #838282;
    text-indent:2px;
    font-weight:200;
}
.iCaptcha
{
	text-align:center;
	padding:10px;
}
.cchacambiar
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:center;
    FONT-SIZE: 14px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM:uppercase;
    color:#000000;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:0.5px;
 } 
.cchacambiar:hover
{ 
	text-decoration:underline;
	color:#004494;  
} 
/* fiin caqtcha */
/* fin pagina contacto */
/* comienza pagina clientes */
#clientes
{
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
#login
{
	width: 300px;
	height: 400px;
	margin: 70px auto;
}
.login-form 
{
	width: 300px;
	margin: 0 auto;
	position: relative;
	background: #eef2f9;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.login-form .header 
{
	padding: 40px 30px 30px 30px;
}
.login-form .header h1 
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color:#004494;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}
.login-form .content 
{
	padding: 16px 30px 25px 30px;
}
.login-form .content .input 
{
	width: 242px;
	height:47px;
	padding: 15px 25px;
	font-family: Helvetica, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.login-form .content .password, .login-form .content .pass-icon 
{
	margin-top: 25px;
}
.login-form .content .input:hover 
{
	background:#dfe5f3;
	color: #414848;
}
.login-form .content .input:focus 
{
	background: #dfe5f3;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.user-icon, .pass-icon 
{
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.user-icon 
{
	top:153px; 
	background: rgba(0,68,148,0.75) url(../images/user-icon.png) no-repeat center;	
}
.pass-icon 
{
	top:201px;
	background: rgba(0,68,148,0.75) url(../images/pass-icon.png) no-repeat center;
}
.content input:focus + div
{
	left: -46px;
}
.input, .user-icon, .pass-icon, .button, .register 
{
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.login-form .footer 
{
	padding: 25px 30px 40px 30px;
	overflow: auto;
	background: #d3d8eb;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}
.login-form .footer .button 
{
	float:right;
	padding: 11px 25px;
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 14px;
	color:#FFFFFF;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background:#004494;
	border: 1px solid #004494;
	border-radius: 5px;
	cursor: pointer;
	text-transform:uppercase;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}
.login-form .footer .button:hover 
{
	background: #000000;
	color:#FFFFFF;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus 
{
	position: relative;
	bottom: -1px;
	background: #000000;
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
.login-form h1 
{
	padding: 25px 0px 0px; 
	text-align: center; 
	text-transform: uppercase; 
	position: relative;
}
.login-form h1::before 
{
	background: #000000; 
	margin: 0px 0px 0px -22px; 
	left: 50%; top: 0px; 
	width: 44px; 
	height: 3px; 
	overflow: hidden; 
	display: block; 
	position: absolute; 
	content: "";
}
/* fin pagina clientes */
/* comienza pagina logistica */
#logistica
{
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    clear: both;
}
/* comienza include pne */
.pne
{
	background:none; 
	padding: 0px; 
	z-index: 0;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 45px; 
	overflow: hidden; 
	display: block; 
	position: relative; 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px;
}
.mnu-txt 
{
	OVERFLOW: hidden; 
	POSITION: relative;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:0px;
}
.nav2 
{
	padding-top:10px;
	padding-left:14px;
}
.nav2 UL 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px;
	MARGIN: 0px; 
	PADDING-TOP: 0px;
}
.nav2 UL LI 
{
	PADDING-LEFT: 9px; 
	MIN-HEIGHT: 26px; 
	BACKGROUND: url(../images/menu-marker.gif) no-repeat 0px 0px; 
	FLOAT: left; 
	MARGIN: 0px 0px 0px 9px; 
	LIST-STYLE-TYPE: none;
}
.nav2 UL LI:first-child 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
}
.nav2 UL LI A 
{
	DISPLAY: inline-block; 
	FONT-SIZE: 11px; 
	COLOR: #2f7dbc; 
	FONT-FAMILY: 'Oswald', sans-serif;
	LINE-HEIGHT: 17px; 
	PADDING-TOP: 4px; 
	letter-spacing:1px;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
.nav2 UL LI A:hover 
{
	COLOR: #004494; 
	TEXT-DECORATION: underline;
}
.nav2 UL LI.current-object A 
{
	color: #000000; 
	TEXT-DECORATION: none;
	font-weight:bold;
}
.nav2 UL LI.menu-object A 
{
	COLOR: #2f7dbc; 
	TEXT-DECORATION: none;
	font-weight:normal;
}
.nav2 UL LI.menu-object A:hover
{
	color: #000000; 
	TEXT-DECORATION: underline;
	font-weight:normal;
}
/* fin include pne */
.box_catac 
{
	padding: 0px; 
	margin-left:auto;
	margin-right:auto;
	float:center;
	width:340px;
	position: relative;
	text-align:left;
}
.catac
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	MARGIN: 0px; 
	OVERFLOW: hidden; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
.catac LI 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 20px; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
.catac LI .thumb-wrap 
{
	BORDER-RIGHT: #004494 1px solid; 
	BORDER-TOP: #004494 1px solid;
	BORDER-LEFT: #004494 1px solid;
	BORDER-BOTTOM: #004494 1px solid;
	BACKGROUND:#004494;
	MARGIN: 0px 20px 0px 0px;   
	PADDING-RIGHT: 4px; 
	PADDING-TOP: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	FLOAT: left; 
	POSITION: relative; 
	border-radius: 11px; 
	box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
}
.catac LI .thumb-wrap:hover 
{
	BACKGROUND:#000000;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
.buttonC 
{
	
	PADDING-RIGHT: 18px; 
	DISPLAY: inline-block; 
	PADDING-LEFT: 18px; 
	FONT-SIZE: 16px; 
	BACKGROUND-color:#004494;
	PADDING-BOTTOM: 0px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #FFFFFF; 
	border:0px;
	LINE-HEIGHT: 35px; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	HEIGHT: 35px; 
	border-color:#004494;
	border-width: 1px; 
	border-style: solid; 
	TEXT-DECORATION: none; 
	-webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out
}
.buttonC:hover 
{
	BACKGROUND-color: #000000; 
	COLOR:#FFFFFF;
	border-color:#000000; 
	border-width: 1px; 
	border-style: solid; 
	text-decoration:none;
}
.catac LI H5 
{
	MARGIN-BOTTOM: 8px;
	DISPLAY: block; 	
	color: #000000; 
	LETTER-SPACING: 0px;
	FONT-WEIGHT: bold; 
	text-align:left;
	FONT-SIZE: 19px;
	MARGIN: 0px 0px 15px; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	LETTER-SPACING:0px;
}
.catac LI H5 A 
{
	TEXT-DECORATION: none;
}
.box_buscador
{
	padding: 0px; 
	margin-left:auto;
	margin-right:auto;
	width:340px;
	position: relative;
	text-align:left;
}
.buscador LI H5 
{
	TEXT-DECORATION: none;
	color:#004494;
	DISPLAY: block; 	
	LETTER-SPACING: 0px;
	FONT-WEIGHT: bold; 
	text-align:left;
	FONT-SIZE: 19px;
	line-height:59px;
	MARGIN: 0px 0px 15px; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	LETTER-SPACING:0px;
}
.buscador LI H5 A 
{
	TEXT-DECORATION: none;
	color:#004494;
	DISPLAY: block; 	
	LETTER-SPACING: 0px;
	FONT-WEIGHT: bold; 
	text-align:left;
	line-height:59px;
	FONT-SIZE: 19px;
	MARGIN: 0px 0px 15px; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	LETTER-SPACING:0px;
}
.buscador LI H5 A:hover 
{
	TEXT-DECORATION:none;
	color:#000000;
}
.buscador
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	MARGIN: 0px; 
	OVERFLOW: hidden; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
.buscador LI 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 20px; 
	BORDER-TOP-STYLE: none; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}
.buscador LI .thumb-wrap 
{
	BORDER-RIGHT: #004494 1px solid; 
	BORDER-TOP: #004494 1px solid;
	BORDER-LEFT: #004494 1px solid;
	BORDER-BOTTOM: #004494 1px solid;
	BACKGROUND:#004494;
	MARGIN: 0px 20px 0px 0px;   
	PADDING-RIGHT: 4px; 
	PADDING-TOP: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	FLOAT: left; 
	POSITION: relative; 
	border-radius: 11px; 
	box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5); 
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
}
.buscador LI .thumb-wrap:hover 
{
	BACKGROUND: #000000;
	BORDER-RIGHT:#000000 1px solid; 
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
/* comienza pne consultas */
.contenedor-box2
{
	PADDING: 0px; 
	Z-INDEX: 1; 
	OVERFLOW: hidden; 
	POSITION: relative;
	margin:0px;
	display:block;
}
.service-boxB 
{
	background: none; 
	padding: 0px; 
	border-radius: 0px; 
	border: currentColor; 
	border-image: none; 
	text-align: center; 
	position: relative; 
	z-index: 99; 
	box-shadow: none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	margin-top:20px;
	text-align:center;
}
.service-boxB:hover .icon a 
{
	background: #000000; 
	transition:0.4s; 
	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}
.service-boxB:hover .icon a img 
{
	transition:0.4s; 
	transform: rotateY(360deg); 
	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s; 
	-o-transition: 0.4s; 
	-webkit-transform: rotateY(360deg);
}
.service-boxB .icon 
{
	background: none; 
	margin: 0px 0px 5px; 
	border-radius: 50%; 
	border: 3px solid rgba(0, 0, 0, 0.1); 
	border-image: none; 
	vertical-align: top; 
	float: none; 
	display: inline-block; 
	position: relative; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
}
.service-boxB .icon::before 
{
	background: #004494; 
	border-radius: 50%; 
	left: 0px; 
	top: 0px; 
	right: 0px; 
	bottom: 0px; 
	position: absolute; 
	z-index: -1; 
	content: ""; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
}
.service-boxB .icon a 
{
	border-radius: 50%; 
	transition:0.8s; 
	display: block; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-transition: 0.8s; 
	-moz-transition: 0.8s; 
	-o-transition: 0.8s;
}
.service-boxB .icon a:hover 
{
	background:#000000; 
	transition:0.4s; 
	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s; 
	-o-transition: 0.4s;
}
.service-boxB .icon a:hover img 
{
	transition:0.4s; 
	transform: rotateY(360deg); 
	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s; 
	-o-transition: 0.4s; 
	-webkit-transform: rotateY(360deg);
}
.service-boxB .icon a img 
{
	border-radius: 50%; 
	transition:0.8s; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-transition: 0.8s; 
	-moz-transition: 0.8s; 
	-o-transition: 0.8s;
}
.service-boxB h2 
{
	margin: 0px; 
	padding: 0px; 
	line-height: 24px; 
	font-size: 20px; 
	font-weight: 400;
	color: #004494; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	text-align:center;
}
.service-boxB h2 a
{
	margin: 0px; 
	padding: 0px; 
	line-height: 24px; 
	font-size: 18px; 
	font-weight: 400;
	color: #004494; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	text-decoration:none;
	letter-spacing:-1px;
	text-align:center;
}
.service-boxB h2 a:hover
{
	color:#000000; 
	text-decoration:none;
}
UL.extra 
{
	PADDING: 0px; 
	OVERFLOW: hidden; 
	margin:0px;
	text-align:center;
	display:block;
}
UL.extra LI 
{
	padding:0px;
	BACKGROUND: #fff;
	MARGIN:0px;
	width:18%; 
	text-align:center;
	display:inline-block;
}
/* fin pne consultas */
.box_mapas	
{
    text-align:center;
    display:block;
    margin-top:60px;
    width:460px;
    margin-right:auto;
    margin-left:auto;
}
.tablaM
{
    border-right: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    border-bottom: #e1dad8 1px solid;
    background-color:#FFFFFF;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    width:460px;
    height:915px;
}
.fichaf2
{ 
	background-color:#2f7dbc;

}
.fichaf2res
{ 
	background-color: #FFFFFF;
	height:30px;
}
a.ficha2
{ 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	color:#FFFFFF; 
	TEXT-DECORATION: none ; 
	font-weight:normal;
	text-transform:uppercase;
}
a.ficha2res
{ 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	color:#000000; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:uppercase;
}
.titulomap
{
    background: #004494;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #444;
	width:460px;
	text-align:center;
}
.titulomap span
{
    font-family: 'Oswald' , sans-serif; 
	font-size: 22px;
	text-align:center;
	line-height:50px;
}
.tablaP
{
    border-right: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    border-bottom: #e1dad8 1px solid;
    border-top: #e1dad8 1px solid;
    background-color:#FFFFFF;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    width:100%;
    height:480px;
    margin-top:60px;
}	
.fecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
    float: right;
    padding-right:6px;
}
.tittabla
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
    padding-left:6px;
}
.tablaEa
{
    border-right: #e1dad8 1px solid;
    border-top: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    background-color:#442717;
    width:100%;
    height:28px;
}
.tablaEb
{
    border-right: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    border-bottom: #e1dad8 1px solid;
    background-color:#e1dad8;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    width:100%;
}
.tablaEc
{
    border-right: #e1dad8 0px solid;
    border-top: #e1dad8 0px solid;
    border-left: #e1dad8 0px solid;
    background:transparent;
    width:100%;
    height:28px;
}
.box_camiones
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.TablaDatoFila
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.TablaDatoFila2
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.pietabla
{
    font-family: Arial, Helvetica;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
    line-height: 18px;
}
.logistica-2
{
	display: block; 
	margin-top:60px;
	WIDTH: 80%;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
.tdfilaLbl2
{
	 font-family: Arial, Helvetica;
	 font-size: 9pt;
	 color:#000000;
	 TEXT-DECORATION: none;
	 font-weight: normal;
	 text-transform:uppercase;
	 text-align:left;
	 padding:6px;
}
.tdfilaLbl3
{
	 font-family: Arial, Helvetica;
	 font-size: 9pt;
	 color:#000000;
	 TEXT-DECORATION: none;
	 font-weight: normal;
	 text-transform:uppercase;
	 text-align:right;
	 padding:6px;
}
.tdcab-2
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform:uppercase;
}
.f1 
{
	FONT-FAMILY: 'Oswald', sans-serif;
	font-size:16px; 
	color:#FFFFFF; 
	font-weight:normal;
	font-variant: normal;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
	line-height:28px;
	text-align:center;
}
.tablaf1
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    background-color: #004494;
    width:100%;
}
.tablaf2
{
    border-right: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
    width:100%;
}
/* fin pagina logistica */
/* comienza pagina informacion */
#informacion
{
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    clear: both;
}
.pag_enlaces
{
    display:block;
    width:100%;
}
.box_6 
{
	padding: 0px; 
	margin-left:10px;
	margin-right:10px;
	width:70%;
	position: relative;
	text-align:left;
	margin-bottom:40px;
	margin-right:auto;
	margin-left:auto;
}
.box_6 UL
{
    padding-right: 0px;
    padding-left: 0px;
    background: url(images/lineH2.jpg) repeat-x 0px 100%;
    padding-bottom: 0px;
    margin: 0px 0px 16px;
    padding-top: 0px;
    list-style-type: none;
}
.box_6 UL LI
{
    padding-right: 0px;
    padding-left: 0px;
    background: url(../images/lineH2.jpg) repeat-x 0px 0px;
    padding-bottom: 8px;
    vertical-align: middle;
    padding-top: 8px;
    list-style-type: none;
    list-style: none; 
}
.box_6 ul li a 
{
	background: url("../images/marker2.png") no-repeat 0% 8px; 
	padding: 0px 0px 0px 11px; 
	color: #000000; 
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'Oswald' , sans-serif;
}
.box_6 ul li a:hover 
{
	background: url("../images/marker2_act.png") no-repeat 0% 8px; 
	color: #004494; 
}
.box_6 strong
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-transform: uppercase; 
	position: relative;
	COLOR:#004494;
}
.clim
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color:transparent;
    width:500px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
.pag_informes 
{
    display:block;
    width:60%;
    margin-right:auto;
    margin-left:auto;
    margin-top:60px;
}
.blog-inf
{
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    margin-bottom:20px;
}
.blog-inf-title , .blog-inf-title > a
{
    color: #000000;
    font-family: "Lato" ,sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    display: block;
}
.blog-inf-title > a:hover
{
    text-decoration: none;
    color:#004494;
}
.blog-inf-title i
{
    padding-right: 10px;
}
.title-area3
{
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom:40px;
}
.title-area3 .title3
{
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
}
.title-area3 .line3
{
    background-color: #004494;
    display: inline-block;
    height: 2px;
    width: 60px;
}
.box_7
{
	max-width:80%;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.box_7 .tittle2 
{
	background:#004494;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #004494;
	text-align:center;
}
.box_7 .tittle3
{
	font-family: 'Open Sans', sans-serif;
	padding-left:38px;
	text-align:center;
	line-height:45px;
	text-indent:0.3em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font-size: 30px; 
}
.derecha
{
	 float:right;
	 padding-top:0px;
	 display:block;
	 width:100%;
	 text-align:right;
	 margin-bottom:20px;
}
.derecha a
{
    text-decoration:none;
    color:#004494;
}
.derecha a:hover
{
    text-decoration:none;
    color:#000000;
}
.signo2
{
    margin-left:8px;
}
a.volver
{
	font-family: 'Oswald' , sans-serif;
	text-align:right;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #000000; 
    LINE-HEIGHT: 20px;
    background: url("../images/marker3.png") no-repeat; 
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
}
a.volver:hover
{
    text-decoration: underline;
    color:#004494;
    background: url("../images/marker3_act.png");
    background-repeat:no-repeat;
    background-position:left center;
}	
.inftitulo2
{
    font-size: 16pt;
    color: #000000;
    font-family: arial,helvetica;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
.infcopete2
{
    font-size: 14pt;
    color: #000000;
    font-family: arial,helvetica;
    text-decoration: none;
    font-weight: normal;
    line-height: 22px;
}
.inftxt2
{
    font-size: 11pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}
.infuente2
{
    font-family: 'Oswald' , sans-serif;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
    line-height: 20px;
    padding-right: 10px;
}
.infautor2
{
    font-family: 'Oswald' , sans-serif;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    color: #004494;
    line-height: 20px;
}
.tittle 
{
	padding:5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	color: #FFFFFF; 
	font-size: 22px; 
	LETTER-SPACING: 1px;
	FONT-WEIGHT: bold; 
	TEXT-TRANSFORM: uppercase; 
	font-family: 'Open Sans', sans-serif;
	BACKGROUND: #004494;
	text-align:left;
	line-height:30px;
	width:100%;
	text-indent:0.1em;
}
.notitulo
{
    color: #2f7dbc;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
    text-transform:uppercase;
}
.notitulo2
{
    color: #2f7dbc;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
    text-transform:uppercase;
}
.notitulo:hover
{
    color: #000000;
    text-decoration: none;
}
.notfuente
{
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
.notfecha
{
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
.notcopete 
{
	font-size: 12pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:22px;
	text-align:left;
}
.notcopete2 
{
	font-size: 12pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:22px;
	text-align:justify;
}
.nottxt
{
	font-size: 10pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:22px;
	text-align:justify;
}
.box_noticias
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	position: relative;
	text-align:left;
	margin-top:60px;
}
.blog-more-btn
{
    text-transform: none;
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    text-decoration: none;
    text-align:right;
}
.blog-more-btn:hover
{
    color: #004494;
    text-decoration: none;
}
/* fin pagina informacion */
/* comienza pagina mercados */
#mercados_pag
{
    background-color: #FFFFFF;
    display: block;
    padding-top: 0px;
    padding-bottom: 70px;
    width: 100%;
}
.tablaD
{
    border-right: #e1dad8 1px solid;
    border-top: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    background-color:#004494;
    width:100%;
    height:28px;
}
.tablaE
{
    border-right: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    border-bottom: #e1dad8 1px solid;
    background-color:#FFFFFF;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    width:100%;
}
.tdfecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.box_mercados
{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	position: relative;
	text-align:left;
	margin-top:60px;
}
.mercado1
{
   margin-bottom:20px;
   display:block;
   width:100%;
}
a.resumeni
{
    font-family: 'Oswald', sans-serif;
    text-align: right;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
    text-decoration:none;
}
a.resumeni i
{
    padding-right:8px;
}
a.resumeni:hover
{
    text-decoration:none;
    color:#004494;
}
.box_mercados label
{
    display:block;
    width:100%;
    text-align:right;
}
.derecha2
{
    float: right;
    margin-bottom:20px;
    text-align:right;
    margin-right:5px;
}
.pricing-table-content2
{
    display: block;
    width: 100%;
}
.single-table-price2
{
    background-color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #2f7dbc;
    margin-bottom:20px;
}
.price-header2
{
    background-color: rgb(0,120,49);
    color: #FFFFFF;
    display: inline;
    float: left;
    width: 100%;
}
.price2 img
{
    padding-top: 1px;
    margin:0px;
    width: 100%;
    height:auto;
}
.price-article2
{
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    text-align: left;
}
.blog_content2
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
}
.blog_content2 h3
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2f7dbc;
    font-family: 'Open Sans' , sans-serif;
}
.blog_content2 h3 a
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2f7dbc;
    font-family: 'Open Sans' , sans-serif;
    text-decoration:none;
}
.blog_content2 h3 a:hover
{
   text-decoration:none;
   color:#000000;
}
.price-footer2
{
    display: inline;
    float: left;
    width: 100%;
}
.purchase-btn2
{
    background-color: #fff;
    border: 1px solid #2f7dbc;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.purchase-btn2:hover, .purchase-btn2:focus
{
    text-decoration: none;
    outline: none;
    color: #fff;
    background:#2f7dbc;
    border: 1px solid #2f7dbc;
}
.featured-price2 .price-title2
{
    background-color:rgb(0,120,49);
}
.featured-price2 .purchase-btn2
{
    color: #fff;
}
.expert2 span.time2
{
    padding-right: 10px;
    border-right: 0px solid;
}
.clock2
{
    padding-right:0px;
}
.expert2
{
    padding-bottom: 10px;
    color: #aeadad;
}
a.anterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#000000; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.anterior:hover
{
    text-decoration: underline;
    color:#004494;  
}
a.posterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #000000; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.posterior:hover
{
    text-decoration: underline;
    color:#004494;
}
.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #2f7dbc; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
    text-align:center;
}
a.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #2f7dbc; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.numero:hover
{
    color: #004494;
    text-decoration:underline;
}
.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#004494;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#004494;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
/* fin pagina mercados */
/* comienza Media queries */
@media (min-width: 768px) and (max-width: 979px) 
{
	.navbar-brand 
	{
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.intro-content 
	{
		padding:250px 0 0;
	}
}
@media (max-width:767px) 
{
	.top-area p 
	{
		text-align: center;
	}
	.navbar.navbar-custom.navbar-fixed-top 
	{
		background-color: #fff;
	}
	.badge.custom-badge 
	{
		margin: 0 0 0 0;
	}
	.navbar-header button 
	{
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i
	{
		color: #666;
	}
	.boxes3 
	{
	    width: 100%;
	}
	.navbar-custom ul.nav li 
	{
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child 
	{
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li 
	{
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}
	.service-box 
	{
		margin: 20px 0 30px;
	}
	.pricing-content.featured 
	{
		margin-top: 20px;
	}
	.pricing-content:hover 
	{
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.cta-text 
	{
		float: none;
		text-align: center;
	}
	.cta-btn 
	{
		float: none;
		text-align: center;
	}
	.sub-footer p 
	{
		float: none;
		text-align: center;
	}
	.sub-footer p 
	{
		float: none;
		text-align: center;
	}
}
@media (max-width:480px) 
{
	.navbar-custom .nav.navbar-nav 
	{
        background-color: rgba(255,255,255,.4);
	}
	.navbar.navbar-custom.navbar-fixed-top 
	{
		margin-bottom: 30px;
	}
	.box 
	{
		padding: 45px;
	}
	.box i 
	{
		margin-bottom: 30px;
	}
}
@media (max-width:320px) 
{
	.navbar-brand 
	{
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.intro-content 
	{
		padding:250px 0 0;
	}
}
/* fin media queries */
