/* HTML Options */
html {}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-stretch: condensed;
	color: #555555;
	font-size: 12px;
	background: url(../img/bg.jpg);
}

.nomargin {
	margin:0px;
	padding:0px;
}

#logo{
	position: absolute;
	margin: 13px 0 0 23px;
	border: 0;
}

#shadow-left , #shadow-right{
	width: 53px;
	height: 526px;
	position: absolute;
	z-index: 100;
}

#shadow-left{
	top: 112px;
	left: -53px;
	background: url(../img/shadow-left.png) no-repeat 0 0;
}

#shadow-right{
	top: 112px;
	right: -53px;
	background: url(../img/shadow-right.png) no-repeat 0 0;
}

.wrapper{
	width: 978px;
	position: relative;
	margin: 0 auto;
}

.wrapper.width{
	width: 936px;
}

.wrapper-h{
	width: 978px;
	height: 112px;
	position: relative;
	margin: 0 auto;
	background: url(../img/linea-shadows-header.png) bottom center no-repeat;
}

.header {
	position: relative;
	height: 112px;
	background: url(../img/bg-header.jpg) repeat-x #212120;
	border-bottom: 1px solid #000;	
	/* Shadow Effect */
	/*-moz-box-shadow:    inset 0 -10px 60px #000;
    -webkit-box-shadow: inset 0 -10px 60px #000;
    box-shadow:         inset -50px 0 -60px #000;*/
}

.slider {
	height: 354px;
	background: url(../img/bg-slider.jpg) repeat-x top #ff4d22;
}

.menu {
	height: 57px;
	background: url(../img/bg-menu.jpg) repeat-x top #962206;
}

/*MENU*/
.menu-orange {
	position: relative;
	text-transform: uppercase;
	clear: both;
	width: 978px;
	height: 35px;
	margin: 0 auto; }
 
	.menu-orange ul {
		list-style: none;
		width: 620px;
		margin: 0 auto;
		padding: 0;
		font-family: 'MyriadProCondensed';
		font-size: 15px;
		text-shadow: 1px 1px 1px black; }
 
	.menu-orange li {
		float: left;
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 14px; }
 
		.menu-orange li.active {
			background: url(../img/menu/bg2.jpg) repeat 0 0;
			border-bottom: 1px solid #2a2700;
			color: #FFF; }
 
		.menu-orange li a {
			display: block;
			padding: 21px 40px;
			height: 100%;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #a72a19; }
 
			.menu-orange li a.last { border-right: 0px solid #1a1a1a; }
 
		.menu-orange li a { background: url(../img/menu/bg3.png) repeat -150px 0;  }
 
			.menu-orange li a:hover, li a:focus, li a:active {
				background-position: -150px 0;
				color: #FFF;
				padding: 24px 40px;
				/* Shadow Effect */
				-moz-box-shadow:    0 -10px 60px #000;
				-webkit-box-shadow: 0 -10px 60px #000;
				box-shadow:         0 0 4px #000;
				 }
 
#a a { background: url(../img/menu/images/bg.jpg) repeat -20px 35px; }
 
#b a { background: url(../img/menu/bg2.jpg) repeat 0 0; }
 
#gmenu a { background: url(../img/menu/bg3.png) repeat 0 0; }
 
#d a { background: url(../img/menu/images/bg4.jpg) repeat 0 0; }
/*ENDS MENU*/

.content{
	height: auto;
	padding: 20px 0;
	background: #fff;
}

#content{
	/*clear: both;*/
	min-height: 300px;
	overflow: hidden;
	font-size: 12px;
	color: #1d1612;
	line-height: 18px;
	display: block;
	padding: 0 20px;
}

#cnt-left{
	float: left;
	width: 184px;
	margin: 0 28px 0 0;
}

#cnt-center{
	float: left;
	width: 474px;
	margin: 0 28px 0 0;
}

#cnt-right{
	float: left;
	width: 222px;
	margin: 0;
}

.cnt-box-right{
	width: 260px; 
	float: right;
}

