/* blackTed Skin (c) HobbyBag Group (hbSkins) http://www.hobbybag.com */

/* Normal, standard links. */
a:link, a:visited
{
	color: #494949;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #B50100;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #494949;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 11pt;
	font-family:Trebuchet MS, sans-serif, arial;
}

/* The main body of the entire forum. */
body
{
	background-color: White;
	width: 1000px;
	margin:auto;
	padding: 10px 0 10px 0;
	}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, #footer a, #header a
{
	color: #000000;
	font-family:Trebuchet MS, sans-serif, arial;
	text-decoration: none;
			border: 1px solid #000000;

}
input, button
{
	font-size: 90%;
	background-color: White;
	border: 1px solid Silver;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family:Trebuchet MS, sans-serif, arial;
			border: 1px solid #000000;

}

#footerarea
{
	font-size: 9px;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
	background: #F4F4F4;
	padding: 10px;
}

#footerarea a, #footerarea a:link, #footerarea a:visited
{
	color: Black;
}

/* 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;
	color: #000000;
	font-family:Trebuchet MS, sans-serif, arial;
		border: 1px solid #000000;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 2px;
	border: 0;
	color: #F2F2F2;
	background-color: #F2F2F2;
	width: 95%;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 2px solid #C9D1DA;
	margin-bottom: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	color: #000000;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 3px solid #ECECEC;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	padding: 5px;
	margin-left: 10px;
	color: #636263;
	font-weight: bold;
	background: #E8ECEF;
	border-top: 1px solid #C9D1DA;
	font-size: 90%;
	text-decoration: none;
}
 .codeheader
{
	padding: 5px;
	margin-left: 10px;
	color: #696969;
	font-weight: bold;
	background: #ECECEC;
	font-size: 90%;
	text-decoration: none;
}

/* 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: #FAFAFA;
}
.windowbg2
{
	color: #000000;
	background-color: White;
}
.windowbg3
{
	color: #000000;
	background-color: #F2F2F2;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url(../imagenes/fondo.gif) center;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
titlebg2b
{
	color: black;
	font-style: normal;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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 , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-color: #260405;
	color: White;
}
.catbg_l
{
		background-color: #260405;

	width: 10px;
}
.catbg_r
{
		background-color: #260405;

	width: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-color: #260405;
	color: #ffffff;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: White;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: White;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F5F5F5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #F5F5F5;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 12px;
	font-family:Trebuchet MS, sans-serif, arial;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 15px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 98%;
	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;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	font-family:Trebuchet MS, sans-serif, arial;
	vertical-align: middle;
	height: 30px;
}
.maintab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.maintab_back:hover
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.maintab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: White;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family:Trebuchet MS, sans-serif, arial;
}

.mirrortab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.mirrortab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
}

#infocenter
{
	background-image: url(images/nav.gif);
	color: #F5F5F5;
	font-weight: bold;
}

#profile {
	background-color: #FAFAFA;
	padding: 10px;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}


*{
	margin: 0;
	padding: 0;
	border: 0;
}
body {font-family:Trebuchet MS, sans-serif, arial;  text-align:center;}
p {text-align:left;}
#bodyarea {text-align:left;}
a {text-decoration:underline;}
#inocente {background:#ffffff;width:100%;position:absolute;top:0;left:0;height:100%; z-index:10000; visibility: visible;}
#cabecera {font-size:16px; background: url(http://www.desde1927.com/imagenes/cabecera2.gif) no-repeat; text-align: justify; margin: auto; width:1000px; height:390px;}
#menuBase {text-align: justify;  color:#CCCCCC; height:53px;
	margin-top: 16px;}
div>#menuBase {
	margin-top: 0px;
	padding-top: 16px;}
#menuBase a {color:#CCCCCC; text-decoration:none;}
#menuBase a:hover {color:#260405;}

#menuPrin {list-style: none; width:187px; height:280px; float:left; 	line-height: 1;}
div>#menuPrin {}
#menuPrin ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } 
#menuPrin li {color: #FF4400;margin-top:10px;margin-left:16px;padding-left: 0px;}
#menuPrin li a {color: #CCC; background: url(http://www.desde1927.com/imagenes/bullet.gif) no-repeat center left; padding-left:10; text-decoration:none;}
#menuPrin li a:hover {color: #cc0000;}
#formUsuario{float:left; width:444px; height:270px; padding: 20px 10px 0 10px; color:#260405;}
div>#formUsuario{width:424px; height:250px;}
#formUsuario hr{height: 1px;
color: #260405;
background: #260405;
border: 0;
display: block;
 _margin: -7px 0;
}
#penista {font-size:10px; color:#cc0000;}

#formUsuario a {font-size:12px; color:#cc0000; text-decoration:underline;}
#formUsuario a:hover {color:#260405;}
#formUsuario h1,h2,h3,h4 {color:#CC0000;}
#formUsuario p {font-size:14px;}
#formUsuario i {text-align:center;}
#formUsuario img {border:0; margin:4;}
#formUsuario div.txt {height:50px;}
#menuSec {clear:both;float:left; width:100%; padding: 8px 0 0 20px;color:#ffffff;}
#menuSec a {color:#ffffff; text-decoration:none;}
#menuSec a:hover {color:#cccccc;}
div.izquierda{float:left;padding: 2px;}
div.izquierda60{float:left; width:59%; margin-right:5px;}
div.izquierda40{float:right; width:39%; background:#FEF1F1; padding:4px; border-left:1px #260405 dotted;}
div.izquierda70{float:left; width:64%; margin-right:5px;}
div.izquierda30{float:right; width:34%; background:#FEF1F1; padding:4px; border-left:1px #260405 dotted;}
div.izquierda30 table,div.izquierda30 tr,div.izquierda30 th,div.izquierda30 td{ font-size: 8pt;}
div.foro2 table,div.foro2 tr,div.foro2 th,div.foro2 td{ font-size: 8pt;}
div.foro{background:#FEF1F1; padding:4px; border:1px #260405 dotted;}
div.derecha{float:right; padding: 4px;}
div.derecha2{float:right;  width:30%;}
div.clear{clear:both;}
div.bordertop{border-top:1px solid #260405;}
#clear1000{width:1000;text-align: justify; }
#formUsuario input {border: 1px solid #260405; width:172px; height:30px; padding:4;}
#formUsuario input.boton {width:64px; height:30px; padding:4px 2px 4px 2px;}
#menuForo {font-size:14px; color: #260405; background: #006600; width:980; _width:1000; text-align: justify; height:20px; padding: 0 0 0 20px;}
#menuForo span {background: url(http://www.desde1927.com/imagenes/bullet.gif) no-repeat center left; padding-left:10; text-decoration:none;}
#menuForo a {color: #CCC; background: url(http://www.desde1927.com/imagenes/bullet.gif) no-repeat center left; padding-left:10; text-decoration:none;}
#menuForo a:hover {color:#260405;}
H1:first-letter { 
font-size: 150%; 
color: #CC0000; font-weight: bold; 
} 
.flirk H1 { 
font-size: 300%; 
font-weight: bold; 
}

.flirk input
{
	font-size: 100%;
	background-color: White;
	border: 1px solid Silver;
}
.flirk input.button
{
	font-size: 100%;
	background-color: black;
	color: white;
	border: 1px solid Silver;

}
#mirandes_ilusionando {position:absolute; z-index:100;
background: url(http://www.desde1927.com/imagenes/mirandesilusionando.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.desde1927.com/imagenes/mirandesilusionando.png", sizingMethod="scale");
_background: none;
width:150px; height:31px;
} 
#tv_desde_1 {position:absolute; z-index:100;
background: url(http://www.desde1927.com/imagenes/tv_desde.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.desde1927.com/imagenes/tv_desde.png", sizingMethod="scale");
_background: none;
width:444px; height:259px;
} 
#tv_desde_2 {float:left;
width:444px; height:259px;
margin-top:10px;
} 
#foto_grande_1 {z-index:100;
background: url(http://www.desde1927.com/imagenes/foto_grande.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.desde1927.com/imagenes/foto_grande.png", sizingMethod="scale");
_background: none;
width:270px; height:200px;
} 
#foto_peque_1 {z-index:100;
background: url(http://www.desde1927.com/imagenes/foto_peque.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.desde1927.com/imagenes/foto_peque.png", sizingMethod="scale");
_background: none;
width:120px; height:89px;
} 