/*CSS Start*/

/* ================================================= GLOBAL ================================================= */
body{
	background-color:#FFF;
  	overflow-x:hidden !important;
}
body.modal-open{
	padding-right: 0px !important;
	overflow:auto !important;
	overflow-x:hidden !important;
}
img{
	border:0;
}
p, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
a, a:visited{
	text-decoration:none !important;
}
a:hover{
	text-decoration:none !important;
}
ul{
	padding-left:13px;
}
ol{
	padding-left:16px;
}
/* ================================================= GLOBAL ================================================= */

/* ================================================= BOOTSTRAP ================================================= */

/*Drop Down Menu*/
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
/*Drop Down Menu*/

/*Panel - Modal Paragraph*/
.modal-body p,
.panel-body p{
    margin-bottom: 27px;
}
.modal-body p:last-child,
.panel-body p:last-child{
	margin-bottom:0px;
}
/*Panel - Modal Paragraph*/

/*Custom Body*/
.container{
	
}
.container-full{
	
}
.container-fluid{
	
}
/*Custom Body*/

/*Custom Panel*/
.modal-body{
	text-align:justify;
}
.modal-backdrop{
	position:fixed;
}
.panel-custom {
    border-color: #034074;
	float:left;
	width:100%;
	margin-bottom:0px;
}
.panel-custom > .panel-heading {
    background-color: #034074;
    border-color: #034074;
    color: #fff;
}
/*Custom Panel*/

/*Title Fix*/
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Title Fix*/

/*UI Date Picker*/
.ui-datepicker{
	font-size:12px;
}
.ui-datepicker .ui-datepicker-header{
	background: #034074;
	border-color: #034074;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover{
	background: #ca9e64;
	border-color: #ca9e64;
}
.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span{
	background:url("images/ui-icons_ffffff_256x240.png");
	background-position:-48px -192px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-weight:normal;
	color:#034074;
}
/*UI Date Picker*/

/*Swipe Box*/
#swipebox-top-bar{
	display:table !important;
}
#swipebox-title {
    display: table-cell !important;
	vertical-align:middle;
    text-align: center;
    width: 100%;
	line-height:18px;
	padding-right:45px;
	padding-left:45px;
}
#swipebox-close {
    right: 5px !important;
}
.hoverSwipebox{
   background-color:#2e73b5;
   border-radius:4px;
   padding:3px 0px;
   color:#FFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 14px;
   box-shadow: 1px 1px 2px #666;
   z-index:999999;
   position:absolute;
   display:none;
   width:275px;
   text-align:center;
   line-height:20px;
   visibility:hidden;
}
.hoverSwipebox2{
	background-image:url("../resources/swipebox/img/swipe_bg.png");
	background-position:bottom center;
	background-repeat:repeat-x;
	width:170px;
	height:50px;
	z-index:999999999;
	position:fixed;
	display:none;
	visibility:hidden;
	left: 50%;
    margin-left: -85px;
	bottom:0;
}
@media (max-width: 480px) {
	.hoverSwipebox{
		display:none !important;
		visibility:hidden !important;
	}
	.hoverSwipebox2{
		visibility:visible !important;
	}
}
/*Swipe Box*/

/*Video Launch*/
.videoLaunchText{
	display:none !important;
}
.videoLaunchIframe{
	display:inline-block;
	width:100%;
	height:488px;
	border-radius:10px;
}
@media (max-width: 480px) {
	.videoLaunchIframe{
		height:270px;
	}
}
/*Video Launch*/

