#pie {
	width:100%;
 	font-size:80%;
  	float:left;
	background:#E6E6E6;
	color:#6E6E6E;
}

#piextra{
	width:930px; 
	background:#E6E6E6;
  	height:220px;
  	margin:auto;
  	padding:15px 0px 10px 10px;
}


.contenedor{
	float:left;
	background:#E6E6E6;
	width:200px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:10px;	
}
.contenedor h2{
	color:#969696;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
}

.contenedor li{
	display:block;
  	list-style:none;
  	text-align:left;
	font-size:90%;
	margin:5px 15px 5px 15px;
}

.contenedor li a {
	text-decoration:none ;
	color:#3D4695;
}

.contenedor li a:hover {
   color:red ; 
   text-decoration:underline ;
}

#copyright{
	height:50px;
	width:100%;
  	float:left;
	background:#585858;
}
#medio{
  	width:940px; 
  	height:50px;
  	margin:auto; 
  	background:#585858; 
}

#copyright #medio #copyrightText {
	float:left;
	margin-top:18px;
	margin-left:20%;
	background:#585858;
}
#copyright #medio #copyrightText p{
	float:left;
	text-align:center;
	font-size:70%;
	color:white;
}
#copyright #medio #copyrightJG {
	float:left;
	margin-top:12px;
	margin-left:10px;
	width:35px;
	height:28px;
	background:url(../images/logos/marcaJG.png);
}
