@import "reset.css";
@import "grid.css";

@import "dominios.css";
@import "pricing.css";
@import "pictogram-button.css";
@import "default-slider.css";
@import "nivo-slider.css";
@import "tabla.css";
@import "formulario.css";

body {	
	color: #333;
	line-height: 16px;
	font-size: 13px;
	font-family: 'Trebuchet MS','Open Sans',sans-serif;}
	
/*CABECERA*/
#header {
	background:#261C1E url('../images/bg_header_pattern.png') repeat 0 0!important;
	overflow:hidden;
}
#logo {
	width:314px;
	height:133px;
	background:transparent url('../images/logo.png') no-repeat 0 center;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
}
#logo a span {
	display:none;
}
ul#nav  {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#nav li {
	display:block;
	float:right;
	padding:45px 9px;
}
#nav a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:400;
	font-size:14px;
}
#nav a:hover {
	color:#ccc;
}

/*SLIDE*/
#slide {
	position:relative;
	height:353px;
}
#slide img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#slide img.active {
	z-index:10;
}
#slide img.last.active {
	z-index:9;
}

/*MENU ADICIONAL*/
#menu-adicional {
	background:#c62b02 url('../images/menu_pattern.png');
}
.mainmenu {
	background:url('../images/bg_mainmenu.png') repeat-x 0 100%;
	padding-bottom:10px;
}
.mainmenu_inner {
	background:url('../images/bg_mainmenu_inner.png') repeat-x 0 0;
	height:45px;
}
ul#menu  {
	margin:0;
	overflow: hidden;
	display: inline-block;
}
#menu li {
	padding: 0 15px;
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: Myriad-pro,"Trebuchet MS",Arial,sans-serif;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 54px;
}
#menu li:hover {
	background:url('../images/bg_active_menu.png') repeat-x 0 0;
}
#menu li a {
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	font-size:15px;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
#menu li a>strong {
	font-weight:400;
	border-bottom:dotted 1px #CCC;
	padding-right:2px;
}

/*MAIN*/
.outerinfo {
	border-top:1px solid #FBFBFB;
	border-bottom:1px solid #AAA;
	background-color:white;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 10px;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 10px;
	-o-box-shadow:rgba(0,0,0,0.3) 0 1px 10px;
	box-shadow:rgba(0,0,0,0.3) 0 1px 10px;
	position:relative;
	z-index:100;
}
.outerinfo .title {
	padding:20px 0px 10px 0px;
	text-align:center;
	background-image:url(../images/hr_faded_ends.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	float:right;
}
.outerinfo .title h1 {
	margin:0;
	font-size:34px;
	font-weight:normal;
	color:#ec5d26;
	letter-spacing:-1px;
	line-height:34px;
}
.outerinfo .title h2 {
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#bbb;
	margin-bottom:20px;
}
.outerinfo::after {
	content:"";
	height:6px;
	width:100%;
	position:absolute;
	bottom:0;
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0,0,0,0.01)),color-stop(100%,rgba(0,0,0,0.1)));
	background-image:-webkit-linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.1));
	background-image:-moz-linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.1));
	background-image:-o-linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.1));
	background-image:-ms-linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.1));
	background-image:linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.1));
}
.box_one {
	padding:10px 0;
}
.box_one h2.title {
	font-size:20px;
	font-weight:normal;
	color:#ec5d26;
	letter-spacing:-1px;
	line-height:34px;
	text-align:center;
}
.box_one  h2.title strong {
	font-size:26px;
	color:#333;
	text-transform:none;
	letter-spacing:-1px;
	font-weight:600;
}
.box_one p {
	text-align:justify;
	color: #666;
}
#main .caracteristicas {
margin: 20px 0;
}
#main .caracteristicas ul {
float: left;
margin: 0;
list-style: none;
background-color: #d3e0e8;
padding: 10px 0;
}
#main .caracteristicas li{
width: 258px;
height: 60px;
text-indent: 0;
padding: 0 0 0 45px;
margin: 0 0 20px 10px;
float: left;
background: url(../images/sprite-vps.jpg) no-repeat;
}
#main .caracteristicas h4 {
font-size: 18px;
color: #009bdb;
letter-spacing: -0.5px;
margin: 0;
}
#main .caracteristicas p {
font-size: 12px;
color: #003c55;
padding: 0;
}
#recursos {
background-position: -520px -220px !important;
}
#pcontrol {
background-position: -520px -300px !important;
}
#admin, #vpsadmin {
background-position: -520px -380px !important;
}
#megablock {
background-position: -420px 0 !important;
}
#seguridad {
background-position: -310px -425px !important;
}
#complementos {
background-position: -310px -500px !important;
}
#marcablanca {
background-position: -430px -1045px !important;
}
#privado {
background-position: -430px -850px !important;
}
#recursosclientes {
background-position: -430px -945px !important;
}

