/* You can put your custom font code here here*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

/* Chose background color of Top Header here */
/*header, #faux_header {background-color: #292929}*/
/*header, #faux_header {background-color: #1D5547}*/
header, #faux_header {background-color: #306d93}

/* Chose background color of Navigation here */
/*nav, nav li, nav li li, nav li li:hover, #sidebar {background-color: #454545}*/

/*nav, nav li, nav li li, nav li li:hover, #sidebar {background-color: #1D5547}*/
nav, nav li, nav li li, nav li li:hover, #sidebar {background-color: #306d93}

/* Chose background color of Page Title here */
/*#titlediv {background-color: #0774a7; padding-bottom: 10px;}*/
/*#titlediv {background-color: #1D5547; padding-bottom: 25px; padding-left: 10px;}*/
#titlediv {background-color: #306d93; padding: 0px 0px 0px 0px;}

/* Chose background pattern of Page Title here */
#pattern {background-image: inherit;}

/* Chose background pattern of body, and color, and fonts! here */
body {background-color: aliceblue; background-image: none}
body, input, select, textarea {font-family: "Lucida Sans", Tahoma, sans-serif; }

/* Chose Font used in headings */
h1, h2 {font-family: "Open Sans", Arial, sans-serif; font-weight: 600 }

/* The background colors and patterns for the Login page */
/*#login {background: url(../images/background/header_blueprint.png) #000000}*/

/**#login {background: rgb(29, 85, 71);}*/
#login {background: #316b8a;}

.activo { font-weight:bold;}


#evaluations tr:hover
	{
		color: #000;
		background: silver;
		cursor: pointer;
		
	}
	
.buttons1 input{ margin:0; }	