/*  General CSS*/

body{ background: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; min-width:800px; }

.wrapper{ width: 94%; margin: 0 auto; }

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4              { margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after { content: " "; display: table; }
  
.clearfix:after { clear: both; }  
 
.clearfix { *zoom: 1; }

/*  Header  */
header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
	min-height: 100%;
	padding: 0 0 0 40px;
	background: #fff; 
	float: left;
	overflow: hidden;
	z-index: 9999;
}

header .logo{ margin-top: 40px; }

header nav {
	background:#fff;
}

header nav ul{
	display: block;
	overflow: hidden;
	margin-top: 40px;
	list-style: none;
}

header nav ul li{
	display: block;
	margin-bottom: 14px;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
}

header nav ul li a{
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
}

header nav ul li a:hover{
	color: #000;
	border-bottom: 4px solid #ccc;
}

header nav ul li a.selected{
	color: #000;
	font-weight:bold;
	border-bottom: 4px solid #fff;
}

header nav ul ul{
	display: block;
	overflow: hidden;
	margin-top: -5px;
	margin-bottom: 14px;
	margin-left: 10px;		
	list-style: none;
	border-left:1px dotted #000;
	padding-left:8px;
}

header nav ul ul li{
	display: block;
	margin-bottom: 10px;
}

header .footer{
	position: absolute;
	bottom: 30px;
	left: 20px;
	margin:10px;
	padding:10px;
	background:#fff;
	z-index: -10;
}

header .rights p{
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 14px;
}

header .rights a{
	font-weight: bold;
	text-decoration: none;
	color:#666;
}
header .rights a:hover{
	color: #000;
}

#menu_icon, .close_menu{ display: none; }

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/men_icons.png') no-repeat;
}

#menu_icon{ background-position: 0 0; }
.close_menu{ background-position: -41px 0!important; }

/*  principal  */

.main_02{
    width: 100%;
    height: 100%;
    padding-left: 280px;
	padding-top:40px;
	padding-bottom:1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position:fixed;
    z-index: 56;
    background: #fff;
}

.main{
    width: 100%;
    height: 100%;
	max-width:1280px;
    padding-left: 280px;
	padding-top:40px;
	padding-bottom:1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 55;
    background: #fff;
}

.main p{
	margin-bottom:10px;
    font-size: 15px;
    line-height: 22px;
}

/*  oficina  */

#background { 
}

.oficina{
	bottom: 0;
	height: 100%;
	margin-bottom: 0!important;
	position: fixed;
	right: 0;
	top: 0;
	padding-top:30px;
	padding-bottom:20px;
	left:280px;
	width: auto;
	background-size:auto 100%;
	background-position: center; 
	overflow:scroll;
}

.oficina p{
	margin-bottom:10px;
    font-size: 15px;
    line-height: 22px;
}

.texto{
	width: 65%;
	min-width:320px;
	padding:10px 20px 20px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
}

.social{
	width: 100%;
	max-width:760px;
	min-width:320px;
	margin: 0 auto;
    display: block;
}

/*  inicio/portfolio  */
.main .work{
    display: block;
    width: 30%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	margin-bottom:3%;
	margin-right:3%;
	border: 1px solid #eee;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}

.main .work a:hover .caption{
    opacity: 1;
}

.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 12px 0;
    z-index: 77;
    color: #454545;
    font-size: 14px;
	line-height: 18px;	
    letter-spacing: normal;
	font-weight:normal;
    border-bottom: 1px solid #3cc;
    border-top: 1px solid #3cc;
}

/*  noticias  */

.noticias{
	position: fixed;
	display: block;
	width: 28%;
	bottom: 50px;
	padding:8px 2px 8px 8px;
	margin:0 0 20px 25px;
	background:rgba(255, 255, 255, 0.7);
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 14px;
	overflow: hidden;
	z-index: 8000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

#incluirPagina{
	height:160px;
	margin:10px;
	padding:2px 12px 0 2px;
	font-size: 12px;
	overflow-y: scroll;
}

.general{
    width: 100%;
    height: 100%;
    position: relative;
	float:left;
}

.general h1{
	font-size:13px;
	font-weight:bold;
	letter-spacing:.5px;
	margin: 4px 0 4px;
}

.general p{ font-size:12px; margin:10px 0; }

.general a{ font-size:11px; text-decoration: none; font-weight:bold; }

.general a:link{ color: #555; font-weight:bold; }

.general a:hover{ color: #000; text-decoration:underline; }

.lineap { position:relative; float:left; margin:10px 0 10px; width:100%; height:4px; background: url(../images/f_linea.png); } 

/*  Proyecto  */

.holder_contenido {
	position: relative;
	margin:0 auto;
	width: 94%;
	max-width: 1000px;
}

.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../images/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -45%;
}

.content{
	margin: 0 auto; 
	max-width: 1000px;
    font-size: 15px;
    line-height: 22px;
    padding: 20px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
	margin-bottom: 10px;
}

.content a{ color: #999; }
.content a:hover{ color: #0CC; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    font-weight: bold;
    margin-bottom: 12px;
}

.content .datos{
    font-size: 13px;
	font-weight: bold;
}

/* photo grid - Masonry  */

#container {
	width:100%;
	padding-bottom:1%;
	position: absolute;
	clear: both;
}

.box {
  margin:0 38px 10px 0;
  font-size: 100%;
  line-height: 1em;
  float: left;
}
.box h2 {
	font-size: 12px;
	font-weight:normal;
	margin: 8px 0;
	letter-spacing: 0.5px;
}

.box h3 {margin:10px 0}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/*  Contacto  */
.group1 {
	position: relative;
	float: left;
	width: 340px;
	margin:0 20px 16px 0;
	padding:0 0 20px;
	background:#fff
}

.group2 {
	float: left;
	width: 300px;
	margin:0;
	background:#fff
}

.correo {
	float: left;
	width: 300px;
	position: relative;
	margin-top:10px;
	padding:16px;
	background:#eee;
	-khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	font-size:12px;
}

.ic_q { vertical-align: middle; }

/*  Media  */

@media (max-width:550px){
	.main_02 { position: fixed; }
}
