#portfolio{
	
	border:1px dotted #CCC;
	height:402px;
	width:100%;
	margin:2em 1em 1em 0em;
	padding:2px;
}
 
.limpiar { clear: both; }
  .haccordion .header, .haccordion .content{
   float: left;
   height: 250px;
  }
  
  .haccordion .header{
   width: 25px;
   background: #ccc;
   color: #fff;
   cursor: pointer;
  }
  
  .haccordion .content{
   display: none;
   width: 0px;
   height:402px;
   overflow: auto;
  }
  
  .haccordion .content p{
   margin: 5px;
  }
  .content{height:400px; background-color:#FFF; width:640px;}
  .content .desc{padding:9em 0 0 2em; color:#000; font-size:1em; width:190px; height:240px;}
  .content .link{position:inherit; margin:auto 0 0 2em; color:#000;}
  .content .link a{color:#000; font-weight:bold; font-size:1em;}
  .content .link a:hover{color:#F00; font-weight:bold; font-size:1em;}
  
/* Video */
#video {margin-top:8em; margin-left:2em; width:500px;}
#videoplayer{width:300px; float:right;margin-left:1em;}
.descVideo{padding: 1em;padding-top:2em;}
