@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 15px;
	margin: 10px;
	padding: 10px;
	background-image: url(img-nav/fondo.jpg);
	background-color: #000000;
	background-position: left top;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
}
a {
	text-decoration: none;
	color: #339933;
}
a:hover {
	color: #fff;
}
img {
	border: none;
}
ul {
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
li {
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#cabecera {
	background-color: #000000;
	background-image: url(img-nav/cabecera-web-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 12px;
	margin-right: 15px;
}
#proyectos {
	float: left;
	margin-right: 15px;
	background-image: url(img-nav/fondogris.png);
	padding: 12px;
}
#newsblog {
	float: left;
	margin-right: 15px;
	background-image: url(img-nav/fondogris.png);
	padding: 12px;
}
#redes {
	float: left;
	background-image: url(img-nav/fondogris.png);
	padding: 12px;
	margin-right: 15px;
}
#contacto {
	float: left;
	background-image: url(img-nav/fondogris.png);
	padding: 12px;
}
#pie {
	font-size: 11px;
	line-height: 11px;
	margin-top: 30px;
}
.impacto {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 20px;
	text-transform: uppercase;
}
