/*
# ########################################################################################################################################
# Project:     PHPLinkDirectory: Version 2.2.0
#
# **********************************************************************
# Copyright (C) 2004-2008 NetCreated, Inc. (http://www.netcreated.com/)
#
# **********************************************************************
#
# By using the software you agree to the terms:
# You may not redistribute, sell or otherwise share this software in whole or in part without the consent of the 
# the ownership of PHP Link Directory. Please contact david@david-duval.com if you need more information.
# You agree to retain a link back to http://www.phplinkdirectory.com/ on all pages of your directory.
# If you wish to remove the link from the footer of the pages, You must purchase a license to do so. The license 
# is $50.00 USD and purchase can be arranged by emailing help@phplinkdirectory.com .
# Removal of the link back without license purchase may be cause for permanent removal of permission to use this 
# script.
# In some cases, users may be required to agree to changes in the software license before receiving updates to the software.
# 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-2008 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ########################################################################################################################################
*/

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	width: 778px;
	color: #faffe6;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #426c0d;
	border-right-color: #426c0d;
	border-bottom-color: #426c0d;
	border-left-color: #426c0d;
	margin-top: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #283f04;
}
					
	#content_box {
	width: 770px;
	text-align: left;
	margin-left: auto;
	overflow: hidden;
	margin-right: auto;
	padding: 0px;
	background-color: #599511;
	float: left;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #426c0d;
	border-right-color: #426c0d;
	border-bottom-color: #426c0d;
	border-left-color: #426c0d;
}
.c {
	float: left;
	color: #fffc00;
}
.cr {
	clear: left;
	color: #fffc00;
}

td {
   vertical-align: top;
   padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	padding: 0;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 0;
	color: #fffc00;
}

h3 {
	color: #fffc00;
	font-size: 8pt;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #40640a;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	border: 1px none #A0A0A0;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #faffe6;
	border-right-color: #faffe6;
	border-bottom-color: #faffe6;
	border-left-color: #faffe6;
}
td.msg {
	padding: 3px;
	color: #fffc00;
	border: 1px solid #faffe6;
	text-align: left;
	background-color: #76ba27;
}
.label {
   text-align: right;
}
.buttons {
	text-align: center;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #fffc00;
}
.count {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 19px;
	color: #fffc00;
	font-weight: bolder;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#links p {
	margin: 0 0 7px 0;
	color: #FFFFFF;
}
.url {
}
.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;
	color: #fffc00;
}

.text, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #314e04;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #314e04;
	color: #000000;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
	color: #000000;
}

.captcha {
	border: 1px solid #314e04;
	margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #fffc00;
	background-color: #FFAA11;/*#FFCC33;*/
	cursor: pointer;
	height: 17px;
	color: #314e04;
}
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;
	text-align: left;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
h2 .small, h3 .small, .small, .small a {
	padding: 0px;
	margin: 0px;
	color: #fffc00;
	font-size:9px;
	text-decoration:none;
}
.sort {
	color: #fffc00;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	color: #fffc00;
}
div.pr {
	font-size: 6pt;
	color: #faffe6;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #faffe6;
	height: 3px;
	font-size: 1px;
	color: #fffc00;
}
div.prb {
	height: 3px;
	font-size: 1px;
	color: #faffe6;
	background-color: #faffe6;
}

div.footer {
	bottom:0;
	clear:both;
	text-align: center;
	padding: 3px 0 0 0;
	margin-top: 50px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fffc00;
	color: #fffc00;
}
div.footer a {
	color: #fffc00;
}
.price {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}#encabezado {
	background-color: #314e04;
	background-image: url(http://www.aperrados.com/wp-content/themes/aperrados/images/bgh.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	float: left;
	width: 100%;
}
#encabezado  h1 {
	text-align: left;
	color: #314e04;
	font-size: 19px;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0px;
	margin-left: 10px;
	float: left;
	margin-top: 25px;
}
#logo {
	background-color: #314e04;
	background-image: url(http://www.aperrados.com/wp-content/themes/aperrados/images/bgh.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
#barra_inferior {
	background-color: #314e04;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fffc00;
	border-right-color: #fffc00;
	border-bottom-color: #fffc00;
	border-left-color: #fffc00;
}
h2 a {
	font-size: 19px;
	padding: 0;
	color: #fffc00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: bolder;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
h2 a:hover {
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #fffc00;
	font-weight: bolder;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
h2 a:visited {
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #fffc00;
	font-weight: bolder;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
#path {
	line-height: 19px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faffe6;
	border: 2px none #fffc00;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#path a {
	line-height: 19px;
	color: #fffc00;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#path a:hover {
	line-height: 19px;
}
#path a:visited {
	line-height: 19px;
}
#subcats  {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	color: #fffc00;
}
a {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
}
#franjasuperior {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #73b90b;
	text-transform: capitalize;
