@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/gillsans-regular.TTF') format('truetype');
    font-weight: normal;
}


@font-face {
    font-family: 'Gill Sans Light';
    src: url('../fonts/gillsans-light.ttf') format('truetype');
}


@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/gillsans-bold.ttf') format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/gillsans-italic.TTF') format('truetype');
    font-style: oblique;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic-regular.TTF') format('truetype');
    font-style: oblique;
}

* {
	margin: 0;
	padding: 0;
}



html, body{
	height:100%;
}

ul, li {
    margin: 0;
    padding: 0;
}

body{
	background: url('../images/fondo.jpg')no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}



a{
	text-decoration: none;
	outline: 0;
}

#wrapper{
	min-height:100%;
  margin: 0 auto;
	position:relative;
}

#content{
	width: 1200px;
	height:auto;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
  padding: 0 0 1px 0;
}

header{
	width: 1200px;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  background-color: #FFF;
}

.line1, .line2{
  position: absolute;
  height: 7px;
  width: 320px;
  background-color: #D8D9D9;
  top: 100px;
}

.line1{
  left: 180px;
}

.line2{
  right: 183px;  
}

#bpa{
  position: absolute;
  left: 55px;
  top: 55px;
  width: 90px;
  height: 85px;
}

#logo{
  margin: 30px auto 0 auto;
  width: 140px;
  height: 150px;
}

#english1, #english2{
  position: absolute;
  display: block;
  right: 55px;
  top: 50px;
  width: 105px;
  height: 85px;
  text-align: center;
  cursor: pointer;
  /*display:inline-block;*/

}

#english1{
  display: block;
}

#english2{
  display: none;
}

.fsm, .fsb, .fss{
  font-family: 'Gill Sans Light';
  color: #4A84FF;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
}

.fsb{
  font-size: 27px;
  font-family: 'Gill Sans';
  font-style: oblique;
}

.fss{
  font-size: 13px;
}

#bpa img, #logo img{
	width: 100%;
	height: 100%;
}

#cnt{
  width: 1010px;
  height: auto;
  position: relative;
  margin: 0 auto 50px auto;
  padding-bottom: 30px;
  background-color: #FFF7EF;
}

#cntmenu {
  width: 1060px;
  height: 48px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  left: -25px;
  color: #fff;
  background: #FF5D55;
  /*left: -25px;*/
  -webkit-box-shadow: 0px 9px 24px 2px rgba(122,122,122,0.71);
-moz-box-shadow: 0px 9px 24px 2px rgba(122,122,122,0.71);
box-shadow: 0px 9px 24px 2px rgba(122,122,122,0.71);
}

#cntmenu i{
  position: absolute;
}

#cntmenu i:first-child, #cntmenu i:nth-child(2) {
  left: -25px;
  bottom: -25px;
  border: 25px solid transparent;
  border-right-color: #C0463F;
}

#cntmenu i:nth-child(2) {
  left: auto;
  right: -25px;
  border-right-color: transparent;
  border-left-color: #C0463F;
}


.menu{
	width: 1060px;
	height: 48px;
  margin: 0 auto;
  position: relative;
  top: -28px;
  left: -25px;
	z-index: 2;
  background: #FF5D55;
}

.menu ul{
	list-style: none;
	display: inline;
	position:relative;
	top: -16px;
}

.menu ul li{
	position:relative;
	display: inline-block;
	top: 16px;
	margin:0;
	padding:0;
	float:left;
	width: auto;
	height: auto;
	cursor: pointer;
	display: table;
}

.menu li a{
	position: relative;
	color: #FFF;
	display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
	text-align: center;
	width: 210px;
	height: 48px;
  font-family: 'Gill Sans';
  font-weight: normal;
  font-size: 17px;
  background-color: #FF5D55;
  text-decoration: none;
  border-right: 1px solid #FFF;
  /*
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  */
 }


.menu li:last-child a{
  border-right:none;
}


.menu li a:hover{
  font-size: 22px;
  height: 53px;
  top: -5px;
  background: rgba(98,132,217,1);
  background: -moz-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,132,217,1)), color-stop(100%, rgba(0,113,184,1)));
  background: -webkit-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -o-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -ms-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: linear-gradient(to right, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6284d9', endColorstr='#0071b8', GradientType=1 );
;
}

