/*
	Version: 3.0 08/08/2008
	Author: Formado Comprido
	Author URL: http://www.hostgator-hosting.com

*/
body {
	background: url(../images/bg.gif) repeat;
	font-family: Arial, Verdana;
	font-size:11px;
	margin:16px 0;
	padding:0;
}
#wrapper {
	background:#fff url(../images/bg_content.png) top center repeat-y;
	margin:0 auto;
	width:760px;
}
#contenetor {
	margin:0;
	padding:0;
}
#header {
	background: url(../images/header.png) top center no-repeat;
	height:100px;
	max-height:100px; !important 
	margin:0;
	padding:0;
	text-align:right;
}
#chat {float:right; margin-top:22px; margin-right:10px}
#navbar {
	background: url(../images/bg_navbar.png) top center no-repeat;
	height:53px;
	max-height:53px; !important 
	margin:0;
	padding:0;
}
#navigation {
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:53px;
	font-size:1.1em;
}
#navigation ul {
	text-align:left;
	padding-left:30px;
	height:53px;
	margin:0;
}
#navigation li {
	background:url(../images/bg_navbar_div.png) top right no-repeat;
	padding:0 10px;
	display:inline;
	list-style-type:none;
}
#navigation li a:active, #navigation li a:visited, #navigation li a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#navigation li a:hover {
	color: #FF9900;
	text-decoration:underline;
}
#plans {
	background:#336699 url(../images/bg_plans.png) top center no-repeat;
	height:280px;
	max-height:280px; !important 
	margin:0;
	text-align:center;
	vertical-align:middle;
}

#content {
	display:inline;
	background:#fff url(../images/bg_content.png) top center repeat-y;
	margin:0;
	padding:0;
	width:100%;
	min-height:300px;
	clear:both;
	
}
#sidebar {
	display:inline;
	width:195px;
	float:left;
	text-align:left;
	margin-left:15px;
	margin-top:10px;
}
#sidebar h4 {
	background:#FF9933 url(../images/bg_sidebarh3.png) top center repeat-x;
	height:18px;
	min-height:20px;
	border:1px #FFCC66 solid;
	color:#000;
	font-weight:bold;
	line-height:20px;
	font-size:1.1em;
	padding-left:10px;
	margin:0;
}
#sidebar strong {
	font-size:1.2em;
	color:#990000;
}
#sidebar ul {
	margin:0 0 10px 0;
	padding:2px 10px;
	border-bottom:1px #999999 solid;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	list-style-type: armenian;
}
#sidebar ul li{
	margin:0;
	padding:0;
}
#sidebar li {
	list-style-type:none;
	padding-left:0px;
	margin:0;
	color:#000;
	line-height:20px;
}

#sidebar li a {
	padding-left:0px;
	margin:0;
	color:#FF6600;
}
#sidebar li a:hover {
	color: #FF3300;
	font-weight:bold;
}

#sidebar li a.clear {
	color:#444;
	text-decoration:none;
}
#webtexts {
	text-align:justify;
	width: 510px;
	background:#fff;
	margin-top:10px;
	margin-left:230px;
	margin-right:10px;
}
#webtexts a:active, #webtexts a:hover, #webtexts a:visited {
	color: #003366;
}
#webtexts table {
	width: 500px;
}
#webtexts table td {
	border:1px #efefef solid;
}
#webtexts p.notes {
	width:80%;
	margin:0 auto;
	text-align: justify;
	background: #eee;
	border-left:12px #ccc solid;
	font-size:1em;
	padding:10px;
	color:#888;
}

#webtexts .market{
	width:80%;
	margin:0 auto;
	text-align: justify;
	background: #eee;
	border-left:12px #ccc solid;
	font-size:1em;
	padding:10px;
	color:#888;
}

#webtexts .cursiva, blockquote, em {
	font-style: italic;
	color: #cebca5;
	width:80%;
	padding-left:20px;
	border-left:4px #FFcc66 solid;
}

#webtexts h1, #webtexts h2, #webtexts h3, #webtexts h4 {
	background:#336699 url(../images/bg_tittle.png) top center repeat-x;
	height:28px;
	min-height:30px;
	border:1px #003366 solid;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
	font-size:1.2em;
	padding:0 10px;
}

#pages {
	text-align:center;
	margin:0 auto;
}
#pages ul {
}
#pages li {
	display:inline;
	list-style-type:none;
	font-size:0.9em;
	color:#ddd;
}
#pages li a {	
	text-transform:lowercase;
	margin:0 5px;
	display:inline;
	list-style-type:none;
	color:#ddd;
}
#pages li a:hover {
	color:#1e1e1e;
}
#footer {
	clear:both;
	background: url(../images/bg_footer.png) top center no-repeat;
	width:100%;
	height:50px;
	max-height:50px; !important 
	text-align:center;
	margin:0;
}
#copyright {
	color:#000;
	margin:0;
	white-space:nowrap;
	font-weight:bold;
	padding-top:25px;
	margin:25px 270px 0 10px;
	text-align:left;
}
/* Form Styling */
input, select, option, textarea {
	background:#efefef;
	margin:1px;
	border:1px #ddd solid;
	color:#666;
	text-align:right;
}
input:hover, select:hover, option:hover, textarea:hover {
	background: #cdcdcd;
}
form {
	text-align:right;
	border-right:6px #FFCC66 solid;
	padding-right:10px;
}
form td {
	color: #1d1d1d;
	text-align:right;
	vertical-align:middle;
}
form table {
	border:0;
}
/* IMAGS ALIGNMENT */
img.derecha {
	position:relative;
	float:right;
	margin-bottom:15px;
	margin-left:20px;
}
img.izquierda {
	float: left;
	position:relative;
	margin-right:20px;
	margin-bottom:15px;
}
img.bottom {
	padding-top:30px;
}
img.soporte {
	margin:10px;
	border:1px solid #1e1e1e;
}
img.portfolio {
	background:#eee;
	padding:5px;
	border:1px #1e1e1e solid ;
}