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

 

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

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

a:link,
a:visited {
  color:#307AA7;
}

a:hover {
  color:#666;

}

a.dimmed:link {
  color: #AAAAAA;
}
a.dimmed:visited {
  color: #AAAAAA;
}

body {
  background: #E7EBED; 
  margin-left: auto; 
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
}

.surround {
  background-color:#FFF;
  margin-left: auto; 
  margin-right: auto;
  max-width:960px;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
 
}
#blanco{
	background-color:#FFF;
}
td.content,table td.content .activity,.generalbox,.generaltable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#4A4A4A;
	
}

div.headermenu 
{
	/*color:#333;*/
}

.headermenu a:link {
    /*color: #0033cc;*/
}
.headermenu a:visited {
    /*color: #0033cc;*/
}
.headermenu a:hover {
    /*color: #0033cc;*/
}
#logo { 
/*background: url('images/logos/Logo96px.png') no-repeat left top; */
} 
#page{
	/*background-image:url(images/bkg_fondo1.png);
	background-position:center 96px;
	background-repeat:no-repeat;*/	

}
input[type="submit"]{
	border:1px solid #CCC;
	background-image:url(images/boton.jpg);	
	height:25px;
}


