/* Normal, standard links. */
.mytopbar
{
        background-image: url(images/mytopmid.gif);
}

.mytop
{
       padding: 10px;
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-image: url(images/mytop.jpg);
       background-color: #83BDE1;
       background-repeat: repeat-x;
       }
.mybar1
{
       padding: 8px;
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #77B6DC;
       }
.mybar
{
       padding: 8px;
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #67a6cC;
       }
.mypic
{
       padding: 0px;
       border-bottom: solid 1px #ffffff;
       border-right: solid 1px #f0f0ff;
       border-top: solid 1px #202030;
       border-left: solid 1px #606070;
       background-color: #67a6cC;
       }
a:link 
{
        color: #000000;
        text-decoration: underline;
}

 a:visited
{
        color: #666666;
        text-decoration: underline;
}

 a:hover
{
        color: #0000ff;
        text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #000000;
        text-decoration: none;
}
a.nav:hover
{
        font-weight: bold;
        color: #ffffff;
        text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #000000;
        font-size: small;
        font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-image: url(images/myback.jpg);
        background-repeat: repeat-x;
        background-color: #47748E;
        margin: 10px;
        margin-top: 0px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-size: 9pt;
        color: #000000;
        font-family: Tahoma, arial, helvetica, serif;
}

/* 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: 8pt;
        font-weight: normal;
        color: #000000;
        font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
        border: 0;
        color: #666666;
        background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
        color: #000000;
        background-color: #C3B8D0;
        border: 1px solid #000000;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #cccccc;
        border: 1px solid #000000;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        font-size: x-small;
        width: 99%;
        margin: 1px auto 1px auto;
        white-space: nowrap;
        overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        color: #000000;
        background-color: #90c0e0;
}
.windowbg2
{
        color: #000000;
        background-color: #a0d0F0;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
a.titlebg, .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        color: #ffffff;
        font-style: normal;
        background-color: #404e64;
}
a.titlebg:hover, .titlebg a:hover
{
        color: #dfdfff;
}

/* This is used for categories, page indexes, and several other areas in the forum. */

.catbg, .catbg2
{
        background-color: #60a0c0;
        font-weight: bold;
        font-size: 12px;
        color: #000;
}

.mycat, a.mycat
{
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
}

a.mycat:hover
{
        color: #d0d0ff;
        text-decoration: none;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #404040;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
       border-top: solid 1px #ffffff;
       border-left: solid 1px #f0f0ff;
       border-bottom: solid 1px #202030;
       border-right: solid 1px #606070;
       background-color: #67a6cC;
        padding: 2px;
}
/* This is used on tables that should just have a border around them. */
.myborder
{
       background-color: #505060;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltextwhite
{
        color: #ffffff;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltextwhite a:link ,.smalltextwhite a:visited , .smalltextwhite a:active
{
        color: #b0e0ff;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* 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;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
.smalltextwhite a:hover
{
        color: #ffb0b0;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* The AJAX notifier */
#ajax_in_progress
{
	z-index: 99;
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.calendar_today
{
	background: white;
}

/* Estilo del tag ironia */
.ironia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #8AFFB0;
	color: #FF00FF;
}
.ironiat {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
}
.ironia1 {
	font-size: 12px;
	font-style: italic;
}

#welcome-msg {
	width: 344px;
	height: 58px;
	padding: 15px 15px 15px 61px;
	background: scroll #FFF url(/UserFiles/images/speech-bubble3.png) top left no-repeat;
	font-size: 1.1em;
}
