@charset "utf-8";

*{
  margin:0; 
  padding:0;
}

/* IMAGES */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption{
  background: #fff;
  border: 1px solid #9D9D9D;
  max-width: 100%;
  padding: 4px 4px 4px 4px;
  text-align: center; 
  margin: 6px;
}
.wp-caption img {
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 20px;
  margin: 0;
  padding: 6px 0 0 0;
}
.wp-caption.alignnone{
  margin: 4px 10px 10px 0px;
}
.wp-caption.alignleft{
  margin: 4px 10px 10px 0px;
}
.wp-caption.alignright{
  margin: 5px 20px 0px 0;
}
.wp-caption-text {
  margin: 0 0 6px;
}
::selection {
  background: #2ab4ed;
  color: #232122;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0px 12px 4px 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: inline;
  float: right;
}

/* gallery start*/

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-row {
  display:block;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item img, 
.gallery .gallery-item img.thumbnail {
  max-width: 100%;
  height: auto;
  padding: 1%;
  margin: 0 auto;
}
.gallery-caption {
  margin-left: 0;
}

/* SECTIONS */

body{
  background:#fff;
  word-wrap: break-word;
} 
.main{
  width:960px; 
  margin:0 auto;
}
.head{
  height:100%;
  font-size: 32px;
  padding: 40px 0 20px;
}
.head a{
  font-size: 48px;
  font-family: Georgia, serif;
  font-weight: 400;
  color:#232324; 
  text-decoration:none; 
  margin:20px 10px 0 0;
} 
.head h1{
  font-size: 1em;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  position:relative;
}
.head2 {
  font-size: 18px;
  font-family: Georgia, serif;
  font-weight: 400; 
  color:#232324; 
  text-decoration:none; 
  margin:0px 10px 0 0;
} 


/* CONTENT */

.content-main{
  overflow:hidden; 
  padding-bottom: 20px;
} 
.content{
  width:100%; 
  float:left; 
  margin:0 0 0 0px;
}   

img{
    max-width:100% !important;
    height:auto;
    display:block;
}

ol{
  list-style-type:decimal;
  margin: 0 0 0 22px;
}

kbd{
  color:#232324;
  display:inline-block;
  font-size: 11px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  line-height:1.4;
}

pre {
  white-space: pre-wrap;  
  white-space: -moz-pre-wrap;  
  white-space: -pre-wrap;      
  white-space: -o-pre-wrap;    
  word-wrap: break-word;       
  color:#fff;
  background-color: #232324;
  padding: 10px;
  word-wrap: break-word;
}  
tt{
  color:#232324;
  display:inline-block;
  font-size: 11px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  line-height:1.4;
}

img.alignnone {
  max-width: 100%;
}
  
.alignnone {
  max-width: 100%;
} 
hr {
  border-bottom:1px solid #9D9D9D;
} 

blockquote{
  font-size: 20px;
  font-family: Arial,sans-serif;
  font-weight: 400;
  margin: 10px;
  padding: 0px;
}

table{
  border-collapse:collapse;
  width: 100%;
}
table, td, th{
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  border:1px solid #232324;
  padding: 4px;
}

dl {
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  padding: 0 10px;
}
dt{
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  padding: 10px;
}
dd{
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
  padding: 0 10px;
}

/* POST */

.post{
  font-family: Georgia,serif;
  margin: 0 0px 15px;
}   
.post p{
  font: 15px Georgia,serif;
  font-weight: 400;
  margin: 0 0 10px;
  color: #232324;
}

.post a{
  color:#007FFF; 
  text-decoration:underline;
  font: 15px Georgia,serif;
  font-weight: 400;
} 

.post a:hover{
  color:#0000FF; 
  text-decoration:none;
  font-size: 15px;
  font: 15px Georgia,serif;
  font-weight: 400;
} 
.post:after { 
   content: "";
   display: block; 
   clear: both;
}

.post-main{
  border-bottom:1px solid #9D9D9D;
  margin:0 0 20px 0;
  padding: 20px;
}
.wp-post-image{
  float:left; 
  margin:0 15px 15px 0;
}

.post-main h1{
  font-size: 24px;
  font-family:Georgia,serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h1 a{
  color:#007FFF; 
  text-decoration:none;
}
.post-main h1 a:hover{
  color:#0000FF; 
  text-decoration:underline;
} 

.post-main h2{
  font-size: 22px;
  font-family: Arial,sans-serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h2 a{
  color:#007FFF; 
  text-decoration:none;
  padding: 0 0px 0 0;
}
.post-main h2 a:hover{
  color:#0000FF; 
  text-decoration:underline;
}

.post-main h3{
  font-size: 24px;
  font-family:Georgia,serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h3 a{
  color:#007FFF; 
  text-decoration:none;
  padding: 0 0px 0 0;
}
.post-main h3 a:hover{
  color:#0000FF; 
  text-decoration:underline;
}

.post-main h4{
  font-size: 18px;
  font-family:Georgia,serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h4 a{
  color:#007FFF; 
  text-decoration:none;
  padding: 0 0px 0 0;
}
.post-main h4 a:hover{
  color:#0000FF; 
  text-decoration:underline;
}

.post-main h5{
  font-size: 16px;
  font-family:Georgia,serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h5 a{
  color:#007FFF; 
  text-decoration:none;
  padding: 0 0px 0 0;
}
.post-main h5 a:hover{
  color:#0000FF; 
  text-decoration:underline;
}

.post-main h6{
  font-size: 14px;
  font-family:Georgia,serif;
  font-weight: 400;
  color:#232324; 
  padding: 5px 0 8px 0px; 
  margin: 0 0 5px 0;
}
.post-main h6 a{
  color:#007FFF; 
  text-decoration:none;
  padding: 0 0px 0 0;
}
.post-main h6 a:hover{
  color:#0000FF; 
  text-decoration:underline;
}


.post-main ul{
  padding-left: 19px; 
  margin: 0px;
  list-style-type:square;
  background-repeat: no-repeat;
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
}
.post-main ul li{
  list-style-type:square;
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding-left: 14px; 
  font-size: 20px;
  font: 100%/1.5 Arial,sans-serif;
  font-weight: 400;
}

/* PERFIL DE PERSONA */

.profile{
  font: 12px Arial, sans-serif;
  margin:0 0 20px 0;
  padding: 20px;
  vertical-align:bottom;
}
.profile_pic{
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  border-radius:40px;
  display: inline-block;
  height: 72px;
  width: 72px;
  position: absolute;
  top: -6px;
}
.profile_pic_space{
  display:inline-block;
  width:72px;
}
.profile .bio{
  display: inline-block;
  padding-right: 4%;
  width: 45%;
  vertical-align:top;
}
.profile .contacto{
  display: inline-block;
  width: 45%;
  vertical-align:top;
}

/* Responsive */

.row { margin-bottom: 0px }

@media only screen and (max-width: 750px) {
  .main { width: 90%; }
}
