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

ul {list-style: none;}
a {text-decoration: none;}
body {color: #333;}
#header {background: transparent url('../images/header-bg1.jpg'); overflow: hidden; }
#header .logo {
	display: block;
	width: 280px;
	height: 70px;
	margin-top: -15px;
	text-indent: -5000px;
	background: url(../images/logo.png) 0 0 no-repeat;
}
#header .nav {float: right;margin: 37px 0;}
#header .nav li {float: left;padding: 0 10px;}
#header .nav li a {color: #333;}
#header .nav li a:hover, a.active {color: #c53005;}
#containerWhite {
	margin-top: 10px;
	/*overflow: hidden;*/
	height:100px;
}
#slider {margin: 10px 0}
#containerMenu {
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #000000;
	border-left: none;
	color: #FFF;
	background-color: #292929;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(41, 41, 41)), to(rgb(0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(41, 41, 41), rgb(0, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(41, 41, 41), rgb(0, 0, 0));
	background-image: -o-linear-gradient(top, rgb(41, 41, 41), rgb(0, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(41, 41, 41), rgb(0, 0, 0));
	background-image: linear-gradient(top, rgb(41, 41, 41), rgb(0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#292929', EndColorStr='#000000');
	-moz-box-shadow: inset 1px 0 0 #343534, inset 0 1px 0 #343534;
	-webkit-box-shadow: inset 1px 0 0 #343534, inset 0 1px 0 #343534;
	box-shadow: inset 1px 0 0 #343534, inset 0 1px 0 #343534;
}
#containerMenu .menu {
	margin: 0;
	padding: 0;
	float: left;
}
#containerMenu .menu li {
	float: left;padding: 20px 35px;
	border-left: 1px solid #000;
}
#containerMenu .menu li.ult {
	border-right: 1px solid #000;
}
#containerMenu .menu li:hover {
	background-color: #4e4e4e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 78, 78)), to(rgb(39, 39, 39)));
	background-image: -webkit-linear-gradient(top, rgb(78, 78, 78), rgb(39, 39, 39));
	background-image: -moz-linear-gradient(top, rgb(78, 78, 78), rgb(39, 39, 39));
	background-image: -o-linear-gradient(top, rgb(78, 78, 78), rgb(39, 39, 39));
	background-image: -ms-linear-gradient(top, rgb(78, 78, 78), rgb(39, 39, 39));
	background-image: linear-gradient(top, rgb(78, 78, 78), rgb(39, 39, 39));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4e4e4e', EndColorStr='#272727');
	-moz-box-shadow: inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	-webkit-box-shadow: inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	box-shadow: inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	cursor: pointer;
}
#containerMenu .menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.greyBottom{
	/*background: url("http://iweb.com/sites/default/files/media/images/ui/gradient-bottom.png") repeat-x center bottom, #f0f0f0 url("http://iweb.com/sites/default/files/media/images/ui/noise-bg.png") repeat left top;*/
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 25px 0;
}
.border {
	margin-right: 0;
	background: url(../images/vertical-gradient-sprite.png) 304px -34px no-repeat;
	padding: 20px 0;
	padding-right: 10px;
}
.whiteBottom {
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #aaaaaa;
	/*padding: 60px 0;*/
	background-color: #FFF;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 10px;
	-moz-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: 50;*/
}
.whiteBottom::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: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.1));
}
.featured {
	padding-bottom: 25px;
}
ul.crcc {
	text-align: left;
	padding: 0;
}
ul.crcc li {
	float: left;
	width: 145px;
	margin-right: 18px;
	text-align: center;
}
.featured p {
	font-size: 13px;
	line-height: 1.5em;
}
.featured h3 {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 400;
}
.featured h3 strong {
	font-size: 24px;
	color: #333;
	text-transform: none;
}
.featured ul li.soporte {
	width: 304px;
	background-color: #F4F4F4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0;
	border: 1px solid #D9D9D9;
	margin-right: 0;
}
.featured ul li.soporte h3 {	
	width: 226px;
	height: 110px;
	padding: 42px 0 0 80px;
	color: #FFF;
	font-size: 20px;
	line-height: 127px;
	margin: -1px 0 0 -1px;
	background: transparent url("../images/askaspecialist.png") no-repeat left top;
}
.featured ul li.soporte p {
	padding: 13px 20px;
	text-align: center;
	line-height: 1.5em;
	margin: 0;
}
.featured ul li.soporte .contactInfo {
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 16px;
	display: inline-block;
}
.alinea{
	display: inline-block;
	width: 96px;
	text-align: right;
	float: left;
}
.alinea2{
	display: inline-block;
	width: 154px;
	text-align: left;
	float: left;
	padding-left: 10px;
}
.icon-social {
	width: 30px;
	height: 30px;
	background: url(images/icon-facebook.png);
	display: block;
}
}
.center h2 {
	margin-bottom: -10px;
}
.center p {
	font-size: 13px;
	text-align: justify;
}
#footer,.repeatFooter {
	padding-top: 40px;
	overflow: hidden;
	background: #222222 url(../images/top-gradient.png) repeat-x center top;
	border-top: 1px solid #333333;
	padding-bottom: 10px;
}
.repeatFooter {
	background-position: -15px -32px;
	padding: 0;
	border-top: 1px solid #e7e7e7;
	background-color: #f5f5f5;
	-moz-box-shadow: 0 5px 5px #5a595d;
	-webkit-box-shadow: 0 5px 5px #5a595d;
	box-shadow: 0 5px 5px #5a595d;
}
#footer h4 {
	margin: 0;
	color: #fff;
}
#footer ul {
	font-size: 13px;
	padding: 0;
}
#footer ul li {
	margin: 5px 0;
}