/*CARACTERISTICAS*/
.toptres {
}
.toptres h3 {
	margin-bottom:20px;
	font-size:26px;
	font-weight:normal;
	color:#ec5d26;
	letter-spacing:-2px;
	text-align:center;
}
.toptres h4 {
	color:#bbb;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
}
.toptres p {
	color:#666;
	font-size:14px;
}

/*CUADRO DE BUSQUEDA*/
#dominios {
	margin-top:25px;
}
#otab-on {
	float:left;
	width:321px;
	height:51px;
	background-image:url(../images/otab-on.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
}
#otab-on h2 {
	color:#fff;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:17px 0;
	padding:0;
}
#otab-off {
	float:left;
	width:619px;
	height:51px;
	background-image:url(../images/otab-off.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#otab-off .descuento {
	padding-top:17px;
	text-align:center;
	text-shadow:2px 2px #fff;
	font-size:16px;
	color:#999;
}
#otab-off .descuento a {
	color:#EC5D26;
	text-decoration:none;
}
#otab-off .descuento a:hover {
	color: #999;
}
#otab-main {
	clear:both;
	height:108px;
	background-image:url(../images/otab-main.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
div#whois-form {
	padding-left:20px;
	padding-top:15px;
}
div#whois-form p {
	color:#fff;
	text-shadow:1px 1px #9b3b10;
	margin-bottom:15px;
	font-size:13px;
	margin: 0 0 1em;
}
div#whois-form p a {
	color:#fff;
	font-weight:bold;
	margin-left:10px;
}
div#whois-form-field {
	float:left;
}
div#whois-form-field input {
	width:250px;
	border:1px solid #af3f0e;
	background-color:#fff;
	color:#555;
	font-family:Arial,Verdana;
	font-size:14px;
	padding:10px;
}
div#whois-form-field select {
	width:90px;
	border:1px solid #af3f0e;
	background-color:#fff;
	color:#555;
	font-family:Arial,Verdana;
	font-size:14px;
	padding:9px;
}
div#whois-form-btn {
	float:left;
	margin-left:10px;
}
/*HOSTING*/
#hosting p {
	margin: 0;
	padding: 20px 0;
	color: #666;
	/*text-align: justify;*/
	font-size: 14px;
}
#capacidad, #diseno-web {margin-top: 20px;}
#Servers {
	margin-top: 20px;
}


#capacidad h3, #Servers h2, #diseno-web h3{
font-size: 30px;
letter-spacing: -1px;
color: #ec5d26;
font-weight: 400;
line-height: 35px;
margin: 0 0 20px 0;
float: left;
}
#tos { margin-top: 20px;
margin-bottom: 20px;
}
#tos h3 {
font-size: 30px;
letter-spacing: -1px;
color: #39434c;
font-weight: 400;
line-height: 35px;
margin: 0 0 20px 0;

}
#tos h4 {
font-size: 18px;
letter-spacing: -1px;
}
#tos a {
	border-bottom: dotted 1px #CCC;
	color: #333;
	text-decoration: none;
}
#tos a:hover {
	border-bottom: none;
	font-weight: bold;
}

