/*
Theme Name: Naugstudio V3
Theme URI: http://www.naugstudio.com
Description: Theme created from the scratch for Naugstudio Website. | Tema creado desde cero para el Sitio Web Naugstudio.
Author: Cristian Dinamarca
Author URI: http://www.ulmoestudio.com
*/

@import url('css/normalize.css');
@import url('css/reset.css');

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(http://fonts.gstatic.com/s/archivonarrow/v4/DsLzC9scoPnrGiwYYMQXpp4t0mJKPaLVqklzZuc32b4.woff) format('woff');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 700;
  src: local('Archivo Narrow Bold Italic'), local('ArchivoNarrow-BoldItalic'), url(http://fonts.gstatic.com/s/archivonarrow/v4/wG6O733y5zHl4EKCOh8rSfHJg_uAzGkx_6E8mL2YRkc.woff) format('woff');
}

/* Acá van tus estilos */
body{position: relative;background-color: #FFFFFF;font-family: 'Archivo Narrow', sans-serif;color: #FFF;text-align: center;}
#logo a{background-image: url(images/logo-site.png);background-repeat: no-repeat;width: 320px;height: 165px;display: block;text-indent: -999px;overflow: hidden;}
.centrar{width:320px;height:300px;position:absolute;left:50%;top:50%;margin:-150px 0 0 -160px;}
p{line-height: 130%;font-size: 18px;margin-top: 60px;color:#999;}
p a{color: #f28936;text-decoration: none; }

/* Sticky Footer */
* {margin: 0;}
html, body{height: 100%;}
.bigwrap{min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -70px;}
.push{clear:both;}
.push,#footer{height: 70px;}

/* WP */
.entry-content img {margin: 0 0 1.5em 0;}
.alignleft, img.alignleft {margin-right: 1.5em;display: inline;float: left;}
.alignright, img.alignright {margin-left: 1.5em;display: inline;float: right;}
.aligncenter, img.aligncenter {margin-right: auto;margin-left: auto;display: block;clear: both;}
.alignnone, img.alignnone {/* not sure about this one */}
.wp-caption {margin-bottom: 1.5em;text-align: center;padding-top: 5px;}
.wp-caption img {border: 0 none;padding: 0;margin: 0;}
.wp-caption p.wp-caption-text {line-height: 1.5;font-size: 10px;margin: 0;}
.wp-smiley {margin: 0 !important;max-height: 1em;}
blockquote.left {margin-right: 20px;text-align: right;margin-left: 0;width: 33%;float: left;}
blockquote.right {margin-left: 20px;text-align: left;margin-right: 0;width: 33%;float: right;}

/* Helpers */
.left{ float: left; clear: left; }
.right{ float: right; clear: right; }
.center{ display: block; text-align: center; }
.clear { clear: both }
.invisible{ visibility: hidden }
.hidden { display: none }
.notext { text-indent: -9999px }
.round{border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;}

/* Clearfix */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}