/* Estilo para INTRANET */

body {
	background-image: url("grid_backg.jpg");
	padding: 8px;
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
}

#wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  background-color: white;
  box-shadow: 5px 10px 18px #0c0c0c;
}

/* Estilos principales */

h1 {
	font-size: 2.15em;
	font-weight: 700;
	color: #ffffff;
	background-color: #004377;
	text-align: center;
	text-shadow: 1px 1px 1px #0f0f0f;
	padding: 30px 0;
	border-bottom: 2px solid #051D2F;
	margin-bottom: 5px;
	}

h2 {
	font-size: 1.75em;
	font-weight: 700;
	margin-left: 10px;
	color: #004883;
	margin-top:16px;
	text-shadow: 1px 1px 1px #051D2F;
}

ul {
	margin-left: 20px;
}

ul li {
	list-style-image: url('blue_arrow.png');
	/*margin-left: 40px;*/
}

/* LINKS */

a {
	color:#014983;
	text-decoration: none;
}
a:visited {
	color:#014983;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
	background-color: #D8DEE9;
}
a:active {
	color:#014983;
	text-decoration: none;
}

/* Estilos personalizados */

.copy {
	padding: 10px;
	font-size: 0.85em;
	text-align: center;
	font-weight: bold;
	color: #0c0c0c;
}
.firma {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
