/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;

}
body, html
{
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	align: center;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
a
{
	outline: none;
	text-decoration: none;
}
@font-face {font-family: 'Square721 BT'; src: url(/imag/square721-bt-roman.ttf); src: local('Square721 BT'), local('Square721 BT'), format('truetype');}
/* ------------------------------------------------ */

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif; /*font-family: "Square721 BT", Arial, Verdana;*/
	text-decoration: none;
	font-size: 13px;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
h1, h2 {topHi
	font-weight: normal;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
th
{
	font-weight: normal;
	text-align: left;
}
/* remember to define focus styles! */
a
{
	border: 0;
	outline: none;
}
/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/*   Contenido    */


.mainBody {
	background: url(/imag/mainclass/bg_main-body.jpg) repeat-x left 25px;	
}

.innerBody {
	background: url(/imag/mainclass/bg_inner-body.jpg) repeat-x left 25px;
}

.innerContent {
	background: url(/imag/mainclass/bg_inner_header.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}
.mainContent {
	/*background: url(/imag/mainclass/bg_home.jpg) no-repeat top center;*/
	background-color: #13a6c8;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px; 
	height: 390px;
	overflow:hidden;
}

.header {
	float: center;
	height: 80px;  /*tamaño imagen logo*/
	width: 940px;
	padding: 5px 10px;
	
	/*background-color: #fff;
	float: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/imag/mainclass/border-radius.htc);
	margin: 0px 0;
	border: solid 0px #e2f2f9;*/
}
.headerContact {
	width: 100%;
	text-align: right;
	height: 17px;
	line-height: 17px;
	background-color: #fff;
	/*background: url(/imag/mainclass/bg_barra_msng.jpg) repeat-x top left;*/
}
.headerContactTop {
	width: 940px;
	margin: 0 auto;
	top:0px;
	/*background: url(/imag/mainclass/bg_barra_msng_main.jpg) no-repeat top center; NO Poner*/
	height: 17px;
	line-height: 18px;
}

.headerContact a{
	font-size: 9px;
	color: #004071; /*Naranja ee9f1f   AzulOs 004071*/
	font-family:Verdana, Geneva, sans-serif;
	float: right;
	margin: 0 0 0 15px;
}
.contactCall {
	background: url(/imag/mainclass/icon_click_to_call.png) no-repeat left 1px;
	padding: 0 12px 0 20px;
}
a.contactMsn {
	background: url(/imag/mainclass/icon_msgr_online.png) no-repeat left 1px;
	padding: 0 12px 0 23px;
}
a.contactBlog {
	background: url(/imag/mainclass/icon_blogue.png) no-repeat left 1px;
	padding: 0 12px 0 20px;
	float: left;
}
.headerContact a:hover{
	color: #30cdf9;
}

.header ul {
	float: right;
}
.header li {
	float: left;
	line-height: 39px;
}
.header ul a {
	color: #8de7fc;
	margin: 8px 0 0 0;
	padding: 0 0 0 12px;
	height: 25px;
	line-height: 25px;
	float: left;
}
.header span {
	padding: 0 12px 0 0;
	font-size: 11px; /*12px*/
	text-shadow: 0 1px 0 #031d32;
	line-height: 25px;
	float: left;
	cursor: pointer;
}
.header a:hover {
	color: #fff;
}
.header a.activeLink {
	background: url(/imag/mainclass/btn_header_active.png) no-repeat bottom left;
}
.header a.activeLink span {
	background: url(/imag/mainclass/btn_header_active.png) no-repeat top right;
	color: #fff;
}

/*Menu Top*/
.topHeaderMenu {
	/*tamaño imagen logo
	float: center; 
	width: 540px;*/
	float: right;	
	height: 90px;  
	padding: 0px 0px;
	margin: 0 0px 0 10px;
	}
.topHeaderMenu a{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	margin: 10px 10px 0 0;
	line-height: 30px;
	padding: 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.topHeaderMenu a:hover{
	background-color: #0d5c7e;
}

.topHeaderMenu a.activeButton{
	background-color: #252f3b;
}
.logoMenu {}
.topHeaderMenu a.signUpButton {
	background: #5fd2e7;
	background: -moz-linear-gradient(top,  #5fd2e7 0%, #1abdde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fd2e7), color-stop(100%,#1abdde));
	background: -webkit-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: -o-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: -ms-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd2e7', endColorstr='#1abdde',GradientType=0 );
	font-weight: bold;
	text-shadow: #1e879c 0 1px 0;
}
.topHeaderMenu a.signUpButton:hover{
	background-color: #fff;
	text-color: #252f3b;
}

/*.topHeaderSignIn {
	float: right;
}
.topHeaderSignIn a{
	float: left;
	color: #fff;
	font-size: 13px;
	height: 30px;
	margin: 10px 10px 0 0;
	line-height: 30px;
	padding: 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.signUpButton {
	background: #5fd2e7;
	background: -moz-linear-gradient(top,  #5fd2e7 0%, #1abdde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fd2e7), color-stop(100%,#1abdde));
	background: -webkit-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: -o-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: -ms-linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	background: linear-gradient(top,  #5fd2e7 0%,#1abdde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd2e7', endColorstr='#1abdde',GradientType=0 );
	font-weight: bold;
	text-shadow: #1e879c 0 1px 0;
}*/
/*Menu Top*/

.btnSubscribe {
	float: left;
	padding: 10px 0 0 20px;
	width: 244px;
	height: 51px;
	background: url(/imag/mainclass/Buttons/btn_homepage.png) no-repeat top center;
	clear: left;
	margin: 15px 0 0 0;
	color: #fff;
	text-shadow: 0 1px 0 #2592b0;
}
.btnSubscribe:hover {
	background-position: bottom center;
}
.btnSubscribeTitle {
	font-size: 21px;
	font-weight: bold;
}
.btnSubscribeSubtitle {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 17px;
}

.homeClients {
	background-color: #e2f2f9;
	float: left;
	width: 575px;
	height: 220px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/imag/mainclass/border-radius.htc);
	margin: 20px 0;
	border: solid 0px #e2f2f9;
}
.homeClients span{
	float: left;
	padding: 20px 20px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #454545;
	line-height: 22px;
	font-size: 14px;
}
.homeClients p{
	line-height: 16px;
	font-style: normal;
	margin: 10px 0 0 0;
	font-size: 12px;
}
.homeClients p strong{
	font-size: 14px;
}
.homeClients span img{
	float: left;
	border: solid 5px #fff;
	margin:0 20px 5px 0;
}
.homeClients strong{
	font-style: normal;
	line-height: 18px;
	font-size: 12px;
}
.homePub {
	float: left;
	background-color: #eee;
	width: 365px;
	height: 220px;
	margin: 20px 0 20px 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/imag/mainclass/border-radius.htc);
}
/*homeHighlight*/
.homeHighlight {
	width: 970px;
	/*text-align: justify;*/
	line-height: 20px;
	float: center;
	margin: 0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
	background: url(/imag/mainclass/bg_homebox.jpg) repeat-x bottom left;
	behavior: url(/imag/mainclass/border-radius.htc);
	border: solid 0px #fff;
}
.homeHighlight span{
	width: 225px;
	/*width: 35%;*/
	float: left;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	/*text-align:justify;*/
	text-align:left;
	line-height: 19px;
	color: #424242;
	border-right: dotted 1px #ccc;
	min-height: 200px;
}
.homeHighlight h2{
	text-transform: uppercase;
	text-align:center;
	font-size: 13px;
	color: #13c7fd;
	line-height: 25px;
	font-weight: bold;
}
.homeHighlight span:last-child {
	border: none;
}
/*homeHighlight*/

/*HomeTour*/
.homeTour {
	float: center;
	width: 960px;
}
.homeTourTitle {
	font-size: 22px;
	color: #3e3e3e;
	border-bottom: solid 1px #d6d6d6;
	line-height: 45px;
	margin: 0 0 20px 0;
}
.homeTourText {
	line-height: 20px;
	color: #464646;
	margin: 20px 0;
	float: left;
	text-align:left;
	font-size: 12px;
}
.homeTourText li{
	padding: 5px 0 0 10px;
	background: url(/imag/mainclass/icon_bullet.gif) no-repeat left 10px;
}
.homeTourText a {
	color: #13c7fd;;
}

.homeTourTextTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.homeTourPreviews {
	font-size: 11px;
	width: 395px;
	text-align:center;
}
.rightPreview {
	float: right;
	margin:0 0 0 20px;
}
.leftPreview {
	float: left;
	margin:0 20px 30px 0;
}
.oneThird {
	width: 280px;
	padding: 0 20px;
}

/*Header*/
.homeFooter {
	width: 960px;
	height: 195px;
	padding: 15px 20px 0 0;
	float: left;
	background: url(/imag/mainclass/bg_pie_footer.jpg) no-repeat bottom left;
	margin: 20px 0;
}
.btnFooter {
	float: right;
	align: top;
	height: 35px;
	line-height: 35px;
	background: url(/imag/mainclass/btn_homepage_footer.png) no-repeat left -35px;
	padding: 0 0 0 20px;
	margin: 10 10px 0 0;
}
.btnFooter span, .btnFooterSubscribe span{
	float: left;
	height: 35px;
	background: url(/imag/mainclass/btn_homepage_footer.png) no-repeat right top;
	padding: 0 20px 0 0;
	color: #fff;
}
.btnFooter:hover, .btnFooterSubscribe:hover {
	background: url(/imag/mainclass/btn_homepage_footer.png) no-repeat left -105px;
}
.btnFooter:hover span, .btnFooterSubscribe:hover span{
	background: url(/imag/mainclass/btn_homepage_footer.png) no-repeat right -70px;
}
.btnFooterSubscribe {
	float: left;
	height: 35px;
	line-height: 35px;
	background: url(/imag/mainclass/btn_homepage_footer.png) no-repeat left -35px;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}

/*Header - Telf*/
.contentHeader {
	float: left;
	color: #ff9734;
	margin: 0px 0 0 0;
	padding: 10px 10px 0 10px;
	height: 40px;
}
.contentHeaderTitle {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
}
.contentHeaderSubTitle {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
}
.topHighlight {
	float: right;
	width: 185px;
	height: 60px;
	line-height: 60px;
	background: url(/imag/mainclass/btn_top_highlight.png) no-repeat center top;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 0 0;
	padding: 0 0 0 25px;
	text-shadow: 0 1px 0 #0297c5;
}

.topHighlight:hover {
	background-position: center bottom;
}

.topHighlightBig {
	float: right;
	width: 225px;
	height: 60px;
	line-height: 60px;
	background: url(/imag/mainclass/btn_top_highlight_big.png) no-repeat center top;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 0 0;
	padding: 0 0 0 25px;
	text-shadow: 0 1px 0 #0297c5;
}

.topHighlightBig:hover {
	background-position: center bottom;
}

.content {
	float: left; width: 940px; 
}



/* 
* Javascript Slideshow 
*/
#slideshow { display:block; position:relative; overflow: hidden; width: 100% !important; background:transparent; }

.slider-item { width:100% !important; background:transparent !important; position: absolute; top: 0px; left: -940px; display: none; z-index: 5; opacity: 1; width: 940px; height: 270px;}

.slider-item .content { width:940px; margin:0 auto; padding:0 0 0 0; position:relative; background:transparent !important;}

.slider-item a { outline:none; }

#slider-controls-wrapper { width:940px; height:20px; margin:0 auto; padding:0 0; display:block; background:transparent !important; float:center; align:center; overflow: hidden;} 

#slider-controls { display:block; text-align:center; width:940px; background:transparent !important; float:center; overflow: hidden;} 

#slider-controls ul { display:block; overflow:hidden; margin:0; padding:0; float:center;}

#slider-controls ul li { margin:0; padding:0; list-style:none;}

#slider-controls ul li { display:inline-block; }

#slider-controls ul li a { width: 13px; height: 13px; display: block; background: url('/imag/mainclass/bg_control_nav.png') no-repeat; cursor: pointer; text-indent: -999em; /*float:left;*/ float:center;  }

#slider-controls ul li a:focus { outline:none; }
#slider-controls ul li.activeSlide a:hover {background-position: 0 -13px;}
#slider-controls ul li.activeSlide a {background-position: 0 -26px; cursor: default;}

/* 
* Slideshow Typography   021d31  #e6e6e7   Naranja ee9f1f  AzulOs 222222
*/
#slideshow h2 { margin:10 0 10px 0; color:#021d31; font-size:20px; font-weight:bold; text-transform: uppercase;; text-shadow: #00334F -1px -1px 0px; }
#slideshow p { padding: 20px 0 0 0; text-align: justify; line-height: 20px; font-size: 12px; /*font-family: 'Square721 BT',arial,verdana;*/  color: #e9e9eb; }
#slideshow img { border:0 }
#content-inside { width: 940px; margin: 0 auto; padding:10px 0px 50px; overflow:hidden; display:block; } 
img.masked, .field-type-image img { background:transparent url('/imag/pixel.gif'); border:1px solid #d8d8d8; padding:10px; margin:10px 0 0 50px; }

.mainHeader {
	float: left;
	color: #ff9734; /*Azul Oscuro*/
	margin: 25px 0 0 0;
	padding: 10px;
}
/*Texto Slider Guión*/
.mainTopics {
	float: left;
	text-align:left;
	clear: left;
	margin: 10px 0 10px 10px;
	width: 359px;
	background:transparent !important;
}

.mainTopics li{
	background: url(/imag/mainclass/icon_bullets_homepage.png) no-repeat center left;
	padding:0 10px 0 20px; 
	font-size: 15px;
	line-height: 26px;
	font-style: italic;
	color: #004071;
}
.mainTopics li a{
	font-size: 15px;
	color: #fff; /*color: #039dcc;*/
	font-weight: bold;
}
/*Boton Texto Slider*/
.SlideButtons {
	float: left;
	margin: 15px 0 0 10px;
}

.buttonPlans {
	float: left;
	height: 58px;
	padding: 0 0 0 10px;
	background: url(/imag/mainclass/btn_homepage_plans.png) no-repeat left -58px;
}
.buttonPlans span{
	float: left;
	height: 58px;
	line-height: 56px;
	padding: 0 20px 0 0;
	background: url(/imag/mainclass/btn_homepage_plans.png) no-repeat right top;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-shadow: #19510a 0 1px 0;}
	
.buttonInfo {
	float: left; 
	height: 48px;
	padding: 0 0 0 20px;
	background: url(/imag/mainclass/tour_btn.png) no-repeat left -48px;
}
.buttonInfo span{
	float: left;
	height: 48px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px 0 0;
	background: url(/imag/mainclass/tour_btn.png) no-repeat right top;
	text-shadow: #1d879c 0 1px 0;}
	
.buttonTour {
	float: left;
	height: 58px;
	padding: 0 0 0 20px;
	background: url(/imag/mainclass/btn_homepage_tour.png) no-repeat left -58px;
	margin: 0 0 0 20px;
}
.buttonTour span{
	float: left;
	height: 58px;
	line-height: 56px;
	padding: 0 45px 0 0;
	background: url(/imag/mainclass/btn_homepage_tour.png) no-repeat right top;
	color: #a0acba;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #fff 0 1px 0;
}

.buttonPlans:hover, .buttonTour:hover {	background-position: left -174px;}
.buttonPlans:hover span, .buttonTour:hover span {	background-position: right -116px;}
.buttonTour:hover span {	color: #8895a5;}
.buttonPlans:active, .buttonTour:active {	background-position: left -290px;}
.buttonTour:active {	margin-top: -1px;}
.buttonPlans:active span, .buttonTour:active span {	background-position: right -232px;}
.buttonPlans:active span {	line-height: 58px;}
.buttonTour:active span {	line-height: 60px;}
.buttonInfo:hover {	background-position: left -144px;}
.buttonInfo:hover span{	background-position: right -96px;}
.buttonInfo:active {	background-position: left -240px;}
.buttonInfo:active span{	background-position: right -192px;	line-height: 47px;}



/* Tour */
.tourIntro {
	color: #636B75;
	font-size: 16px;
	margin: 80px 10px 0 10px;
	line-height: 22px;
}
#slider {
	height: 420px;
	width: 940px;
	margin: 30px 0 20px 0;
	float: left;
	background: url(/imag/mainclass/bg_tour.png) no-repeat top center;
	position: relative;
}
.scroll {
    height: 420px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 25px 0 0 440px;
    height: 395px;
    width: 520px;
}
.scrollContainer p {
	font-size: 12px;
	line-height: 16px;
	color: #424242;
	margin: 10px 40px 0 0;
}
.scrollContainer li {
	font-size: 12px;
	line-height: 16px;
	color: #424242;
	margin: 4px 40px 0 0;
	padding: 0 0 0 10px;
	background: url(/imag/mainclass/icon_bullet.png) no-repeat left 4px;
}
.scrollContainer ul {
	margin: 0 0 10px 0;
}
.scrollContainer strong {
	color: #222;
}
/*------------------------------------------------------- TOUR....*/
ul.navigation li {
	float: left;
	width: 120px;
	text-align: center;
	height: 100px;
}
ul.navigation li a{
	padding:15px 10px 5px 10px;
	width: 100px;
	height: 80px;
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 15px;
}
ul.navigation li a.selected, ul.navigation li a.selected:hover  {
	background: url(/imag/mainclass/bg_tour_active.png) no-repeat top center;
	color: #00b1e4;
	text-shadow: 0 1px 0 #fff;
}
ul.navigation li a:hover  {
	background: url(/imag/mainclass/bg_tour_hover.png) no-repeat top center;
	color: #00b1e4;
	text-shadow: 0 1px 0 #fff;
}

p.tourTitle {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 5px 0 15px 0;
	color: #13c7fd;
}
.scrollButtons {
	cursor:pointer;
	position:absolute;
	top:360px;
	z-index: 99;
}
.scrollButtons.left {
	left: 165px;
}
.scrollButtons.right {
	left: 215px;
}


#tour01 {
	background: url(/imag/mainclass/tour_imoguia.gif) no-repeat left top;
}
#tour02 {
	background: url(/imag/mainclass/tour_web.gif) no-repeat left top;
}
#tour03 {
	background: url(/imag/mainclass/tour_portais.png) no-repeat left top;
}
#tour04 {
	background: url(/imag/mainclass/tour_social.png) no-repeat left top;
}
#tour05 {
	background: url(/imag/mainclass/tour_formacao.png) no-repeat left top;
}
#tour06 {
	background: url(/imag/mainclass/tour_support.png) no-repeat left top;
}
#tour07 {
	background: url(/imag/mainclass/tour_webmail.png) no-repeat left top;
}
#tour08 {
	background: url(/imag/mainclass/tour_services.png) no-repeat left top;
}