#capacidad ul {
width: 640px;
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#capacidad li {
width: 300px;
float: left;
margin: 0 20px 0 0;
text-align: justify;
}
#capacidad p {
/*font-size: 12px;
line-height: 20px;*/
}
#capacidad h4 {
font-size: 20px;
margin: 0;
color:#39434c;
}
#capacidad span {
width: 290px;
height: 245px;
background: url(../images/vps.png) no-repeat;
float: left;
text-indent: -9999px;
}
#planes .price a{
float: left;


}
/*DOMINIOS*/
.dominio-crc h2, #contacto h2{
	
	font-size: 30px;
	font-weight: normal;
	color: #ec5d26;
	letter-spacing: -1px;
}
#dominio-crc p {
	margin: 0;
	padding: 20px 0;
	color: #666;
	text-align: justify;
	font-size: 14px;
}

/*INDEPENDIENTES*/
.widget{
	margin:0 0 10px 0;
}
.widget h2{
	margin:0;
	letter-spacing: -1px;
}
.widget ul {
	
	list-style: none;
	padding-left: 5px;
}
.widget img {
	padding: 0 35px;
}
.widget  li {
	font-weight: bold;
	padding: 10px 0 0 25px;
	background: url(../images/list.png) no-repeat 0px 10px;
}
.soporte {
	background: url(../images/soporte.jpg) repeat left top;
	height: 100px;
}
.soporte-woman {
	background: url(../images/soporte-woman.jpg) repeat left top;
	height: 167px;
}
.backup {
	background: url(../images/backup.jpg) repeat left top;
	height: 120px;
}
#contacto{
margin-bottom: 31px;
overflow: hidden;
}
#post-it {
width: 100%;
height: 263px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
margin-top:20px;
overflow: hidden;

}
.reseller{background: url(http://www.cyberneticos.com/img/servidores/oferta/ofx-sprite.png) 255px -280px no-repeat;
float: left;}
.hosting{background: url(../images/hosting.jpg) 0px 0px no-repeat;
float: left;}
#post-it ul {
width: 400px;
float: left;
list-style: none;
padding-left: 20px;
}
#post-it  h2{
margin-bottom:0;
font-size: 32px;
color: #fff;
}
#post-it  h3{
margin:0;
font-size: 18px;
color: #f5a115;
}
#post-it p {
line-height: 20px;
color: #fff;
}

#post-it strong {
font-size: 16px;
color: #ec5d26;
letter-spacing: -0.5px;
}

#destacados {
float: left;
padding: 20px 0 0 ;
margin: 0;
list-style: none;
background: url(http://www.cyberneticos.com/img/bgselector.png) repeat-x left 290px;
}
#destacados li {
width: 200px;
float: left;
padding: 0 17px 0;
}
#destacados strong {
width: 205px;
height: 40px;
font-size: 18px;
color: #666;
letter-spacing: -0.5px;
line-height: 18px;
float: left;
padding: 2px 0 5px 30px;
}
#destacados strong img {
margin: 0 5px -10px -30px;
}
#destacados p {
width: 160px;
font-size: 12px;
color: #666;
float: left;
padding: 0 0 5px 30px;
margin: 0;
line-height: 15px;
font-weight: 400;
}

#imagen01 {
background-position: -1140px -25px;
margin: 0 40px 0 35px;
width: 460px;
height: 320px;
}

.right h2 {
width: 400px;
font-size: 35px;
color: #04b5ff;
letter-spacing: -1px;
text-shadow: 0 0 5px #fff;
float: left;
}
.vps{
	background: url(../images/vps.jpg) 0px 0px no-repeat;
	float: left;

}
.vps ul {
	width: 402px!important;
	float: right!important;
	padding-right: 20px!important;
}

.vps p {
	padding-top: 6px!important;
}
.vps .links_bt {

	margin: auto;
	margin-top: 20px;
	width: 870px;
}
.vps .links_bt a {
	cursor: default;	
	color: #fff!important;
	

}
#diseno{background: url(../images/paginas-web-venezuela.png) no-repeat;
margin: 0 40px 0 35px;
width: 445px;
height: 320px;
float: left;}
#bot-direct, #bot-reseller, #bot-admin, #bot-escalable {
font-size: 12px;
font-weight: 700;
letter-spacing: 0;
padding: 0 0 5px 25px;
margin: 2px 0 0 20px;
float: left;
line-height: 20px;
text-decoration: none;
color:#333;
background: url(http://www.cyberneticos.com/img/servidores/escalables/sprite-servidores-escalables.png) no-repeat;
}
#bot-direct {
background-position: -1576px -538px !important;
text-decoration: none;
}
#bot-admin {
background-position: -1576px -623px !important;
}
#bot-reseller {
background-position: -1576px -582px !important;
}
#bot-escalable {
background-position: -1576px -670px !important;
}
.box {
background: #f6f7f9;
border: 2px solid #e9f1f4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 10px #c2cfd6;
-webkit-box-shadow: 0 0 10px #c2cfd6;
box-shadow: 0 0 10px #c2cfd6;
float: left;
background-color: #fff;
margin: 10.5px auto;
}

