/**
author: rgb(raduga) http://mambasana.ru
**/

/**#################### DEFAULT and FORMS CSS ####################**/


a:link, a:visited {
  color            : #C8A726;
  text-decoration  : none;
 }



li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
/*  background: url(../images/blue.png) no-repeat scroll 96% 50%; */
  background-repeat: no-repeat;
  background-position: 160px 5px;
}




/**#################### Joomla CSS ####################**/

/** Buttons **/


.button {
  font-size        : 11px;
  color            : #EDF1F3;
  border           : 0px solid #EDF1F3;
  margin           : 3px 0;
  padding          : 2px;
  cursor           : pointer;
  background       : url(../images/button_blue.gif) repeat-x top left;
}

/** Module table  **/



.rightcol div.module h3, .rightcol div.module_menu h3{
      background         : #414141 url(../images/mod_left.gif) repeat-x scroll left top;
		}


/** Read more **/

a.readon:link, a.readon:visited {
  color            : #CCA620;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0px 1px 25px;
  float            : right;
  line-height      : 27px;
  text-decoration  : none; 
    background       : url(../images/leermas.gif) no-repeat;
}


table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #dcdcdc;
 background-image   : url(../images/strelka_blue.gif) ;
 background-repeat  : no-repeat;
 background-position: 4px 7px;
   }

/** CSS for Mainmenu **/


.module_menu ul li.active a:link, .module_menu ul li.active  a:visited
{
  color            : #333333;
  border-bottom    : 0px solid #DCDFE1;
  background       : url(../images/menu_blue.gif) #C8A726 96% 50% no-repeat;
  text-decoration  : none;
}


.module_menu ul li.active ul li a:hover, .module_menu ul li.active ul li ul li a:hover
{ background:#333333;
  font-size        : 12px;
  font-weight      : normal;
  color            : #F9A51A;
  text-decoration  : none;
  text-indent      : 10px;

}


/** Topmenu  **/
#mainlevel-nav li a:hover {
	width				: auto;
	color				: #F9A51A;
	background			: none;
	padding			: 10px 6px 10px 6px;
    #padding			: 5px 6px px 6px;
 	font-weight			: normal;
	text-decoration		: none;    
}

ul#mainlevel-nav li #active_menu-nav {
    cursor			: default;
	position			: relative;
	width				: auto;
	background			: none;
    padding			: 10px 6px 10px 6px;
	color				: #F9A51A;
    text-decoration		: none;
}



/** #################### index.php #################### **/

#body {
background: url(../images/top_bg_blue.gif) #ECEEEF repeat-x top left ;
}


#logo {
  background     : url(../images/logo.jpg) no-repeat top center;
  height         : 197px;
  width : auto;
}

/*Borde aplicado al formulario de login.*/
.input{	
	border : 0px solid #FFFFFF;
	margin-left:15px;
	#border : 0px solid #FFFFFF;
}