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

@import url("reset.css");
/* Esto se usa en la validación de los formularios y mensajes de error */
label.error, p.error {
	color: red;
	font-size:0.9em;
}
input.error {
	border: 1px dotted #F00;
}
body {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DDD;
	background: #000 url(../images/bgbody.jpg) repeat-x left top;
}
div.rounded {
	background: #171717;
	border: 1px solid #393939;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contenedor {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
}
#header h1 {
	background: url(../images/logo.png) no-repeat 15px 15px;
	height: 94px;
	width: 208px;
	text-indent: -5000px;
	padding: 15px 30px 15px 15px;
	float: left;
}
#header h1 a {
	display: block;
	height: 94px;
	width: 208px;
}
#header ul li {
	font: bold 18px/18px Tahoma, Geneva, sans-serif;
	display: block;
	float: left;
	height: 50px;
	width: 150px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#header ul li.soporte {
	padding-left: 50px;
}
#header ul li a span {
	font: normal 13px Tahoma, Geneva, sans-serif;
	color:#BBB;
}
#header ul li a:link, #header ul li a:visited {
	color:#FFF;
	text-decoration:none;
}
#header ul li a:hover {
	color:#FF9900;
}
#header ul li a:hover span {
	color:#FFF;
}
#promo {
	margin-bottom: 30px;
}
#promo h3 {
	margin: 0;
	padding: 10px 0 0 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#promo h2 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #EAE7D8;
	padding-bottom: 20px;
}

#promo div#feature_list {
	width: 908px;
	height: 240px;
	overflow: hidden;
	position: relative;
	background-color:#E9E5D9;
	background-image: url(../images/bg_promo.jpg);
}
#promo div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#promo ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}
#promo ul#tabs li {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
}
#promo ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
#promo ul#tabs li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 40px;
	outline: none;
}
#promo ul#tabs li a:hover {
	color: #666;
}
#promo ul#tabs li a.current {
	background:  url(../images/feature-tab-current.png);
	color: #FFF;
}
#promo ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

#promo ul#output {
	right: 0;
	width: 621px;
	height: 240px;
	position: relative;
}
#promo ul#output li {
	position: absolute;
	width: 621px;
	height: 240px;
}
#promo ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#promo ul#output li a:hover {
	background: #D33431;
}

#lateral {
	float: left;
	width: 260px;
	padding-left: 30px;
	font-size:12px;
}
#lateral div {
	margin-bottom: 15px;
}
#lateral div#topcontacto {
	margin-bottom: 0;
	height:92px;
	background-image: url(../images/tomanota.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#lateral li {
	padding:3px 0 3px 6px;
	list-style-type:circle;
	list-style-position:inside;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#lateral strong {
}
#lateral h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	margin-bottom:6px;
	margin-top:5px;
}
#lateral a {
	color: #005AE2;
	text-decoration:none;
}
#lateral a:hover {
	color: #005AE2;
	text-decoration:underline;
}
#lateral div.enlaces a{
	padding: 0 3px;
	font-size:9px;
}

#lateral #formaspago {
	display:none;
	background: #4C8363;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#lateral #formaspago img {
	display:block; 
	margin:6px auto;	
}
#contenido {
	width: 650px;
	float: left;
}
#contenido h2 {
	font: bold 26px Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
	color: #FFF;
}
#contenido a:link, #contenido a:visited {
	text-decoration: underline;
	padding:3px 0;
	color: #C90;
	font-weight: bold;
}
#contenido a:hover {
	color: #F90;
}
#contenido h3 {
	font: normal 18px Tahoma, Geneva, sans-serif;
	color: #EEE;
	margin-bottom: 10px;
}
#contenido h3 a:link, #contenido h3 a:visited {
	text-decoration:none;
}
#contenido p {
	margin-bottom: 25px;
	color: #BBB;
}
#contenido input {
	width:300px;
	background-color:#FC6;
	color:#111;
	padding:5px;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenido select {
	width:350px;
	background-color:#FC6;
	color:#111;
	padding:5px;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenido input.button {
	font-weight:bold;
}
#contenido textarea {
	width:620px;
	background-color:#FC6;
	color:#111;
	padding:5px;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenido fieldset {
	border: 1px solid #FFF;
	padding:10px;
	margin:15px 0;
}
#contenido .alert {
	background-color:#D78602;
	color:#111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
}
#contenido .information {
	background-color:#005AE2;
	color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
}
#contenido .imagenprincipal {
	float:left;
	margin: 0 15px 15px 0;
	border: 1px solid #393939;
}
#lateral .alert {
	background-color:#D78602;
	color:#111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
}