.active{
	font-size: 22px !important;
  height: 53px !important;
  top: -5px;
  background: rgba(98,132,217,1);
  background: -moz-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,132,217,1)), color-stop(100%, rgba(0,113,184,1)));
  background: -webkit-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -o-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: -ms-linear-gradient(left, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  background: linear-gradient(to right, rgba(98,132,217,1) 0%, rgba(0,113,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6284d9', endColorstr='#0071b8', GradientType=1 );
}

.breadcrumbs{
  width: 350px;
  height: 18px;
  position: absolute;
  left: 35px;
  top: 90px;
  font-family: 'Gill Sans';
  font-size: 14px;
}

.breadcrumbs a{
  margin: 0 5px;
  text-decoration: none;
  color: #222222;
}

.brsel{
  color: #000 !important;
}

.cntlist{
  position: relative;
  width: 160px;
  height: 370px;
  margin: 45px 0 0 40px;
  border-right: 6px solid #D9D2CB;
  list-style: none;
}

.cntlist li{
  padding: 15px 0;
}

.cntlist li a{
  text-decoration: none;
  color: #797979;
  font-size: 16px;
  font-family: 'Gill Sans';
  display: block;
  width: 100%;
}


.sndlist{
  list-style: none;
  width: 145px;
  margin: 0 0 0 15px;
  font-size: 13px !important;
}

.sndlist li{
  padding: 8px 0 !important;
}

.contentxt{
  position: relative;
  width: 730px;
  height: 605px;
  margin: -370px 0 0 242px;
  font-family: 'Gill Sans';
}

.srvtext{
  position: relative;
  width: 730px;
  height: 250px;
  font-family: 'Gill Sans';
  margin: 45px auto 0 auto;
}

.contentxt img{
  width: auto;
  display: block;
  height: 100px;
  position: relative;
  margin: 20px auto 0 auto;
}


.contentxt h3, .srvtext h3{
  color: #E35349;
  font-size: 33px;
  display: block;
  text-transform: uppercase;
  font-weight: normal !important;
}

.contentxt label, .srvtext label{
  color: #222222;
  font-size: 23px;
  display: block;
  padding: 16px 0 5px 0;
  font-weight: normal !important;
}

.contentxt span{
  color: #FF5E53;
  font-size: 18px;
  display: block;
  font-weight: normal !important;
}

.contentxt p, .srvtext p{
  color: #212121;
  font-size: 16px;
  margin: 20px 0;
  text-align: justify;
  font-family: 'Gill Sans Light';
  font-weight: normal !important;
}

.bldtxtcur, .srvtext span{
  color: #000 !important;
  font-family: 'Gill Sans' !important;
  font-style: oblique;
  font-size: 1.05em !important;
  display: initial !important;
}

.bldtxt{
  color: #000 !important;
  font-family: 'Gill Sans' !important;
}

.valueslist{
  width: 600px;
  margin: 10px 0 0 18px;
  font-family: 'Gill Sans Light' !important;
}

.valueslist li{
  color: #212121;
  font-size: 16px !important;
  padding: 3px 0;
}

.valueslist span{
  font-family: 'Gill Sans' !important;
  display: initial !important;
  font-style: oblique;
  color: #212121 !important;
  font-size: 1em !important;
}

.lstp1, .lstp2{
  position: relative;
  list-style: none;
  display: block;
  width: 220px;
  height: 120px;
  color: #5E5E5E !important
}

.lstp1{
  margin:5px 0 0 120px;
}

.lstp2{
  margin:-120px 0 0 350px;
}

.lstp1 li span, .lstp2 li span{
  display: initial !important;
  color: #5E5E5E !important;
  margin-right: 15px;
}

/*Slider*/
#cntslider{
  width: 1010px;
  height: auto;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  top: -30px;
}

#slidebox{
  position:relative; 
  width:1974px !important; 
  margin:0 0 0 -505px; 
}

#slidebox, .sldul{
  height:455px;
}
#slidebox, .slr{
  width:658px;
  height:454px;
  z-index: 0;
}
.slr{
  position:relative; 
  left:0; 
  height:430px;
  float:left;
  list-style:none; 
  font-size:13px;
  border-top: 13px solid #FFF;
  border-bottom: 13px solid #FFF;
  border-left: 7px solid #FFF;
  border-right: 7px solid #FFF;
}

#slidebox .blr1, #slidebox .blr2{
  position: absolute;
  width: 164px;
  height: 454px;
  background-color: #000;
  opacity:0.6;
}

