/* CSS Document */
#principal {
   margin:0 auto;
   width:850px;
} 

.contenedorfoto {
   float:left;
   width:137px;
   height:120px;
   margin-top:10px; /*nuevo atributo*/
   margin-right:10px; /*nuevo atributo*/
   margin-left:10px;
   margin-bottom:2px; /*nuevo atributo*/
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
}  

.contenedorfoto a {
	text-decoration: none;
}

.contenedorfoto span {
	color:#515151;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	margin-top:80px;
}

hr {
	/*width: 400px;*/
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
	margin: 0;
}

.contenedornombre {
   float:left;
   width:137px;
   height:28px;
   /*margin:10px; original*/
   margin-top:0px; /*nuevo atributo*/
   margin-right:10px; /*nuevo atributo*/
   margin-left:10px;
   margin-bottom:10px; /*nuevo atributo*/
   padding:5px;
   background-color:#ebeef2;
   border-right: #ebeef2 solid 1px;
   border-bottom: #ebeef2 solid 1px;
   text-align:center;
}

.contenedornombre span {
	color:#515151;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	margin-top:80px;
	color: #0066CC;	
}

.contenedorfoto2 {
   float:left;
   width:137px;
   height:120px;
   margin-top:10px; /*nuevo atributo*/
   margin-right:10px; /*nuevo atributo*/
   margin-left:10px;
   margin-bottom:2px; /*nuevo atributo*/
   padding:5px;
   background-color:#ebeef2;
   border-right: #ebeef2 solid 1px;
   border-bottom: #ebeef2 solid 1px;
   text-align:center;
}

.contenedornombre2 {
   float:left;
   width:145px;
   height:42px;
   /*margin:10px; original*/
   margin-top:0px; /*nuevo atributo*/
   margin-right:6px; /*nuevo atributo*/
   margin-left:6px;
   margin-bottom:0px; /*nuevo atributo*/
   padding:5px;
   background-color:#ebeef2;
   border-right: #ebeef2 solid 1px;
   border-bottom: #ebeef2 solid 1px;
   text-align:center;
}

.contenedornombre2 span {
	color:#515151;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	margin-top:80px;
	color: #0066CC;	
}

.contenedornombre3 {
   float:left;
   width:145px;
   height:56px;
   /*margin:10px; original*/
   margin-top:0px; /*nuevo atributo*/
   margin-right:6px; /*nuevo atributo*/
   margin-left:6px;
   margin-bottom:0px; /*nuevo atributo*/
   padding:5px;
   background-color:#ebeef2;
   border-right: #ebeef2 solid 1px;
   border-bottom: #ebeef2 solid 1px;
   text-align:center;
}

.contenedornombre3 span {
	color:#515151;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 11px;
	margin-top:80px;
	color: #0066CC;	
}