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


body{
	font-family:Calibri, "Segoe UI", Arial;
	color:#333;
	margin:0px;
	padding:0px;
	background:#fff url(images/footer.gif) bottom repeat-x;
	margin:0px;
	padding:0px;
	vertical-align: top;
	table-layout: auto;
	background-color: #FFF;
}

a{
	color:#69F;
	font-size: inherit;
}

a img:hover {
	filter:alpha(opacity=70);
..-opacity:0.7; 	opacity:0.7;
	-khtml-opacity:0.7;
	text-align: center;
}


.imgHoverable a img:hover {
filter:alpha(opacity=100); ..-opacity:1; opacity:1; -khtml-opacity:1;
}

#boton .imgHoverable a img:hover {
filter:alpha(opacity=100); ..-opacity:1; opacity:1; -khtml-opacity:1;
}


p{
	margin:2px;
	padding:2px;
	font-family: Calibri, "Segoe UI", Arial;
	vertical-align: middle;
	text-align: left;
	color: #333;
	font-size: inherit;
}

img{
border:none;
}

h1{
	color:#002953;
	margin:0px;
	display:block;
	font-size:1.5em;
	margin-bottom:5px;
	font-weight: bold;
}

h3{
	color:#002953;
	margin:0px;
	display:block;
	font-size:1em;
	margin-bottom:5px;
	word-spacing: normal;
}

h2{
	color:#69F;
	margin:0px;
	display:block;
	font-size:2.5em;
	margin-bottom:1px;
}

#topbar{
width:100%;
height:20px;
background:url(images/top_bar.jpg);
}

.column{
	float:left;
	height:auto;
	overflow:hidden;	
	
}

.submit {
font-size:22px;
background:url(images/contact/contact.png) no-repeat; 
color:#6E89A9; 
width:119px;
height:109px;
font-weight:bold;
text-align:right; 
margin-left:255px; 
margin-top:0px; 
border:0px none; 
text-align:center;	
cursor:pointer;
}


.submit:hover{
	color:#FFF;
	background:url(images/contact/contact_hover.png) no-repeat; 

}

.input:hover{
filter:alpha(opacity=70); ..-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
}

#top{
	background:url(images/oculus.jpg) no-repeat bottom;
	height:180px;
}
#topdis{
	background:url(images/distance/trainbrian1.png) no-repeat bottom;
	height:180px;
}

#featured{

}

#featuredja{
	width:1008px;
	margin-left: 8px;
	margin-top: 30px;
	position:relative;
	height:250px;
	background:#fff;
	border:0px solid #ccc;
	background-color: #FFFFFF;
    }  

    #featured ul.ui-tabs-nav{
	position:absolute;
	left:790px;
	list-style:none;
	padding:0;
	margin:0;
	width:216px;
	height: 178px;
	font-size: 10px;
	vertical-align: middle;
	top: 0px;
	   }  
    #featured ul.ui-tabs-nav li{  
        padding:1px 0; padding-left:13px;  
        font-size:12px;  
        color:#666;  
    }  
    #featured ul.ui-tabs-nav li span{
	font-size:12px;
	line-height:normal;
	color: #3D3D3D;
	text-align: left;
	vertical-align: middle;
    }  
	
	    #featured .ui-tabs-panel{
	width:780px;
	height:250px;
	background:#999;
	position:relative;
	overflow:visible;
    }  
    #featured .ui-tabs-hide{  
        display:none;  
    }  
	    #featured li.ui-tabs-nav-item a{/*On Hover Style*/
	display:block;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:5px;

		vertical-align:middle
		color:#333;  	background:#fff;
	line-height:20px;
	outline:none;
    }  
    #featured li.ui-tabs-nav-item a:hover{
	background; #D5D5D5;
     }  
    #featured li.ui-tabs-selected{ /*Selected tab style*/
	
    }  
    #featured ul.ui-tabs-nav li.ui-tabs-selected a{
	font-size: 10px;
	text-align: left;
	background-image: url(images/shopperforms/jbut.png);
    }  
	#featured ul.ui-tabs-nav li img{
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:5px;
	border:10px solid #eee;
	} 
	    #featured .ui-tabs-panel .info{
	position:absolute;
	top:180px;
	left:0;
	height:70px;
	width: 794px;
	background: url('images/shopperforms/transparent-bg.png');
    }  
    #featured .info h2{
	font-size:18px;
	font-family:Calibri, "Segoe UI", Arial;
	;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
    }  
    #featured .info p{
	margin:0 5px;
	font-family:Calibri, "Segoe UI", Arial;
	font-size:15px;
	line-height:15px;
	color:#f0f0f0;
    }  
    #featured .info a{  
        text-decoration:none;  
        color:#fff;  
    }  
    #featured .info a:hover{  
        text-decoration:underline;  
    }  

