/**
# ######################################################################
# Project:     PHPLinkDirectory: Version 2.1
#
# **********************************************************************
# Copyright (C) 2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
# **********************************************************************
#
# For questions, help, comments, discussion, etc., please join the
# PHP Link Directory Forum http://www.phplinkdirectory.com/forum/
#
# @link           http://www.phplinkdirectory.com/
# @copyright      2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ######################################################################
*/

body {
	margin: 5px 0; padding: 0;
	/*background-color: #FFF8DC;*/
	font-family: Verdana;
	font-size: 8pt;
      color: #000;
}
.clear {clear: both;}
#page {
	margin: 0 auto;
	width: 96%;
}
#header {
	height: 50px;
	position: relative;
}
#header img {
	border: none;
}
#menu {
	font-size: 8pt;
	font-weight: bold;
}
#menu a {
	margin: 0 0 0 2px;
	float: left;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #F0E68C;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	background-color: #00008b;
	color: #ffffff;
}
#banda {
	margin: 2px 0 0 0;
	line-height: 37px;
	height: 37px;
	text-align: right;
}
#banda form {
	display: block;
	line-height: 37px;
	height: 37px;
	margin: 0px 10px 0 0;

	_line-height: 32px;
	_height: 32px;
	_margin: 5px 10px 0 0;

	font-size: 8pt;
	font-weight: bold;

}
#banda form * {
	vertical-align: middle;
}
.searchtext {
	margin: 0 10px;
	width: 150px;
	border: #3090c4 1px solid;
	height: 20px;
	line-height: 20px;
	font-size: 9pt;
	color: #000;
}
#path {
width: 100%;
	margin: 5px 0 0 0;
	padding: 0 0px 0 4px;
	height: 31px;
	line-height: 31px;
	background-color: #cccccc;
	color: #353535;
	font-weight: bold;
	font-size: 8pt;
	border: #c8e0ef 0px solid;
	border-bottom: none;
}
#path a {
	color: #353535;
	text-decoration: none;
}
#container {			
	width: 100%;
	border: 2px dotted #9EC2F3;
	border-top: none;
}
#content {
	float: left;
	padding: 1px 10px 10px 10px;
	width:72%;

}
.tagclouds{
	position: absolute;
	left:73%;
	top:180px;
	padding: 1px 10px 10px 10px;
	width: 23%;
}
#sidebar {
	float: right;
	padding: 0 5px;
}
#footer {
	margin: 10px 0 0 0;
	text-align: center;
	color: #656565;
}
#footer a {
	color: #656565;
	text-decoration: underline;
}
.navig a {
   font-size: 8pt;
   color: #575757;
   text-decoration: none;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
   padding: 5px;
}

h1 {
   font-size: 14pt;
   margin: 5px 0 5px 0;
}

h2 {
   font-size: 8pt;
   margin: 0 0 5px 0;
   padding: 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h3 {
   color: #353535;
   font-size: 8pt;
   padding: 0;
   border-bottom: 1px dashed #3299c9;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
   border: 1px solid #A0A0A0;
   width: 100%;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #FFEDED;
   border: 1px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 3px;
   color: #0000FF;
   background: #EDF3FF;
   border: 1px solid #A0A0A0;
   text-align: left;
}
.label {
   text-align: right;
}
.buttons {
   border-top: 1px solid #A0A0A0;
   text-align: center;
}
.count {
   color: #6f6f6f;
   font-size: 7pt;
   font-weight: normal;
   vertical-align: middle;
}
#featlinks a, #links a {
   font-size: 8pt;
   color: #575757;
   text-decoration: none;
   font-weight: bold;
}
#featlinks p, #links p {
   margin: 0 0 7px 0;
   font-size: 8pt;
}
.url {
   color: #6f6f6f;
   font-size: 7pt;
}

.submit {
   float: right;
   vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
   color: #000000;
   border: 1px solid #5e74b3;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}
select {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}

.captcha {
   border: 1px solid #5e74b3;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #5e74b3;
   background-color: #61b0d7;/*#FFCC33;*/
   cursor: pointer;
   height: 17px;
   color: #fff;
}
span.req {
   margin-left: 3px;
   color: #FF0000;
   font-weight: bold;
}

div.errForm, span.errForm {
   margin: 0px 0 0px 5px;
   padding: 2px 3px 2px 3px;
   color: #FF0000;
   background: #FFFFF3;
   border: 1px solid #cccccc;
   text-align: left;
   clear: right;
}
h2 .small, h3 .small, .small, .small a {
   padding: 0px;
   margin: 0px;
   color: #909090;
   font-size:7pt;
   text-decoration:none;
   font-weight: normal;
}
.sort {
   color: #000000;
}
p.subcats {
   margin: 0px 0px 15px 0px;
   padding: 0px;
}
p.subcats a {
	color: #575757;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   font-family: Arial;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #999999;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #61b0d7;
   height: 3px;
   font-size: 1px;
}

.price {
   border: 1px solid #A0A0A0;
   background-color: #dff4ff;
}
.price table td{
   margin: 0;
   padding: 2px;
   vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border-width:0;
}
.liga{
border: 1px solid #A0A0A0;
   margin: 5px;
   padding: 5px;   
}
.titulolink { font-size: 120%; }

.tagclouds h3 { font-size: 150%; }
.tagclouds .cloud-word { /* add you general rules for ALL tags */ }

.cloud-style-1 { color: #0000ff; /*blue*/ }
.cloud-style-2 { color: #000; /*black*/ }
.cloud-style-3 { color: #e98800;/*orange*/ }
.cloud-style-4 { color: #0fb400;/*green*/ }
.cloud-style-5 { color: #ff0000;/*red*/ }

.titulo{
	position: absolute;
	left: 70px;
	top: 0px;
	font-family: Verdana;
	font-size: 30pt;
      color: #000;
	  font-weight: bold;	  
	  }
#categoriasl {
	float: left;
	width: 220px;
	height: 80px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:10pt;
	margin-left: 2px;
	text-align:center;
	background-image: url(icons/fondo.png);
	background-repeat: no-repeat;
}
#categoriasl a{
color: #0000aa;
	text-decoration: none;

}