/* signupForm  */

.signupForm {
	background-color: #eaf8fc;
	float: left;
	width: 720px;
	margin: 0 0 10px 50px;
	padding: 30px 0;
	border: solid 1px #e2f1f6;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/imag/mainclass/border-radius.htc);
}
.signupForm p{
	float: left;
	width: 300px;
	font-size: 12px;
	margin: 0 0 0 180px;
	font-style: italic;
}

.signupForm label{
	float: left;
	clear: left;
	margin: 10px 0 15px 50px;
	width: 150px;
	text-align: right;
	line-height: 32px;
	color: #304c63;
	font-size: 14px;
}
label.inputCheck {
	margin: 10px 0 15px 85px;
	width: 300px;
}
label.inputCheck a{
	font-size: 14px;
	color: #07c5fe;
}

.signupForm .inputBox{
	float: left;
	border: solid 1px #5d94a4;
	width: 400px;
	margin: 10px 0 15px 10px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 6px 5px 9px 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.signupForm .inputBoxError {
	background-color:#FFF380;
	border: solid 1px #f00 !important;
}

/* Finalizar processo  */

.endProcessStep {
	float: left;
	width: 680px;
	margin:20px 0 0 50px;
	padding: 20px;
	background-color: #f1f4f7;
	line-height: 18px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #4a4e52;
}
.endProcessStep p, .endProcessStep p strong {
	font-size: 14px;
}
p.pageUrl {
	padding: 5px 10px;
	background-color: #fff;
	float: left;
	margin: 10px 0 0 0;
	background-color: #cad9e8;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #192a35;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
}
.btnDownload, .btnWebpage, .btnAddons {
	float: right;
	width: 108px;
	color: #f6fbfe;
	margin: 10px 10px 10px 30px;
	text-shadow: 0 1px 0 #158fb2;
}
.btnDownload strong, .btnWebpage strong, .btnAddons strong{
	font-size: 20px;
}
.btnDownload {
	background: url(/imag/mainclass/btn_download.png) no-repeat left center;
	height: 41px;
	padding: 15px 5px 10px 50px;
}
.btnWebpage {
	background:url(/imag/mainclass/btn_webpage.png) no-repeat left center;
	height: 36px;
	padding: 8px 0 10px 55px;
}
.btnAddons {
	background: url(/imag/mainclass/btn_addon.png) no-repeat left center;
	height: 36px ;
	padding: 8px 0 10px 55px;
}
.btnDownload:hover, .btnWebpage:hover, .btnAddons:hover {
	background-position: right center;
	color: #fff;
}


/**********/

.centerImg {
	clear:both;
	height:auto;
	text-align:center;
	width:auto;
}


/* Precios */


.content100 {
	clear:both;
	/*width:880px;*/
	width: 960px;
	float:center;
	margin:0px 0px 20px 0px;
	padding:10px;
	background:#fff;
	position:relative;
	
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	zoom: 1;
}
.left {
	float:left;
}
.right {
	float:right;
}

h4 {
	color:#05518f;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	margin:0px 0px 5px 0px;
	display:block;
	vertical-align: middle;

}
h4 img {	margin:0px 5px 0px 0px;	vertical-align:middle;}

.mas {
	color: #575757;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 100%;
	text-align: left;
	background: url(/imag/punto.png) no-repeat 0px 6px;
	padding-left: 12px;
}
.table_planes td.first p.vermas {
	display: none;
	margin: 5px 0 0;
	padding: 0;
}

.table_planes {
	width:100%;
}
.table_planes th {
	text-align:center;
	color:#05518f;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	border-bottom: 2px solid #05518F;
	padding:5px;
}

.table_planes tbody tr th h4 {
	margin-top: 15px;
}

.table_planes tr th.discripcion, .table_planes tr th.mini, .table_planes tr th.top, .table_planes tr th.plus, .table_planes tr th.gold {
	padding: 0;
	margin: 0;
	border: none;
}

.table_planes tr th.mini h2, .table_planes tr th.top h2, .table_planes tr th.plus h2, .table_planes tr th.gold h2 {
	color: #05518f;
	margin-top: 21px;
	font-size: 27px;
	font-style: italic;
}

.table_planes tr th.descripcion {
	border-right: none;
	border-bottom: 2px solid #05518F;
}

.table_planes tr th.mini {
	height: 65px;
	background: url(images/header_mini.png) no-repeat top center;
}

.table_planes tr th.top {
	height: 65px;
	background: url(images/header_top.png) no-repeat top center;
}

.table_planes tr th.plus {
	height: 65px;
	background: url(images/header_plus.png) no-repeat top center;
}

.table_planes tr th.gold {
	width: 123px;
	height: 65px;
	background: url(images/header_gold.png) no-repeat top center;
}

.table_planes td.cuotamini2, .table_planes td.cuotatop2, .table_planes td.cuotaplus2, .table_planes td.cuotagold2 {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
} 

.table_planes td.cuotamini2 h2, .table_planes td.cuotatop2 h2, .table_planes td.cuotaplus2 h2, .table_planes td.cuotagold2 h2 {
	color: #05518f;
}

.table_planes td.cuotamini2 {
	/*background: url(images/alta_mini2.png) no-repeat top center;*/
	background: #d82e7f;
	height: 60px;
}

.table_planes td.cuotatop2 {
	/*background: url(images/alta_top2.png) no-repeat top center;*/
	background: #158025;
	height: 60px;
}

.table_planes td.cuotaplus2 {
	/*background: url(images/alta_plus2.png) no-repeat top center;*/
	background: #b30e0e;
	height: 60px;
}

.table_planes td.cuotagold2 {
	/*background: url(images/alta_gold2.png) no-repeat top center;*/
	background: #e8c315;
	height: 60px;
}

.table_planes td.altamini2, .table_planes td.altatop2, .table_planes td.altaplus2, .table_planes td.altagold2 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.table_planes td.altamini2 {
	background: url(images/header_mini2.png) no-repeat top center;
}

.table_planes td.altatop2 {
	background: url(images/header_top2.png) no-repeat top center;
}

.table_planes td.altaplus2 {
	background: url(images/header_plus2.png) no-repeat top center;
}

.table_planes td.altagold2 {
	background: url(images/header_gold2.png) no-repeat top center;
}

.nodisplay {
	display: none;
}

.tr1 td {
	background: #f9f9f9;
}

.tr1 .first {
	background: #e9e9e9;
}

.first img {
    margin: 0 0 0 61px;}
	
.caracteristicas h2{
	position:relative;
    font-size: 2em;
    margin: 0 20px;
    text-align: center;
	text-align:left;
	}
	
.first h2 {
	font-size:20px;
	text-align:left;
	padding:9px 0 0 17px;
	}

.table_planes td {
	/*border-bottom:#016FAD dashed 1px;*/
	padding:10px 5px;
	text-align:center;
	line-height:15px;
	vertical-align:middle;
	*vertical-align: top;
	/*border-right: 1px solid #D7D7D7;*/
}
.table_planes td.first {
	color: #575757;
	font-size: 12px;
	font-style: normal;
	line-height: 1.1em;
	padding: 10px;
	text-align: left;
	
}

.table_planes td.cuotamini, .table_planes td.cuotatop, .table_planes td.cuotaplus, .table_planes td.cuotagold {
	color: #575757;
	border: none;
}

.table_planes td.cuotamini h2, .table_planes td.cuotatop h2, .table_planes td.cuotaplus h2, .table_planes td.cuotagold h2 {
	color: #red;
}

.table_planes td.cuotamini {
	background: url(images/cuota_mini.png) no-repeat top center;
}

.table_planes td.cuotatop {
	background: url(images/cuota_top.png) no-repeat top center;
}

.table_planes td.cuotaplus {
	background: url(images/cuota_plus.png) no-repeat top center;
}

.table_planes td.cuotagold {
	background: url(images/cuota_gold.png) no-repeat top center;
}

.table_planes td.altamini, .table_planes td.altatop, .table_planes td.altaplus, .table_planes td.altagold {
	height: 56px;
	padding: 0;
	border: none;
	color: #575757;
	font-size: 15px;
	vertical-align: inherit;
	*vertical-align: top;
	padding-top: 15px;
}

.table_planes td.altadescripcion {
	vertical-align: inherit;
	padding-top: 15px;
	background: #E9E9E9;
}

.table_planes td.altamini  {
	background: url(images/alta_mini.png) no-repeat top center;
}

.table_planes td.altatop  {
	background: url(images/alta_top.png) no-repeat top center;
}

.table_planes td.altaplus  {
	background: url(images/alta_plus.png) no-repeat top center;
}

.table_planes td.altagold  {
	background: url(images/alta_gold.png) no-repeat top center;
}

.table_planes td.first p {
	text-align:left;
	font-size: 10px;
	font-weight:normal;
	color:#363636;
	line-height:13px;
	display:block;
	margin:5px 0px 0px 0px;
}
.table_planes td p {
	text-align:center;
	margin:0px;
}
.table_planes td strong {
	/*color:#015091;*/
}
.table_planes td a.contratarmini {
	padding-left: 15px;
	width:90px;
	height:30px;
	background:url(images/btn_contratar_mini.png) no-repeat bottom;
	text-align:left;
	color:#575757;
	line-height:30px;
	display:inline-block;
	text-decoration:none;
	font-weight: bold;
}

.table_planes td a.contratarmini:hover {
	background: url(images/btn_contratar_mini.png) no-repeat top;
}

.table_planes td a.contratartop {
	padding-left: 15px;
	width:90px;
	height:30px;
	background:url(images/btn_contratar_top.png) no-repeat bottom;
	text-align:left;
	color:#575757;
	line-height:30px;
	display:inline-block;
	text-decoration:none;
	font-weight: bold;
}

.table_planes td a.contratartop:hover {
	background: url(images/btn_contratar_top.png) no-repeat top;
}

.table_planes td a.contratarplus {
	padding-left: 15px;
	width:90px;
	height:30px;
	background:url(images/btn_contratar_plus.png) no-repeat bottom;
	text-align:left;
	color:#575757;
	line-height:30px;
	display:inline-block;
	text-decoration:none;
	font-weight: bold;
}

.table_planes td a.contratarplus:hover {
	background: url(images/btn_contratar_plus.png) no-repeat top;
}

.table_planes td a.contratargold {
	padding-left: 15px;
	width:91px;
	background:url(images/btn_contratar_gold.png) no-repeat bottom;
	text-align:left;
	color:#575757;
	line-height:30px;
	display:inline-block;
	text-decoration:none;
	font-weight: bold;
}

.table_planes td a.contratargold:hover {
	background: url(images/btn_contratar_gold.png) no-repeat top;
}

.table_planes td img {
	margin:0px 2px;
}
.content_features {
	clear:both;
	margin-bottom:20px;
	display:block;
}
.features_big {
	width:430px;
	margin:0px 20px 0px 0px;
	float:left;
}
.features_big p {
	margin:0px 0px 0px 0px;
}
.features_big img {
	margin:0px 10px 0px 0px;
	float:left;
	border:#777777 solid 1px;
}
.features_small {
	width:280px;
	margin:0px 20px 0px 0px;
	float:left;
}
.features_small p {
	margin:0px 0px 0px 24px;
}
.nomargin {
	margin:0px;
}

/* Plans & Pricing */

.plansContent {
	float: center;
	width: 960px;
}
.plansTitle {
	float: left;
	width: 600px;
    color: #323E4C;
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 1px 0 0 0;
    text-shadow: #fff 0 1px 0;
}
.plansTitle span{
    color: #0484af;
    font-size: 30px;
    letter-spacing: -1px;
}
.plansDescription {
	float: left;
	width: 600px;
	color: #6b7380;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

.plansTableHeader {
	float: left;
	/*width: 450px;*/
	padding: 0 0 0 160px;
	margin: 10px 0 0 0;
}
.plansColumnHeader {
	float: left;
	color: #6b7380;
	text-align: center;
	width: 105px;
	font-size: 14px;
	padding: 10px 0 0 0;
	height: 22px;
	margin: 0 0 0 5px;
	background: url(/imag/mainclass/bg_plan_third-collumn.jpg) repeat left top;
	/*background: #65707f;
	background: -moz-linear-gradient(top,  #65707f 0%, #4b5565 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65707f), color-stop(100%,#4b5565));
	background: -webkit-linear-gradient(top,  #65707f 0%,#4b5565 100%);
	background: -o-linear-gradient(top,  #65707f 0%,#4b5565 100%);
	background: -ms-linear-gradient(top,  #65707f 0%,#4b5565 100%);
	background: linear-gradient(top,  #65707f 0%,#4b5565 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65707f', endColorstr='#4b5565',GradientType=0 );*/
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.plansColumnLine {
	float: left;
	width: 600px;
	background: url(/imag/mainclass/bg_plan_first-collumn.jpg) repeat left top;
	border-top: 1px solid #f1f2f2;
}
.plansColumnLineEven {
	float: left;
	width: 600px;
	background: url(/imag/mainclass/bg_plan_second-collumn.jpg) repeat left top;/**/
	border-top: 1px solid #f1f2f2;
}
.planFeature {
	float: left;
	width: 160px;
	padding: 8px 0 10px 8px;
	font-size: 12px;
	color: #40454d;
}
.planFeatureLong {
	float: left;
	width: 590px;
	padding: 8px 0 10px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #40454d;
	text-shadow: #fff 0 1px 0;
}
.planFeatureNumber {
	float: left;
	width: 100px;
	margin: 0 0 0 5px;
	text-align: center;
	padding: 8px 0;
	font-size: 13px;
	color:#565c66;
	text-shadow: #fff 0 1px 0;
}
.planFeatureNumber strong{
	font-size: 14px;
}
.priceLine strong , priceLine .planFeatureNumber strong{
	font-size: 14px;
	color: #323E4C;
}
.planFeatureNumberMedium {
	float: left;
	width: 290px;
	margin: 0 0;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
	color:#565c66;
	text-shadow: #fff 0 1px 0;
}
.planFeatureNumberLarge {
	float: left;
	width: 400px;
	margin: 0 0;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
	color:#565c66;
	text-shadow: #fff 0 1px 0;
}
.planFeatureNumberLarge a{
	color: #1abddd;
	text-decoration: underline;
	text-shadow: none;
}



.plansForm {
	float: right;
	width: 310px;
	background: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 10px 0;
	text-align: left;
}
.plansFormTitle{
	float: left;
	font-size: 21px;
	color: #6b7380;
	width: 310px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	background: -moz-linear-gradient(top,  #f6f7f4 0%, #e9e9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f7f4), color-stop(100%,#e9e9e8));
	background: -webkit-linear-gradient(top,  #f6f7f4 0%,#e9e9e8 100%);
	background: -o-linear-gradient(top,  #f6f7f4 0%,#e9e9e8 100%);
	background: -ms-linear-gradient(top,  #f6f7f4 0%,#e9e9e8 100%);
	background: linear-gradient(top,  #f6f7f4 0%,#e9e9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f4', endColorstr='#e9e9e8',GradientType=0 );
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	letter-spacing: -0.5px;
	margin: 0 0 20px 0;
}
.shortLabel {
	float: left;
	margin: 0 0 10px 20px;
	width: 130px;
	font-size: 13px;
	color: #6b7380;
}

.shortLabel input{
	width: 120px;
	height: 25px;
	margin: 5px 0;
	border: 1px solid #a9adb4;
	background: url(/imag/mainclass/bg_textbox.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565c66;
	padding: 0 5px;
}
.longLabel {
	float: left;
	margin: 0 0 10px 20px;
	width: 280px;
	font-size: 13px;
	color: #6b7380;
}

.longLabel input{
	width: 270px;
	height: 25px;
	margin: 5px 0;
	border: 1px solid #a9adb4;
	background: url(/imag/mainclass/bg_textbox.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565c66;
	padding: 0 5px;
}
.longLabel textarea{
	width: 270px;
	height: 70px;
	margin: 5px 0 0 0;
	border: 1px solid #a9adb4;
	background: url(/imag/mainclass/bg_textbox.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565c66;
	padding: 0 5px;
}
.longLabel select{
	width: 280px;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565c66;
}

.plansOptionsForm {
	float: left;
	margin: 10px 0 10px 10px;
	color: #323E4C;
	font-size: 15px;
	text-shadow: #fff 0 1px 0;
}
.plansOptionsClass {
	float: left;
	margin: 5px 0 5px 10px;
	color: #6b7380;
	font-size: 13px;
	font-weight: bold;
	width: 280px;
}
.plansCheckShort {
	float: left;
	/*width: 60px;*/
	margin: 0 10px 0 10px;
	color: #6b7380;
	font-size: 12px;
}
.plansCheckLong {
	float: left;
	width: 290px;
	margin: 10px 0 0 15px;
	color: #6b7380;
	font-size: 13px;
	font-weight: bold;
}
#alert_menssage {
	float: left;
	margin: 5px 0 5px 10px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #0484af;
}
.submitPlansForm {
	float: left;
	height: 48px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 20px;
	background: url(/imag/mainclass/tour_btn.png) no-repeat left -48px;
}
.submitPlansForm span{
	float: left;
	height: 48px;
	line-height: 43px;
	padding: 0 20px 0 0;
	background: url(/imag/mainclass/tour_btn.png) no-repeat right top;
	color: #fff;
	font-size: 16px;
	text-shadow: #19510a 0 1px 0;
}
.submitPlansForm:hover {
	background-position: left -144px;
}
.submitPlansForm:hover span{
	background-position: right -96px;
}
.submitPlansForm:active{
	background-position: left -194px; /*-176*/
}
.submitPlansForm:active span{
	background-position: right -146px; /*-141*/
	line-height: 45px;
}
#envio_logo { 
width: 373px; 
height: 70px;
background-color: #ffffff; 
margin-bottom:20px;
float:left;
}
#envio_barra_logo { 
width: 247px; 
height: 70px;
float:left;
background-image:url('/imag/logo_popup_fondo.png');   
}
#envio_cerrar { 
width: 120px; 
height: 24px;  
text-align: right;
}
.envio_cerrar {
	margin: 0 0 10px 10px;
	font-size: 11px;
	color: #6b7380;
}

