body {
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
}
body.likevel {
	margin-top: 40px;
	background: #333333 url('img/fondo.png') top repeat-x;
}
img {
    border: 0px;
}

table {
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
}

table.principal {
    width: 920px;
    border: solid 0px #000000;
    border-spacing: 0px;
	padding: 0px;
}

td.esquinas {
}

td.menu {
    background: url('img/trans_negro.png');
    width: 130px;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 10px;
    vertical-align: top;
    height: 250px;
}

#menu a:link {
    color: #dddddd;
    font-family: verdana;
    text-decoration: none;
}

#menu a:visited {
    color: #dddddd;
    font-family: verdana;
    text-decoration: none;
}

#menu a:active {
    color: #dddddd;
    font-family: verdana;
    text-decoration: none;
}

#menu a:hover {
    color: #9ec628;
    font-family: verdana;
    text-decoration: none;
}

td.contenido {
    height: 370px;
    background: #ffffff url('img/fondo_contenido.png') right top no-repeat;
    border: solid 1px #000000;
    text-align: justify;
    vertical-align: top;
    padding: 0 10px 20px 10px;
}

a:link {
    color: #9ec628;
    font-family: verdana;
    text-decoration: none;
}

a:visited {
    color: #9ec628;
    font-family: verdana;
    text-decoration: none;
}

a:active {
    color: #9ec628;
    font-family: verdana;
    text-decoration: none;
}

a:hover {
    color: #333333;
    font-family: verdana;
    text-decoration: none;
}

td.copyright {
    font-size: 7pt;
    color: #dddddd;
    text-align: right;
}

table.formulario {
    width: 430px;
    border: solid #000 0px;
    padding: 20px;
}

td.formulario {
    vertical-align: top;
}

td.mensaje {
    vertical-align: top;
}

div.enlace {
    background: url('img/bullet.png') center left no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    border-bottom: dotted 1px #000000;
}

h1 {
    color: #9ec628;
    text-align: left;
    border-bottom: 1px dotted #000000;
    font-size: 14pt;
}

#portafolio img {
    margin: 18px;
}

input {
    background: url('img/fondo.png');
    color: #333333;
    font-size: 7pt;
    font-family: verdana;
    border: solid 1px #000000;
    padding: 4px;
    margin: 5px 0 10px 0;
}

textarea {
    width: 180px;
    height: 150px;
    background: url('img/fondo.png');
    color: #333333;
    font-family: verdana;
    font-size: 7pt;
    border: solid 1px #000000;
    padding: 4px;
    margin: 5px 0 10px 0;
}

div.ventanas {
    padding: 0 20px 0 20px;
}
div.planes {
	width: 440px;
	height: 143px;
	background: url('img/planes.png');
}

ol {
    padding-right: 30px;
}
ul {
	padding-right: 30px;
}
h3 {
    margin: 0;
    padding: 7px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}

div#feature_list {
    width: 750px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tabs {
    left: 0;
    z-index: 2;
    width: 320px;
}

ul#tabs li {
    font-size: 12px;
    font-family: Arial;
}

ul#tabs li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}

ul#tabs li a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 10px;
    height: 60px;
    outline: none;
}

ul#tabs li a:hover {
	color: #9ec628;
    text-decoration: none;
}

ul#tabs li a.current {
    background: url('img/pestana.png');
    color: #FFF;
}

ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#output {
    right: 0;
    width: 463px;
    height: 240px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 463px;
    height: 240px;
}

ul#output li a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    background: #000;
}

ul#output li a:hover {
    background: #333;
}