/*
This is what you change to control the width of the entire forum.
*/
#widthControl{
width: 1000px; /** Change to 100% for full fluid **/
text-align: left;
padding:0px 7px;
border:#09F 2px solid;
border-top:none;
border-bottom:none;
background:#FFF;
margin:0 auto;
}
/****
These are the main navigation links at the top of the page, like HOME, HELP, etc..
****/
td.mainnav{
line-height: 20px;
height: 20px;
vertical-align: top;
text-align: center;
color: #ffffff;
}
td.mainnav a, td.mainnav_active a{
line-height: 20px;
height: 20px;
vertical-align: middle;
color: #ffffff;
font-weight: normal;
text-decoration: none;
text-transform: capitalize;
font-size: 10px;
}
td.mainnav a:link, td.mainnav a:visited, td.mainnav a:active{
color: #ffffff;
}
td.mainnav a:hover{
color: #cc3333;
text-decoration: none;
}
td.mainnav_active a:link, td.mainnav_active a:visited, td.mainnav_active a:active{
color: #ffffff;
}
td.mainnav_active a:hover{
color: #cc3333;
text-decoration: none;
}
/****
This is the styles for the dropdown menus.
****/
.drop-down{
position: absolute;
border: 1px solid #000000;
background-color: #041928 ;
padding: 1px;
}
.drop-down .catbg {
padding-left: 5px;
}
.drop-down td a:link, .drop-down td a:visited, .drop-down td a:active{
text-decoration: none;
border: 0;
display: block;
background-color: #90caef;
border-top: 1px solid #CCC;
text-align: left;
padding: 2px;
line-height: 20px;
min-height: 20px !important;
vertical-align: middle;
color: #000;
font-weight: normal;
font-size: 10px;
}
.drop-down td a:hover{
color: #000000 !important;
text-decoration: none;
border: 0;
text-shadow:0px 0px 0px !important;
background: #ffffff;
}
/****
This is for the topic tools link on the display template.
****/
a.topic-tools:link, a.topic-tools:visited, a.topic-tools:active{
font-weight: bold;
font-size: 11px;
padding: 5px 5px 5px 5px; /* top right bottom left */
text-decoration: none;
}
a.topic-tools:hover{
text-decoration: none;
}
/* Normal, standard links. */
a:link, a:visited, a:active{
color: #000000;
text-decoration: none;
}
a:hover{
color: #cc3333;
text-decoration: underline;
}
/* Links inside of posts. */
.post a:link, .post a:visited, .post a:active{
color: #cc3333;
text-decoration: underline;
}
.post a:hover{
text-decoration: none;
}
/* These are the links in Pages [ 1 ], 2, 3, ... */
a.navPages:link, a.navPages:visited, a.navPages:active{
color: #000000;
text-decoration: underline;
}
a.navPages:hover{
color: #cc3333;
text-decoration: none;
}
/* This is the news fader text color */
#smfFadeScroller{
color: #FFF;
}
/* Navigation links - for the link tree. */
.nav-tree{
font-size: smaller;
padding:5px;
margin: 5px 0 5px 0;
}
a.nav-tree:link, a.nav-tree:visited, a.nav-tree:active{
color: #000000;
text-decoration: none;
border: 0;
padding: 0 4px 0 4px;
font-size: 11px;
}
a.nav-tree:hover{
color: #cc3333;
text-decoration: underline;
}
/* This is for the poll option's fieldset. */
.pollOptions{
border: 1px solid #003366;
padding: 8px;
}
.pollOptions legend{
color: #000000;
}
/* This is the copyright links at the bottom of the page */
.copyright-links, .copyright-links a:link, .copyright-links a:visited, .copyright-links a:active{
color: #000000;
text-decoration: none;
}
.copyright-links a:hover{
color: #cc3333;
text-decoration: underline;
}
/* This is the topic author's name on the message index */
.topic-author, .topic-author a, .topic-author a:link, .topic-author a:visited, .topic-author a:active, span.topic-author a, span.topic-author a:link, span.topic-author a:visited, span.topic-author a:active{
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: normal;
}
.topic-author a:hover{
color: #000000;
text-decoration: none;
font-weight: normal;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #494949;
}
/* The main body of the entire forum. #40A5DB repeat-x*/
body{
background: #000 top center url("images/fondo.jpg") no-repeat fixed;
margin: 0px;
padding:0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button{
font-family: verdana, sans-serif;
}
input, button{
font-size: 90%;
}
textarea{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #ffffff;
border: 1px solid #003366;
color: #494949;
}
/* All input elements that are checkboxes or radio buttons. */
input.check{
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select{
font-size: 90%;
font-weight: normal;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor{
height: 1px;
border: 0;
color: #003872 ;
background-color: #003872;
margin-left: 0px;
}
/* A quote, perhaps from another post. */
.quote{
width:70%;
border-left:#06F 2px solid;
margin-left:15px;
font-size: x-small;
line-height: 1.4em;
padding:5px;
}
/* A code block - maybe even PHP ;). */
.code{
margin-left:15px;
background:#CCC;
border:1px solid #999;
font-family: Arial, "courier new", "times new roman", monospace;
max-width: 90%;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader{
color: #494949;
text-decoration: none;
font-weight: normal;
font-size: 11px;
line-height: 25px;
min-height: 25px;
margin-left: 15px;
vertical-align: middle;
}
/* Highlighted text - such as search results. */
.highlight{
background-color: #003872;
font-weight: bold;
color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg2, .windowbg3{
border: 0px solid #999;
}
.windowbg /* Light */{
background-color: #ffffff;
border: #003366;
}
.windowbg2 /* Dark */, .windowbg3 /* Null for now.. */{
background-color: #FFF;
border-color: #003366;
}
/****
This is the username of the poster.
****/
a.postername:link, a.postername:visited, a.postername:active{
display: block;
padding: 3px 5px 3px 5px;
background: #E2E4EC url("images/posterinfo_down.gif") center right no-repeat;
border: 1px solid #003366;
text-align: left;
text-decoration: none;
}
a.postername:hover{
background-color: #ffffff;
border: 1px solid #0d2d46;
text-decoration: none;
}
/* This is for the post author information on each post. */
ul.postauthorinfo{
margin: 0;
padding: 0;
list-style-type: none;
}
ul.postauthorinfo li{
font-size: x-small;
text-align: left;
margin:0px;
padding: 0;
list-style-type: none;
}
/* This is the poll bar on topics with polls. Works if you have the mod installed. */
/*.poll-bar{
width: 106px;
white-space: nowrap;
text-align: left;
background: url("images/pollbg.gif") center left no-repeat;
}
*/
/* the today container in calendar */
.calendar_today{
background-color: #3366FF;
color: #FFF;
font-weight: bold;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 td{
color: #ffffff;
font-style: normal;
background:#0072C1 url("images/titlebg.png") repeat-x;
border-bottom: solid 0px #003366;
font-weight: bold;
font-size: 11px;
padding-left: 10px;
padding-right: 10px;
text-shadow:1px 1px 2px black;
}
td.titlebg td {
color: #ffffff;
}
.titlebg, .titlebg a:link, .titlebg a:visited{
font-weight: bold;
color: #ffffff;
font-style: normal;
}
.titlebg a:hover{
color: #cc3333;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, td.titlebg table tr td a:hover{
color: #ffffff;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover{
text-decoration: underline;
color: #cc3333;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .menulist li#dropdownTitle{
background: #005311 url(images/catbg.png) repeat-x;
color: #FFF;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.catbg2 , tr.catbg2 td, td.catbg2{
background:#005311 url(images/catbg.png) repeat-x;
color: #FFF;
text-shadow:#000 1px 1px 2px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.catbg, .catbg2{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited{
font-size: 95%;
color: #FFF;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited{
color: #FFF;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover{
color: #cc3333;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor{
background-color: #CCCCCC;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder{
padding: 0px;
border: 0px solid #003366;
background-color: #003872;
}
/* The AJAX notifier */
#ajax_in_progress{
background: #132029;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
}
/****
These are the small things that should have no need to be changed.
****/
.error {
color: red;
}/* Sometimes there will be an error when you post */
.help {
cursor: help;
}/* Generally, those [?] icons.  This makes your cursor a help icon. */
.meaction {
color: red;
}/* /me uses this a lot. (emote, try typing /me in a post.) */
.editor {
width: 96%;
}/* The main post box - this makes it as wide as possible. */
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
font-size: x-small;
}
.middletext {
font-size: 90%;
}
.normaltext {
font-size: small;
}
.largetext {
font-size: large;
}
a img {
border: 0;
}/* No image should have a border when linked */
table {
empty-cells: show;
}/* Tables should show empty cells. */
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage{
width: 100%;
overflow: auto;
line-height: 1.3em;
max-width:800px;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
.cabeza{
background:url(images/logo.jpg) no-repeat;
width:1000px;
height:100px;
display:block;
position:relative;
}
#navbar{
	height:20px;
	max-width:1000px;
	margin:0px;
	padding-left:5px;
	background:#09F url(images/logo.jpg) no-repeat  0px -100px;
	border-bottom:1px solid #CCCCCC;
}

#navbar a:link, #navbar a:visited, #navbar li,#navbar #quicklinks{
color:#FFFFFF;
font-size:13px;
font-weight:bold;
text-decoration:none;
text-shadow:1px 1px 2px black;
}

.buscador{
position:absolute;
top:70px;
margin-left:210px;
text-shadow:1px 1px 2px black;
}
.buscador a{
font-weight:bold;
color:#FFF;
}