#slidebox .blr1{
  top: 0;
  left:501px;
  z-index: 2;
}

#slidebox .blr2{
  top: 0;
  right:459px; 
  z-index: 2;
}

#slidebox .nexto, #slidebox .previous{
  position:absolute; 
  z-index:3; 
  display:block; 
  cursor:pointer; 
  font-size:95px;
  font-weight:bold; 
  text-align:center; 
  width:164px; 
  height:454px;
  color:#FFF; 
  line-height:450px; 
  top:0;
}
#slidebox .nexto{
  right:0; 
  margin-right:459px; 
}
#slidebox .previous{
  left:0; 
  margin-left:501px;
}
#slidebox .thumbs{
  position:absolute; 
  z-index:2; 
  bottom:10px; 
  right:10px;
}
#slidebox .thumbs a{
  display:block; 
  margin-left:8px; 
  float:left; 
  font-size:12px; 
  text-decoration:none; 
  padding:2px 4px; 
  background:#E54040; 
  color:#fff;
  outline:0;
}
#slidebox .thumbs a:hover{
  background:#fff; 
  color:#000;
}
#slidebox .thumbs .thumbActive{
  background:#fff; 
  font-size:12px !important; 
  color:#000; 
  display:block; 
  margin-left:8px; 
  float:left; 
  font-size:9px; 
  text-decoration:none; 
  padding:2px 4px;
}


/*Slider 2*/

#carouselbox{
  position:relative; 
  width:1000px !important; 
  margin:0 auto 50px auto; 
  z-index: 1 !important;
}

#carouselbox, .ul{
  height:250px;
}

#carouselbox, #carouselbox ul li{
  width: 184px;
  height:250px;
  z-index: 0;
}

#carouselbox ul li{
  position:relative; 
  left:0; 
  width: 184px;
  height:250px;
  float:left;
  list-style:none; 
  font-size:13px;
  margin: 0 8px;
  z-index: 1
}

.srvg{
  width: 184px;
  height:250px;
  overflow: hidden;
}

.srvg img{
  width: auto;
  height: 250px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#carouselbox .snext, #carouselbox .sprev{
  position:absolute; 
  z-index:3; 
  display:block; 
  cursor:pointer; 
  font-size:59px;
  font-weight:bold; 
  text-align:center; 
  width:50px; 
  height:50px;
  border-radius: 50px;
  color:#000; 
  top: 100px; 
  overflow: hidden;
  background-color: #FFF;
}

#carouselbox .snext i, #carouselbox .sprev i{
  position: relative;
  top:-8px;
}

#carouselbox .snext{
  right:0px; 
}

#carouselbox .sprev{
  left:0px; 
}

/**/


#pub1{
  background:url('../images/1.jpg')no-repeat center center;
  display: block;
   width:100%;
  height:100%;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

#pub11, #pub21, #pub31{
  position: absolute;
  width:100%;
  height:100%;
  opacity: 0.85;
  z-index: 999;
  background-color: #000;
  display: none;
}

#pub1 p, #pub2 p{
  width: 400px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  top: 120px;
  color: #FFF;
  font-family: 'Century Gothic';
  font-size: 45px;
  text-align: center;
}

#pub3 p{
  width: 400px;
  height: 230px;
  margin: 0 auto;
  position: relative;
  top: 90px;
  color: #FFF;
  font-family: 'Century Gothic';
  font-size: 45px;
  text-align: center;
}

#pub1:hover #pub11, #pub2:hover #pub21, #pub3:hover #pub31{
  display: block;
}

#pub2{
  background:url('../images/2.png')no-repeat center center;
  display: block;
  width:100%;
  height:100%;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}

#pub3{
  background:url('../images/3.jpg')no-repeat center center;
  display: block;
  width:100%;
  height:100%;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}




/**/

#pareja{
  background: url('../images/pareja.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 485px;
  height: 198px;
  position: fixed;
  bottom: 0;
  left: 40px;
  z-index: 2;
}

#pareja a{
  display: block;
  position: relative;
  top: 53px;
  left: 230px;
  width: 255px;
  height: 129px;
}

#pareja label{
  font-family: 'Gill Sans';
  font-weight: bold;
  color: #FFF;
  font-size: 25px;
  display: block;
  position: relative;
  top: 8px;
  left: 25px;
  text-align: center;
  width: 215px;
  height: 60px;
  cursor: pointer;
}

