.formacion_category {
	border-bottom: 1px solid #C0C0C0;
	font-weight: bold;
	margin: 20px 0pt 10px;
	padding: 0pt 0pt 0pt 20px;
	background: transparent url(http://www.redemprendedoresbavaria.net/mod/formacion/images/preferences-desktop-theme.png)
		no-repeat scroll left top;
}

#formacion_course {
	background: transparent url(http://www.redemprendedoresbavaria.net/mod/formacion/images/x-office-document.png)
		no-repeat scroll left center;
}

#formacion_course_text {
	padding: 0pt 0pt 0pt 20px;
}#ratings{
  font-size:75%;
}#badge_preview{
	position:absolute;
	border:1px solid #ccc;
	background:#FDEFD9;
	padding:5px;
	width:50px;
	text-align:center;
	display:none;
	color:#A7670A;
}/*
THE RIVER
*/

.widget_river_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
}

.widget_river_type_mediastream__media {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_type_mediastream {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_text {
   padding:0 0 10px 20px;
}

p.widget_river_date {
   font-weight:bold;
   margin:20px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/office-calendar.png) no-repeat left;
   border-bottom: 1px solid #c0c0c0
}

/*
 the river on recent activity page
*/

._activity_river_entry_time {
   font-weight:bold;
   margin:5px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/date.gif) no-repeat left;  
}

._activity_river_entry {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

._activity_river_entry_txt {
   padding:0 0 0 20px;
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/flag_action.gif) no-repeat left top;
}

._activity_river_entry ._activity_river_entry_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
   background:#fff;
   padding:0;
}

/* Class type style */
#widget_river_type_commentwall__post {
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/comment.gif) no-repeat left top;
}
#widget_river_type_weblog_post {
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/x-office-document.png) no-repeat left top;
}

#widget_river_type_file{
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/media-floppy.png) no-repeat left top;
}

#widget_river_type_community{
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/contact-new.png) no-repeat left top;
}
#widget_river_type_friends{
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/system-users.png) no-repeat left top;
}
#widget_river_type_community_member{
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/start-here.png) no-repeat left top;
}
#widget_river_type_rating{
   background:url(http://www.redemprendedoresbavaria.net/mod/river/images/ratings.png) no-repeat left top;
}.role_field{
 width: 100%;
 border: 1px double #c0c0c0;
 font-size: 75%;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*
Elgg general CSS
CSS last updated 16/01/07
Theme adapted from:
Theme Name: Light
Theme URI: http://vaguedream.com/wordpress-themes/
Description: A theme created by Stephen Reinhardt.
Version: 1.0
Author: Stephen Reinhardt
Author URI: http://vaguedream.com/
*/

/*
   GLOBALS: used to set all the general elements
*/

body {
  background:#fbf9f4;
  /* url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/wrap.gif) repeat-y; */
color:#697C83;
text-align:left;
line-height:1.6em;
}

.ingresoinput{
	border: 1px solid #B49759;
	background-color: #ffffff;
	width: 110px;
	padding: 0px;
	margin: 0px;
}

.buscar{
	background: url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/img/buscar_caja.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	height: 25px;
}
.buscar P{
	padding: 0px;
	margin: 0px;
}
.buscar INPUT.buscar_caja{
	background: transparent;
	background-repeat: no-repeat;
	border: 0px;
	width: 134px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	margin-left: 12px;
	margin-right: 8px;
}
.buscar INPUT.buscar_boton{
	 width:18px; 
	 height:25px;
	 vertical-align: top;
	 border: none;
}
.labelingreso{
  font-size: 75%;
}

small{
  font-size: 70%;
}

p,ul {
  margin-bottom : 3px;
  /*font-size: 75%;*/
  margin-top : 3px;

}

a {
  text-decoration:none;
  color:#663300;
}

a:hover {
  text-decoration:Underline;
  color:#AD2525;
}


ol, ul {
  list-style-type: none;
  /*color:#697C83;*/
  font-size: 80%;
  padding: 0px;
  margin-bottom : 3px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;

}

INPUT, SELECT, TEXTAREA {

  border: 1px double #c0c0c0; 	

        /*border-top-width: 1px dou;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;*/
        margin-top : 0px;
        margin-bottom : 0px;
        margin-left : 0px;
        margin-right : 0px;
}

.profiletable{
        margin-top : 5px;
        margin-bottom : 5px;
        margin-left : 0px;
        margin-right : 0px;
	background : #FFE6E6;
}

.sidebartitlecontainer{
	background: #FFE6E6;
}

blockquote{
  background: #EEE url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
  padding: 10px;
  padding-bottom: 40px;
  margin: 1em;
}


/*
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
  width:940px;
  margin:0 auto;
  padding:0;
  background:#fff;
  border-top:1px solid #fff;
}

/*
   HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
   margin:0;
   padding:0;
   text-align:left;
   background:url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/header-bg.gif) repeat-x;
   position:relative;
   width:100%;
   height:120px;
 }

/*
   LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
  margin: 0px;
        padding:10px;
  float:left;
}

div#header #logo h1 {
   padding:0;
   margin:10px 0 6px 0;
}

div#header #logo h1 a{
   color:#fff;
   font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
   color:#F17D00;
   padding:0;
   margin:0;
}

/*
   SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
   float:right;
   background:url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;
   width:330px;
   margin:0;
   padding:0;
   position:absolute;
   top:10px;
   right:0;
}

div#header #search-header img {
   margin:0 0 0 10px;
}

div#header #search-header p {
   padding:0 0 0 15px;
   margin:0;
}

div#header #search-header span a {
   color:#fff;
}

/*
   CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
   THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
   padding:0px;
   margin:0px;
   width:100%;
   min-height:500px;
   font-size: 80%;
   overflow:hidden;
   position:relative;
 }

div#content-holder a:hover {
    text-decoration:underline;
}

div#content-holder h1 {
    font-size:150%;
}

div#content-holder h2 {
          border:0;
          border-bottom:1px solid #eee;
          padding:0;
          margin:0 0 10px 0;
          color:#666;
         font-size: 100%;
}

/*
   VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/*
   THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
    margin: 0;
    padding: 0 15px 0 0;
    width:900px;
    text-align: left;
    border:1px solid #eee;
}

/*
   THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
    margin: 0;
    padding: 0 0 0 10px;
    width:690px;
    text-align: left;
    color:#000;
    float: left;
    overflow-x:hidden;
    min-height:500px;
}

/*
   SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
   width: 220px;
   margin:0;
   padding:0;
   background:#fff url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/side-back.gif) repeat-y;
   margin:0;
   float: right;
}

/*
   THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
   width: 200px;
   margin:0 0 0 20px;
  }

div#splitpane-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#splitpane-sidebar ul li {
    margin:0px 0;
    padding-left: 5px;
    border-bottom:1px dashed #eee;
}

div#splitpane-sidebar ul li ul li a {
     padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
    text-align:left;
    border-bottom:1px solid #ccc;
    color:#777;
    font-size:0.9em;
    width:200px;
}

/*
   FOOTER
*/

div#footer {
    background:url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/footer.gif) repeat-x top;
    text-align: center;
    padding:10px 0 0 0;
    font-size:1em;
    height:80px;
    margin:0;
    color:#fff;
    width:100%;
}

