@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "raleway";
    src: url('fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: "Avenir";
    src: url("fonts/Avenir-Light.ttf") format("truetype");
}
@font-face {
    font-family: "poppins-regular";
    src: url("fonts/Poppins-Regular.otf") format("truetype");
}
@font-face {
    font-family: "poppins-light";
    src: url("fonts/Poppins-Light.otf") format("truetype");
}
@font-face {
    font-family: "poppins-bold";
    src: url("fonts/Poppins-Bold.otf") format("truetype");
}
@font-face {
    font-family: "poppins-black";
    src: url("fonts/Poppins-Black.otf") format("truetype");
}

.raleway{
	font-family: "raleway";	
}
body {
	display: block;
	margin: 0px;
	
	background-color: white;
	/*background-color: #185e9f;*/
	/*background-image: url("img/skyline.jpg");*/
	font-family: "poppins-light", Arial, sans-serif;
	background-position: center;
	background-size: cover;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
}
h1{
	font-family: "poppins-light";
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0;
	text-align: center;
	color:#858a13;
	/*text-shadow: 0 2px 2px #7D7D7D;*/
}
h3{
	font-family: "poppins-light";
	text-align: left;
	color:#0C3561;
	/*text-shadow: 0 1px 1px #7D7D7D;*/
}
p{
	text-align: justify;
	font-family: "poppins-regular";
}

input, select, textarea{
	box-sizing: border-box;
	width:100%;
	font-size: 13px;
    padding: 4px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #c0c0c0;
    margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #24699e;
}
#map {
	height: 400px;
	width: 100%;
}
#header_nav {
	/*height:120px;*/
    width:100%;
    position:fixed;
    top:0;
    left:0;
	z-index: 999;
}
#menu {
	position: relative;
	top:78px;
}
#logo{
	height: 70px;
}
#volver{
	position: relative;
	vertical-align: middle;
}
.plusbg{
	background-color: #fff4dc;
}
.bgimg {
	background-image: url("img/skyline.jpg");
	background-position: center;
	background-size: cover;
	padding-bottom: 80px;
}
.bgw {
	background-color: #ffffff;

	padding-bottom: 50px;
}
.encuMain h1 {
	color: #ffffff;
}
.encuText {
	display: inline;
	font-size: 30px;
	font-weight: bold;
	text-shadow:  0 0px 8px #000;
	color: #ffffff;
}
.encuRadio {
	width: auto;
	margin: 0 10px 0 0 ;
}
.encuBarra {
	height: 30px;
	font-size: 12px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color: #ffffff;
}
.encuOpcion2 {
	font-size: 12px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.encuOpcion {
	font-size: 12px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color: #ffffff;
}
.pregunList {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #b8b8b8;
	background-color: #eaeaea;
}
.encuList {
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #b8b8b8;
	background-color: #eaeaea;
}
.inscTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 0 8px;
}
.inscList {
	font-size: 12px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #b8b8b8;
	background-color: #eaeaea;
}
.loginput{
	padding: 8px 20px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #b8b8b8;
	background-color: #eaeaea;
}
.buscar{
	margin-top: 30px;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #b8b8b8;
}
.highlight {
	background-color: #D59069;
}
.logoHide {
	height: 60px;
	padding-left: 130px;
	position: relative;
}
.jump {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color:rgba(256, 256, 256,1);
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.75);
}
.header_height {
	position: relative;
}
.table
{
    display: table;
}
.row
{
	padding: 10px;
    display: table-cell;
}
.row0
{
    display: table-cell;
}
.s-hide {
	opacity: 0;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.barra {
	
	text-align: left;
	width: 100%;
	z-index: 3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	/*border-bottom: 2px solid #0d4589;*/
	box-sizing: content-box;
	vertical-align: central;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(107,107,107,1);
	-moz-box-shadow: 0px 0px 9px 1px rgba(107,107,107,1);
	box-shadow: 0px 0px 9px 1px rgba(107,107,107,1);
}
.barra a{
	font-size: 14px;
}
.pie {
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background-color: #858a13;
	/*border-bottom: 2px solid #0d4589;*/
	box-sizing: content-box;
	vertical-align: central;

}
.footText {
	vertical-align: middle;
}
.footText h1 {
	margin: 0;
	font-size: 20px;
	text-align: left;
	color: white;
	text-shadow: 0 2px 2px #000000;
}
.pie ul li a {
	color: #ffffff;
	text-shadow: 0 1px 1px #000000;

}
.content {
	
	
	margin: 0 auto;
}

.cargo {
	font-size: 14px;
}
.frameList {
	margin: 0 0 0 auto;
}
/* PRIMARY MENU style */
ul.js-css-menu1  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   opacity: 0;
}