#pareja p{
  font-family: 'Gill Sans';
  color: #FFF;
  display: block;
  width: 215px;
  height: 50px;
  position: relative;
  top: 20px;
  left: 25px;
  line-height: 15px;
  font-size: 16px;
  text-align: center;
}

#cntchat{
  width: 400px;
  height: 106px;
  border: 1px solid transparent;
  position: fixed;
  bottom: 20px;
  right: 200px;
  z-index: 999;
}

.conchat{
  font-family: 'Gill Sans';
  font-style: oblique;
  width: 200px;
  height: 40px;
  position: relative;
  font-size: 17px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  color: #424242;
  text-shadow:0px 0px 1px #ffffff;
}

.msgchat{
  font-family: 'Gill Sans';
  font-weight: bold;
  width: 120px;
  height: 55px;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  margin: -50px 0 0 220px;
  line-height: 24px;
  color: #FFF;
  z-index: 3;
}

.chatsm{
  font-size: 22px;
  text-transform: lowercase;
}

.chatmd{
  font-size: 25px;
}

#pstchat{
    background: url('../images/chat.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 100px;
  position: relative;
  margin: -72px 0 0 200px; 
  z-index: 2;
}


.contacttext{
  position: relative;
  width: 730px;
  height: 480px;
  margin: 45px auto 0 auto;
  font-family: 'Gill Sans';
}

.contacttext h3{
  color: #E35349;
  font-size: 33px;
  display: block;
  text-transform: uppercase;
  font-weight: normal !important;
}

.contacttext label{
  color: #222222;
  font-size: 20px;
  display: block;
  padding: 16px 0 5px 0;
  font-weight: normal !important;
}

.contactimg{
  position: relative;
  width: 730px;
  height: 160px;
  overflow: hidden;
}

.contactimg img{
  height: auto;
  width: 730px;
  position: absolute;
  top: -120px;
}

.contnum1, .contnum2, .contnum3{
  position: relative;
  height: 230px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}

.contnum1{
  width: 253px;
}

.contnum2{
  width: 229px;
}

.contnum3{
  width: 231px;
}

.contnum1 p, .contnum2 p, .contnum3 p{
  margin: -1px 0 18px 0;
}

.contnum1 span, .contnum2 span, .contnum3 span{
  margin: 5px 0;
  color: #212121;
  font-size: 0.94em;
  text-align: justify;
  display: block;
  font-family: 'Gill Sans Light';
  font-weight: normal !important;
}


.subnum{
  text-decoration: underline;
  padding: 0 !important;
}


/*Responsive*/

@media (max-width: 1200px){

#content{
    width: 950px;
}
header{
    width: 950px;
}

.line1, .line2{
  width: 230px;
}

.line1{
  left: 140px;
}

.line2{
  right: 150px;  
}

#bpa{
  left: 25px;
}

#english1, #english2{
  right: 20px;
}

#cnt{
  width: 950px;
  margin: 0;
  padding-bottom: 0px;
}

#cntmenu {
  width: 1000px;
  height: 48px;
  top: 20px !important;
  left: -25px !important;
}

/*
#cntmenu i:first-child, #cntmenu i:nth-child(2) {
  display: none;
}

#cntmenu i:nth-child(2) {
  display: none;
}
*/
.menu{
  width: 1000px;
  top: -28px;
  left: -25px;
}


.menu li a{
  width: 194px;
 }


#cntslider{
  width: 950px;
  top: -35px;
}


#slidebox{
  position:relative; 
  width:1974px !important; 
  margin:0 0 0 -458px; 
}

#slidebox, .sldul{
  height:405px;
}
#slidebox, .slr{
  width:608px;
  height:404px;
}
.slr{
  height:380px;
}

#slidebox .blr1, #slidebox .blr2{
  width: 159px;
  height: 404px;
}

#slidebox .blr1{
  left:458px;
}

#slidebox .blr2{
  right:566px; 
}

#slidebox .nexto, #slidebox .previous{
  width:155px; 
  height:404px;
  line-height:405px; 
  top:0;
}
#slidebox .nexto{
  right:0; 
  margin-right:567px; 
}
#slidebox .previous{
  left:0; 
  margin-left:459px;
}

#pub1 p, #pub2 p{
  top: 100px;
}

#pub3 p{
  top: 70px;
}

#pareja{
  left: 10px;
}

#cntchat{
  right: 180px;
}

.contentxt{
  width: 650px;
}

