@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
  position: relative;
	}

body {
	margin: 0;
  margin-bottom: 70px;
	font-family: 'Roboto', sans-serif;
	}
	
a {
	color: rgba(0,73,151,1.00);
	}
h2, h3, h4 {
	color: rgba(0,73,151,1.00);
	} 
p {
	color: #333;
	}
#Principal {
	background: url(../images/vigilado.png) no-repeat left bottom;}

.head-bvc {
	padding: 0px 40px;
	background: url(../images/bg-header.png) right no-repeat;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(216,216,216,1);
-moz-box-shadow: 0px 3px 3px 0px rgba(216,216,216,1);
box-shadow: 0px 3px 3px 0px rgba(216,216,216,1);
	}
@media screen and (max-width: 480px) {
	.head-bvc {
		padding: 0px;
		background: none;
		}
	}
.lateral-bvc, .contenido-bvc {
	padding-top: 30px;
	}
.contenido-bvc {
	border-right: 1px solid #d8d8d8;
	}
@media screen and (max-width: 835px) {
	.container {
		padding-left: 35px;
		}
	.contenido-bvc {
	border-right: none;
	}
}
.new-pass {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}
.logo-ee {
	padding-top: 15px;
	border-top: solid 1px #d8d8d8;
	}
.logo-ee img {
	margin: 0 auto;
	}
.navbar-collapse {
	padding: 0;
	}
.navbar-bvc {
	background-color: transparent;
	border-color: transparent !important;
	}
ul.nav-bvc  {
	background: #fff;
	}
ul.nav-bvc > li {
	padding: 0px 12px;
	border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
		-webkit-border-radius: 0px 5px 0px 5px;
			border: 1px solid rgba(0,73,151,1.00);
	font-size: 16px;
	text-align: center;
	}
ul.nav-bvc > li > a {
	padding: 5px 16px;
	}
ul.nav-bvc > li:hover {
	background: #f5f5f5;
	border: 1px solid rgba(0,192,243,1.00);
	}
ul.nav-bvc > li > a {
	color: rgba(0,73,151,1.00)  !important;
	}
ul.nav-bvc > li >a:hover {
	color: rgba(0,192,243,1.00) !important;
	}
@media screen and (max-width: 480px) {
	ul.nav-bvc > li {
		margin: 0px;
		padding-right: 0px;
		border-radius: 0px;
		border: none !important;
		border-bottom: 1px solid rgba(0,73,151,1.00) !important;
	}
	.navbar-bvc {
		background: #fff;
		border-color: #e7e7e7 !important;
		padding: 5px;
		}
}
.hv-bvc, .Login-bvc {
	margin-bottom: 40px;
	}
@media screen and (max-width: 480px) { 
  .hv-bvc, .Login-bvc {
	  margin-bottom: 0px;
	 }
}
.hv-bvc h3, .Login-bvc h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
  color: rgba(0,73,151,1.00);
	border-bottom: 1px solid #d8d8d8;
	}
.hv-bvc ul {
	padding: 0;
	}
.hv-bvc ul li {
	padding: 5px;
	list-style: none;
	border-bottom: 1px solid rgba(0,73,151,1.00);
	}
.hv-bvc ul li:hover {
	border-bottom: 1px solid rgba(0,192,243,1.00);
	color: rgba(0,192,243,1.00);
	background: #f5f5f5;
	}
.hv-bvc ul a {
	text-decoration: none;
	color: rgba(0,73,151,1.00);
	}
.btn-bvc {
	background: rgba(228,31,38,1.00);
	color: #fff;
	width: 100%;
	}
.btn-bvc:hover {
	background: rgba(255,207,0,1.00);
	color: rgba(0,73,151,1.00);
	}
.logos {
	margin-left: 20px;
	}
@media screen and (max-width: 480px) { 
.logos {
	margin-left: 0;
	}
}
.circulos {
	width: 170px;
	height: 170px;
  padding: 40px 12px;
	margin-top: 15px;
	margin-right: 38px;
	margin-bottom: 15px;
	border-radius: 100%;
	display: inline-flex;
	text-align: center;
	font-size: 18px;
	color: #fff;
 }
.b-azul {
	background: rgba(0,79,151,1.00);
	}
.b-azul-2 {
	background: rgba(0,192,243,1.00);
	}