div#footer a {
   color:#fff;
}
div#footer img {
   margin:20px 0 0 0;
}

div#footer a:hover {
   text-decoration:underline;
 }

div#footer a:link, div#footer a:visited {
    text-align:right;
}

/*
   SYSTEM MESSAGES
*/

div#system-message{
    border:1px solid #AD2525;
    background:url(http://www.redemprendedoresbavaria.net/mod/template/templates/Default_Template/images/warning.gif) no-repeat #FAFAFA;
    color:#000;
    font-weight: bold;    
    padding:3px 80px;
    margin:20px 20px 0 20px;
    min-height: 42px;
}

div#system-message p{
   padding:0px;
   margin:2px;
 }

/*
  CLEAR BOTH
*/

.clearing {
    clear:both;
}

/*
   THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
   WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/*
   BLOGGING ENGINE
*/

.weblog-post {
   margin:20px 0 10px 0;
}

.user {
  float:left;
  margin:5px 10px 10px 0;
  height:120px;
  font-size: 80%;
  width:90px;
}

.user img {
   border:1px solid #eee;
   padding:2px;
}

.weblog-keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   margin:10px 0 10px 115px;
}

.post {
   margin:10px 0 10px 122px;
}

.info {
  border:1px solid #ccc;
  margin:10px 0 10px 115px;
  clear:both;
}

.info p {
   padding:0 0 0 10px;
   margin:0;
   color:#990000;
}

.info p a {
   font-size:0.9em;
   color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
   height:1px;
   background:#ccc;
}

.comment-owner {
    border:1px solid #eee;
    background:#f2f7fb;
    padding:5px;
    margin:20px 0 5px 0;
    height:50px;
    width:550px;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
   background:#f2f7fb;
}

.comment-owner p {
  padding:0;
  margin:0;
}

/* END OF BLOGGING ENGINE */

/*
   SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
  margin:10px 0 10px 0;
  padding:3px;
  background:#efefef;
  border:1px solid #ccc;
}

/* END OF SUB-MENU DIV */

/*
  INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
   margin:10px 0 20px 0;
}

/* the end of INFOHOLDER */

#tagcloud {
   padding: 15px;
   border: solid 1px #eee;
   background: #f5f5f5;
   line-height:2.9em;
}

#tagcloud a {
   text-decoration: none;
}

/* MEMBERS LIST */
.member_info{
   padding-left: 20px;
}
/* END MEMBERS LIST */

ul#navigation li{
  /*border-bottom: 1px dotted #c0c0c0;*/
}
.post ol {
list-style-type: decimal;
margin: 10px;
padding-left:10px;
}
.post ul{
list-style-type: disc;
margin: 10px;
padding-left: 10px;
}


.weblog_dateheader
{
font-size: 90%;
}

.weblogdateheader
{
font-size: 100%;
}

#networktable h2
{
  font-size: 100%;
}

#networktable .member_icon
{
  height: 70px;
}

ul#navigation input{
  font-size: 70%;
}
#loggedin {
font-size: 70%;
}


/*
  COMMENT WALL STUFF
*/

#commentwall {
   /*background:#fff;*/
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
   clear:both;
   font-size:75%;
}

.commentwall_img {
   float:left;
   margin:3px;
   /*background:#fff;*/
   border:1px solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   height:45px;
   width:98%;
   margin:5px 0 5px 0;
}


#commentwall_title {
   background:#efefef;
   border-top:1px solid #ccc; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}

.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   font-size:11px;
   margin:10px 0 10px 0;
   padding:2px;
   /*background:#fff;*/
   text-align:right;
   cursor:pointer;
   color:#b85b5a;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #BBDCE9; /*#95BDCD;*/
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #E2F0F6; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #E2F0F6;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}