.b1{display: block;
margin-bottom: 15px;}

.p1{
margin-top: 20px!important;}


#outerfooter {
	overflow:hidden;
	padding:10px 0 25px 0;
	background:#111;
	line-height:20px;
	color:#636363;
	margin-left:-30px;
	border-top:1px solid #181818;
	text-shadow:0px 1px 0px black;
	font:400 13px/16px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	
}
#outerfooter a {
	color:#636363;
	text-decoration: none;
}
a#footer-logo {
	display:block;
	float:right;
	margin-top:-5px;
	width:185px;
	height:50px;
}
.right {
	float:right;
	text-align:right;
}
.domainarea {
	width:960px;
	background:url(../images/logosbg.png) no-repeat left top;
	height:72px;
	margin:20px 0;
	padding: 0 20px;
}
div#whois-form-sale {
	float:left;
	padding-top:8px;
}
div#whois-form-sale span {
	color:#ddd;
	text-shadow:1px 1px #9b3b10;
}
div#whois-form-sale span span {
	text-shadow:none;
	background-color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#e55416;
	padding:3px;
	margin-right:5px;
	margin-left:20px;
}
div#whois-form-sale span i {
	margin-left:5px;
	color: #fff;
}

.logos {
width: 938px;
height:71px;
background:url(../images/bg-linea.png) no-repeat;
margin: auto;
}
.separa{
border-top: 1px solid #181818;
border-bottom: 1px solid #070707;
margin: 0 0 15px 0;
}

h2.mid_title {
	font-size:23px;
	color:#ec5d26;
	letter-spacing:-1px;
	padding-top:20px;
	background-image:url(../images/hr_faded_ends.png);
	background-position:center top;
	background-repeat: no-repeat;
}

.add-border{
	display: block;
	margin-bottom: 1.2em;
	padding: 4px;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	-o-transition: all .20s linear;
	transition: all .20s linear;
	width: 960px;
	height:250px;
}
/*/////////////////////////////////
*/
.incluido_icon {
	float:left;
	width:44px;
}
.incluido_text {
	float:left;
	width:165px;
	font-size:14px;
	color:#666;
	padding-top:3px;
	text-shadow:1px 1px #fff;
}
div#verde{background-image: url(../images/fondo-cpanel-vps.png);
background-repeat: repeat-x;
margin: 0 auto;
height: 140px;
margin-top: 20px;
padding: 28px 0;
}
div#garantia {
	overflow: hidden;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #dedede;
margin-bottom: 31px;
background: #efefef;
margin-top: 40px;
}
div#garantia h2 {
	font-size: 18px;
	/*display: inline-block;*/
	padding: 0px 10px 0px 0px;
	float: right;
	text-transform: uppercase ;
}
.badge {
	background: url(../images/badge.png) no-repeat;
width: 200px;
height: 175px;
margin-top: -161px;
margin-left: -38px;
}

p.text {
	color:#666;
	text-align:justify;
	font-size: 14px;
}
#form_contacto {
margin: 0 0 31px 0;
float: left;
}
#form_contacto input[type="text"], #form_contacto textarea {
width: 300px;
margin: auto;
border-radius: 5px;
box-shadow: 0px 0px 5px #ccc;
border: 1px solid #CCC;
padding: 10px;
margin-left: 20px;
}

