@charset "utf-8";

html,body{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

body{
	background: #ffffff;
	overflow-x: hidden;
}

table th {
	cursor: pointer;
}

.clear-fix{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	display: block;
}
.float_l{float:left;}
.float_r{float:right;}

.align_l{text-align:left;}
.align_r{text-align:right;}
.align_c{text-align:center;}

.sep5px{width:100%; height:5px;}
.sep10px{width:100%; height:10px;}
.sep20px{width:100%; height:20px;}

/* FUENTES */

@font-face {
	font-family: 'Gotham-Medium';
	src: url('fuentes/Gotham-Medium.eot');
	src: local('☺'), url('fuentes/Gotham-Medium.woff') format('woff'), url('fuentes/Gotham-Medium.ttf') format('truetype'), url('fuentes/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fuentes/Gotham-Book.eot');
	src: local('☺'), url('fuentes/Gotham-Book.woff') format('woff'), url('fuentes/Gotham-Book.ttf') format('truetype'), url('fuentes/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fuentes/Gotham-Bold.eot');
	src: local('☺'), url('fuentes/Gotham-Bold.woff') format('woff'), url('fuentes/Gotham-Bold.ttf') format('truetype'), url('fuentes/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-XLight_0';
	src: url('fuentes/Gotham-XLight_0.eot');
	src: local('☺'), url('fuentes/Gotham-XLight_0.woff') format('woff'), url('fuentes/Gotham-XLight_0.ttf') format('truetype'), url('fuentes/Gotham-XLight_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Ultra_0';
	src: url('fuentes/Gotham-Ultra_0.eot');
	src: local('☺'), url('fuentes/Gotham-Ultra_0.woff') format('woff'), url('fuentes/Gotham-Ultra_0.ttf') format('truetype'), url('fuentes/Gotham-Ultra_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/********************************LOADING*****************************************/
#loading_ajax{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); text-align:center; z-index:999998;}

#loading_ajax .blockG{
	position:absolute;
	background-color:rgb(255,255,255);
	width:10px;
	height:23px;
	border-radius:8px 8px 0 0;
		-o-border-radius:8px 8px 0 0;
		-ms-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		-moz-border-radius:8px 8px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:0.782s;
		-o-animation-duration:0.782s;
		-ms-animation-duration:0.782s;
		-webkit-animation-duration:0.782s;
		-moz-animation-duration:0.782s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#loading_ajax #floatingBarsG{
	position:relative;
	width:60px;
	height:75px;
	margin:15% auto;

}
#loading_ajax #floatingBarsG #rotateG_01{
	left:0;
	top:27px;
	animation-delay:0.2895s;
		-o-animation-delay:0.2895s;
		-ms-animation-delay:0.2895s;
		-webkit-animation-delay:0.2895s;
		-moz-animation-delay:0.2895s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#loading_ajax #floatingBarsG #rotateG_02{
	left:8px;
	top:10px;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#loading_ajax #floatingBarsG #rotateG_03{
	left:25px;
	top:3px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#loading_ajax #floatingBarsG #rotateG_04{
	right:8px;
	top:10px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#loading_ajax #floatingBarsG #rotateG_05{
	right:0;
	top:27px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#loading_ajax #floatingBarsG #rotateG_06{
	right:8px;
	bottom:7px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#loading_ajax #floatingBarsG #rotateG_07{
	bottom:0;
	left:25px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#loading_ajax #floatingBarsG #rotateG_08{
	left:8px;
	bottom:7px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}

@keyframes fadeG{
	0%{
		background-color:rgb(236,110,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:rgb(236,110,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:rgb(236,110,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(236,110,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:rgb(236,110,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/********************************LOADING*****************************************/

a.enlace_gris{ color:#555555;  }
a.enlace_gris:hover{ cursor:pointer; text-decoration: underline; }


.mensaje-info{
	padding: 5px;
	font-size: 15px;
	background:#ff3500;
	color:#FFFFFF;
	width:auto;
	min-width: 150px;
	position:fixed;
	top: 10px;
	text-align:center;
	z-index: 999999;
	border: 1px solid #ffffff;
}

.fullPage{
	width: auto!important;
}

.datepicker{ text-align: center; width:80px !important; }

.getFullPage{
	float: right;
	width: 50px;
	height: 35px;
	border-radius: 0px 0px 10px 10px;
	background: #ff4f20 url(../imgs/getFullPage.png) no-repeat 11px 3px;
	margin-right: 5px;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 5px #ffffff;
	-webkit-box-shadow: 0px 0px 5px #ffffff;
	box-shadow: 0px 0px 5px #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff');
}
.getFullPage:hover{
	-moz-box-shadow: 0px 0px 10px #ffffff;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	box-shadow: 0px 0px 10px #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff');
}


body { margin: 20px; }

marquee.marquee{
	height: 25px;
	width: 100%;
	float: right;
	overflow: hidden;
	position: relative;
	margin: 1px 0px -9px 0px;
	color: #1d9edd;
}

marquee.marquee.only-home{
	margin: 25px 0px -35px 0px;
}

marquee.marquee .seep{
	width: 350px;
	display: inline-block;
}

.piedepagina{
	color: #777776;
    font-family: "Gotham-Book",sans-serif;
    font-size: 12px;
    margin: 30px auto 0;
	border-top: 2px solid #777776;
    padding-bottom: 20px;
	padding-top: 20px;
    text-align: center;
	width: 100%;
}

/* TRANSPORTE */
.small_loading{
	background: url(../imgs/loading.gif) no-repeat;
	width: 15px;
	height: 15px;
	display: none;
}
#frm_envio .small_loading{
	float: right;
}
#frm_envio #seleccionar_transporte{
	width: 230px;
    height: 22px;
}
/* FIN TRANSPORTE */
