/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {

}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

#block-user-login h2.block-title /* Block title */ {
color: #FFFFFF;
    font-family: Georgia,'Kreon',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin-left: 52px;
    margin-top: 12px;
	margin-bottom: -30px;
}

h2.block-title /* Block title */ {
color: #6D1E7E;
    font-family: Georgia,'Kreon',serif;
    font-style: italic;
    font-weight: normal;
 
	font-size: 1.7em;
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
position:absolute;
top:18px;
}
#block-block-1 .bloquesuperior /* First block created with "Add block" link */ {
 background:url("../images/lang_sep.png") no-repeat scroll right 3px transparent;
 display:inline;
 padding: 0 5px;

}
#block-block-1 .bloquesuperior.last /* First block created with "Add block" link */ {
 background:none !important;

}


#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
 left: 418px;
    position: absolute;
	top:18px;
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
position: absolute;
float: right;
    height: 25px;
    right: 30px;
    top: 50px;
    width: 270px;
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
clear: both;
    position: relative;
    top: 25px;
	margin-bottom:40px;
}

.page-taxonomy-term #block-system-main /* "Main page content" block */ {

    position: static !important;

}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
}

#block-block-13 + #block-user-login .block-title{display:none !important;}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}


#block-system-main dt{
	background:#f5f5f5;
	padding:10px;
}
#block-system-main dt a{font-weight:bold;color:#6d1e7e;}
#block-system-help{margin:0 15px;}


#block-system-navigation{
	margin:0 0 2px 0 !important;padding:0px !important;
	width:100% !important;
	float:left !important;
	width:100% !important;
	background:#6d1e7e none !important;
	}
	
	ul.contextual-links
 {
background-color: #FFFFFF !important;


}	
#block-system-navigation ul,

#block-system-navigation div{
	padding:0px 0px !important;margin:0 ;float:left !important;
	background:#6d1e7e none ;color:#fff !important;clear:none !important;font-size:11px !important;
	/*height:20px;*/}
	

#block-system-navigation a,
#block-system-navigation li a{ 
	padding:0px 7px !important;margin:0 ;float:left !important;
	font-size:11px !important;
	font-family:arial,Tahoma,"Times New Roman",Georgia,Serif !important;}

	/* menu segundo nivel */
	#navigation .region-navigation .art-hmenu{
	 background-color:#6D1E7E;
	/*	top:45px; */
		left:0;
		margin: 0;
		padding:0;}
		
	#navigation .region-navigation .menu a:hover{
		text-decoration:underline;}

.sidebar #user-login-form  #edit-actions{
	margin-bottom:0px;}
	
.sidebar .enlace_interno{text-align:center;}
.sidebar .enlace_interno a{font-size:1.4em;text-decoration:none;font-weight:bold;}
.sidebar .enlace_interno a:hover{text-decoration:underline;}

#block-block-10 {
clear:both;
}