#form_contacto label {
	display: inline-block;
	width: 80px;
	text-align: right;
	font-size: 15px;
}
#form_contacto label span {
	font-weight: bold;
	font-style: normal;
	color: #d10000;
	
}
#form_contacto label.error {
	float: right;
	color: red;
	font-weight: normal;
	padding-left: .5em;
	vertical-align: top;
	width: 250px;
	text-align: left;
}
.info {
	float: left;
}
.name {
	margin-top: -9px!important;
}
.triangle-border {
  background: #FFF;
  border: 5px solid #5A8F00;
  color: #333;
  margin: 1em 0 3em;
  padding: 15px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.triangle-border:before {
  border: 20px solid transparent;
  border-top-color: #5A8F00;
  bottom: -40px;
  content: "\00a0";
  display: block;
  height: 0;
  left: 40px;
  position: absolute;
  width: 0;
}
.triangle-border:after {
  border: 13px solid transparent;
  border-top-color: #FFF;
  bottom: -26px;
  content: "\00a0";
  display: block;
  left: 47px;
  position: absolute;
  height: 0;
  width: 0;
}

.triangle-border.left {
  margin-left: 30px;
}
.triangle-border.left:before {
  border-width: 15px 30px;
  border-style: solid;
  border-color: transparent #5A8F00 transparent transparent;
  bottom: auto;
  left: -60px;
  top: 10px;
}
.triangle-border.left:after {
  border-width: 9px 21px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
  bottom: auto;
  left: -42px;
  top: 16px;
}

#selectoridioma a{
border-bottom: dotted 1px #CCC;    overflow: hidden;    display: block;    padding-right: 2px;
}
#selectoridioma a img{
height: 30px;line-height: 70px;display: block;float: left;margin-top: -7px;margin-right: 5px;
}
#changeLanguage {
display:none;
width: 332px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #eee;
border: solid #fff 1px;
position: absolute;
z-index: 99999;
margin: 115px 0px 0px 808px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 150px 0px rgba(255, 255, 255 ,1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 150px 0px rgba(255, 255, 255 ,1);
}
.contryBox {
margin: 5px;
-webkit-border-radius: 3px;
border-radius: 3px;
width: 322px;
}
.contryBox:hover {
-webkit-box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.1),0px 0px 5px 0px rgba(255, 255, 255, 1);
box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.1),0px 0px 5px 0px rgba(255, 255, 255, 1);
}
.chLangTitl {
color: #555;
font-size: 20px;
line-height: 150%;
margin: 20px 0px 0px 25px;
}
ul#countryList {
padding:0;
}
ul#countryList li {
display: block;
list-style: none;
float: left;
margin: 4px;
-webkit-border-radius: 3px;
border-radius: 3px;
height: 44px;
background: none;
opacity: 0.8;
width: 153px;
}
ul#countryList li:hover {
opacity: 1;
-webkit-box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.2),0px 0px 5px 0px rgba(255, 255, 255, 1);
box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.2),0px 0px 5px 0px rgba(255, 255, 255, 1);
}
ul#countryList li a {
display: block;
float: left;
line-height: 70px;
font-weight: bold;
height: 70px;
color: #666;
text-decoration: none;
margin: 0 0 0 0px;
background-color: transparent;
background-position: 0 0;
background-repeat: no-repeat;
}
ul#countryList li a img {
display: block;
float: left;
line-height: 44px;
height: 44px;
margin: 0px 4px;
}
ul#countryList li a span {
display: block;
float: left;
line-height: 44px;
height: 44px;
margin: 0px 4px;

}
#BotonesFlotantes {
	position: absolute;
	border-right: 0px;
	z-index: 9999;
	margin-top: 0px;
	height: 201px;
	background-color: rgb(238, 238, 238);
	padding: 9px 15px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(204, 204, 204);

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 15px;
	right: 0%;
}
#BotonesFlotantes div {
	margin: 10px 0;
}
.list-box {
width: 293px;
float: left;
position: relative;
}
.list-box2 {
width: 450px;
}
.list-box h4 {
margin: 0 0 15px;
font-size: 22px;
color: #fff;
}
.columns-holder {
height: 1%;
overflow: hidden;
margin: 0 0 0 -28px;
}
.list-box .column {
float: left;
padding: 0 0 0 28px;
}
.list-box ul {
list-style: none;
margin: 0;
padding: 0 0 13px;
}
.list-box ul li {
padding: 0 0 5px;
}
.list-box ul li a {
color: #939393;
text-decoration: none;
}
.list-box h5 {
font-size: 12px;
line-height: 15px;
color: #ccc;
text-transform: uppercase;
margin: 0 0 4px;
}
.info-box {
width: 204px;
float: left;
text-align: right;
padding: 3px 0 0 13px;
}
.info-box p {
margin: 0 0 6px;
}
.social-links {
float: right;
margin: 0;
list-style: none;
}
.social-links li {
float: left;
margin: 0 0 0 8px;
display: inline;
}
.social-links li a {
display: block;
overflow: hidden;
height: 32px;
width: 32px;
text-indent: -9999px;
}
.social-links li a.facebook {
background-image: url("../images/icons/facebook-icon.png");
}
.social-links li a.twitter {
background-image: url("../images/icons/twitter-icon.png");
}

