﻿@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	color: #2b2b2b;
	}
	
h1, h2, h3, h4, h5, h6 {
	color:#00335b;
}
	
p {
	color:#2b2b2b;
	font-size:1.2em;
	font-weight:400;
	line-height:1.4em;
  	margin: 0;
 	padding: 0 0 20px;
	text-align:justify;
}

.top-bar a {
	color:#00335b;
	font-weight:400;
}

.top-bar a:hover {
	color:#00335b
}

.navbar-default .navbar-nav {
  margin-right: -25px!important;
  position: relative;

}

.navbar-default .navbar-nav > li > a {
	color: #00335b;
    font-size: 1.1em;
	font-weight:600;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #cccccc;
	font-weight:600;
}

.navbar-default .navbar-nav .dropdown {
	color: #00335b;
	font-weight:600;
}

.navbar-default .navbar-nav .dropdown > li > a:hover{
	color: #cccccc;
}

.dropdown li a, .sup-dropdown li a {

    color: #00335b;
  font-size: 1.1em;
}

footer {
  background-color: #00335b;
  padding-top: 60px;
  border-top: 4px solid #555;
  color: #ccc;
}

footer p{
	font-size:1em;
}

.copyright-section p {
	text-transform:none;
	  padding: -15px 0;
}


.page-banner h2{
	/*color:#FFF;*/
	font-weight:200;
}

.btn-system {
	 background-color: #00335b;
	color:#fff;
}

.service-center .service-icon i {
	color:#00335b;
}

.gray-icon.icon-effect-2:after {
  background: #00335b;
}

.call-to-action {
  background-color: #ebebeb;
  padding: 25px 0;
  margin-bottom: 0;
}

.call-action-boxed {
  padding: 30px 40px 20px 40px;
}

.call-action-style1 {
background-color: rgba(252, 252, 252, 0.8);
 	
}

.section {
  padding-bottom: 20px;
}

.footer-widget h4 .head-line {

  display: block;
  background-color: #f3f3f3;
  height: 1px;

}

.text-center {
   margin-bottom: 5px; 
}

 .remarcado {
            color: #11245C;
            font-size: 1.2em;
            border: 1px solid black;
            padding: 4px 10px;
            background-color: #f1f1f1;
            font-weight: bold;
        }

 .animado{
     color: red;
 }

 .Estilo3
 {
     color: #fff;
 }

 bgr_1{
     background-color: #ffffff;
 }

 bgr_2 {
     background-color: #f3f3f3;
 }

/*inicio*/
#barraaceptacion {

    display: none;
    position: fixed;
    left: 0px;
    right: 10px;
    bottom: 0%;
    width: 100%;
    text-align: center;
    min-height: 8em;
    background-color: #f5f5f5;
    color: black;
    z-index: 99999;
}

.inner {
    background: white;
    width: 100%;
    /*position: absolute;*/
    padding: 15px;
    font-family: verdana;
    font-size: 12px;
    top: 10%;
}

    .inner a.ok {
        padding: 4px;
        color: #11245C;
        text-decoration: none;
    }

    .inner a.info {
        padding-left: 5px;
        text-decoration: none;
        color: red;
    }