#menubar{
	width:1024px;
}

#menu{
	border-bottom:3px #47358A solid;
	margin:0px;
	padding-top:12px;
	height:80px;
}

#container{
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:auto;
	overflow:auto;
}
#rounded{
	background:url('/common/assets/img/intl/menu-active-long.png') repeat-y left;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	line-height: 24px;
}

#roundedround{
	background:url('/common/assets/img/intl/menu-active-long.png') repeat-y left;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	line-height: normal;
}

#roundedborder{
	border:3px #FFFFFF solid;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	line-height: 16px;
}

#roundedright{
	background:url('/common/assets/img/intl/menu-active-long.png') repeat-y left;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	line-height: 14px;
}

#roundedleft{
	background:url('/common/assets/img/intl/menu-active-long.png') repeat-y left;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	line-height: 14px;
}

#social{
	margin-left: 20px; padding-top: 14px;
}
#social2{
	margin-left: 20px; padding-top: 5px;
}

#sideblog{
	color:#FFF;
	font-size:20px;
	padding-left:30px;
	padding-top:30px;
	padding-right: 30px;
}

#sideblog h2{
	color:#FFF;
}
.content{
	width:1024px;
	height:auto;
	overflow:hidden;
}

#footer{
	width:100%;
	height:100px;
	background:url(images/footer.png) repeat-x;
	
}

#menufooter{
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	padding-top:30px;
}

#footerlinks{
	width:784px;
	height:auto;
	float:left;
	overflow:auto;
	padding-left:20px;
	font-size:13px;
	overflow:hidden;
}

#footerlinks a{
	color:#F3F3F3;
	text-decoration:none;
	overflow:hidden;
}

#footerlinks a:hover{
	color:#F3F3F3;
	text-decoration:underline;	
}

.boton{
	margin-bottom:20px;
	float: right;
	background:url(images/try.png) no-repeat;
	width:158px;
	height:162px;
}

.boton:hover{
	margin-bottom:20px;
	float:right;
	background:url(images/try_hover.png) no-repeat;
	width:158px;
	height:162px;
	cursor:hand;
	cursor:pointer;
	font-family: Calibri, "Segoe UI", Arial;
}

.try{
	width:181px;
	height:180px;
	background:url(images/try.png) top left no-repeat;
	position:relative;
	margin-top:100px;
	z-index:200;
}

.try:hover{
background:url(images/try_hover.png) top left no-repeat;


}

.clear {clear: both; margin: 0px; }


.white{
	color:#2C2C2C;
}
.medium{font-size:1.1em;}
.big{font-size:1.7em;}
.boxpad p{padding:5px; padding-top:10px;  padding-right:11px; margin:0px; }
.boxpad2 p{padding:5px; padding-top:10px;  padding-right:11px; margin:0px; }
.boxpad3 p{padding:5px; padding-top:10px;  padding-right:11px; margin:0px; }

.boxpad  {background:url(images/about/bg1.gif) no-repeat;}
.boxpad2  {background:url(images/about/bg2.gif) no-repeat;}
.boxpad3  {background:url(images/about/bg3.gif) no-repeat;}

.boxpad a{color:#FFF; text-decoration:none; font-size:13px;}
.boxpad2 a{color:#FFF; text-decoration:none; font-size:13px; }
.boxpad3 a{color:#000; text-decoration:none; font-size:13px; }

.boxpad:hover{ background:url(images/about/bg1_hover.gif) no-repeat; cursor:pointer;}
.boxpad2:hover{background:url(images/about/bg2_hover.gif) no-repeat; cursor:pointer;}
.boxpad3:hover{background:url(images/about/bg3_hover.gif) no-repeat; cursor:pointer;}


.starbig{
	font-size:40px;
	color:#FFF;
}

.starbig a{
	color:#FFF;
}

.small{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

small a{
	color:#FFF;
}

#jCarouselLiteDemo{
	height:240px;
}
/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	width: 900px;
	height: 32px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #A6CAF0;
	font-size: 0.75em;
}
.ticker {
	width: 800px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #A6CAF0;
}
.ticker-title {
	padding-top: 9px;
	color: #2A1F00;
	font-weight: bold;
	background-color: #A6CAF0;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 10px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #A6CAF0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #A6CAF0;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #A6CAF0;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {	
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #A6CAF0;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
#container .column table tr td div {
	text-align: left;
	vertical-align: top;
	background-color: F9F9F9;
}