.social-links li a.google {
background-image: url("../images/icons/google-icon.png");
}
.social-links li a.youtube {
background-image: url("../images/icons/youtube-icon.png");
}
.social-links li a.skype {
background-image: url("../images/icons/skype-icon.png");
}
.hiddentext {
display: none;
}


/*
SERVIDORES VPS
*/
#planes { width: 960px; margin: 40px 0; margin-bottom: 10px; width: 980px; padding: 10px; float: left;}
.light { width: 100%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
margin-top: 20px;
overflow: hidden; } 
#planes #basico { width: 960px; float: left; }
#planes #basico span.image_vps { float: left; text-indent: -9999px; background: url(../images/sprite-vps.jpg) no-repeat; background-position: 5px -280px; width: 265px; height: 145px;}
#planes .topplan { width: 960px; height: 40px; padding: 0 0 10px 0; float: left; color: #434c50; background-position: 0 40px; margin: 0 0 20px 10px; background: url(../images/separadores-planes.jpg) no-repeat;background-position: 0 40px;}
#planes .topplan h2 { margin-top: 5px; margin: 0; font-size: 40px; font-weight: 400; letter-spacing: -1.5px; float: left; width: 265px; }
#planes .topplan p { margin: 0;margin-top: 5px; float: left; font-size: 20px; letter-spacing: -1px; padding: 0 0 0 40px; }
#planes .topplan strong { font-size: 42px; margin: 0 0 0 10px; }


#planes ul { list-style: none;padding: 0; width: 305px; height: 160px; float: left; font-size: 14px; line-height: 24px; margin: 0 0 0 40px; }
#planes li { padding: 0 0 0 15px;color: #1f343d;background: url(../images/separadores-planes.jpg) no-repeat;background-position: -950px -300px;}
#planes .icocy {background: url(../images/separadores-planes.jpg) no-repeat;background-position: -350px -220px;}
#planes .price {width: 660px;height: 60px;float: right;background: url(../images/separadores-planes.jpg) no-repeat;background-position: 0 -390px;padding: 10px 0 0 0;}
#planes .price strong {width: 570px;height: 45px;float: left;text-align: right;font-weight: 400;font-size: 25px;padding: 13px 0 0 0;line-height: 15px;color: #1f343d;}
#planes .price em {font-size: 12px;
padding-top: 5px;
display: block;}
#planes .price a {
	width: 55px;
	height: 34px;
	float: right;
	line-height: 32px;
}

/*************************************************   SLIDER   *************************************************/
#packs{

	width: 599px;
	margin-top: -35px;
	margin-left: 20px;
}


.ui-widget-content {
background: #eee url(../images/slider_scale.png) repeat;

border: 1px solid #ccc;
height: 20px!important;); /*PIE*/}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	/*border: 1px solid #000; background: #000; font-weight: bold; color: #1c94c4; box-shadow:inset 0px 1px 2px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 1px 2px rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 1px 2px rgba(255,255,255,.8); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(110,110,110)), color-stop(0.8, rgb(0,0,0))); background-image: -moz-linear-gradient(center top, rgb(110,110,110) 0%, rgb(0,0,0) 80%); outline:none;  -pie-background: linear-gradient(90deg, #000, #666); */


width: 29px;
height: 37px;
background-image: url("../images/slidebutton.png");
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background-color:#83000d; color:#fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(181,62,74)), color-stop(0.5, rgb(131,0,13))); background-image: -moz-linear-gradient(center top, rgb(181,62,74) 0%, rgb(131,0,13) 50%); border: 1px solid #bf1e2e; -pie-background: linear-gradient(90deg, #820c25, #c5353b); /*PIE*/}*/