.js-css-menu1 li {
    float: left;
}

.js-css-menu1 li a {
    display: block;
    text-align: center;
    padding: 13px;
    text-decoration: none;
	color: #000000;
}
.js-css-menu1 li a.active {
	color: #858a13;
}
.js-css-menu1 li a.active:hover {
	color: #ffffff;
}
.js-css-menu1 li a:hover {
    
}
.prog-title{
	color: #777777;
}
.dia {
	font-family: "raleway";
	color: #858a13;
	font-size: 26px;
	border-bottom: 2px solid #858a13;
	width: 100%;
	margin: 30px 0px 20px 0px;;
}
.dia_bcn {
	font-family: "raleway";
	color: #9f6316;
	font-size: 26px;
	border-bottom: 2px solid #9f6316;
	width: 100%;
	margin: 30px 0px 20px 0px;
}
.alert {
	
    padding: 10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
}
.ponente-title {
	color: #2b2b2b;
	font-size: 18px;
	border-bottom: 2px solid #858a13;
	width: 100%;
	margin: 30px 0px 20px 0px;
	padding: 5px;
}
.ponente-title span {
	color: #646464;
}
.ponente-title img {
	float: right;
	max-width: 150px;
	max-height: 45px;
}
.ponente-title h3 {
	margin-left: 20px;
	padding-bottom: 20px;
	height: 100%;
}
.ponente-title .row{
	vertical-align:middle;
}
.hora {
	color:#000;
	font-weight: bold;
	font-family: "poppins-regular", Arial, sans-serif;
}
.hora_bcn {
	color: #73470e;
	font-weight: bold;
}
.ponente{
	padding: 0;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: "poppins-regular", Arial, sans-serif;
}
.descripcion{
	color:#000;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.descripcion .row{
	vertical-align:top;
}
.descripcion h3{
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: "poppins-regular", Arial, sans-serif;
	color:#000;
	font-size: 16px;
}
.descripcion_bcn h3{
	margin-top: 0px;
	margin-bottom: 0;
	font-style: italic;
	color:#9f6316;
	font-size: 16px;
}
.carta-body{
	cursor: pointer;
	overflow: hidden; 
	height: 180px; 
	padding: 10px 0px 10px 0px;
	color:#626262;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	
}
.descripcion-ponente {
	cursor: pointer;
	overflow: hidden; 
	height: 180px; 
	padding: 10px 0px 10px 0px;
	color:#626262;
	font-size: 14px;
	margin-bottom: 10px;
}
.descripcion-ponente .row{
	vertical-align:top;
}
.descripcion-ponente h3{
	color:#858a13;
	font-size: 16px;
}
.descripcion-ponente img {
	border-radius: 50%;
	float: right;
	width:135px;
	height: 135px;
}
.descripcion-patro {
	color:#626262;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-radius: 			3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	-webkit-border-radius: 	3px 3px 3px 3px;
	border: 1px solid #c4c4c4;
}

.descripcion-patro .row{
	vertical-align:middle;
}
.descripcion-patro h3{
	color:#858a13;
	font-size: 16px;
}
.descripcion-patro img {
	float: right;
	max-width:100%;
	max-height: 100%;
	
}
.descripcion-patro .fotologo {
	height: 85px;
}
.calenlogo {
	height: 85px;
}
.calenlogo img {
	float: right;
	max-width:100%;
	max-height: 100%;
	
}
.descripcion-patro input {
	width: 20px;
}

.descripcion-insc {
	display: inline-block;
	color:#626262;
	font-size: 14px;
	margin: 10px;
}