#footer ul li a {
	color: #767676;
}


#copyright {
	padding-top: 10px;
}
#copyright p {font-size: 13px;margin: 0 0 4px 0;color: #767676;}
#copyright a {color: #767676;}
.line {	
	border-top: 1px solid #181818;
}
.pattern {
	background: Transparent  url('../images/tecnologia.png') repeat-x center top;
	width: 960px;
	height: 78px;
	margin: auto;
}

.topmenu {
	overflow: hidden;
	margin: -4px 0;
}
.topmenu ul {
	list-style-type: none;
	margin: 0;
	float: right;
}
.topmenu ul li {
	float: left;
	margin: 0;
	margin-bottom: -13px;
	margin-top: -5px;
}
.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;
	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;
}
.social li {
	float: left;
	padding: 0 5px;
}
.social {
	margin: 0;
}
.editorial_txt {
	width: 310px;
	float: left;
	padding: 0 21px 0 0;
	margin-right: 20px;
	margin: 0;
	border-right: 1px solid #cecece;
}
.editorial_txt h1, .editorial_img h1{
	font-size: 28px;
	
	margin: 0;
	line-height: 36px; padding-left: 60px;
}
.editorial_txt p, .editorial_img p{
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px  0;
}
.editorial_img {
	float: right;
	width: 607px;
	padding: 0 0 0 21px;
}
h2.sub {
	font: bold 18px "Arial";
	color: #2656b8;
	text-transform: none;
	padding: 0;
	margin: 0;
}
.icon-facebook {
	width: 30px;
	height: 30px;
	background: url(../images/icon-facebook.png);
	display: block;
}
.icon-twitter {
	width: 30px;
	height: 30px;
	background: url(../images/icon-twitter.png);
	display: block;
}
.icon-skype {
	width: 30px;
	height: 30px;
	background: url(../images/icon-skype.png);
	display: block;
}
.icon-msj {
	width: 30px;
	height: 30px;
	background: url(../images/icon-msj.png);
	display: block;
}
.icon-facebook:hover {		
	background: url(../images/icon-facebookhover.png);	
}
.icon-twitter:hover {		
	background: url(../images/icon-twitterhover.png);	
}
.icon-skype:hover {		
	background: url(../images/icon-skypehover.png);	
}
.icon-msj:hover {		
	background: url(../images/icon-msjhover.png);	
}
#containerHeader .title {
	padding: 25px 0px 25px 136px;
	text-align: left;
	background-image: url(../images/banner-maquina.png);
	background-position: -10px 1px;
	background-repeat: no-repeat;
	float: left;
}
.title h1 {
	margin: 0;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -1px;
	line-height: 34px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -2px;
	/* text-shadow: 0 0 2px #ccc; */
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
}
.title h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	line-height: 18px!important;
}
#icon_Bannerhosting {
	display: block;
	width: 500px;
	height: 125px;
	float: right;
	background: url("../images/banner-hosting-linux.png") right center no-repeat;
}
#caracteristicas {
	/* width: 280px; */
	overflow: hidden;
	float: left;
}
.info {
	width: 706px;
	float: left;
	margin-left: 20px;
	
}
li.lista-vista  {
	background: url(../images/visto.gif) no-repeat 0 0;
	padding-left: 20px;
}
.wzx {
	padding: 0;
	float: left;
	width: 274px;
	margin: 0 0  0 0;
	margin-right: 56px;
	margin-top: 20px!important;
	
}
.wzx  li{
	margin-left: 30px;
}


























.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
	
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-large [class^="icon-"] {
	margin-top: 1px;
}

.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}

.btn-small [class^="icon-"] {
	margin-top: -1px;
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
	background-color: #0074cc;
	*background-color: #0055cc;
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #0055cc;
	*background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #004099 \9;
}

.btn-warning {
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background-color: #f89406;
	*background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}

.btn-danger {
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #bd362f;
	*background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}