.ui-corner-all{-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; behavior: url(css/PIE.htc);}
/*.ui-corner-all .ui-corner-all{-moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; behavior: url(css/PIE.htc);}*/
.ui-slider {position: relative; text-align: left; margin:0 10px;}
.ui-slider .ui-slider-handle{position: absolute; z-index: 2;/* width:24px; height: 24px;*/ cursor: pointer;}
.ui-slider-horizontal{height:.6em;}
.ui-slider-horizontal .ui-slider-handle{top: -.3em; margin-left: -.6em;}

#slider-buttons{text-align: center;
font-weight: bold;
width: 700px;
overflow: hidden;
background: url(../images/scale.png) no-repeat -24px -59px;
height: 90px;}
#slider-buttons a{margin:0 10px; padding:0; width:25px; width: 620px;0101height:18px; display:inline-block; background:url(http://cdn4.dotblockcdn.net/images/add_remove.gif) no-repeat; text-indent:-9999px; overflow:hidden; text-indent:-9999px; vertical-align:text-top}
#slider-buttons a:hover{background-position:0 -18px}
#slider-buttons a#slider-add-block{background-position:0 -36px}
#slider-buttons a#slider-add-block:hover{background-position:0 -54px}
#slider{margin-bottom:10px}
.topmenu {

    overflow: hidden;

}
.topmenu ul {
list-style-type: none;
margin: 0;
}
.topmenu ul li {
float: right;
background-color: #000;
margin: 0;
}
.topmenu ul li.chat {
background-image: url(../images/chat_icon.png);
background-position: right 10px;
background-repeat: no-repeat;
padding-right: 24px;
padding-top: 9px;
margin-right: 15px;
font-size: 11px;
color: #ddd;
text-shadow: 1px 1px #000;
}
.topmenu ul li a {
display: block;
padding: 10px 30px;
color: #ff9900;
font-weight: bold;
text-decoration: none;
text-shadow: 1px 1px #000;
}
.topmenu ul li.first {
border-bottom-left-radius: 5px;
}
.topmenu ul li.last  {
border-bottom-right-radius: 5px;
}

#ofertas ul {
width: 255px;
height: 280px;
float: left;
padding: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 0 5px #CCC;
-webkit-box-shadow: 0 0 5px #CCC;
box-shadow: 0 0 5px #CCC;
font-size: 12px;
line-height: 20px;
color: #666;
margin: 0 23px 40px 0;
background: #FFF;
background: #f6f7f9;
border: 2px solid #e9f1f4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 2px #c2cfd6;
-webkit-box-shadow: 0 0 2px #c2cfd6;
box-shadow: 0 0 2px #c2cfd6;
list-style: none;
float: left;
padding-top: 30px;
}
#ofertas li {
width: 255px;
float: left;
font-size: 10px;
text-transform: uppercase;
margin: 0 0 5px 0;
}
#ofertas p {
width: 110px;
height: auto;
float: left;
margin: 0;
text-align: left;
font-weight: 700;
}
#ofertas strong {
height: auto;
float: left;
margin: 0;
text-align: left;
font-size: 18px;
color: #09c;
}
#ofertas b {
float: left;
text-align: left;
font-size: 11px;
color: #003652;
}
#ofertas .basico, #ofertas .medio, #ofertas .avanzado {
width: 255px;
height: 45px;
float: left;
margin-top: -19px !important;
padding: 55px 0 0 0;
}


.basico, .medio, .avanzado, .cpu, .hdd, .ram, .trafico, .duplex {
background: url('http://www.cyberneticos.com/img/servidores/oferta/ofx-sprite.png') no-repeat;
}
.avanzado {
background-position: -275px -200px;
}
.medio {
background-position: -275px -100px;
}

