@font-face {
   font-family: Ubuntu-Bold;
   font-style: normal;
   font-weight: normal;
   src: url(ubuntu-bold.ttf) format("opentype");
}

@font-face {
   font-family: Ubuntu-Regular;
   font-style: normal;
   font-weight: normal;
   src: url(ubuntu-regular.ttf) format("opentype");
}

.flex-marco {
    background-color: white;
    padding: 10px;
    margin: 5px;
    border: 3px solid black;
	border-radius: 25px;
    
 	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}

.flex-columna1 {
  margin:2px;
  border:1px solid black;
  background-color:white;
  width:100px;
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  flex:1;
}
.flex-columna2 {
  margin:2px;
  border:1px solid black;
  background-color:white;
  width:295px;
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  flex:1;
}

#cv{
	font-family:"Ubuntu-Bold";
	color:white;
	background-color: black;
	height:20px;
    padding:0px;
    margin:0px;
}
#fotohomer {
    height="172px";
    width="293px";
}
#foto{
	background-color: white;
    padding:0px;
    margin:0px;
}
#texto{
  font-size:.8em;
  font-family:"Ubuntu-Regular";
  background-color: white;
  padding:0px;
  margin:0px;
}

.objeto {
  margin:2px;
  width:290px;
  height:290px;
}

.pievideo {
 font-family:"Ubuntu-Bold";
 color:white;
 background-color: black;
 margin:0px;
 width:290px;
 height:20px;
}



