@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #2e414f;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bkgwrapper.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
	height: 135px;
	width: 860px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(../images/bkgheader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #545A5F;
}

#sidebar {
	float: left;
	width: 170px;
}
#sidebar ul {
	margin-top: 30px;
	word-spacing: 1em;
}
#sidebar li {
	list-style-type: none;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01518E;
	margin-bottom: 2px;
	margin-top: 3px;
}
.active {
	background-image: url(../images/bkgcategorie.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


#sidebar li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding-right: 20px;
	
}
#sidebar li ul li a {
	color: #01518E;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding-right: 20px;
}

#sidebar a:hover {
	background-color: #E4E4E4;
	display: block;
	color: #02508c;
}

#content {
	float: left;
	width: 710px;
	background-color: #9f9e9e;
}
#content h1 {
	color: #02508C;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868686;
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
}
#content h2 {
	color: #3C4044;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 220px;
	margin-top: 20px;
}
#content h2 span {
	font-size: 12px;
	color: #314D62;
}

#content p {
	font-size: 12px;
	color: #323538;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	text-align: justify;
}
#content p a {
	color: #02508C;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #02508C;
}
#content ul {
	margin-left: 40px;
	margin-right: 20px;
}
#content li {
	list-style-type: none;
	font-size: 12px;
	color: #323538;
	list-style-image: url(../images/li.jpg);
	line-height: 25px;
	text-align: justify;
}



#content #right {
	float: right;
	width: 200px;
	height: 387px;
	background-color: #838D92;
	margin-left: 20px;
}

#content #banner {
	float: left;
	height: 440px;
	width: 420px;
	background-color: #838D92;
}
#content #home {
	float: left;
	height: 440px;
	width: 290px;
}

#content #home #ultproyectos {
	width: 290px;
	height: 225px;
}
#content #home #ultproyectos .block {
	width: 250px;
	margin-left: 20px;
	clear: left;
	height: 60px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848484;
}
#content #home #ultproyectos .block p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
	margin: 0px;
	padding: 00px;
}
.white {
	color: #FFFFFF;
}
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

#footer {
	clear: both;
	height: 20px;
	width: 880px;
	background-image: url(../images/digimax.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	background-color: #FFFFFF;
}
img {
	border: none;
}
#content p em {
	font-style: normal;
	color: #FFFFFF;
}
.proyecto {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
}
#content .proyecto p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
#content .proyecto a img{
	border: 5px solid #888888;
	margin-top: 10px;
}
#content .proyecto a:hover img {
	border: 5px solid #7392A8;
}