.cpu, .hdd, .ram, .trafico, .duplex {
padding: 0 0 0 20px;
}
.cpu {
background-position: 0 0;
}
.hdd {
background-position: 0 -40px;
}
.ram {
background-position: 0 -80px;
}
.trafico {
background-position: 0 -120px;
}
.duplex {
background-position: 0 -160px;
}
#ofertas a {
float: left;
width: 230px;
text-align: center;
font-size: 12px;
color: #fff;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin: 10px 0 10px 13px;
padding: 5px 0 5px 0;
text-shadow: 0 1px #003652;
background: #09c;
background: -moz-linear-gradient(top, #0099cc 0%, #007aa0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#007aa0));
background: -webkit-linear-gradient(top, #0099cc 0%,#007aa0 100%);
background: -o-linear-gradient(top, #0099cc 0%,#007aa0 100%);
background: -ms-linear-gradient(top, #0099cc 0%,#007aa0 100%);
background: linear-gradient(top, #0099cc 0%,#007aa0 100%);
}
#ofertas a:hover {
background: #09c;
background: -moz-linear-gradient(top, #0099cc 0%, #00bfff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#00bfff));
background: -webkit-linear-gradient(top, #0099cc 0%,#00bfff 100%);
background: -o-linear-gradient(top, #0099cc 0%,#00bfff 100%);
background: -ms-linear-gradient(top, #0099cc 0%,#00bfff 100%);
background: linear-gradient(top, #0099cc 0%,#00bfff 100%);
}
#ofertas i {
font-size: 15px;
color: #c7f1ff;
}
#ofertas span {
font-size: 20px;
color: #fff;
background: url('http://www.cyberneticos.com/img/servidores/oferta/ofx-sprite.png') -5px -188px no-repeat;
padding: 8px 0 0 15px;
text-transform: none;
}
.vendido01, .vendido02, .vendido03 {
background: url(http://www.cyberneticos.com/img/servidores/oferta/servidor-grande-vendido.png) no-repeat;
width: 255px;
height: 45px;
float: left;
margin-top: -19px !important;
padding: 55px 0 0 0;
}
#info-ofx {
width: 840px;
background: url(../images/ofx-sprite.png) -740px 0 no-repeat;
float: left;
padding: 10px 0 0 60px;
font-size: 10px;
color: #666;
}
.phoneCon {
width: 360px;
float: right;
margin: 13px 10px 0;
}
.liveChat {
background: url(../images/liveChat.png) no-repeat right 10px;
}
.topmenu ul li.liveChat a {
font-size: 18px;
padding:0;
line-height: 20px;
font-weight: 700;
color: #fff;
text-align: center;
text-shadow: 1px 1px 0 #ff8f00;
width: 216px;
height: 45px;
margin: 2px 18px 0 0;
}
.phone {
background: url(../images/phone.png) no-repeat right center;
font-size: 18px;
line-height: 20px;
font-weight: 700;
color: #fff;
text-align: center;
text-shadow: 1px 1px 0 #ff8f00;
width: 216px;
height: 47px;
margin: 2px 18px 0 0;
}
#caracteristicas-hosting {
height: 425px;
width: 970px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
padding-left: 10px;
}
.incluye {
width: 310px;
padding-right: 20px;
float: left;
height: 115px;
margin-top: 20px;
}
.imagen-incluye {
float: left;
height: 55px;
width: 52px;
}
.texto-incluye {
float: left;
margin-left: 4px;
height: 115px;
width: 250px;
}

.titulo-incluye {
font-family: Arial,Helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
color: #708631;
}
.descripcion-incluye {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #393939;
margin-top: 8px;
text-align: justify;
}
#texto {
font-size: 14px;
color: #000;
float: left;
width: 433px;

}

#texto .titulo {
float: left;
width: 393px;
}
#texto .titulo h3 {
margin: 0;
}
#texto .pasos {
font-size: 14px;
color: #000;
float: left;
width: 393px;
padding: 5px 0 5px 40px;
margin: 14px 0 14px 0;
}
#texto .pasos ul {
	line-height: 1em;
margin: 0;
padding: 0;

}

#texto .pasos ul li {
list-style-type: none;
list-style-image: url(../images/lista.png);
padding: 5px 0 0 10px;
line-height: 18px;
}
#iconos {
float: left;
width: 132px;
margin: 0px 36px 0 0;
}
#iconos .icono {
height: 137px;
width: 132px;
margin-bottom: 25px;
}