/**
 *  ITEISA.NET
 *  Hojas de Estilo.
 *  © ITEISA, 2004-2008.
 *  http://iteisa.net
 *
 *  STYLE AND LAYOUT
**/

* {
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
}

html {
  background: #F5F2ED url(/img/background.gif) repeat-x;
}

body {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 75%;
  margin: auto;
  padding: 2em 0 1em 0;
  color: #333;
  background: url(/img/footer.gif) repeat-x bottom;
}

a {
  color: #04c;
  font-weight: normal;
}

a:hover {
  border-bottom: 1px solid #04c;
}

sup, sub {
  font-size: 0.5em;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

ul {
  margin-bottom: 2em;
}

li {
  list-style-position: inside;
  list-style-type: square;
}

input, textarea {
  border: 1px solid #888;
  padding: 0.1em 0.2em;
  background: #ffc;
  font-size: 0.95em;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

label.required input,
label.required textarea {
  background-image: url(/img/ico_star.gif);
  background-repeat: no-repeat;
  background-position: 99% 2px;
}

input:focus {
  background: #ffa;
}

button {
  border: 3px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background: #fff url(/img/button.gif) repeat-x;
  font-weight: bold;
  padding: 0.05em 1em;
}

button:hover {
  border: 3px double #999;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

caption {
  font-weight: bold;
  margin: 1em 0 1em 0;
}

th, td {
  text-align: center;
}

th {
  background: #333;
  color: #fff;
  line-height: 3em;
}

table.streaming th {
  cursor: help;
}


tr:hover td {
  background: #fff;
}

td {
  font-size: 0.8em;
}

del {
  color: #666;
}

ins {
  font-weight: bold;
  text-decoration: none;
  color: #a00;
}

h1 {
  font-family: "Arial", sans-serif;
  margin-bottom: 0.5em;
}

h1 span {
  font-size: 1.5em;
}

.hidden {
  display: none;
}

div#header {
  height: 200px;
  background: url(/img/header.jpg) no-repeat top center;
}

div#header div.logo {
  float: left;
}

div#header div.menu {
  margin-top: 205px;
  float: right;
}

div#body {
  clear: both;
}

div#body p {
  margin-bottom: 1em;
}

div#footer {
  clear: both;
  text-align: center;
  padding: 2em 4em;
}

div#footer a { 
color: #fff;
text-decoration: none;
font-weight: bold;
}

div#footer a:hover { 
border: none;
text-decoration: underline;
}

div#footer div.menu {
/*   border-top: 1px dotted #888; */
  padding: 1em 0 1em 0;
}

div#footer p {
  color: #aaa;
}

div#footer p span {
  font-size: 0.85em;
}

div.menu ul li {
  display: inline;
  margin: 0 0.5em;
}

div#body.home div#secondary {
  font-size: 1.15em;
  margin: 2em 0 2em 12em;
}

div#areas {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}

div.area {
  float: left;
  width: 23%;
  padding: 1em 1%;
  cursor: pointer;
}

div.area:hover {
  background: #fff;
}

html .servers   h2 { background: #eeaa00; }
html .hosting   h2 { background: #0099ff; }
html .streaming h2 { background: #339900; }
html .domains   h2 { background: #ff6600; }

.area h2 {
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
  background: #00aa44;
  -moz-border-radius: 0.5em;
  color: #fff;
}

.area h2 span {
  font-size: 1.25em;
  font-family: "Arial", "Helvetica", sans-serif;
}

div.area.domains form {
  text-align: center;
}

div.area.domains fieldset {
  padding: 0.75em 0;
  font-size: 0.9em;
  background: #FF6600;
  -moz-border-radius: 0.5em;
  color: #fff;
  margin-bottom: 1em;
}

div.area.domains input {
  width: 9.5em;
}

p.highlight {
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin: 2em 0;
}

div#body.home div p.highlight {
  text-align: center;
}

p.more a {
  color: #e00;
  font-weight: bold;
  font-size: 1.15em;
}

p.more a:hover {
  border-bottom: 1px solid #e00;
}

p.highlight span {
  font-size: 1.25em;
}

p.highlight sup {
  font-weight: normal;
  color: #333;
}

p.more {
  background: url(/img/ico_more.gif) no-repeat left center;
  padding-left: 16px;
}

div#boxes {
  clear: both;
}

div.box {
  float: left;
  background: #fff;
  padding: 1.5% 2%;
  -moz-border-radius: 0.5em;
}

div.box.news {
  width: 53.5%;
  margin: 0 2% 0 0;
}

div.box.news li {
  margin-bottom: 0.5em;
}

div.box.login,
div.box.support {
  width: 36.5%;
  margin: 0 0 1% 0;
}

div.box.login form {
text-align: center;
}

div.box.login label {
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 1em;
}

div.box.login label span {
  display: block;
  font-weight: bold;
}

div.box.login button {
  margin-bottom: 1em;
}

div.box.login form div {
  font-size: 0.9em;
}

div.box h2 {
  color: #390;
  font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
  margin-bottom: 1em;
  border-bottom: 1px dotted #390;
}

div.box h2 span {
  font-size: 1.5em;
  font-weight: normal;
}

div#body.page div#secondary {
  float: left;
  width: 18em;
  margin: 2.5em 2em 2em 0;
}

div#secondary ul {
  font-weight: bold;
}

div#body.page div#secondary a {
  text-decoration: none;
}

div#body.page div#secondary a:hover {
  font-weight: bold;
  border: none;
}

div#secondary li.active {
  background: #fff;
  -moz-border-radius: 0.5em;
}

div#secondary li {
  list-style: none;
}

div#secondary li li {
  border-bottom: 1px dotted #ccc;
  list-style: none;
  margin-right: 2em;
}

