.container, .containerslide {
	overflow:hidden;
	zoom:1;
	margin:0 auto;
}
.containerslide {
	position:relative;
	overflow:hidden;
	margin:0px auto 3px auto;
	/*width: 895px;
    height: 390px;*/
	width: 970px;
    height: 325px;
	
}
.slide {
	width:100%;
	height:172px;
	float:left;
	position:relative;
	margin:2px 0 0 0;
}

#slidecontrol {
	top: 500;
    bottom: 0;
    width: 500px;
    height: 20;
    position:absolute;
	left:3px;
	z-index:100;
	padding: 20px 0 0 20px;
}
#slidecontrol a.activeSlide {

	width:21px;
	height:19px;
	color:#3C607B;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	padding:3px 0 0 1px;
	margin:0 1px 0 0;
}
#slidecontrol a {

	width:21px;
	height:19px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	padding:3px 0 0 1px;
	margin:0 1px 0 0;
}


.containerslide #slidecontrol a {
  background: transparent url(../../../images/slide4thumb.png) no-repeat scroll left top !important;
  width: 92px;
  height: 73px;
  text-indent: -99999em;
}
.containerslide #slidecontrol .thumb-2 {
  background-image: url(../../../images/slide1thumb.png) !important;
}
.containerslide #slidecontrol .thumb-3 {
  background-image: url(../../images/slide2thumb.png) !important;
}
.containerslide #slidecontrol .thumb-4 {
  background-image: url(../../images/slide3thumb.png) !important;
}
#slidecontrol a.activeSlide {
  opacity: 0.7;
}

.homeslidelinkbox {
	height:22px;
	left:3px;
	padding:8px 0 0 20px;
	position:absolute;
	top:135px;
	width:257px;
	z-index:100;
}


*{padding: 0; margin: 0;}





