/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#1c5a04;
}

a:hover {
  color:#333333;

}
body {
	/*background: #ccee04d url('images/header-spring.jpg') repeat-x center top;*/
  /*background: #8FBD29 url('images/header-spring.jpg') repeat-x center top;*/
  	background-color:#ffffff;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
}

.surround {
	background: #e8e9ea;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999; 
}


div.headermenu 
{
	color:#1c5a04;
}

.headermenu a:link {
    color: #1c5a04;
}
.headermenu a:visited {
    color: #1c5a04;
}
.headermenu a:hover {
    color: #cce04d;
}

#logo { 
background: url('images/logos/logo-spring.png') no-repeat left top; 
height: 100px;
} 

/*CSS para el perfil de la cabecera*/

.header-profilename, .header-profilename a {
	background-color: transparent;
	color:#999999;

}

.header-profilename, .header-profilename a:hover {
	background-color: transparent;
	color: #1c5a04;
	text-decoration:none;

}

.header-profileoptions {
	background-color: transparent;
	color:#dfdfdf;

}

.header-profileoptions, .header-profileoptions a {
	background-color: transparent;
	color:#999999;

}


.header-profileoptions a:hover {
	background-color: transparent;
	color: #1c5a04;
	text-decoration:none;

}