.inter-service{
	border-top:0px solid #43b0ce;
	background: url(../img/divider-horizontal-tabs.png) top center no-repeat;
	padding: 30px;
	margin: 0 0 20px 0;
	text-align:justify;
	overflow: hidden;

	/* Box Shadows */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	box-shadow: inset 0px 0px 25px rgba(0,0,0,0.3),
		  0 1px 0 #5e524f;
}

.box, .box2{
	background: url(../img/service/bg.jpg) #f5f5f5; 
	float: left; 
	padding: 20px;
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	/* Box Shadows */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2),
		  0 1px 0 #5e524f;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2),
		  0 1px 0 #5e524f;
	box-shadow: inset 0px 0px 25px rgba(0,0,0,0.2),
		  0 1px 0 #5e524f;
}

.box{
	width:900px;	
	/*background: url(../img/bg-menu.jpg) #fa321f; 
	margin: 0 0 20px 0;*/
}

.box2{
	width: 419px; 
}

.bgbox3{
	background: url(../img/service/bg2.jpg); 
}

.box.bpm{
	width:924px; 
	padding: 8px;
}

.box.bpn{
	width:924px; 
	padding: 2px;
}

.box.auto{
	width: auto; 
	padding: 8px;
	float: none; 
}

.box2-right{
	float: right;
	width:258px;
}

.box-right{
	float: right; 
	width:560px;
	overflow: hidden;
}

.box:hover, .box2:hover{
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	-moz-box-shadow:    0 0 8px #a0a0a0;
	-webkit-box-shadow: 0 0 8px #a0a0a0;
	box-shadow:         0 0 8px #a0a0a0;
}

.box-c{
	width: auto;
	position: relative;
	background: url(../img/service/bg.jpg) #f5f5f5; 
	padding: 10px 15px; 
	margin: 0 0 18px 0; 
	overflow: hidden;
	border-left: 3PX solid #dcdcdc;
	border-bottom: 3PX solid #dcdcdc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box-c-inter{
	float: left; 
	overflow: hidden; 
	width:475px;
}

.cnt-sub-box{
	overflow: hidden; 
	margin: 0 0 20px 0;
	clear: both;
}

.btn-icon{
	float: left; 
	width:158px;
	background: #FFF;
	padding: 10px;
	margin: 0 10px 8px 0;
	border: 1px solid #FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-icon:hover{
	border: 1px solid #f8f8f8;
}

.margin-right{
	margin-right: 20px;
}

.nomargin-right{
	margin-right: 0;
}

.img-icon{
	float: left; 
	border: 0px solid #CCC; 
	margin: 0 8px 10px 0;
}

.widthbig{
	width: 282px;
}

/*Shortcode*/
.slider-shprtcode {
	padding:4px 4px 4px 5px;
	position:relative;
	top:5px;
	margin: 0 0 4px 0;
	width: 306px;
	float:left;
	background:#e5e5e5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 border-radius: 3px;
	
	-moz-box-shadow:    0 0px 2px #cbcbcb;
	-webkit-box-shadow: 0 0px 2px #cbcbcb;
	box-shadow:         0 2px 2px #cbcbcb;
}

.slider-shprtcode.slid2{
	width: 138px;
}

.slider-shprtcode:hover {
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
	-moz-box-shadow:    0 0px 8px #858585;
	-webkit-box-shadow: 0 0px 8px #858585;
	box-shadow:         0 0px 8px #858585;
}

.slider-shprtcode.anything {
	padding:4px 4px 4px 0;
}
.slider-shprtcode.anything.gal {
	width: 300px;
	float:left;
}
/*Ends Shortcode*/



.footer {
	height: auto;
	padding: 18px 0;
	background: url(../img/bg-footer.jpg) top #ededed;
	border-top: 1px solid #b5b5b5;
	overflow: hidden;
}

.footer:hover {
	background: #ececec;
	
	-moz-box-shadow: 0 0 20px #c9c9c9;
	-webkit-box-shadow: 0 0 20px #c9c9c9;
	 box-shadow: 0 0 20px #c9c9c9;
}

.footer ul {
	margin: 0;
	padding: 0 20px;
}