s
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fffc00;
	border-right-color: #fffc00;
	border-bottom-color: #fffc00;
	border-left-color: #fffc00;
	background-color: #314e04;
}
#franjasuperior a {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #73b90b;
	text-transform: capitalize;
	text-decoration: none;
	border: 1px none #C55E01;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#franjasuperior a:visited {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #C55E01;
	text-transform: capitalize;
	border: 1px none #C55E01;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#franjasuperior a:hover {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #BF0000;
	text-transform: capitalize;
	padding: 5px;
	border: 1px none #C55E01;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#navbar_principal {
	line-height: normal;
	text-align: left;
	float: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px none #fffc00;
}
#navbar_principal li {
	display: inline;
	float: left;
	line-height: normal;
	vertical-align: middle;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #5A87CF;
	border-left-color: #0044AF;
	border-bottom-width: 1px;
	border-bottom-color: cc#c;
	color: #4e4d86;
}
#navbar_principal ul {
	line-height: normal;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #35358b;
	border: 4px none #0044AF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#navbar_principal ul li a {
	line-height: normal;
	vertical-align: middle;
	color: #67a919;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	border: 4px none #996666;
	width: 100%;
	text-decoration: none;
}
#navbar_principal ul li a:hover {
	line-height: normal;
	vertical-align: middle;
	color: #fffc00;
	text-decoration: none;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	border: 4px none #996666;
	width: 100%;
}
#navbar_principal  ul  li  a:visited {
	line-height: normal;
	vertical-align: middle;
	color: #fffc00;
	text-decoration: none;
	text-transform: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	border: 4px none #996666;
	width: 100%;
}
#navbar_principal ul li {
	line-height: normal;
	vertical-align: middle;
	margin-right: 0px;
	background-color: #283f04;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #566703;
	border-right-color: #566703;
	border-bottom-color: #566703;
	border-left-color: #566703;
	padding: 5px;
}
#navbar_principal ul li:hover {
	line-height: normal;
	vertical-align: middle;
	color: #4e4d86;
	background-color: #4c810d;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fffc00;
	border-right-color: #fffc00;
	border-bottom-color: #fffc00;
	border-left-color: #fffc00;
}
#navbar_principal  ul  li:visited {
	line-height: normal;
	vertical-align: middle;
	color: #4e4d86;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fffc00;
	border-right-color: #fffc00;
	border-bottom-color: #fffc00;
	border-left-color: #fffc00;
	background-color: #4c810d;
}
			


/*---:[ search form styles ]:---*/

#search_header {
	float: right;
	vertical-align: bottom;
	text-align: right;
	background-color: #283f04;
	width: 100%;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fffc00;
	border-right-color: #fffc00;
	border-bottom-color: #fffc00;
	border-left-color: #fffc00;
	padding-right: 0px;
	padding-left: 0px;
}
#caja_search_header/*---:[ search form styles ]:---*/

 {
	float: right;
	vertical-align: bottom;
	text-align: right;
	background-color: #283f04;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search_header .search_input { width: 140px; height: 19px; vertical-align: top; background-color: #E8EDF1; color: #000; font: normal 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; border-top: 1px solid #999; padding: 4px 0 3px 5px; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
#search_header .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

#search_header .img { padding: 0 10px 0 10px; }

#search_header .btn {
background: url('../wp-content/themes/aperrados/images/search.png') 0 100% repeat-x;
height: 30px;
width: 30px;
vertical-align: top;
border: 0;
margin: 0 10px 0 0;
padding: 0 5px 0 5px;
color:#FFF;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.1em;
font-weight: bold;
}
#suscripciones {
	float: right;
	border: 1px none #fffc00;
	width: 270px;
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
	height: 20px;
	margin-top: 20px;
	font-weight: bolder;
	color: #314e04;
}
#suscripciones a {
	border: 1px none #fffc00;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	color: #fffc00;
}
#suscripciones a:hover {
	border: 1px none #fffc00;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	color: #fffc00;
}
#suscripciones a:visited {
	border: 1px none #fffc00;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	color: #fffc00;
}
