/*  
Theme Name: Glassical
Theme URI: http://www.smashingthemes.com/free-wordpress-themes/glassical/
Description: Glassical Theme is designed by SmashingThemes.com and was released via SmashingMagazine.com. Please note the SmashingThemes.com and SmashingMagazine are not affiliated. Both are two different entities.
Version: 1.0
Author: Abdullah Ibrahim
Author URI: http://www.smashingthemes.com
Tags: light, yellow, silver, blue, two-columns, fixed-width
*/

html, body
{
	background-color:#2C0F21;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height: 1.5em;
	color:#666;
	text-align:center;
}

.textpost
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height: 24px;
}

.textpost a:link {text-decoration:underline; color:#02629B; font-weight: normal;}
.textpost a:visited {text-decoration:underline; color:#02629B;}
.textpost a:hover {
	text-decoration:underline;
	color: #FF0000;
}
.textpost a:active {text-decoration:underline; color:#0278BF;}

form {margin:0;padding:0;}

a
{
	/*color:#6CBDDE;*/
	color:#000000;
	text-decoration:none;
}

a:active
{
	/*color:#6CBDDE;*/
	color:#000000;
	text-decoration:underline;
}



a:hover
{
	/*color:#6CBDDE;*/
	color:#000000;
	text-decoration:underline;
}

a img
{
	border:none;
}

form
{
	padding:0;
	margin:0;
}

input, select, textarea
{
	font-family:Arial, Tahoma, Verdana;
}

h1, h2, h3
{
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}

h1
{
	font-size:28px;
	color:#003359;
	margin:0 0 20px 0;
}

h1 a { color:#FA6900; }

h2
{
	font-size:23px;
	color:#000000;
	margin:0 0 20px 0;
}

h3
{
	color:#000000;
	margin: 0 0 8px;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	border: solid #ccc;
	border-width: 1px 0;
	
}

h2 a { color:#D14640; }
h3 a { color:#C24495; }



/* ////////////////////// Layout ////////////////////// */
#pagewidth
{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}

#header
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	background:url(images/header.png) bottom left no-repeat;
}

#content
{
	clear:both;
	float:left;
	width:960px;
	position:relative;
	background:url(images/content.jpg) top left repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content #left
{
	display:inline;
	width:540px;
	float:left;
	margin:0 30px 0 30px;
}

#content #right
{
	position:relative;
	display:inline;
	width:300px;
	float:right;
	margin:0 30px 0 30px;
}

#footer
{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	background:url(images/footer.png) top left no-repeat;
	color:#fff;
	padding-top:20px;
	margin-bottom: 20px;
}

#footer a
{
	color:#66B3FF;
}

/* ////////////////////// Layout ////////////////////// */



/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */
#header .logo
{
	width:280px;
	float:left;
	margin-bottom:17px;
}

#header .logo a
{
	float:left;
	background:url(images/logo.png) top left no-repeat;
	width:300px;
	height:76px;
	/*margin-bottom:30px;*/
}

#header .ad
{
	float:right;
}

#navigation
{
	position:relative;
	clear:both;
	float:left;
	width:960px;
	margin:0 0 10px 0;
	padding:10px 10px 0 10px;
	background:url(images/navigation.png) top left;
	list-style:none;
	
	/*position:absolute;
	bottom:10px;
	right:0px;*/
}

#navigation li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}

#navigation li ul
{
	z-index:10;
	position:absolute;
	top:31px;
	left:-9999px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/navigation_sub.png) top left;
}

#navigation li:hover ul
{
	left:0px;
}

#navigation li ul li, #navigation li ul li ul li
{
	float:left;
	width:200px;
	position: relative;
}

#navigation li a
{
	display: block;
	float:left;
	padding:8px 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

#navigation li ul li a
{
	width:170px;
	margin:5px;
}

#navigation li ul li a:hover
{
	background:url(images/navigation.png) top left;
}

#navigation li ul li:hover
{
	background:none;
}

#navigation li:hover, #navigation li.current_page_item, #navigation li.current_page_ancestor
{
	background:url(images/navigation.png) top left;
}

#navigation li ul li ul, #navigation li:hover ul li ul
{
	top:0px;
	left:-9999px;
}

#navigation li ul li:hover ul
{
	left:200px;
}

#navigation li.rss
{
	float:right;
}
/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */



/* ////////////////////// Main Content ////////////////////// */
.heading
{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #E0E4CC;
}

.post
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #E0E4CC;
}

.post .textpost ul
{
	padding: 0px;
	text-align: center;
}

.post h2, .post h2 a
{
	color:#000000;
}

.post h1 
{
	clear:left;
	margin-bottom:0px;
	float:left;
	width:auto  !important;
	width:500px;
	max-width:500px;
	line-height: normal;
}

.post h2
{
	clear:left;
	margin-bottom:15px;
	float:left;
	width:auto  !important;
	width:500px;
	max-width:500px;
	line-height: normal;
}

.post .comment_count
{
	float:right;
	width:29px;
	height:27px;
	background:url(images/comment.png) top right no-repeat;
	padding:5px 0 0 0;
	text-align:center;
	font-weight:bold;
	margin:0 0 15px 0;
	line-height:15px;
}

.post .comment_count a
{
	color:#666;
	float:left;
	width:100%;
}

.post .meta
{
	clear:left;
	float:left;
	margin:0;
	/*font-size:11px;
	margin-bottom:20px;*/
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
	color:#aaa;
}

.post .meta a
{
	color:#999;
}

.post .postinfo
{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding:20px;
	width:500px;
	background:#EEEEEE;
}

.post .postinfo h2
{
	color:#666;
	margin-bottom:10px;
}

.post .postinfo ul
{
	float:left;
	list-style:none;
	margin:0 0 -5px 0;
	padding:0;
	width:50%;
}

.post .postinfo ul li
{
	clear:both;
	margin:0 0 5px 0;
}

.post .postinfo ul.post-categories li
{
	margin-bottom:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.post .postinfo ul.post-categories li a
{
	font-weight:bold;
	font-size: 20px;
}

.post .postinfo ul.tags li
{
	float:left;
	clear:none;
	margin-right:5px;
}

.post .postinfo ul.tags li a
{
	color:#fff;
	background-color:#000000;
	padding:1px 3px;
	text-transform:uppercase;
	font-size:12px;
}

.post .postinfo ul.tags li a:hover
{
	background-color:#0066CC;
	text-decoration:none;
}

.post .postinfo ul.post-categories, .post .postinfo ul.tags li.first
{
	clear:left;
}

.post a.more-link
{
	clear:both;
	color:#fff;
	float:right;
	padding:5px 8px;
	margin-top:15px;
	margin-bottom:20px;
	font-size:10px;
	text-transform:uppercase;
	background:#F38630 url(images/more-link.jpg) 113px 6px no-repeat;
	width:115px;
	line-height:12px;
}

.post .body
{
	clear:both;
}

.post .body h1, .post .body h2, .post .body h3
{
	float:none;
	margin:0 0 10px 0;
}

.post .body p, .post .body ol, .post .body blockquote 
{
	margin:0 0 20px 0;
}

.post .body img
{
	margin:0 0 10px 0;
	text-align: center;
}

.post .body p, .post .body img
{
	padding:0;
}

.post .body .textpost img
{
	max-width:540px;
}

.post img.postimg
{
	width:100%;
	margin:0;
}

blockquote
{
	margin-left:20px;
	margin-right:20px;
	padding:40px 30px 10px 30px;
	border:1px dotted #fff;
	background:#FFF5CA url(images/quote.png) 10px 10px no-repeat;
	text-align:justify;
}

.post .body blockquote p
{
	/*margin:0;*/
}

.post .body img.alignright {float:right;margin:0 0 10px 10px}
.post .body img.alignleft {float:left;margin:0 10px 10px 0}
.post .body img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post .body a img.alignright {float:right; }
.post .body a img.alignleft {float:left;}
.post .body a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.small
{
	width:255px;
	float:left;
	clear:none;
	margin-right:30px;
	border:none;
}

.small .sbody
{
	clear:both;
}

.small h2
{
	font-size:20px;
}

.small img.postimg
{
	margin-bottom:0;
}

.even
{
	margin-right:0;
}
/* ////////////////////// Main Content ////////////////////// */



/* ////////////////////// Paging ////////////////////// */
.paging
{
	clear:both;
	float:left;
	width:100%;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:7px 10px;
	margin-bottom:30px;
	color:#fff;
	background-color:#D14640;
}

.paging div a:hover
{
	text-decoration:underline;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}

/*
.paging
{
	clear:both;
	float:left;
	width:600px;
	background:#F5F8E6;
	margin:0 -30px;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:5px;
	margin:10px 10px;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}
*/
/* ////////////////////// Paging ////////////////////// */



/* ////////////////////// Side Bar ////////////////////// */
#sidebar
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#sidebar h2
{
	color:#D14640;
	text-align:left;
	margin-bottom:10px;
}

#sidebar li.widget
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 30px 0;
	padding:0;
}

#sidebar li ul
{
	clear:both;
	float:left;
	width:100%;
	list-style:none;
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#sidebar li ul li
{
	clear:both;
	float:left;
	width:285px;
	color:#666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sidebar li ul li a
{
	color:#666666;
}

#sidebar li ul li ul.children
{
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}

#sidebar li ul li ul.children li
{
	padding:3px 0;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:normal;
	background:url(images/child.jpg) center left no-repeat;
}

#sidebar li ul li ul.children li a
{
	font-weight:normal;
	/*text-transform:uppercase;*/
	color:#666;
	margin-left:20px;
}

#sidebar .search_widget
{
	float:left;
	margin:-30px -30px 0 -30px;
	padding:20px 20px;
	width:320px;
	height:35px;
	background:url(images/search_bg.jpg) bottom left no-repeat;
}

#sidebar .search_widget #s
{
	float:left;
	background:url(images/search.jpg) top left no-repeat;
	width:270px;
	height:25px;
	padding:0;
	border:none;
	padding: 10px 0 0 10px;
}

#sidebar .search_widget #sb
{
	float:left;
	background:url(images/search_button.jpg) top left no-repeat;
	width:40px;
	height:35px;
	padding:0;
	border:none;
	cursor:pointer;
}

#creditsfix
{
	clear:both;
	float:left;
	width:100%;
	height:52px;
}

#credits
{
	float:left;
	position:absolute;
	right:30px;
	bottom:0px;
	width:320px;
	height:47px;
	padding:0;
	margin:0 0 5px 0;
	float:left;
	list-style:none;
}

#credits li
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 5px 0;
	padding:0;
}

#credits li a
{
	float:right;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
}

#credits li img
{
	vertical-align:middle;
	margin-right:5px;
}
/* ////////////////////// Side Bar ////////////////////// */



/* ////////////////////// Comments ////////////////////// */
#comments
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0px;
	background:#fff;
}

#comments a
{
	/*color:#666;*/
}

#comments p.notice
{
	margin:0 0 30px 0;
	padding:0px;
	text-align:center;
	font-weight:bold;
}

#comments .commentlist
{
	clear:both;
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

#comments .commentlist li
{
	clear:both;
	padding:0px;
	margin:0 0 20px 0;
}

#comments .commentlist li div.comment-body
{
	padding:20px;
	background:#F5F8E6;
	background:#F8FAEF;
	background:#F7F7F7;
	background:#F5F8E6;
	border:1px solid #E0E4CC;
	word-wrap: break-word;
}

#comments .commentlist li.pingback div.comment-body, #comments .commentlist li.trackback div.comment-body
{
	background:#F7F7F7;
	border:none;
}

#comments .commentlist li div.comment-author .avatar
{
	padding:0;
	margin:0 10px 0 0;
	float:left;
	width:50px;
	height:50px;
	border:5px solid #E0E4CC;
}

#comments .commentlist li div.comment-author cite
{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#D14640;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-author .says
{
	margin-left:3px;
	display:none;
}

#comments .commentlist li div.comment-meta
{
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-meta a
{
	text-decoration:none;
}

#comments .commentlist li p
{
	padding:0;
	margin:0 0 10px 0;
}

#comments .commentlist li .reply
{
	float:right;
	font-weight:bold;
}

#comments .commentlist li .reply a
{
	float:left;
	color:#666;
	background-color:#C8CEAA;
	margin:10px 0 0 0;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:11px;
}

#comments .commentlist li.pingback .reply, #comments .commentlist li.trackback .reply
{
	display:none;
}

#comments .commentlist li ul.children
{
	float:left;
	clear:both;
	list-style:none;
	padding:0 0 0 20%;
	margin:0;
	width:80%;
	/*background:url(images/comment_reply.jpg) top left no-repeat;*/
}

#comments .commentlist li ul.children li
{
	clear:both;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#comments .commentlist li #respond
{
	margin:20px 0 0 0;
}

#comments .commentlist li:after, #comments .commentlist li div.comment-body:after, #comments .commentlist li ul.children li:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}



#comments #respond
{
	clear:both;
	background:#F7F7F7;
	border:1px solid #eee;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#comments #respond .cancel-comment-reply
{
	float:left;
	margin:-10px 0 20px 0;
	text-transform:uppercase;
}

#comments #respond .cancel-comment-reply small a
{
	float:left;
}

#comments #respond .form
{
	clear:both;
	/*float:left;*/
	margin:0;
	padding:0;
}

#comments #respond .form p
{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

#comments #respond .form p label
{
	float:left;
	width:35%;
	margin-top:4px;
}

#comments #respond .form p label small
{
	margin-left:5px;
	font-size:10px;
}

#comments #respond .form .tf, #comments #respond .form textarea.tf
{
	float:right;
	width:60%;
	padding:7px;
	font-size:12px;
	color:#666;
	background:#eee;
	border-top:2px solid #ddd;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#comments #respond .form #submit
{
	float:right;
	padding:5px;
	border:none;
	background:#D14640;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}

#comments #respond h2
{
	color:#000000;
}

/* ////////////////////// Comments ////////////////////// */



/* ////////////////////// Commons ////////////////////// */
ul.list
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.list li
{
	margin:0 0 5px 0;
	padding:0;
}

ul.list li.gap
{
	margin-bottom:15px;
}
/* ////////////////////// Commons ////////////////////// */



/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */
.ie7 #comments { background:none; }
.ie7 #comments .commentlist li div.comment-body { display:inline-block; }
.ie7 #comments #respond, .opera #comments #respond
{
	padding-bottom:20px;
	margin-top:-20px;
	margin-bottom:30px;
}
.ie7 #creditsfix { height:82px; }
.ie7 #header { z-index:5; }
.ie7 #navigation { float:none; }
/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */



/* ////////////////////// Hacks ////////////////////// */
.clearfix:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* ////////////////////// Hacks ////////////////////// */


/* ////////////////////// Anadido ////////////////////// */

#Principalma {
	background-color: #FFFFFF;
	width:960px;
	margin-top: 40px;
	position: inherit;
	visibility: inherit;
	z-index: auto;
	height: 330px;
	clear: both;
	float: none;
	padding-top: 20px;
}

#tituloprinc {
	width:920px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	color: #FFFFFF;
}

#submenuma {
	width:300px;
	margin-right: 20px;
	float: left;
}

#tituloma {
	width:280px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}

#tituloma1 {
	background-color: #0099FF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#tituloma2 {
	background-color: #009900;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#tituloma3 {
	background-color: #990000;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#tituloma4 {
	background-color: #666666;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#tituloma5 {
	background-color: #E68A00;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#enlacesma {
	width:260px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px;
}



#publi468 {
	width:468px;
	margin-left: 16px;
	padding-top: 10px;
	margin-bottom: -10px;
}

#publi468-2 {
	width:468px;
	margin-left: 30px;
	padding-top: 5px;
}

#publi468-3 {
	width:468px;
	margin-left: 16px;
	margin-bottom: -20px;
}

#busqueda {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	padding-top: 30px;
	margin-bottom: 15px;
}

#busqueda2 {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0066CC;
	padding-left: 70px;
	margin-bottom: 20px;
}

#fb_share_1 {
	float: none;
}

#fb_share_1 {
	float: left;
	width: 50px;
	margin-right: 10px;
	position: relative;
	padding-right: 10px;
	text-align: center;
}

.formato-texto
{
	padding-left: 5px;
}

.formato-texto a
{
	color:#666666;
}

#sidebar li li {
	margin: 0;
	padding: 3px 5px;
	background: none;
	border-bottom: 1px dashed #e5e5e5;
	}
	