.dataTables_wrapper {
  width: 910px !important;
  padding-bottom: 60px !important;
}

.dataTables_wrapper .dataTables_filter{
  right: 190px !important;
}

.searchico{
  right: 170px !important;
}

.excel{
  right: 105px !important;
}


#carouselbox{
  width:950px !important; 
  margin: 0 0 100px 0 !important;
}

}

@media (max-width: 1100px){

#cntchat{
  display: none;
}

}



@media (max-width: 1000px){

#logo{
  margin: 10px auto 0 auto;
}


#content{
  width: 100%;
  background: transparent;
}

header{
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  background-color: #FFF;
}

.line1, .line2{
  display: none;
}

#bpa{
  display: none;
}

#english1, #english2{
  right: 20px;
  top: 15px;
  width: 105px;
  height: 45px;
}

.fsm, .fss{
  display: none;
}

.fsb{
  position: relative;
  top: -21px;
}

#cnt{
  width: 100%;
  background: transparent;
}


#cntmenu {
  width: 100%;
  background: transparent;
  box-shadow: none;
}

#cntmenu i:first-child, #cntmenu i:nth-child(2) {
  border: 25px solid transparent;
  border-right-color: transparent;
}

.menu{
  width: 400px;
  height: 400px;
  margin: 0 auto !important;
  top: -30px;
  left: 0px;
  background: transparent;
}

.menu ul{
  top: -16px;
}

.menu ul li{
  top: 16px;
  margin:8px 0;
}

.menu li a{
  width: 400px;
  height: 60px;
  font-size: 25px;
 }

#cntslider{
  display: none;
}

.menu li a:hover{
  height: 60px;
  top: 0px;
  font-size: 27px !important;
}

.active{
  height: 60px !important;
  top: 0px;
  font-size: 27px !important;
}

.breadcrumbs{
  display: none;
}

.contentxt{
  background-color: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  margin: -30px 0 0 0;
  padding: 30px 30px 500px 30px;
}

.srvtext{
  background-color: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  margin: -30px 0 0 0;
  padding: 30px 30px 400px 30px;
}

.contentxt p, .contentxt span, .srvtext p{
  width: 90%;
}

.contentxt p{
  font-size: 18px;
}

.cntlist{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 110px;
  border-right:none;
  z-index: 1;
}

.cntlist li a{
  font-size: 20px;
}

.contacttext{
  background-color: #FFF;
  width: 100%;
  padding: 30px 30px 180px 30px;
}

.contactimg{
  margin: 20px auto;
}

#contnum123{
  margin: 0 auto;
  width: 730px;
  position: relative;
}

#carouselbox{
  width:100% !important; 
  margin: -350px auto 0 auto !important;
}

#carouselbox, .ul{
  height:170px;
}

#carouselbox, #carouselbox ul li{
  width: 140px;
  height:170px;
}

#carouselbox ul li{
  width: 140px;
  height:170px;
}

.srvg{
  width: 140px;
  height:170px;
}

.srvg img{
  height: 170px;
}

#carouselbox .snext, #carouselbox .sprev{
  top: 58px; 
}


#prodcontent{
  background-color: #FFF;
  width: 100%;
  position: relative;
}

.dataTables_wrapper {
  width: 500px !important;
  padding: 20px 20px 70px 20px !important;
  background-color: #FFF7EF;
}

table.dataTable tbody tr {
  margin:10px 30px !important;
}

.dataTables_wrapper .dataTables_filter{
  right: 190px !important;
}

.searchico{
  top: 30px !important;
  left: 64% !important;
  z-index: 2;
}

.excel{
  top: 23px !important;
  left: 72% !important;
}

.dataTables_wrapper .dataTables_paginate {
  right: 5px !important;
}


}



@media (max-width: 800px){

.contentxt{
  padding: 30px 30px 420px 30px;
}

.contacttext{
  background-color: #FFF;
  width: 100%;
  padding: 30px 30px 40px 30px;
}

.contentxt p, .contentxt span{
  width: 90%;
}

.contentxt p{
  font-size: 18px;
}

.cntlist{
  bottom: 0;
}

#pareja, #cntchat{
  display: none;
}

.srvtext{
  padding: 30px 30px 250px 30px;
}

#carouselbox{
  margin: -220px auto 0 auto !important;
}

}


@media (max-height: 600px){

#pareja, #cntchat{
  display: none;
}
}