﻿@charset "utf-8";


li.dropdown:hover > .dropdown-menu {
    display: block;
}

.menu-fondo
{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #113b75 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#113b75 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#113b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#113b75',GradientType=0 ); /* IE6-9 */
}

.contacto-fondo
{
	background-image:url(../contacto/ContactanosWeb.jpg)
}

.contacto-label
{
	color:white;
	font-weight:400;
}


.quienes-somos-fondo
{
background: rgb(0,2,103); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,2,103,1) 0%, rgba(0,165,231,1) 41%, rgba(0,165,231,1) 55%, rgba(0,2,103,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,2,103,1) 0%,rgba(0,165,231,1) 41%,rgba(0,165,231,1) 55%,rgba(0,2,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,2,103,1) 0%,rgba(0,165,231,1) 41%,rgba(0,165,231,1) 55%,rgba(0,2,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000267', endColorstr='#000267',GradientType=1 ); /* IE6-9 */
	color:#FFFFFF;
	border:5px;
	border-color:white;
	border-style:solid;
}

.subfooter
{
background: rgb(0,2,103); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,2,103,1) 0%, rgba(0,165,231,1) 41%, rgba(0,165,231,1) 55%, rgba(0,2,103,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,2,103,1) 0%,rgba(0,165,231,1) 41%,rgba(0,165,231,1) 55%,rgba(0,2,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,2,103,1) 0%,rgba(0,165,231,1) 41%,rgba(0,165,231,1) 55%,rgba(0,2,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000267', endColorstr='#000267',GradientType=1 ); /* IE6-9 */
color:#FFFFFF;
}


.quienes-somos-texto
{
	z-index: -100;
    position: absolute;
	top:1px;
	left:1px;
    color: #fff;
	/* overflow: auto; */
	/*font-size: 5px;*/
}

/*INDEX*/
/* aqui ira el segundo banner el cual llevara el contenido en JQuery */
#fondo01{width:940px; height:370px; background: #000066; float:left; margin:3px 15px 3px 0px;}
#banerdos{width:910px; height:340px; background:#FFF; float:right; margin:15px 15px 10px 0px;}
#interno{width:890px; height:320px; float:right; margin:10px 10px 10px 20px;}



.cuadros img
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .cuadros img:hover
    {
		  z-index:1000;
         -webkit-transform:scale(1.15); /* Safari and Chrome */
         -moz-transform:scale(1.15); /* Firefox */
         -ms-transform:scale(1.15); /* IE 9 */
         -o-transform:scale(1.15); /* Opera */
         transform:scale(1.15);
         cursor:pointer;
    }

#cuadrotexto h2 {
    color:#FFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

#cuadrotexto p {
    color:#FFF; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-right: 20px;
    text-align:justify;
    font-size:15px;
}

/*CIERRE DE SECCION 3*/
#cuadrocont{width:940px; height:221px; float:left; margin:5px 0 5px 0px; background: url(../imagenes/fondo02.jpg);}

#cuadrotexto{width:915px; height:221px; float:left; margin:10px 0px 5px 10px; }

#divDulcespromocionales {
    width:940px;
     height:40px; 
     clear:both; 
     text-align:center; 
     font-family:Calibri;
     font-weight:bold;
     color:white;
     background-color:#000066;
     margin-bottom:4px;
}

.textos-sombreados
{
	text-shadow: 1px 1px 1px rgba(50,50,50,1) !important;
}
