body {
	font-family: Josefin Sans;
	font-size: 16px;
	line-height: 1.5;
  align-items: center;
	background-color:#ffffff;
	color: #333333;
	margin: 10px auto 10px auto;
	
}

v {
	font-family: Josefin Sans;
	font-size: 16px;
	line-height: 1.5;
  align-items: center;
	background-color:#ffffff;
	color: #333333;
	margin: 10px auto 10px auto;
  text-decoration-line: underline;
  text-decoration-style: wavy;
	
}

.avatar {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50px ;
  margin-bottom: 10px;
}


i
{font-family: Josefin Sans;
	font-size:20px;
	line-height: 1.5;
  align-items: center;
  font-weight: 400;
}

strong 
{font-family: Josefin Sans;
	font-size:15px;
	line-height: 1.5;
  align-items: center;
}

.title { font-family:Lato;
padding-top: 10px;
padding-bottom:100px;
font-size:9px;
line-height: 2;
font-weight: 400;
align-items: center;}

text
{ font-family: Josefin Sans;
font-size:16px;
line-height: 2;
align-items: center;
font-weight: 400;

  
}


button
{ background-color: #ffffff;
  font-family: Josefin Sans;
  border: 1px;
  border-style: solid;
  padding: 3px 8px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  align-items: center;

}



h1 {
font-family: Josefin Sans;
font-size:20px;
line-height: 2;
align-items: center;
margin: 5px 300px 5px 300px;
font-weight: 400;
}

h2 { 
  text-decoration-style: line;
  line-height: 3px;
  text-align:center;
  margin: 400 400 50 50;
  font-family: Lato;
 font-weight: bold;

font-weight: normal;}

h3 {
font-family: Josefin Sans;
font-size:20px;
line-height: 2;
align-items: center;
margin: 0px;
color:#333333;

}

h4 {
  font-family: Josefin Sans;
  font-size:15px;
  line-height: 2;
  align-items: center;
  margin: 0px;
  color:#999999;
  
  }
  


header {display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  font-size:16px;
  line-height: 2;}
 

nav {
  font-family: Josefin Sans;
	font-size: 16px;
  line-height: 1.5;
	font-weight: 100;

}


a {color: #000000;
  text-decoration: none;
  margin: 0 0 0 15px ;
  transition:color 0.3s ;
}

a:hover 
{
  color: #999999; 
  text-decoration:none;
  text-decoration:line-through black;
}

sub:hover
{
  color: #dad6d6; 
  text-decoration:none;
 padding: 20px 0px 20px 0px;
}

#img_link:hover 
{
  color: #999999; 
  visibility: hidden;
  
}

footer { font-family: Josefin Sans;
	font-size: 15px;
	font-weight: 400;
  align-items: center;
}  
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img.c {
  vertical-align: middle;
}

input, textarea, select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
} 


#cf {
  position:center;
  margin:0 auto;
  max-width: 80%;
  min-width: 60%;
  align-items: center;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.center {
  border-style: solid;
  margin: 80px;
  border-color: black;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display:flex;
  justify-content:stretch;
  font-size: 18px;
  align-items: center;
}

.justify {
  border-style: solid;
  margin: 80px;
  border-color: black;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display:flex;
  justify-content:stretch;
  font-size: 18px;
  align-items: center;
}


.container-maca {
  vertical-align: middle;
  align-items: center;
  align-content: center;
  -ms-flex-align: center;
  max-width: 100%;
  
}

p {
  

  font-style:normal;
  font-family: Lato;
  font-size: 10px;
font-weight:700;
line-height: 2;
color:#999999
}

p.sub {font-size: 30px;
  width:20px;
  line-height:20px;
  font: bold;
  align-items: center;
  text-align: left;
}

.vert {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 25px;
  margin-left: 80px;
  margin-right: 0px;
  width:20px;
  line-height:20px;
  font: bolder;
  align-items: stretch; 
  float:left;

}

  .delimitador{
    width:560px;   
    margin:auto;   
   }


.contenedor{
  height:0px;
  width:100%;
  position:center;
  align-items: center;

}


.contenedor iframe {
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}



img {
width: 100%;
  height: auto;
}

@media only screen and (max-width: 769px) {
  .entry-content img {
      max-width: 50%;
  }
}

________________________


* {
  box-sizing: border-box;
}

body {
  background-color:
  padding; 
  font-family:Josefin Sans
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 2%;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: 0;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}