#contenido span.oferta {
	color:#F30;
}

#contenido td {
	padding:6px 3px;
}
#contenido table {
	margin:0 auto;
	margin-bottom: 25px;
}
#contenido th {
	padding:10px;
	font-weight: bold;
	color: #000;
	background: #D78602;
}
#contenido tr {
	background-color:#111;
}
#contenido tr.even {
	background-color:#222;
}
#contenido label {
	display:block;
	font-size:11px;
}
#contenido #extra {
	display:none;
}

#default div.item p {
	padding-left:5px;
}

#desarrollo #contenido img {
	float:left;
	padding: 0 15px 0 0;
}
.fecha {
	font-weight: bold;
	color: #000;
	background: #F90;
	padding: 0 2px;
	display: block;
	float: left;
	margin-right: 5px;
	width: 40px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tecnologias {
	background: #343434;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	height: 30px;
	margin-top: 30px;
}
#tecnologias ul {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#tecnologias ul li {
	display: block;
	float: left;
}
#tecnologias ul li a {
	text-indent:-5000px;
	display:block;
	height:35px;
	margin-left:37px;
}
#tecnologias ul li a.centos {
	width: 119px;
	background: url(../images/logocentos.png) no-repeat left top;
	margin-left: 0px;
}
#tecnologias ul li a.centos:hover {
	background: url(../images/logocentos.png) left -36px;
}
#tecnologias ul li a.cpanel {
	width: 76px;
	background: url(../images/logocpanel.png) no-repeat left top;
}
#tecnologias ul li a.cpanel:hover {
	background: url(../images/logocpanel.png) left -36px;
}
#tecnologias ul li a.apache {
	width: 93px;
	background: url(../images/logoapache.png) no-repeat left top;
}
#tecnologias ul li a.apache:hover {
	background: url(../images/logoapache.png) left -36px;
}
#tecnologias ul li a.php {
	width: 66px;
	background: url(../images/logophp.png) no-repeat left top;
}
#tecnologias ul li a.php:hover {
	background: url(../images/logophp.png) left -36px;
}
#tecnologias ul li a.mysql {
	width: 67px;
	background: url(../images/logomysql.png) no-repeat left top;
}
#tecnologias ul li a.mysql:hover {
	background: url(../images/logomysql.png) left -36px;
}
#tecnologias ul li a.cafe {
	width: 44px;
	background: url(../images/logocafe.png) no-repeat left top;
}
#tecnologias ul li a.cafe:hover {
	background: url(../images/logocafe.png) left -36px;
}

#afip {
	width:50px;
	display:block;
	text-align:center;	
	position:absolute;
	right:60px;
	top:-12px;
}

#powered {
	margin-right: auto;
	margin-left: auto;
	width:940px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #7F7F7A;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
}
#powered img {
	float: right;
}
#powered strong {
	padding-right: 100px;
	line-height: 36px;
	color: #F90;
}
#contenido div.boxgrid {
	width: 200px;
	height: 150px;
	margin:6px;
	_margin:6px 3px;
	float:left;
	border: solid 2px #CCC;
	overflow: hidden;
	position: relative;
}
#contenido div.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
#contenido div.boxgrid h3 {
	font:13px Tahoma, Geneva, sans-serif;
	color:#FFF;
	margin:0;
	line-height:30px;
	padding: 0 10px;
	font-weight:bold;
}
#contenido div.boxgrid p {
	padding: 0 10px;
	color:#CCC;
	font-weight:bold;
	font:12px Tahoma, Geneva, sans-serif;
	line-height: 16px;
}
#contenido div.boxgrid a {
	color:inherit;
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;
	font-weight:inherit;
}
#contenido div.cover {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 150px;
	left: 0;
}
#compra form p {
	margin:15px 10px;
}
#compra form h3 {
	margin-top: 20px;
}

#compra p.terminos {
	height:110px;
	overflow:auto;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	color:#111;
}
#terminosdominiosar, #terminosdominios, #terminoshosting, #domm {
	display:none;
}

#noticias div.optionbar p {
	float:right;
	width: 25px;
}