.entry-bookmarks {
	margin: 10px auto;
	text-align: center;
	}
	
.first1
{
	clear:both;
}

#mainBody #content #left h1 a {
	color: #333333;
}

.socialbotones {overflow:hidden; clear:both; position:relative; width:100%; text-align:left;}
.socialbotones span {position:relative;}
.socialtwitter {float:left; display:inline-block; margin:5px; width:90px;}
.socialfacebook {float:left; display:inline-block; margin:5px; width:100px;}
.socialgoogle {float:left; display:inline-block; margin:5px; width:80px;}
.comentarios {
	float:right;
	display:inline-block;
	margin:5px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.comentarios a:link {
	color:#02629B;
	text-decoration:underline;
}

.comentarios a:active {color:#FF0000;}

.textpost a:hover {color:#FF0000;}

.comentarios a:visited {text-decoration:underline; color:#02629B;}



#listado {
	text-transform: capitalize;
}

#listado h2 {
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}

#listado ul {
	width: 500px;
	padding-right: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}

.clear2{
	clear: both;
	height: 1px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#fb-co h2
{
	color:#000000;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


.usocial {
	font-size: 11px;
	border: 1px solid #ddd;
	box-shadow: inset 1px 1px 0px white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.usocial .numberone {
	border-bottom: 1px solid #ddd;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid white;
	}
	
.usocial .numbertwo {
	background: #ecf6fa;
	border-top: 1px solid white;
	border-bottom: 1px solid #ddd;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	}
	
.usocial .numbertwo .text {
	color: black;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
		}

.usocial .numberthree {
		background: #e3edf4;
		padding: 5px 10px;
		border-top: 1px solid white;
		border-bottom: 1px solid #ddd;
	}
	
.usocial .numberfour {
	border-top: 1px solid white;
	background-color: #FFFFFF;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	padding-bottom: 20px;
	}

.usocial .numberfour h5 {
			font-size: 1em;
			padding: 0 0 5px 0;
		}

.usocial .numberfour input.text {
			float: left;
			width: 170px;
			padding: 6px;
			border: 1px solid #ddd;
			font: normal 12px Helvetica, Arial, Verdana, Sans-serif;
			color: #666;
		}

.usocial .numberfour .boton {
			float: right;
			margin: -24px 0 0 0;
			padding: 5px;
		}

.usocial .numberfive {
		background: #eee;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
	}
	
.usocial .numberfive img {
	padding-right: 5px;
	}
	

.left, .izquierda, .alignleft {float: left;}

#sidebar li ul.tabs, #sidebar li ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
#sidebar li ul.tabs li, #sidebar li ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	clear:none;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar li ul.tabs li a, #sidebar li ul.tabs2 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	border: 1px solid #fff;
	outline: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 9px;
}
#sidebar li ul.tabs li a:hover, #sidebar li ul.tabs2 li a:hover {
	background: #ccc;
}
html #sidebar li ul.tabs li.active, html #sidebar li ul.tabs li.active a:hover, html #sidebar li ul.tabs2 li.active, html #sidebar li ul.tabs2 li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container, .tab_container2 {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 15px;
}
.tab_content, .tab_content2 {
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#sidebar li .tab_content ul li, #sidebar li .tab_content2 ul li
{
	width:280px;
}

#mibarrasuperior {
	position: fixed;
	z-index: 1000000;
	top: -1px;
	width: 100%;
	left: 0;
	border:1px solid #000;
	background-color: #000000;
	color: #FFFFFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}

#mibarrasuperior img
{
	border:none;
	margin: 0px;
	padding: 0px;
}

#mibarrasuperior ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mibarrasuperior ul li {
	display:block;
	float: left;
	background-color: #333333;
	list-style-type: none;
	margin-top: -22px;
	padding-top: 10px;
	clip: rect(auto,auto,auto,auto);
	height: 30px;
}

#mibarrasuperior ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:6px 10px;
	color:#CCCCCC;
	text-decoration:none;
	background-color: #000000;
}
#mibarrasuperior ul li a:hover {
	color:#fff;
	background-color: #666666;
    font-weight:bold;
}
#mibarrasuperior ul li a.active,
#mibarrasuperior ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