div#secondary ul {
  padding-bottom: 1em;
}

div#secondary ul ul {
  margin-left: 2.5em;
}

div#secondary ul ul li {
  list-style-position: inside;
  list-style-type: square;
}

div#secondary ul ul ul {
  margin-left: 2em;
  font-size: 0.9em;
  margin-bottom : 0;
  padding-bottom: 0;
  border: 0;
}

div#secondary li li li {
  border: none;
  margin-right: 2em;
}

div#secondary ul li ul li {
  padding: 0.25em 0;
}

div#body.page div#primary {
  float: left;
  width: 42em; 
  margin: 0 0 4em 0;
  font-size: 1.1em;
}

div#body.page div#primary ul {
  margin-left: 3em;
}

div#body.page div#primary h1 {
  color: #390;
  margin-bottom: 1em;
}

div#body.page div#primary h1 span {
  font-size: 1.75em;
  font-weight: normal;
}

div#body.page div#primary h2 {
clear: left;
  font-weight: normal;
  margin: 2em 0 1em 0;
  color: #390;
}

div#body.page div#primary h2 span {
  font-size: 1.25em;
  font-weight: normal;
}

p.breadcrumbs {
  font-size: 0.85em;
}

p.breadcrumbs span {
  font-weight: bold;
}











div#body.page div#primary ul.tabs {
  margin: 0 0 1em 0;
}

ul.tabs {
    height: 20px;
    margin: 0;
    padding-left: 0.5em;
    background: url(http://www.simplebits.com/images/tab_bottom.gif) repeat-x bottom;
  }

ul.tabs li {
  display: inline;
}

ul.tabs a {
  float: left;
  background: #f3f3f3;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
}

ul.tabs a.active  {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
  }

ul.tabs a:hover
  {
    background: #fff;
  }






div#primary ul li {
  margin-bottom: 1em;
}



label {
/* display: block; */
/* text-align: right; */
/*   margin-bottom: 1em; */
font-weight: bold;
}

textarea {
height: 12em;
}






label {
float: left;
width: 100%;
margin-bottom: 1em;
}

input, textarea {
width: 58%;
}

input.short, texarea.short {
width: 29%;
}


label span {
float: left;
text-align: right;
width: 30%;
color: #000;
margin-right: 2%;
}

label span.hint {
float: none;
text-align: left;
width: 100%;
display: block;
margin-left: 32%;
width: 70%;
font-size: 0.75em;
color: #555;
}

fieldset {
/* border: 1px solid #ccc; */
padding: 1em 1em;
background: #fff;
margin-bottom: 1em;
  -moz-border-radius: 0.5em;

}

legend {
font-weight: bold;
padding: 0 0.5em;
}

div.moneybackguarantee {
  width: 225px;
  height: 170px;
  float: right;
  margin: -3em -9em 1em 1em;
  background: url(/img/moneybackguarantee.gif) no-repeat;
    _zoom: 1;
    _position: relative;

}

div.moneybackguarantee p {
display: none;
}



h2 span a {
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
}

h2 span a:hover {
  border: none;
}


div.notice {
margin: 2em 0;
font-size: 1.15em;
background: #ff6600;
color: #fff;
border: 0.35em solid #fff;
padding: 1.5em 1em 0.75em 2em ;
-moz-border-radius: 0.5em;
}

div.notice a {
color: #fff;
font-weight: bold;
}

div.notice a:hover {
border-color: #fff;
}


form.budget label span {
display: block;
width: 100%;
font-weight: bold;
text-align: left;
padding: 1em 0.5em;

}

form.budget label {
float: left;
width: 33%;
width: 50%;

_width: 28%;
}

form.budget label select {
width: 100%;
}

form.budget select optgroup {
padding: 0 0.5em;
font-style: normal;
font-weight: bold;
}
form.budget select option {
padding: 0 0.5em;
}



a.external {
background: url(/img/ico_external.gif) no-repeat top right;
padding-right: 18px;
}



label {
display: block;
width: 100%;
padding: 0.5em 0;
}

label span {
float: left;
width: 30%;
text-align: right;
padding: 0;
}

label input {
float: none !important;
}

label span.hint {
font-weight: normal;
display: block;
padding-top: 0.25em;
}

label.required input,
label.required textarea {
padding-right: 1em;
}


tbody td {
padding: 1em;
/* text-align: left; */

}

tr.odd {
background: #eaeaea;
}

.price {
font-weight: bold;
color: #339900;
/* text-align: center; */
}



div#header {
position: relative;
}

div.logo a {
float: left;
width: 230px;
height: 75px;
top: 120px;
left: 10px;
position: absolute;
}

div.logo a:hover {
border: none;
}



div.menu li.phone {
color: #339900;
}

div.menu li * {
vertical-align: middle;
}

div.menu li img {
margin-right: 0.5em;
}

div#container {
  width: 76em;
margin: auto;
}

div.error {
color: #a00;

}

div#scroll_up {
clear: both;
text-align: center;
padding-bottom: 2em;
}

a.js_scroll_up {
  background: url(/img/ico_up.gif) no-repeat 90% 70%;
  padding-right: 18px;
}


div.map div.area {
width: 45%;
float: left;
}


.budget {
clear: both;
}

th.narrow {
width: 25%;
}

th a {
color: #fff;
font-weight: bold;
}

td, th {
text-align: center;
}

.side {
float: left;
margin: 0 1em 1em 0;
}

div.budget {
  color: #a00;
}

div.discreet {
  font-size: 0.65em;
  color: #666;
}

form.domain label {
float: left;
width: auto;

}
form.domain button{
clear: left;
display: block;
}