.footer ul li {
	width: 218px;
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.footer ul li.last {
	margin: 0;
	overflow: inherit;
}

.footer ul li ul {
	margin: 0;
	padding: 0;
	color: #161616;
}

.footer ul li ul li {
	float: none;
	overflow: inherit;
	padding: 2px 2px 2px 16px;
	margin: 0;
	background: url(../img/icons/arrow.png) no-repeat 0 7px;
}

.bottom {
	height: auto;
	padding: 22px 0;
	background: url(../img/bg-bottom.jpg) top #d5d5d5;
	border-top: 1px solid #a4a4a4;
}

.inline{
	width:650px; height: 300px;
}

.bottom:hover{	
	-moz-box-shadow: 0 0 20px #a6a6a6;
	-webkit-box-shadow: 0 0 20px #a6a6a6;
	 box-shadow: 0 0 20px #a6a6a6;
}

.social {
	width: 190px;
	float: right;
	margin: 14px 0 0 0;
	color: #f8b61d;
}

.iconsocial {
	float: right;
	margin: 0 2px;
	border: 0;
}

.animatext{
	font-size: 26px;
	font-weight: 100;
}

h1 {
	float: right;
	clear: both;
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #dbdbdb;
	line-height: 28px;
	font-stretch: condensed;
	font-weight: 300;
	text-shadow: 2px 2px 2px black;
}

h2 {
	font-family: 'MyriadProCondensed';
	font-size: 24px;
	color: #4e4e4e;
	line-height: 24px;
	font-stretch: condensed;
	font-weight: 300;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

h2.mini {
	font-family: 'MyriadProCondensed';
	font-size: 20px;
	color: #4e4e4e;
	line-height: 26px;
	font-stretch: condensed;
	font-weight: 300;
	margin: 0 0 20px 0;
	background: url(../img/service/vineta.png) no-repeat 8px 9px #FFF;
	padding: 8px 16px 8px 58px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2.subtitle {
	font-family: 'MyriadProCondensed';
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	font-stretch: condensed;
	font-weight: 300;
	margin: 0 0 0 0;
	
	background: url(../img/bg-menu.jpg) #fa321f; 
	
	padding: 8px 16px 8px 16px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2.sub {
	font-family: 'MyriadProCondBold';
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	font-stretch: condensed;
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 2px 16px;
	text-shadow: 1px 1px 1px #333;
	
	background: url(../img/bg-menu.jpg) #fa321f; 
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.line1 {
	border-bottom: 4px solid #ad2613;
}

.line2 {
	border-bottom: 4px solid #1a8fc5;
}

.line3 {
	border-bottom: 4px solid #bac634;
}

h2.bg2 {	
	background: url(../img/bg-menu2.jpg) #20ade6; 
}

h2.bg3 {	
	background: url(../img/bg-menu3.jpg) #b5d71c; 
}

h2.bg4 {	
	background: url(../img/bg-menu4.jpg) #f9f1cd; 
}

h2.bg5 {	
	background: url(../img/bg-menu5.jpg) #f9f1cd; 
}

.bg-txt1{ background: #d9d9d9; border-top: 1px solid #ffc000; border-bottom: 1px solid #ffc000; padding: 8px;}
.bg-txt2{ background: #d9d9d9; border-top: 1px solid #ff0000; border-bottom: 1px solid #ff0000; padding: 8px;}

h3, h3 a {
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	color: #6f6f6f;
	line-height: 22px;
	font-stretch: condensed;
	font-weight: 300;
	text-decoration: none;
	margin: 0 0 20px 0;
}

h3 a:hover {
	color: #2e2e2e;
	text-shadow: 0px 0px 5px white; 
}

h3.serv-mini{
	font-family: 'BebasNeueRegular';
	font-size: 17px;
	color: #6f6f6f;
	line-height: 17px;
	font-stretch: condensed;
	font-weight: 300;
	text-decoration: none;
}

h4{
}

.divbg1{
	padding: 16px;
	background: #fff;
	overflow: hidden;
	
	/* Box Shadows */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	box-shadow: inset 0px 0px 25px rgba(0,0,0,0.3),
		  0 1px 0 #5e524f;
}

.divcenter{
	position: relative;
	margin: 0 auto;
}

.aligncenter{
	text-align: center;
}

p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #161616;
	line-height: 18px;
}

.mini{
	font-size: 10px; line-height: 11px; text-align: justify;
}
p.mini{
	font-size: 10px; line-height: 11px; text-align: justify;
}

.txt-right{
	text-align: right;
}

.black{
	color: #000;
}

.orange{
	color: #ff6122;
}

.oculto{
	display:none;
}

.fright{
	float: right; margin: 0 0 0 18px;
}

.fleft{
	float: left; margin: 0 18px 0 0;
}

ul{
	list-style:circle;
	color: #161616;
    font-size: 13px;
    margin: 0 0 20px 18px;
    padding: 0;
}
ul.rslides{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 7px solid #f3f3f3;
}

ul.rslides li{
	margin: 0 0 0 0;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.box-rastreo{
	background:url(../img/bg-rastreo.jpg); 
	padding: 10px 12px;
	margin: 0 0 15px 0;
	border: 2px solid #FFF;
	font-size: 10px;
	overflow: hidden;
	
	-moz-box-shadow: 0 2px 2px #d4d4d4;
	-webkit-box-shadow: 0 2px 2px #d4d4d4;
	 box-shadow: 0 2px 2px #d4d4d4;
	 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-rastreo:hover{
	-moz-box-shadow: 0 2px 2px #d4d4d4;
	-webkit-box-shadow: 0 2px 2px #d4d4d4;
	 box-shadow: 0 0px 6px #b1b1b1;
}

.btn{
	float: left;
	width: auto;
	padding: 10px 20px;
	color: #464646;
	font-size: 11px;
	border: 1px solid #f6b558;
	cursor: pointer;
	
	background: #fdc33c;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #fdc033, #fb8b05);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
			top top, bottom top, from(#fdc033), to(#fb8b05));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
	StartColorStr='#fdc033', EndColorStr='#fb8b05', GradientType=1);
	
	-moz-box-shadow: 0 2px 2px #d4d4d4;
	-webkit-box-shadow: 0 2px 2px #d4d4d4;
	 box-shadow: 0 2px 2px #a7a7a7;
}

.btn a{
	text-decoration: none;
	color: #464646;
}

.btn:hover{
	background: #fdc33c;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #fb8b05, #fdc033);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
			top top, bottom top, from(#fb8b05), to(#fdc033));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
	StartColorStr='#fb8b05', EndColorStr='#fdc033', GradientType=1);
}

/*::::::::: OVER IMAGE :::::::::*/

ul.overimg {
	width: 186px;
	list-style: none;
	margin: 0 0; 
	padding: 0;
	float: left;
	background-color:#;
	
}
ul.overimg li {
	float: left;
	margin: 0px; padding: 0;
	text-align: left;
	border: 0px solid #;
	-moz-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	
	padding-left: 0px;
}
ul.overimg li a.thumb {
	width: 186px;
	height: 55px;
	border-bottom: 0px solid #;
	cursor: pointer;
	padding-left: 0px;
}
ul.overimg li span { /*--Used to crop image--*/
	width: 186px;
	height: 55px;
	overflow: hidden;
	display: block;
}
ul.overimg li a.thumb:hover {
	background: #;
}
ul.overimg li h2 {
	font-size: 0em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 0px;
	background: #;
	border-top: 0px solid #; /*--Subtle bevel effect--*/
}
ul.overimg li a {text-decoration: none; color: #; display: block; padding: 0;}

/*::::::::: ENDS OVER IMAGE :::::::::*/

.tbox{
	padding: 12px 12px;
	background: #f7f7f7;
	font-size: 17px;

	font-family: 'BebasNeueRegular';
	color: #6f6f6f;
	line-height: 10px;
	font-stretch: condensed;
	font-weight: 300;
	text-decoration: none;
	
	-moz-border-radius: 12px 12px 0 0;
	-khtml-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	
	-moz-box-shadow: inset 0 0px 12px #a7a7a7;
	-webkit-box-shadow: inset 0 0px 12px #a7a7a7;
	 box-shadow: inset 0 0px 12px #a7a7a7;
}

.tbox:hover{
	color: #2c2c2c;
	cursor: pointer;
	
	-moz-box-shadow: inset 0 0px 12px #2c2c2c;
	-webkit-box-shadow: inset 0 0px 12px #2c2c2c;
	 box-shadow: inset 0 0px 12px #2c2c2c;
}

span.arrowright{
	float: right;
	width: 41px;
	height: 25px;
	background: url(../img/service/vineta.png) no-repeat 0 0;
}

span.text-yellow{
	font-family: Arial, Helvetica, sans-serif;
	color: #fcb21a;
	font-size: 10px;
	line-height: 10px;
}

span.text-yellow2{
	font-family: Arial, Helvetica, sans-serif;
	color: #fcb21a;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}


/*CICLE IAMGES HOVER*/

	.slideshow-block{
		position: relative;
		width: 211px;
		height: 89px;
		overflow: hidden;
		border: 6px solid #f3f3f3;
		margin: 0 0 16px 0;
		/*background: #111 url('img/img/bg.jpg');*/
	}
	
	.slideshow-block:hover{
		border: 6px solid #656565;
		
		-moz-box-shadow: 0 0px 10px #3c3c3c;
		-webkit-box-shadow: 0 0px 10px #3c3c3c;
		 box-shadow: 0 0px 10px #3c3c3c;
	}
	
	.image1{
		background: url(../img/service/transporte/m1.jpg);
	}
	
	.image2{
		background: url(../img/service/generales/m1.jpg);
	}
	
	.image3{
		background: url(../img/service/publicidad/m1.jpg);
	}
	
	a.link{
		position:absolute;		
		width: 211px;
		height: 89px;
		display: block;
		z-index: 10;
		/*background: url('../img/img/logo.png') no-repeat center top;*/
	}
	a.link:hover{
		background-position: center -150px;
	}
	.slides{
		z-index:0;
		visibility:hidden;
		margin: 0;
		padding: 0;
	}
	.slides.active{
		visibility:visible;
	}
/*ENDS CICLE IAMGES HOVER*/

.transition{
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.textlink{
	text-decoration: underline;
	color: #383838;
}

.link:hover{
	text-decoration: underline;
	color: #000;
}

.link-box{
	float: right;
	padding: 10px 14px;
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	background: url(../img/bg-link-box.png) repeat-x top;
	
	-moz-box-shadow: 0 2px 2px #2c0300;
	-webkit-box-shadow: 0 2px 2px #2c0300;
	 box-shadow: 0 2px 2px #2c0300;
	 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.more{
	float: right;
	text-decoration: underline;
	color: #262626;
}

.more:hover{
	color: #650000;
}

.more-map{
	width: 120px;
	height: 35px;
	line-height: 30px;
	float: left;
	text-align: center;
	text-decoration: underline;
	color: #000;
	/*padding: 14px 10px 14px 26px;*/
	margin: 0;
	background: url(../img/icons/more-map.png) no-repeat 0 0;
}

.more-map:hover{
	text-decoration: blink;
	background: url(../img/icons/more-map.png) no-repeat 0 0 #FFF;
}

.more-cv{
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	margin: 0;
	/*padding: 15px 15px 15px 34px;*/
	text-decoration: underline;	
	line-height: 40px;
	background: url(../img/icons/cv.png) no-repeat 8px 10px;
}

.more-cv:hover{
	text-decoration: blink;
	background: url(../img/icons/cv.png) no-repeat 8px 10px #fff;	
}

.more-car{
	float: right;
	color: #FFF;
	margin: 0;
	padding: 15px 15px 15px 34px;
	text-decoration: underline;	
	font-family: 'BebasNeueRegular';
	line-height: 10px;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background: url(../img/menu/bg2.jpg) no-repeat 0 0 #ff5124;
	
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.more-car:hover{
	color: #262626;
	background: url(../img/icons/onebit.png) no-repeat 8px 12px #FFF;
	
	-moz-box-shadow: 0px 0px 8px #848484;
	-webkit-box-shadow: 0px 0px 8px #848484;
	box-shadow: 0px 0px 8px #848484;
	
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.more-black{
	float: left;
	color: #FFF;
	margin: 0;
	padding: 15px;
	height: 50px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'BebasNeueRegular';
	line-height: 50px;
	border-left: 20px solid;
	border-right: 20px solid;
	border-color: #201b1e;
	background: #201b1e;
}

.more-black:hover{
	color: #000;
	background: #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	
	/* Transition Effect */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}


/*ol, ul { 
    list-style: none; 
}*/

ul.bottm{
	margin: 0;
	padding: 0;
}

ul.bottm li, ul.bottm li a{
	padding: 0;
}

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

ul.circle{
	margin: 0 0 20px 18px;
	padding: 0;
	font-size: 13px;
	color: #161616;
}

ul.circle li{
	list-style: circle;
	padding: 0 0 0px 4px;
}

.clear{
	clear: both;
	height: 20px;
}

.clear2{
	clear: both;
	height: 5px;
}

.right{
	float: right;
}

.left{
	float: left;
}

.leftb{
	float: left;
	margin: 0 18px 0 0;
}

.rightb{
	float: right;
	margin: 0 0 0 18px;
}

.line-vertical{
	float: left;
	width: 48px;
	height: 185px;
	background: url(../img/sombra-line.png) no-repeat 0 0;
}

.right-box{
	/*float: right; */
	overflow: hidden; 
	/*width: 650px;*/
}


.imgcenter{
	margin: 0 auto;
	border: 7px solid #f3f3f3;
}

.imgleft.border{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #c1cfd8;
}

.imgleft, .imgright{
	border: 7px solid #f3f3f3;
}

/*.imgleft:hover, .imgright:hover{
	border: 7px solid #a6a6a6;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}*/

.imgleft{
	float: left;
	margin: 0 18px 18px 0;
}

.nomargin-left{
	margin: 0;
}

.imgright{
	float: right;
	margin: 0 0 18px 18px;
}

.iconfolder{
	margin: 0 0 0 50px;
	border: 0;
}

		/* ---- styling the list ---- */
		
		#work {
			float:left;
			list-style:none;
			margin:0 0 20px 0;
			padding:0;
			
		}
		#work li {
			float:left;
			display:block;
			width:290px;
			margin:3px;
			display:inline;
			padding:3px; 
			background:#fff;
			border:5px solid #F3F3F3; 
			height:142px;

		}
		#work li a {
			border:none;
		}
		
		#work li:hover {
			-moz-box-shadow: 0px 0px 8px #848484;
			-webkit-box-shadow: 0px 0px 8px #848484;
			box-shadow: 0px 0px 8px #848484;
		}
		
		#work p {
			margin-bottom:0;
			font-size: 11px;
			color: #333333;
			font-style: italic;
		}
		
		
		/* ---- show-hide elements ---- */
		
		#work li .show{
			display:block;
			width:290px;
			height:142px;
		}
		#work li .hide {
			color:#d4df9d;
			text-align: left;
			height: 0;
			overflow: hidden;
			
			background: #fdc33c;
			/* Mozilla: */
			background: -moz-linear-gradient(top, #fb8b05, #fdc033);
			/* Chrome, Safari:*/
			background: -webkit-gradient(linear,
					top top, bottom top, from(#fb8b05), to(#fdc033));
			/* MSIE */
			filter: progid:DXImageTransform.Microsoft.Gradient(
			StartColorStr='#fb8b05', EndColorStr='#fdc033', GradientType=1);
	
		}
		#work li:hover .hide, #work li.over .hide {
			cursor: pointer;
			width:270px;
			height: 122px;
			padding:10px;
			
			/* Transition Effect */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;	
		}
		#work li:hover .show, #work li.over .show {
			height: 0;
			overflow: hidden;
		}
		
		#work li a {
			color:#000;
			font-size:11px;
		}
		#work li a:hover {
			color:#fff;
		}
		
/*
|--------------------------------------------------------------------------
toTop 
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*::::::::: FORMS :::::::::*/

.tmptxt{
	width:78px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #FFF;
}

.tmptxt:hover{
	width:78px;
}


#contact-left {
	float: left;
	width: 460px;
	line-height: 22px;
}

#contact-right {
	float: right;
	width: 450px;
	line-height: 18px;
}

label {
	color: #ff0f47;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

label span{
	width: 130px;
	float:left;
	text-align:left;
	padding:0 0 0 0px;    
	color:#242424;
	background-color:inherit; 
	line-height:25px;
}

input.minir{
	margin: 8px 0;
	padding: 8px 8px 8px 8px;
	background: url(../img/icons/email.png) no-repeat 8px 8px #e0e0e0;
	border: 1px solid #a0a0a0;
}

input.minir:hover{
	color: #FFF;
	background: #585858;
	border: 1px solid #535353;
}

input.check {
	border: 1px solid #8f8f8f;
	background: #f3f3f3;
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 30px;
	color: #000;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	border: 1px solid #8f8f8f;
	background: #f3f3f3;
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 30px;
	color: #000;
	width: 416px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input:focus {
	border: 1px solid #261000;
	color: #261000;
	background: #fff;
	padding: 10px 30px 10px 10px;
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

input.formbox {
	border: 1px solid #8f8f8f;
	background: #f3f3f3;
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 30px;
	color: #000;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.formbox2 {
	border: 1px solid #8f8f8f;
	background: #FFF;
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 10px;
	color: #000;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select.for {
	border: 1px solid #8f8f8f;
	background: #FFF;
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 10px;
	color: #000;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	border: 1px solid #8f8f8f;
	background: url(../../img/bg-input.jpg);
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 30px;
	color: #6d6d6d;
	width: 416px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

textarea:focus {
	border: 1px solid #261000;
	color: #261000;
	background: #fff;
	padding: 10px 30px 10px 10px;
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

textarea.tx2 {
	border: 1px solid #8f8f8f;
	background: url(../../img/bg-input.jpg);
	margin: 0 5px 10px 0;
	padding: 10px 10px 10px 10px;
	color: #6d6d6d;
	width: 280px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

input#submit{
	width: 76px;
	padding: 8px 8px;
	margin-top: 0px;
	float: left;
	margin-left: 6px;
	margin-right: 0px;
	float: right;
	color: #fff;
	background: #111111;
	cursor: pointer;
	
	border-radius: 0px;
	border: 1px solid #525c00;
	border-top: 1px solid #525c00;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	/*text-shadow: 1px 1px 1px black;*/
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

input#submit:hover{
	background: #ff431c;
	color: #000;
	
	-moz-box-shadow: 0 1px 2px black;
	-webkit-box-shadow: 0 1px 2px black;
	box-shadow: 0 1px 2px black;
	
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.text-contact{
	width: 535px;
	overflow: hidden;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.user{
	background:#f3f3f3 url(../img/icons/form_elements.png) no-repeat 0px 0px;
}

.password{
	background:#f3f3f3 url(../img/icons/form_elements.png) no-repeat 0px -90px;
}

.email{
	background:#f3f3f3 url(../img/icons/form_elements.png) no-repeat 0px -30px;
}

.web{
	background:#f3f3f3 url(../img/icons/form_elements.png) no-repeat 0px -60px;
	height: 15px;
}

.web:focus{
	background: none;
	height: auto;
	
	/* Transition Effect */
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/*Shortcode*/
.slider-shprtcode {
	padding:4px 4px 4px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 border-radius: 3px;
	 position:relative;
	 top:5px;
	 margin: 0 0 4px 0;
}
.slider-shprtcode.anything {
	padding:4px 4px 4px 0;
}
.slider-shprtcode.anything.gal {
	width:708px;
	float:left;
}

.cnt-tabs{
	width: 100%; background: #; position: relative; float: left;
}

a.btn-box{
float:left;
color:#272727;
padding: 12px 30px;
margin-right:0px;
text-decoration: none;
border-bottom:0px solid #007cb4;
background-color:#f3f3f3;
cursor:pointer;
border-left: 1px solid #d6d4d4;
border-bottom: 1px solid #d6d4d4;

/* Box Shadows */
-webkit-box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
-moz-box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
	  
 /* Transition Effect */
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

a.btn-box:hover, a.btn-box.active {
	color: #FFF;
	background: url(../img/bg-menu.jpg) #ff5023;
	border-left: 1px solid #fba615;
	border-bottom: 1px solid #fba615;
}

/* TABS ------------------------------------------------------------------------------*/

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:100%;
overflow:hidden;
font-family: Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
}

ul.tabs li{
list-style-type:none;
display:block;
float:left;
color:#272727;
padding: 12px 30px;
margin-right:0px;
border-bottom:0px solid #007cb4;
background-color:#f3f3f3;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
cursor:pointer;
border-left: 1px solid #d6d4d4;
border-bottom: 1px solid #d6d4d4;

/* Box Shadows */
-webkit-box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
-moz-box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
box-shadow: inset 4px 0px 6px rgba(0,0,0,0.2),
      0 1px 0 #5e524f;
	  
 /* Transition Effect */
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}

ul.tabs li:hover {
	color: #FFF;
	background: url(../img/bg-menu.jpg) #ff5023;
	border-left: 1px solid #fba615;
	border-bottom: 1px solid #fba615;
}

ul.tabs li.current {
	color: #fff;
	border-left: 1px solid #711100;
	border-bottom: 1px solid #711100;
	padding: 12px 30px;
	background: url(../img/bg-menu.jpg) #ff5023;
}

ul.tabs li.current a {
	color: #fff;
}

ul.tabs li a{
	text-decoration: none;
	color: #000;
}

.tabscontent {
	border-top:0px solid #43b0ce;
	background: url(../img/divider-horizontal-tabs.png) top center no-repeat;
	padding: 30px;
	margin: 0 0 20px 0;
	display:none;
	text-align:justify;
	overflow: hidden;

/* Box Shadows */
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
      0 1px 0 #5e524f;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6),
      0 1px 0 #5e524f;
box-shadow: inset 0px 0px 25px rgba(0,0,0,0.3),
      0 1px 0 #5e524f;
}

.tdheight1{
	height: 50px;
}

.tdheight2{
	height: 138px;
}

.cnt-table{
	width: 100%; clear:both;
}

.margin1{ margin-left:25px;}

/* TABLA */

.table-cnt-center{
	width: 675px;
	margin: 0 auto;
}

.table {
	float: left;
	border-collapse: collapse;
	margin: 16px 6px;
	padding: 0;
	width: 186px;
	
	/* Box Shadows */
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3),
		  0 1px 0 #5e524f;
}
.table td {
	padding: 10px;
	background: url(../img/service/bg.jpg); 
	border-bottom: 1px solid #dfdfdf;
}
.table thead td {
	font-weight: bold;
	border-bottom: 3px double #e3a628;
	border-top: 1px solid #e3a628;
	background: url(../img/service/bg2.jpg);
}
.table .odd td {
	background: url(../img/service/bg.jpg); 
}

.table2 {
	float: left;
	border-collapse: collapse;
	margin: 16px 6px;
	padding: 0;
	width: auto;
}
.table2 td {
	padding: 10px;
	background:; 
	border-bottom: 1px solid #dfdfdf;
}
.table2 thead td {
	font-weight: bold;
	/*border-bottom: 3px double #e3a628;
	border-top: 1px solid #e3a628;*/
	background: url(../img/bg-menu4.jpg);
	border-bottom: 1px solid #7b5300;
}
.table2 .odd td {
	background: ; 
}

.table3 {
	float: left;
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	
	/* Box Shadows */
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.6),
		  0 1px 0 #5e524f;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3),
		  0 1px 0 #5e524f;
}
.table3 td {
	width: 33%;
	padding: 10px;
	background: url(../img/service/bg.jpg); 
	border-bottom: 1px solid #dfdfdf;
}
.table3 thead td {
	font-weight: bold;
	border-bottom: 3px double #e3a628;
	border-top: 1px solid #e3a628;
	background: url(../img/service/bg2.jpg);
	border-left: 1px solid #966;
}
.table3 .odd td {
}

/*ENDS TABLA */


/* IMPORTS ------------------------------------------------------------*/

/*@import url('anythingslider.css');*/

/* HACKS ------------------------------------------------------------*/