@charset "utf-8";
/* d3tks
   D3 Chile Soluciones Tecnológicas
   www.d3.cl */

body {
	background-image: url(../images/fondo.png);
	background-color: #8CC63F;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bg {
	background-image: url(../images/based3tks.png);
	background-repeat: no-repeat;
	background-position: center -20px;
	width: 100%;
	height: 100%;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

.center {
	width: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

strong {
	font-weight: 900;
	font-variant: normal;
}

a {
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	letter-spacing: -0.04em;
	color: #FFFFFF;
}

a:hover {
	color: #000000;
}

#container, #header, #content, #footer  { 
	height: auto;
	width: auto;
}

#logo_head, #logo_foot {
	height: 50px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo_head {
	margin-left: 85%;
	background-image: url(../images/d3tks_sup.png);
}

.menu {
	margin-bottom: 0px;
	margin-left: 50%;
}

.menu tbody td, .menu tbody th {
	height: 12px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.menu td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#content {
	min-height: 350px;
}

#logo_foot {
	margin-left: 200px;
	background-image: url(../images/d3tks_inf.png);
}

/* index */

#content_index  {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* Webhosting */
#content_webhosting  {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 2px solid #FFFFFF;
	margin-top: 4em;
}

#content_webhosting thead td {
	font-size: 2em;
	padding: 0.5em;
	background-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

#content_webhosting tbody  td strong {
	font-size: 1.6em;
}

#content_webhosting  tbody  th strong {
	font-size: 1.3em;
}

#content_webhosting tbody td, #content_webhosting tbody th {
	padding: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#content_webhosting  tfoot td {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#content_webhosting tbody td li {
	list-style-position: inside;
	list-style-type: circle;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

#content_webhosting .bronze {
	background-color: #999900;
}

#content_webhosting .gold {
	background-color: #EDDC67;
}

#content_webhosting .silver {
	background-color: #CCCCCC;
}

#content_webhosting .googleapps {
	background-image: url(../images/google_apps.jpg);
	height: 20px;
	width: 100px;
}
