@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);
body
{
width:100%;
padding:0px;
margin:0px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
a, a:visited{color:white;}
footer
{clear:both;}
div.menu
{
max-width:1390px;
margin-left:auto;
margin-right:auto;}
nav
{
width:100%;
height:85px;
margin:0px;
padding:0px;
background: transparent; 
background: -moz-linear-gradient(top, #4d4d4e 0%, #fffefc 15%, #868789 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4e), color-stop(15%,#fffefc), color-stop(100%,#868789));
background: -webkit-linear-gradient(top, #4d4d4e 0%,#fffefc 15%,#868789 100%); 
background: -o-linear-gradient(top, #4d4d4e 0%,#fffefc 15%,#868789 100%);
background: -ms-linear-gradient(top, #4d4d4e 0%,#fffefc 15%,#868789 100%); 
background: linear-gradient(to bottom, #4d4d4e 0%,#fffefc 15%,#868789 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4e', endColorstr='#868789',GradientType=0 );  
}
a
{
text-decoration:none;
font-family: 'Oswald', sans-serif;
}
nav div img
{
float: left;
min-width:130px;
width:10%;
}
nav ul
{
margin:0px;
padding:0px;
float:right;
}
ul {
  text-align: center;
  display: block;
  margin: 0;
  list-style: none;
}
ul li {
  
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  position: relative;
  margin-left:-4px;
  background:rgba(0,0,0,0);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li a
{
display:block;
color:#4d4d4e ;
padding: 5px 25px;
}
ul li a:hover {
  background:rgba(0,0,0,.3);
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 85px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  /*background: rgba(0,0,0,.3); */
  display: block; 
  color: #fff;
}
ul li ul li a,.dropdown-menu>li>a
{
	display:block;
	color: #fff;
	padding:5px 5px;
	backgorund-color:rgba(0,0,0,.3);
}
ul li ul li:hover { /*background: rgba(0,0,0,.5);*/ color:white; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
video { display: block; }
video#bgvid {
min-width:100%;
position:relative;
right: 0; bottom: 0;
width: 100%; min-height: 100%;
max-width:1390px;
z-index: -100;
background: url(../img/Video_1.jpg.jpg) no-repeat;
}

div.top_video
{
float:left;
display:block
position:relative;
min-width:100%;
background-color:rgba(0,0,0,.5);
background-repeat:repeat;
min-width:100%;
width: 100%; 
min-height: 100%;
max-width:1390px;
clear:both;
}
div.call a
{
margin:0px;
padding:0px;
color:white;
font-family: 'Oswald', sans-serif;
border:solid 1px grey;
padding:1em;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
}
div.call h1
{font-size:50px;}
div.call h2 ,div.call h1
{
color:white;
margin:1em 0px;
font-family: 'Josefin Sans', sans-serif;
}
div.call
{
float:left;
text-align:center;
margin-top:-50%;
margin-left:20%;

}

div.content{
margin-top:1em;
max-width:1024px;
width:100%;
margin-top:75px;
margin-left:auto;
margin-right:auto;
clear:both;
font-family: 'Oswald', sans-serif;
margin-bottom:2em;

}
div.content h1
{
color:#23416F;
padding-top:1em;
}
div.content span.red
{
color:#F00;
}
div.ganarganar
{
width:100%;
height:300px;
background-image:url("../img/ganarganar.jpg");
background-size: 1024px;
background-position:center bottom;
}
div#servicios
{
clear:both;
overflow:hidden;
}
h1.servicios
{
text-align:center;

}
div.altura
{
height:30em;
}
div.servicio
{
max-width:265px;
text-align:center;
float:left;
overflow:hidden;
margin-left:3%;
margin-right:3%;
padding:9px;
border:solid 1px #4d4d4e;
border-top-left-radius:30px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
div.servicio h2
{color:#A01C27;}

div.asistentevirtual
{
background-image:url(../img/asistentevirtual.jpg);
width:100%;
height:150px;
background-size:100% 100%;
background-position:center;
}
div.asistentevirtual2
{
background-image:url(../img/oficina-vritual.png);
width:100%;
height:150px;
background-size:100% 100%;
background-position:center;
}
div.asistentevirtual3
{
background-image:url(../img/espacios.jpg);
width:100%;
height:150px;
background-size:100% 100%;
background-position:center;
}
div.servicio a
{
border:solid 1px grey;
padding:15px;
color:white;
float:left;
margin-left:22%;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
margin-bottom:15px;
}
div.banner
{
width:100%;
height:300px;
background-image:url("../img/banner_ubicaciones.jpg");
}
div#ubicaciones
{
margin-top:5em;
}
div#ubicaciones h1
{
text-align:center;
}
div.monterrey, div.guadalajara
{
width:100%;
color:white;
}
div.comerciantes
{width:100%;
background-image:url("../img/zapopan2.jpg");
background-size:100% 300px;
overflow:hidden;
}
div.johanes
{width:100%;
background-image:url("../img/zapopan.jpg");
background-size:100% 300px;
overflow:hidden;
}
div.sanluisgonzaga
{width:100%;
background-image:url("../img/zapopan3.jpg");
background-size:100% 300px;
overflow:hidden;
}
div.providencia
{width:100%;
background-image:url("../img/zapopan4.jpg");
background-size:100% 300px;
overflow:hidden;
}
div.cintermex
{width:100%;
height:300px;
background-image:url("../img/Cintermex.jpg");
background-size:100% 100%;
overflow:hidden;
}
div.position
{
padding:4.5em;
padding-top:2em;
background-color:rgba(0,0,0,0.7);
}
div.position a
{
float:right;
border:solid 1px grey;
padding:15px;
margin-top:-110px;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
margin-bottom:15px;
}
div.cumbres
{
background-image:url("../img/cumbres.jpg");
background-size:100%;

}
div.puebla, div.mission
{width:100%;
color:white;
}
div.puebla h1, div.mission h1
{color:white;}
div.puebla
{background-image:url("../img/puebla.jpg");
background-size:100%;}
div.mission
{background-image:url("../img/mission.jpg");
background-size:100%;}

div.df div.position
{overflow:hidden;}
div.df
{
background-image:url("../img/df.jpg");
background-size:100%;
color:white;
}
div.polanco div.position
{overflow:hidden;}
div.polanco
{
background-image:url("../img/polanco.jpg");
background-size:100%;
color:white;
}
div.delvalle div.position
{overflow:hidden;}
div.delvalle
{
background-image:url("../img/delvalle.jpg");
background-size:100%;
color:white;
}
div.roma div.position
{overflow:hidden;}
div.roma
{
background-image:url("../img/roma.jpg");
background-size:100%;
color:white;
}
div.playa
{
background-image:url("../img/playa.jpg");
background-size:100%;
background-position:center;
color:white;
}
div.playa div.position
{overflow:hidden;}
div.merida
{
background-image:url("../img/merida.jpg");
background-size:100%;
background-position:center;
color:white;
}
div.merida div.position
{overflow:hidden;}
div.df h2
{color:white;}
div.tercio
{
width:100%;
float:left;
}
footer
{
font-family: 'Oswald', sans-serif;
width:100%;
color:white;
margin-top:15px;
overflow:hidden;
border-top:solid 5px #4F4F4F;
box-shadow:0px -5px 5px -5px black;
background: #446fb1; /* Old browsers */
background: -moz-linear-gradient(top, #446fb1 0%, #1a4c84 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446fb1), color-stop(100%,#1a4c84)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #446fb1 0%,#1a4c84 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #446fb1 0%,#1a4c84 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #446fb1 0%,#1a4c84 100%); /* IE10+ */
background: linear-gradient(to bottom, #446fb1 0%,#1a4c84 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446fb1', endColorstr='#1a4c84',GradientType=0 ); /* IE6-9 */
}
div.contacto
{
max-width:1024px;
margin-left:auto;
margin-right:auto;
}
img.phone
{
height:30px;
width:30px;
float:left;
margin:5px 5px 0px 0px;
}
div.seccion
{
width:31%;
float:left;
margin-left:1%;
}
div.seccion h1
{text-align:center;
text-shadow: black 1px 1px}
div.social
{text-align:center;}
input[type="text"],input[type="email"], input[type="tel"],textarea
{
border-radius:2px;
margin-bottom:5px;
color:black;
}
input[type="submit"]
{
color:white;
font-family: 'Oswald', sans-serif;
border:solid 1px grey;
padding:15px;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
margin-bottom:15px;
}
div.domicilio
{ color:#585858;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
div.domicilio
{
margin-top:15px;
overflow:hidden;
	
}
div.galeria
{
float:left;
width:60%;
border:solid 3px #585858;
margin-left:9%;
max-height:406px;

}
div.datos
{
float:left;
width:30%;}
div.oficinas_equipadas
{
width:100%;
max-width:1024px;
overflow:hidden;
}
img.oficinas-equipadas
{
width:100%;
margin:5px;
}
a.boton
{
float:left;
color:white;
font-family: 'Oswald', sans-serif;
border:solid 1px grey;
padding:1em;
margin-left:40%;
margin-top:-4%;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
position:relative;
z-index:99;
}
a.botonTexto
{
float:right;
color:white;
font-family: 'Oswald', sans-serif;
border:solid 1px grey;
padding:1em;
margin-right:15px;
margin-top:15px;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
position:relative;
z-index:99;
}
img.virtual
{
width:350px;
float:right;
border:solid 3px #585858;
padding:15px;
}
div.bg_virtual h3, h3.red
{
color:#6d0019;
}
.red
{color:#6d0019;}
.blue
{color:#23416f;}
.pink{color:#F781D8;}
ul.lista
{
list-style:true;
}
.center
{
text-align:center;

}
ul.lista li
{
float:none;
display:block;
text-align:left;
}
div.sala-juntas{margin-bottom:3em;}
div.estrategia{width:100%;height:250px;background-image:url("../img/estrategia.jpg");}
div.estrategia h1.center  {padding:3em 1em;color:white;}

div.valor
{
border:solid 2px #585858;
width:30%;
float:left;
margin-left:14%;
margin-bottom:1em;
text-align:center;
border-top-left-radius:15px;
}
div.valor h1
{
margin:0px;
padding:.5em;
}
div.paquetes
{
width:100%;
overflow:hidden;
}
.paquete
{
width:45%;
float:left;
border:solid 3px grey;
height:300px;
margin-left:3%;
border-top-left-radius:15px;
}
div.formulario
{
width:100%;}
img.contacto
{
float:right;
width:70%;
border:solid grey 5px;
}
/*Edicion de Bootstrap*/
.container
{
width:100%;
}
ul.nav.navbar-nav
{
float:right;
}
.navbar-default .navbar-nav > li > a
{color:#585858;}
ul.nav.navbar-nav li
{padding:0px;}
ul.nav.navbar-nav li a
{padding:30px 18px;
}
.dropdown-menu>li>a
{
background-color:rgba(0,0,0,.3);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	color:#fff;
	background-color:rgba(0,0,0,.5);
}
button.navbar-toggle
{margin-top:25px;}
.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:160px;
padding:5px 0;
margin:2px 0 0;
font-size:14px;
text-align:left;
list-style:none;
background-color:rgba(0,0,0,0);
-webkit-background-clip:none;
background-clip:none;
border:0px;
border:0px;
border-radius:0px;
-webkit-box-shadow:none;
box-shadow:none;
}
@media screen and (max-width: 768px){
div.servicio
{
	max-width:250px;
	width:240px;
	margin-left:5px;
	margin-right:5px;

	
}
}
@media screen and (min-width: 767px){
.navbar-header
{
width:170px;
}

}
@media screen and (max-width: 767px){
.navbar-header
{
width:100%;
}
ul.nav.navbar-nav, .navbar-nav
{
float:none;
background-color:#585858;
width:100%;
margin:0px;
padding:0px;
}
ul.nav.navbar-nav>li>a
{
color:white;
}
.navbar-collapse
{padding:0px;}
.dropdown-menu{
position:auto;
display:block;
float:none;
min-width:100%;
padding:0px;
margin:0px;
font-size:14px;
text-align:left;
list-style:none;
background-color:#686868;
-webkit-background-clip:none;
background-clip:none;
border:0px;
border:0px;
border-radius:0px;
-webkit-box-shadow:none;
box-shadow:none;
}
div.call
{
float:left;
width:100%;
margin-left:0px;
margin-top:85px;
}
div.servicio
{
	max-width:100%;
	width:80%;
	margin-left:9.5%;
	margin-right:9.5%;
	margin-top:1em;
	
}
div.position a
{
float:left;
border:solid 1px grey;
padding:15px;
margin-top:5px;
margin-left:17%;
background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 56%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
margin-bottom:15px;
}
div.seccion
{
width:100%;
float:left;
margin-left:1%;
}
div.valor
{
border:solid 2px #585858;
width:90%;
float:left;
margin-left:5%;
margin-bottom:1em;
text-align:center;
border-top-left-radius:15px;
}

video { display: none; }
video#bgvid {
min-width:150%;
position:relative;
right: 0; bottom: 0;
width: 0px;
z-index: -100;
background: url(../img/Video_1.jpg.jpg) no-repeat;
}

div.call
{
background: url(../img/Video_1.jpg) no-repeat;
background-attachment:fixed;
background-position:center top;
}

}

div.call h1.Oficina-Virtual
{margin-bottom:5px;}
div.call h1.Oficinas-Virtuales
{margin-top:15px;}
div.call h1.Oficinas-Virtuales-Monterrey
{
	font-size:2em;
}