/*Data Tables*/
th[align='center'],
td[align='center']{
	text-align:center;
}
th[align='right'],
td[align='right']{
	text-align:right;
}
th[align='left'],
td[align='left']{
	text-align:left;
}
.dataTables_wrapper .glyphicon{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/* ================================================= BOOTSTRAP ================================================= */

/* ================================================= FUENTES ================================================= */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tahoma';
    src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tahoma.woff2') format('woff2'),
         url('../fonts/Tahoma.woff') format('woff'),
         url('../fonts/Tahoma.ttf') format('truetype'),
         url('../fonts/Tahoma.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ================================================= FUENTES ================================================= */

/*CSS End*//*CSS Start*/
/* ================================================= GENERALES ================================================= */
body{
    font-family: 'tahoma';
}
.header, .content, .footer {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
/* ================================================= GENERALES ================================================= */
/* ================================================= HEADER ================================================= */
.header p{
    padding-bottom: 30px;
}
.header p{
    font-size: 20px;
}
.header .logo{
    width: 100%;
    float: left;
    margin: 20px 0;
	margin-bottom: 5px;
}
.header .logo img{
    width: 100%;
    max-width: 200px;
}
/* ================================================= HEADER ================================================= */

/* ================================================= CONTENT ================================================= */
.items{
    text-align: left;
}
.panel .panel-heading .panel-title{
    text-align: center;
}
.panel-body ul{
    margin-bottom: 0;
    width: 100%;
}
.panel-body ul li{
    width: 100%;
    margin-bottom: 3px;
}
.panel-body ul li:last-child{
    margin-bottom: 0;
}
.panel-body ul li a{
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.panel-body a:last-child{
    margin-bottom: 0;
}
.panel-body a:hover{
    color: #848484;
}
/* ================================================= CONTENT ================================================= */

/* ================================================= FOOTER ================================================= */
.footer{
    margin: 20px 0;
    text-align: center;
}
.bloque1{
    width: auto; 
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.bloque1 img{
    max-width: 100px;
    margin-right: 10px;
    display: inline-block;
}
.bloque1 label{
    margin-left: 7px;
    display: inline-block;
}
.bloque1 input[type="text"]{
    border: 1px solid #000;
    width: 20%;
}
.bloque1 input[type="submit"]{
    margin-left: 15px;
    display: inline-block;
    background: #2e6da4;
    color: #fff;
    border: none;
    padding: 5px 15px;
    opacity: 1;
}
.bloque1 input[type="submit"]:hover{
    opacity: 0.7;
}
.bloque2{
    vertical-align: middle;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}
.bloque2 img{
    max-width: 60px;
    margin-left: 5px;
    display: inline-block;
}
/* ================================================= FOOTER ================================================= */

/*CSS End*//*CSS Start*/

/*
"@screen-xs": "480px",
"@screen-xs-min": "@screen-xs",
"@screen-phone": "@screen-xs-min",
"@screen-sm": "768px",
"@screen-sm-min": "@screen-sm",
"@screen-tablet": "@screen-sm-min",
"@screen-md": "992px",
"@screen-md-min": "@screen-md",
"@screen-desktop": "@screen-md-min",
"@screen-lg": "1200px",
"@screen-lg-min": "@screen-lg",
"@screen-lg-desktop": "@screen-lg-min",
"@screen-xs-max": "(@screen-sm-min - 1)",
"@screen-sm-max": "(@screen-md-min - 1)",
"@screen-md-max": "(@screen-lg-min - 1)",
*/
/*****/
@media (max-width: 1200px) { /*Large Desktop*/
	
}
@media (max-width: 992px) { /*Desktop*/
    .col-sm-4{
        width: 50%;
    }
    .bloque2{
        padding: 20px 0 0 0;
        margin-left: 0;
    }
}
@media (max-width: 768px) { /*Tablet*/
	.col-sm-4{
        width: 100%;
    }
    .header .logo img{
        max-width: 150px;
        width: 100%;
    }
    .bloque1, .bloque2{
        width: 100%;
    }
    .bloque1 input[type="submit"]{
        width: 50%;
        margin-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 480px) { /*Large Phone*/
    .bloque1 input[type="text"]{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 360px) { /*Medium Phone*/
	
}
@media (max-width: 320px) { /*Small Phone*/
	
}

/*CSS End*/