.c-azul {
	color: rgba(0,192,243,1.00);
	}
.c-azul-2 {
	color: rgba(0,79,151,1.00);
	}
.b-amarillo {
	background: rgba(255,207,0,1.00);
	}
.c-amarillo {
	color: rgba(255,207,0,1.00);
	}
.b-naranja {
	background: rgba(245,126,32,1.00);
	}
.c-naranja {
  color: rgba(245,126,32,1.00);
	}	
.b-rojo {
	background: rgba(228,31,38,1.00);
	}
.c-rojo {
	color: rgba(228,31,38,1.00);
	}
.b-verde {
	background: #457d32;
  }
.c-verde {
	color: #457d32;
	}
.c-vino {
	color: rgba(121,18,20,1.00);
	}
.valores {
	text-align: center;
 }
.valores span {
	font-size: 22px;
	}
.capacidades, .competencia {
	margin-top: 20px;
	margin-bottom: 10px;
	}
.capacidades div {
	padding: 15px;
	}
.capacidades h4, .capacidades span {
	color: #fff;
	}
.capacidades h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff; 
	}
.competencia {
	border: 1px solid rgba(0,73,151,1.00);
	}
.competencia > div {
	padding: 0;
	border: 1px solid rgba(0,73,151,1.00);
	min-height: 170px;
	}
@media screen and (max-width: 835px) {
	.competencia > div {
		min-height: auto;
	}
	} 
.competencia h4 {
	margin: 0;
	padding: 8px 10px 8px;
	color: #fff;
	border-bottom: 2px solid rgba(0,73,151,1.00);
	}
.competencia p {
	padding: 10px 15px;
	}
.filiales {
	padding: 20px;
	}
.filiales img {
	margin: 0 auto;
	text-align: center;
	}
.marg-log {
	margin: 35px 0 !important;
	}
.spacio {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	} 
.border-l {
	border-left: 2px solid rgba(0,73,151,1.00); 
	}
.btn-contact {
	width: 30%;
	display: inline-block;
	margin: 0 auto;
	}
footer {
	padding: 15px;
	text-align: center;
	color: rgb(0, 73, 151);
	background: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
	}
	
@media screen and (max-width: 480px) {  

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
}

/*  OFERTAS */
	/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #55b247;
	height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
	font-size:14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
	font-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
	font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
	font-size:12px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
	font-size:12px;
    color: #707174;
    font-size: 12px;
    text-align: left;
}
.textos_o a:link {
    color: #707174;
    font-weight: bold;
}
.textos_o a:visited {
    color: #707174;
    font-weight: normal;
}
.textos_o a:hover {
    color: #55b247;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
	font-size:12px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#right {
    float: right;
}
.textos_g_14 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	font-size: 14px;
	color: #333333;
	padding: 5px 0px 5px 30px;
    text-align: left;
}
.detalle_titulo {
	font-size: 18px;
	font-weight: bold;
	color: rgba(0,73,151,1.00);
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	color: #707174;
	font-size: 14px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
	font-weight: bold;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}


.titulo_tabla{
    background: rgba(0,79,151,1.00);
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
.texto_tablalink{
	color: #0076c7;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a{
  	color: rgba(0,73,151,1.00);
    font-size: 16px;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: rgba(0,192,243,1.00);
	text-decoration: underline;
}
.texto_tabla{
	color: #333333;
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 14px;
}
.tabla_gris{
	background-color: #666666;
}
td[width="45%"] {
	width: 30%;
	}
tr[bgcolor="#e7e7e7"] {
	background-color: #f5f5f5 !important;
	} 
	
td[bgcolor="#e7e7e7"] {
	background-color: #f5f5f5 !important;
	} 
	
/*botones ofertas*/

table > tbody > tr > td > div >input, table > tbody > tr > td > input{
background-color:rgba(228,31,38,1.00);
-webkit-box-shadow: 3px 3px 0 0 rgba(255,207,0,1.00);
box-shadow: 3px 3px 0 0 rgba(255,207,0,1.00);
border:rgba(255,207,0,1.00);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
color:#fff;
}

table > tbody > tr > td > div >input:hover, table > tbody > tr > td > input:hover{
   color: rgba(0,73,151,1.00);
    background-color: rgba(255,207,0,1.00);
    border-color: rgba(228,31,38,1.00);
}