.btn-success {
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #51a351;
	*background-color: #499249;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}

.btn-info {
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-color: #2f96b4;
	*background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}

.btn-inverse {
	background-color: #414141;
	*background-color: #222222;
	background-image: -ms-linear-gradient(top, #555555, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -o-linear-gradient(top, #555555, #222222);
	background-image: -moz-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	*background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

.btn-group {
	position: relative;
	*margin-left: .3em;
	*zoom: 1;
}

.btn-group:before,
.btn-group:after {
	display: table;
	content: "";
}

.btn-group:after {
	clear: both;
}

.btn-group:first-child {
	*margin-left: 0;
}

.btn-group + .btn-group {
	margin-left: 5px;
}

.btn-toolbar {
	margin-top: 9px;
	margin-bottom: 9px;
}

.btn-toolbar .btn-group {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	
	*zoom: 1;
}

.btn-group > .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .dropdown-toggle {
	*padding-top: 4px;
	padding-right: 8px;
	*padding-bottom: 4px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
	padding-right: 5px;
	padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
	*padding-top: 4px;
	*padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222222;
}

.btn .caret {
	margin-top: 7px;
	margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn-mini .caret {
	margin-top: 5px;
}

.btn-small .caret {
	margin-top: 6px;
}

.btn-large .caret {
	margin-top: 6px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
}

.dropup .btn-large .caret {
	border-top: 0;
	border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}	
.iconono{
	background: url(http://templates.cms-guide.com/40467/images/img_1.png) no-repeat; 
	padding: 10px 0 10px 40px;
}
.liline {
	background-image: url(http://templates.cms-guide.com/40467/images/line_hor1.png);
	background-position: 0 27px;
	background-repeat: repeat no-repeat;
	padding-bottom: 17px;
	margin-left: 0!important;
}
.nav ul {
	padding:0;
}
.nav .sub {
	width: 265px!important;
}
.nav li .sub {
	display: none;
	position: absolute;
	margin-left: -85px;
	background: #fff;
	width: 805px;
	padding: 9px 0 15px 0;
	z-index: 121;
	border: solid 1px #c6c6c6;
	border-top: none;
	box-shadow: 0 10px 10px #a5a5a5;
	margin-top: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav li .nav-note {
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #555;
	padding-top: 3px;
}
.sub ul li a {
	line-height: normal;
	width: 230px;
	padding: 15px 0;
	border-bottom: dotted 1px #bfbfbf;
	margin: 0 0 0 10px;
	font: bold 15px Arial, Helvetica, sans-serif !important;
	display: block;
}
.sub ul li:hover {
	background-color: rgba(0,0,0,0.1);
}
.lnx {
	background: url(http://www.whois.com/images/ssmg/menu-sprite.png) no-repeat -79px -100px;
	height: 38px;
	width: 33px;
	float: left;
}
.win {
	background: url(http://www.whois.com/images/ssmg/menu-sprite.png) no-repeat -74px -145px;
	height: 38px;
	width: 33px;
	float: left;
}
.rh {
	background: url(http://www.whois.com/images/ssmg/menu-sprite.png) no-repeat scroll -38px -218px transparent ! important;
	height: 38px ! important;
	width: 33px ! important;
	float: left;
}
.rhw {
	background: url(http://www.whois.com/images/ssmg/menu-sprite.png) no-repeat scroll -38px -174px transparent;
	height: 38px;
	width: 33px;
	float: left;
}		
.faqqq h4{
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	background: #eee;
	margin-bottom: 2px; 
	cursor: pointer;
}
.faqqq p{
	padding: 0 20px;
}
.faqqq h4:hover {
	
	background: #e7e7e7;
}		

/*#conctat{width: 428px;}*/
#conctat label {display: block;margin-bottom: 5px;}
#conctat label  strong{
	width: 60px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	font-size: 13px;
}	

#conctat input[type="text"], #conctat textarea, #conctat input[type="submit"] {
	width: 300px;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #ccc;
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 13px;
	
}

.legal{
	background: url(../images/legal_Satisfaccion.png) no-repeat left top;
	padding-left: 65px;
}
.garantizada{
	background: url(../images/legal_Uptime.png) no-repeat left top;
	padding-left: 65px;
}
.condiciones{
	background: url(../images/legal_terminos.png) no-repeat left top;
	padding-left: 65px;
}	

#contact-left {
	width: 559px;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
}

#contact-left div {
	vertical-align: top;
	display: inline-block;
	width: 237px;
	line-height: 1.7;
	padding: 0 10px;
	
	
	
	
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	
}
#contact-left div p {
	font-size: 13px;
	margin:0;
}
/*
	#contact-left div:first-child {
	padding-left: 0;
	}
	#contact-left div:last-child {
	padding-right: 0;
}*/


#contact-left div h3 {
	margin: 0; 
}

#contact-right {
	width: 310px;
	vertical-align: top;
	display: inline-block;
	margin-left: -10px;
	text-align: right;
}
iframe.google-map  {
	width: 656px;
	height: 338px;
	vertical-align: top;
	display: inline-block;
}



.logos{
	margin-left: 0;
	padding-left: 0;
	vertical-align: top;
	display: inline-block;
	width: 138px;
}
.logos li{
	text-align: center;
}
.logos li img{
	border-radius:4px;
}

.logos .namm{
	margin:5px 0;
}

.color-blue {
	color: #2656b8;
}