/* Estilos Tabs*/
.tabs-container {
  position: relative;
}
.tabs-container .tabs {
  overflow: hidden;
  height: 45px;
  position: absolute;
  z-index: 1002;
}
.tabs-container .tab {
  float: left;
  min-height: 45px;
  min-width: 50px;
  background: #FFFFFF;
  cursor: pointer;
  margin-right: 5px;
}
.tabs-container .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1001;
  display: none;
}
.hostingplans {
  height: 450px;
  width: 970px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hostingplans a {
  color: #477DA2;
}
.hostingplans .tabs {
  margin-left: 1px;
}
.hostingplans .tab-content {
  top: 42px;
  height: 430px;
  background: transparent url(../../images/images-tab/tabcontent.png) no-repeat top left;
}

.hostingplans .tab.web-hosting {
  background: transparent url(../../images/images-tab/tab-hosting.png) no-repeat top left;
  width: 200px;
  height: 45px;
}
.hostingplans .tab.web-hosting.active {
  background: transparent url(../../images/images-tab/tab-hosting-act.png) no-repeat top left;
}

.hostingplans .tab.dominios {
  background: transparent url(../../images/images-tab/tab-ssl.png) no-repeat top left;
  width: 200px;
  height: 45px;
}
.hostingplans .tab.dominios.active {
  background: transparent url(../../images/images-tab/tab-ssl-act.png) no-repeat top left;
}

.hostingplans .tab.certificados-ssl {
  background: transparent url(../../images/images-tab/tab-dominio.png) no-repeat top left;
  width: 200px;
  height: 45px;
}
.hostingplans .tab.certificados-ssl.active {
  background: transparent url(../../images/images-tab/tab-dominio-act.png) no-repeat top left;
}

.hostingplans .tab.diseno-web {
  background: transparent url(../../images/images-tab/tab-diseno.png) no-repeat top left;
  width: 200px;
  height: 44px;
}
.hostingplans .tab.diseno-web.active {
  background: transparent url(../../images/images-tab/tab-diseno-act.png) no-repeat top left;
}

.tab-content .left {
  float: left;
  width: 250px;
  margin: 35px 35px 0;
}
.tab-content .left h2, .certificados-ssl h2 {
  font-weight: normal;
  font-size: 28px;
  color: #333333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tab-content .left h2 span, .certificados-ssl h2 span {
  display: block;
  color: #13476F;
  font-weight: bold;
}
.tab-content .left p {
  font-size: 11px;
  line-height: 16px;
  color: #7D7D7D;
  margin: 0 0 15px;
}
.tab-content .operating-system p {
  font-size: 14px;
  overflow: hidden;
  color: #333333;
}
.tab-content .operating-system p:first-child a {
  text-decoration: none;
  margin-left: 35px;
}
.diseno-web .left {
  padding-bottom: 50px;
  /*background: transparent url(../../images/images-tab/uptime.png) no-repeat left bottom;*/
}
.diseno-web .left h2 {
  font-size: 25px;
}
.diseno-web .left h2 span {
  font-size: 28px;
}
.diseno-web .hosting-plans-table {
  background: transparent url(../../images/images-tab/precios-diseno-web.png) no-repeat left center;
}
.dominios .left h2 {
  font-size: 23px;
}
.dominios .left h2 span {
  font-size: 25px;
}
.operating-system {
  position: relative;
}
.operating-system .linux-logo, .operating-system .windows-logo {
  margin-right: 30px;
  float: left;
  color: #333333;
}
.operating-system .linux-logo span, .operating-system .windows-logo span {
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.operating-system .linux-logo span {
  background: transparent url(../../images/images-tab/pinguin.jpg) no-repeat left center;
}
.operating-system .windows-logo span {
  background: transparent url(../../images/images-tab/windows.jpg) no-repeat left center;
}
.operating-system .windows-logo {
  margin-right: 0px;
  color: #333333;
}
.operating-system input {
  float: left;
  outline: none;
  margin-top: 7px;
  margin-right: 5px;
}
.operating-system .technology {
  background: url(../../images/images-tab/servers.png) no-repeat top left;
  height: 90px;
}

.operating-system .ssl {
  background: url(../../images/images-tab/ssl-partner-globalsign.png) no-repeat top left;
  height: 90px;
}

.operating-system .diseno-web {
  background: url(../../images/images-tab/diseno-web.png) no-repeat top left;
  height: 90px;
}


/* Estilos hosting*/
.hosting-plans-table {
  background: transparent url(../../images/images-tab/hosting-panels-background-web-hosting2.png) no-repeat left center;
  width: 610px;
  height: 370px;
  float: left;
  margin-top: 5px;
  padding-left: 10px;
}
.hosting-plans-table img, p, div, h1, h2, ul, li,table {
	margin:0px;
	padding:0px;
	border:0 none;
}
.dominios .hosting-plans-table {
  background: transparent url(../../images/images-tab/dedicated-panels.png) no-repeat top left;
    width: 610px;
  height:395px;
}
.hosting-plans-table .hosting-plan {
  width: 195px;
  float: left;
  height: 100%;
  text-align: center;
  position: relative;
}

.hosting-plans-table .hosting-plan h3 {
  line-height: 44px;
  margin-top: 18px;
  padding-right: 78px;
  color: #FFF;
  font-size: 16px;
}
.dominios .hosting-plans-table .hosting-plan h3 {
  width: 190px;
  line-height: 35px;
  text-align: center;
  padding: 0;
}
.dominios .hosting-plans-table .business h3 {
  width: 210px;
  line-height: 42px;
}
.hosting-plans-table .hosting-plan .price {
  float: left;
  width: 95px;
  height: 26px;
  margin-top: -10px;
  line-height: 26px;
  color: #FFF;
  font-weight: bold;
}
.hosting-plans-table .hosting-plan .price-windows {
  display: none;
}
.hosting-plans-table .hosting-plan .plan-message {
  float: left;
  clear: right;
  width: 63px;
  height: 30px;
  margin-top: -12px;
  line-height: 12px;
  color: #FCFCFC;
  font-size: 9px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-left: 15px
}
.hosting-plans-table .hosting-plan .dollar {
  font-size: 16px;
}
.hosting-plans-table .hosting-plan .main-part {
  font-size: 24px;
}
.hosting-plans-table .hosting-plan .decimal-part {
  vertical-align: super;
  font-size: 16px;
}
.hosting-plans-table .hosting-plan .per-month {
  font-size: 15px;
}
.hosting-plans-table .hosting-plan .feature {
  clear: both;
  height: 39px;
  font-size: 14px;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 4px;
  line-height:15px;
}

.hosting-plans-table .hosting-plan .feature span {
  display: block;
  color: #5F5E57;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
}

/*.hosting-plans-table .hosting-plan .feature-ssl {
  clear: both;
  height: 35px;
  font-size: 20px;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  line-height:15px;

}

.hosting-plans-table .hosting-plan .feature-ssl span {
  display: block;
  color: #5F5E57;
  font-size: 12px;
  position:absolute;
  text-align: center;
  text-transform: none;
  font-weight: normal;
}*/
.hosting-plans-table .hosting-plan .domains {
}
.hosting-plans-table .hosting-plan .ssl {
}
.hosting-plans-table .hosting-plan .disc-space {
}
.hosting-plans-table .hosting-plan .bandwidth {
}
.hosting-plans-table .hosting-plan .dedicatedip {
  line-height: 35px;
}
.hosting-plans-table .business {
  width: 214px;
}
.hosting-plans-table .business h3 {
  margin-top: 10px;
  height: 45px;
}
.hosting-plans-table .business .price {
  height: 50px;
  line-height: 45px;
  width: 111px;
}
.hosting-plans-table .business .plan-message {

  height: 38px;
  padding-top: 15px;
  text-align: center;
}
.hosting-plans-table .business .feature {
  color: #6B9704
}
.hosting-plans-table .enterprise .price {
  width: 83px;
}
.hosting-plans-table .enterprise .plan-message {
  width: 63px;
  letter-spacing: -1px;
}
.hosting-plans-table .enterprise .feature {
  color: #3E7DA9;
}
.hosting-plans-table .plus .feature {
  color: #BE3C02;
  margin-right: 5px;
  margin-left: -5px;
}
.hosting-plans-table .view-plans-btn, .hosting-plans-table .configure-btn {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 33px;
  background: transparent url(../../images/images-tab/view-plan-btn.png) no-repeat top center;
  text-indent: -9999em;
}
.hosting-plans-table .view-plans-btn:hover {
  background: transparent url(../../images/images-tab/view-plan-btn-hover.png) no-repeat top center;
}
.hosting-plans-table .configure-btn {
  background-image: url(../../images/images-tab/configure-btn.png);
}
.hosting-plans-table .configure-btn:hover {
  background-position: bottom center;
}
.hosting-plans-table .business .view-plans-btn, .hosting-plans-table .business .configure-btn {
  bottom: 14px;
}
.hosting-plans-table .details, .hosting-plans-table .live-chat {
  display: block;
  text-indent: -9999em;
  height: 22px;
  background: url(../../images/images-tab/details-btn.png) no-repeat center center;
  margin-top: 10px;
}
.hosting-plans-table .live-chat {
  background-image: url(../../images/images-tab/live-chat.png);
}








.diseno-web .hosting-plans-table .enterprise .price {
  width: 96px;
}
.dominios .hosting-plans-table .business {
  text-align: left;
}
.dominios .hosting-plans-table .price {
  color: #025BA5;
  width: 120px;
  padding-left: 85px;
  height: 85px;
  line-height: 78px;
  position: relative;
}                                 
.dominios .hosting-plans-table .business .price {
  padding-left: 130px;
  margin-bottom: 0px;
}
.dominios .hosting-plans-table .price .main-part {
  font-size: 30px;
}
.dominios .hosting-plans-table .price .dollar {
  font-size: 16px;
}
.dominios .hosting-plans-table .price .decimal-part {
  font-size: 20px;
}
.dominios .hosting-plans-table .price .per-month {
  font-weight: normal;
  position: absolute;
  bottom: -15px;
  margin-left: -20px;
}
.dominios .hosting-plans-table .feature {
  height: 40px;
  vertical-align: -30px;
  margin-right: 5px;
  color: #5F5E57;
  margin-left:-10px;
  text-align: center;

}
.dominios .hosting-plans-table .power-servers .feature {
  margin-left: -8px;
}
.dominios .hosting-plans-table .feature span {
  line-height: 15px;
vertical-align: middle;

}
.dominios .hosting-plans-table .feature span:first-child {

color: #5F5E57;
  font-size: 12px;
    height: 35px;
    line-height:15px;
    vertical-align: middle;

  /*text-transform: uppercase;
  font-weight: bold;*/
}






.hosting-features {
  overflow: hidden;
  margin-left: 2px;
}
.hosting-features>div {
  float: left;
  width: 170px;
  height: 185px;
  margin-right: 9px;
  position: relative;
}
.hosting-features .world-class-datacenters {
  background: transparent url(../../images/world-class-datacenters.png) no-repeat center center;
}
.hosting-features .support {
  background: transparent url(../../images/24-support.png) no-repeat center center;
}
.hosting-features .bandwidth-providers {
  background: transparent url(../../images/bandwidth-providers.png) no-repeat center center;
}
.hosting-features .unbeatable-prices {
  background: transparent url(../../images/unbeatable-prices.png) no-repeat center center;
}
.hosting-features .uptime-guarantee {
  background: transparent url(../../images/100-uptime-guarantee.png) no-repeat center center;
  margin-right: 0px;
}
.hosting-features>div .top {
  display: block;
  height: 100px;
  width: 100%;
}
.hosting-features>div .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.hosting-features>div p {
  color: #636161;
  font-size: 11px;
  line-height: 13px;
  padding: 10px 15px 0 10px;
}




.certificados-ssl h2 {
  font-size: 21px;
  padding-top: 30px;
  padding-left: 26px;
  width: 373px;
  height: 55px;
  margin-bottom: 10px;
}
.certificados-ssl h2 span {
  font-size: 18px;
}
.certificados-ssl>img {
  position: absolute;
  right: 43px;
  top: 15px;
}
.certificados-ssl table {
  text-align: center;
  width: 870px;
  margin-left: 10px;
  border-collapse: collapse;
  border: 1px solid #D0D9DC;
  border-top: none;
  background: transparent url(../../images/images-tab/table-header.png) repeat-x top left;
}
.certificados-ssl table thead {
  height: 31px;
  color: #FFF09C;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 1px solid #3F607B;
  border-right: 1px solid #3F607B;
}
.certificados-ssl table thead td {
  background: transparent url(../../images/images-tab/table-header-border.png) no-repeat right center;
  height: 31px;
  border-right: 1px solid #567790;
}
.certificados-ssl table thead .last {
  background: none;
  border: none;
}
.certificados-ssl table tbody tr {
  border-top: 1px solid #FFFFFF;
}
.certificados-ssl table tbody tr:hover {
  background: #EFEFD0;
}
.certificados-ssl table tbody tr td:first-child {
  width: 240px;
  color: #477DA2;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 4px;
}
.certificados-ssl table tbody tr td:first-child span {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #477DA2;
}
.certificados-ssl table tbody tr td:first-child>span {
  background: url(../../images/images-tab/intel-core-quad.png) no-repeat top left;
  display: block;
  padding-left: 63px;
  height: 38px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
}
.certificados-ssl table tbody tr td {
  border-right: 1px solid #D0D9DC;
  font-size: 14px;
  font-weight: bold;
  color: #5B5B5B;
  padding: 6px 10px;
}
.certificados-ssl table tbody .even {
  background-color: #F6F6F7;
}
.certificados-ssl table tbody .odd {
  background-color: #FFFFFF;
}
.certificados-ssl table tbody tr .bandwidth {
  color: #BE3C02;
}
.certificados-ssl table tbody .price {
  color: #FFFFFF;
  font-weight: normal;
  width: 180px;
}
.certificados-ssl table tbody .price>span {
  background: url(../../images/images-tab/price-cell-background.png) no-repeat center center;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  width: 180px;
}
.certificados-ssl table tbody .price .number {
  font-weight: bold;
  font-size: 16px;
  float: left;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
}
.certificados-ssl table tbody .price .number span {
  font-weight: normal;
  font-size: 12px;
}
.certificados-ssl table .buy-now-btn {
  float: left;
}






.buy-now-btn {
  width: 86px;
  height: 38px;
  background: transparent url(../../images/images-tab/buy-now-btn.png) no-repeat top left;
  text-indent: -9999em;
  display: block;
}