.descripcion-insc .row{
	vertical-align:middle;
}
.descripcion-insc .select{
	overflow: hidden;
	height: 0;
}
.descripcion-insc h3{
	color:#858a13;
	font-size: 16px;
}
.descripcion-insc img {
	max-width:100%;
	max-height: 100%;
	
}
.descripcion-insc .fotologo {
	height: 85px;
}
.descripcion-insc input {
	width: 20px;
}
.toHide{
	padding-top: 30px;
}
.formulario {
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.tituloView p{
	text-align: right;
	color: #0E66A1;
}
.tituloDetalle p{
	text-align: left;
	color: #555555;
}
.alert {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	background-color: #e6e6e6;
	padding: 15px;
	margin-bottom: 20px;
}
.red{
	color: #9D3010
}

.hora-evento {
	text-align: right;
}
.absolute{
	position: absolute;
}
.p0 {
	padding: 0px;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width:80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.margin-center{
	margin: 0 auto;
}
.m10 {
	margin: 10px;
}
.wp2 {
	width: 20px;
}
.wp5 {
	width: 50px;
}
.wp100 {
	width: 1000px;
}
.wp90 {
	width: 900px;
}
.wp85 {
	width: 850px
}
.wp80 {
	width:800px;
}
.wp70 {
	width: 700px;
}
.wp60 {
	width: 600px;
}
.wp50 {
	width: 500px;
}
.wp40 {
	width: 400px;
}
.wp30 {
	width: 300px;
}
.wp20 {
	width: 200px;
}
.wp15 {
	width: 150px;
}
.wp10 {
	width: 100px;
}
.margin-center{
	margin: 0 auto;
}
.m10 {
	margin: 10px;
}
.hidden {
	overflow: hidden;
	height: 100px;
}
.thumbnail {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4f92c6;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.ponenFull {
	overflow: hidden;
	height: 0px;
}
.verMas img {
	max-height: 25px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.actividad {
	color: #b1691a;
}
.verMas{

	text-align: right;	
	cursor: pointer;
	color:#24699e;
}

.verMasHome{

	text-align: center;	
	cursor: pointer;
	color:#24699e;
}
.verMasHome img {
	max-height: 25px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.intro{
	position: relative;
	background-image: url('theme/default/templates/convencion/img/skyline.png');
	height: 600px;
}
.intro .bg {
    width: 1000px;
    position: absolute;
    top: 0px;
    z-index: -1;

}
.intro .bg img {
    width: 1000px;

}
.intro .logoCponet {
	margin-bottom: 100px;
	opacity: 0;
}
.intro .infoConven {
	width: 700px;
	opacity: 0
}
.intro img{
	display: block;
    margin: auto;
	width: 500px;
}
.textAnimate{
	position: relative;
	top: -50px;
	opacity: 0;
}
.introText {
	opacity: 1;
	
}
.introFinal {
	position: absolute;
	top: 0px;
	right:0;
	left:0;
}
.popBox {
	cursor: pointer;
	top:0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0px 0px 19px -19px rgba(0,0,0,1);
	-moz-box-shadow: 	0px 0px 19px -19px rgba(0,0,0,1);
	box-shadow: 		0px 0px 19px -19px rgba(0,0,0,1);
	
}
.popBox:hover {
	top: -20px;
	-webkit-box-shadow: 0px 20px 19px -19px rgba(0,0,0,1);
	-moz-box-shadow: 	0px 20px 19px -19px rgba(0,0,0,1);
	box-shadow: 		0px 20px 19px -19px rgba(0,0,0,1);
}

.calenRow {
	margin: 0 auto;
	padding: 20px;
	border-radius: 			3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	-webkit-border-radius: 	3px 3px 3px 3px;
	border: 1px solid #c4c4c4;
}
.inscRow {
	width: 500px;
	position: relative;
	top:0px;
	margin: 0 10px 70px 10px;
	padding: 20px;
	/* display: inline-block; */
	border-radius: 			3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	-webkit-border-radius: 	3px 3px 3px 3px;
	border: 1px solid #c4c4c4;
}
.inscRow h3 {
	padding: 0px;
	margin: 0 0 20px 0;
	text-align: center;
		
} 
.inscRow0 {
	width: 500px;
	position: relative;
	top:0px;
	margin: 0 10px 0px 10px;
	padding: 0;
	/* display: inline-block; */
	border-radius: 			3px 3px 0 0;
	-moz-border-radius: 	3px 3px 0 0;
	-webkit-border-radius: 	3px 3px 0 0;
	border: 1px solid #c4c4c4;
	border-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.inscRow0 h3 {
	
} 
.inscRow0 p {
	padding: 0px;
	margin: 0 ;
	
		
} 
.inscRow1 {
	width: 500px;
	position: relative;
	top:0px;
	margin: 0 10px 40px 10px;
	padding: 0;
	/* display: inline-block; */
	border-radius: 			3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	-webkit-border-radius: 	3px 3px 3px 3px;
	border: 1px solid #c4c4c4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.inscRow1 h3 {
	
} 
.inscRow1 p {
	padding: 0px;
	margin: 0 ;
	
		
} 

.inscRowA {
	width: 500px;
	position: relative;
	top:0px;
	margin: 0 10px 10px 10px;
	padding: 0;
	/* display: inline-block; */
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.inscRowA h3 {
	
} 
.inscRowA p {
	padding: 0px;
	margin: 0 ;
	
		
} 

.inscHead h3{
	margin: 0 0 20px 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	background-color: #eaeaea;
}
.inscContent img {
	margin-right: 10px;
	
}
.inscContent {
	padding: 0 20px 20px 20px;
	cursor: pointer;
}
.inscContent div {
	vertical-align: middle;
}
.info{
	font-size: 14px;
	opacity:0;
	display: none;
	background-color: #DDDDDD;
	position: absolute;
	left:0px;
	padding: 20px;
	border: 1px solid #c4c4c4;
	-webkit-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	z-index: 99;
}
#info:hover .info{
	opacity:1;
	display: block;
}
.m-top-insc {
	margin-top: 30px;
}
.inscRow2 {
	position: relative;
	top:0px;
	display: inline-block;
	border-radius: 			3px 3px 3px 3px;
	-moz-border-radius: 	3px 3px 3px 3px;
	-webkit-border-radius: 	3px 3px 3px 3px;
	border: 1px solid #c4c4c4;
}

.inscRow2 h3 {
	padding: 0px;
	margin: 0 0 20px 0;
	text-align: center;
		
} 

.insc {
	display: inline-flex;

}
.inscfirst {
	display: inline-block;
	text-align: center;
}
.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}
#first{
	text-align: center;
	position: relative;
}
#second {    
	text-align: center;
	position: relative;
}
.introBox{
	margin: 40px auto 0px auto;
}
.introBox-logo{
	width: 57%;
	margin: 0 auto;
}
.introBox-logo img{
	position: relative;
	max-width: 100%;
}
.bannerL {
	font-family: "raleway";
	color: #ffffff;
	padding-right: 20px;
	border-right: 4px solid #ffffff;
	text-align: right;
	font-size: 24px;
	vertical-align: middle;
	width: 400px;
	display: table-cell;
	text-shadow: 0 1px 1px #000000;

}
.bannerR {
	padding-left: 20px;
	width: 350px;
	display: table-cell;
}
.bannerR img {
	max-width: 100%;
}
.cartaPresi{
	background-color: #E0E0E0;
}
.ifema {
	color:#ffffff;
}
.main-options{
	background-color: #E8E8E8;
}
.main-options-content {
	margin: 0 auto;
	width: 1000px;
	padding: 50px 30px 30px 30px;
	text-align: center;
}
.main-options-title {
	text-align: center;
	padding-top: 40px;
}
.main-options-title h2 {
	font-family: "raleway";
	color: #164775;
	font-size: 30px;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 4px solid #1d5f9d;
}
.opBox {
	cursor: pointer;
	display: inline-block;
	padding: 0 30px;
}
.opBox h3 {
	font-family: "raleway";
	font-size: 23px;
	text-align: center;
}
.opBox:hover > .opimg{
	top:-30px;
}
.opimg{
	top:0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	position:relative;
}
.opimg img {
	max-height: 180px;
}

.separador {
	width: 300px;
	border-bottom: 2px solid #858a13;
	margin: 0 auto;
	
}
.separador-programa {
	width: 100%;
	border-bottom: 1px solid #858a13;
	margin: 20px auto;
	
}
.sepB {
	width: 300px;
	border-bottom: 4px solid #0168b5;
	margin: 0 auto;
	height: 30px;
}
.sepW {
	width: 300px;
	border-bottom: 4px solid #ffffff;
	margin: 0 auto;
	height: 30px;
}
.convenHome{
	font-family: "raleway";
	padding-top: 20px;
	cursor: pointer;
	text-align:center;
	font-size: 32px;
	color: #0168b5;
	/*text-shadow: 0 0px 3px #000000;*/
	font-weight:bold;
}
.suscribirse{
	font-family: "raleway";
	padding-top: 40px;
	cursor: pointer;
	text-align:center;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 0px 3px #000000;
	font-weight:bold;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.suscribirse:hover{
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.suscBig {
	
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.saveSala {
	position: fixed;
	width: 150px;
	margin-left: 1050px;
}

/*botones*/
/*Azul*/
@-webkit-keyframes boton_azul {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes boton_azul {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.boton_azul {
	width: auto;
	cursor:
	pointer;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	/* border-color: rgb(65, 107, 139); */
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(133 138 19);
	font-size: 12px;
	font-family: "Arial";
	color: rgb(246, 246, 246);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	/*position: relative;*/
}
.boton_azul:before {
	content: '';
	position: absolute;
	border-width: 1px;
	z-index:-5;
	border-radius: 5px;
	background-color: rgb(133 138 19);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.boton_azul:hover:before, .boton_azul:focus:before, .boton_azul:active:before {
	-webkit-animation-name: boton_azul;
	animation-name: boton_azul;
}
/*naranja*/
@-webkit-keyframes boton_naranja {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes boton_naranja {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.boton_naranja {
	width: auto;
	cursor:pointer;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-color: rgb(159, 99, 22);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(159, 99, 22);
	font-size: 12px;
	font-family: "Arial";
	color: rgb(246, 246, 246);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	/*position: relative;*/
}
.boton_naranja:before {
	content: '';
	position: absolute;
	border-width: 1px;
	z-index:-5;
	border-radius: 5px;
	background-color: rgb(159, 99, 22);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.boton_naranja:hover:before, .boton_naranja:focus:before, .boton_naranja:active:before {
	-webkit-animation-name: boton_naranja;
	animation-name: boton_naranja;
}


/*Verde*/
@-webkit-keyframes boton_verde {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes boton_verde {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.boton_verde {
	width: auto;
	cursor:pointer;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
  	border-color: rgb(65, 139, 86);
  	border-style: solid;
  	border-radius: 5px;
  	background-color: rgb(79, 198, 138);
  	font-size: 12px;
  	font-family: "Arial";
  	color: rgb(246, 246, 246);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}
.boton_verde:before {
	content: '';
	position: absolute;
	border-width: 1px;
	z-index:-5;
	border-radius: 5px;
	background-color: rgb(79, 198, 138);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.boton_verde:hover:before, .boton_verde:focus:before, .boton_verde:active:before {
	-webkit-animation-name: boton_verde;
	animation-name: boton_verde;
}
/*blanco*/
@-webkit-keyframes boton_blanco {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes boton_blanco {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.boton_blanco {
	width: auto;
	cursor:pointer;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-color: rgb(105, 105, 105);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: "Arial";
	color: rgb(76, 76, 76);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	/*position: relative;*/
}
.boton_blanco:before {
	content: '';
	position: absolute;
	border-width: 1px;
	z-index:-5;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.boton_blanco:hover:before, .boton_blanco:focus:before, .boton_blanco:active:before {
	-webkit-animation-name: boton_verde;
	animation-name: boton_verde;
}


/*gris*/
@-webkit-keyframes boton_gris {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes boton_gris {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.boton_gris {
	width: auto;
	cursor:pointer;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-color: rgb(105, 105, 105);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(228, 228, 228);
	font-size: 12px;
	font-family: "Arial";
	color: rgb(33, 33, 33);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}
.boton_gris:before {
	content: '';
	position: absolute;
	border-width: 1px;
	z-index:-5;
	border-radius: 5px;
	background-color: rgb(228, 228, 228);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.boton_gris:hover:before, .boton_gris:focus:before, .boton_gris:active:before {
	-webkit-animation-name: boton_verde;
	animation-name: boton_verde;
}
/*Rojo*/

.boton_acciona {
	width: auto;
	cursor:pointer;
	padding: 5px 15px 5px 15px;
  	border-radius: 5px;
  	background-color: rgb(248, 49, 62);
  	font-size: 12px;
  	font-family: "Verdana";
  	color: rgb(246, 246, 246);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

/*Radio style*/


/*=================================
 *=======    Countdown Timer    ======
 *================================= */

#countdown-timer {
    
   
    display: inline-block;
}

#countdown-timer>.countdown-section {
    display: block;
    float: left;
    font-size: 62px;
    line-height: 1;
    color: #3f410c;
    letter-spacing: 3px;
    margin: 0 30px;
	text-align: center;
}

#countdown-timer>span.timer-day {
    color: #fff200;
}

#countdown-timer>span.timer-hour {
    color: #ff8a00;
}

#countdown-timer>span.timer-minute {
    color: #00b9ff;
}

#countdown-timer>span.timer-second {
    color: #8dc63f;
}

#countdown-timer>.countdown-section>.countdown-period {
    display: block;
    font-size: 22px;
    margin-top: 8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #909090;
}


