@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

* { 
	margin: 0; 
	padding: 0; 
}

html { 
	height: 99%;
}

body { 
	font-family: 'Corbel', sans-serif;
	color: #000;
	background-color: #FFFFFF; 
	font-weight: 400;
	font-size: 62.5%; 
	margin: 0 auto;
}

@font-face {
	font-family:'CorbelRegular';
	src: url('../../preuba/css/corbel-webfont.eot');
	src: url('../../preuba/css/corbel-webfont.eot?#iefix') format('embedded-opentype'),
url('../../preuba/css/corbel-webfont.woff') format('woff'),
url('../../preuba/css/corbel-webfont.ttf') format('truetype'),
url('../../preuba/css/corbel-webfont.svg#CorbelRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*Properties */
a{
	color: #CE102A;
	text-decoration: none;
}

a:hover{
	color: #666666;
}

p   {
	font-size: 1.4em;
}

h1 {
    font-size: 4em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
   }

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

figure  {
	margin: 0;
}

.clr{
	clear: both;
}

article{
	
	}


/** @group core layout **/

#w { 
	margin: 0px auto; 
	padding: 20px 20px; 
	padding-top: 5px;
	background: #fff; 
	min-width: 260px; 
	max-width: 1044px; 
	
}

header {
	width: 100%; 
}

/** @group personal settings **/
#info { 
	float: left; 
}

#menu ul{
	float: right;
	position:relative;
	right: 100px;
	top: 25px;
	z-index: 99;	
	
}

#menu li {
	float: left;
	color: #FFF;
	background-color: #333;
	display: inline;
	height: 30px;
	width: 120px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu li a{
	color: #FFF;
	
}

#menu li a:hover{
	color: #CE102A;
	
}

#photo { 
	float: right; 
	padding: 15px 0;
}

/** manifiesto settings **/
#manifiesto {
	position:relative;
	float: left;
	clear: inherit;
	width: 200px;
	margin: 10px auto;
	left: 10px;
	top: -340px;
	padding: 20px 10px;
	border-width: 5px 0;
	border-style: solid none;
	border-color: #CE102A transparent;
	z-index:1;
}

/** logos settings **/

#logo { 
	width: 1044px;
	position:absolute;
	top: 98%;
	z-index:1;
	text-align: center;
	margin: 40px auto;
	
}

#logo article {
	margin: 10px;
	padding: 0 10px;
	float: left;
}


.interiores {
	top:50px;
	width:760px;
	padding: 40px 0;
	float: right;
	position: relative;
	zoom: 1;
}

/** Proyecto **/


.interior-modulos a:active,
.modulos a:active,
.interior-modulos  a:focus,
.modulos a:focus  { 
	outline: none; 
}

.modulos img{
	width: 100%;
	display: block;
}

.modulos {
	top:50px;
	padding: 5px 0;
	position: relative;
}

.modulos a img { 
	outline: none; 
	border: none; 
}

.modulos  {
	position: relative;
	zoom: 1;
	background: #ffffff;	
}

.interior-modulos {
	min-width: 150px;
	max-width: 760px;
	float: right;
}

.modulo {
	float:right;
	min-width:700px;
	height:25px;
	font-weight:bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CE102A;
	padding: 5px 10px 5px 30px;
	margin:0;
}

.imageRow {
  *zoom: 1;
  margin: 0;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding:  5px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a:hover {
	background-color: #CE102A;
}

.imageRow .set {
	float: left;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #333333;
}

.imageRow .set .single a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
	background-color: #CE102A;
}


/** @group skills **/

#skills-left { 
	display: block; 
	float: left; 
	margin-right: 30px; 
}

#skills-right { 
	display: block; 
	float: left;
}

/** @group clearfix **/

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; }
	
.clearfix { 
	display: inline-block; 
}

.right{
	float: right;
}
	
.left{
	float:left;
	
}

.red {
	text-align: center;
	color: #CE102A;
	letter-spacing: 0.6em;
	clear: both;
	font-weight: bold;
	margin:-15px 0 0 0;
}
.red_ {
	color: #CE102A;
	clear: both;
	font-weight: bold;
	margin:-15px 0 0 0;
}


.line{
	padding: 0 0 17px 0;
	text-align:center;
	border-width: 0 0 5px 0;
	border-style: solid none;
	border-color: #CE102A transparent;	
}

/* Flex Slider */
 
	
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { 
	outline: none; 
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin:  0;
	padding: 0;
	list-style: none;
}

.flexslider a img { 
	outline: none; 
	border: none; 
}


.flexslider {
	top:50px;
	padding: 40px 0;
	position: relative;
	
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides { 
	display: block; 
}

* html .slides { 
	height: 1%; }


/* Flexslider Styles */
.flexslider {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #ffffff;	
}

/* Edit it if you want */
.flex-container {
	min-width: 150px;
	max-width: 800px;
	float: right;
}

.flexslider .slides { 
	zoom: 1;	
}

/* Direction Nav */
.flex-direction-nav a {
	display: block;
	position: absolute;
	margin: -17px 0 0 0;
	width: 35px;
	height: 35px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #CE102A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CE102A), to(#79202C));
	background-image: -webkit-linear-gradient(top, #CE102A, #79202C);
	background-image: -moz-linear-gradient(top, #CE102A, #79202C);
	background-image: -o-linear-gradient(top, #CE102A, #79202C);
	background-image: linear-gradient(to bottom, #CE102A, #79202C);
}

.flex-direction-nav a:hover {
	display: block;
	position: absolute;
	margin: -17px 0 0 0;
	width: 35px;
	height: 35px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #79202C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#79202C), to(#CE102A));
	background-image: -webkit-linear-gradient(top, #79202C, #CE102A );
	background-image: -moz-linear-gradient(top,#79202C, #CE102A);
	background-image: -o-linear-gradient(top, #79202C, #CE102A);
	background-image: linear-gradient(to bottom, #79202C, #CE102A);
}

.flex-direction-nav a:before {
	display: block;
	position: absolute;
	content: '';
	width: 9px;
	height: 13px;
	top: 11px;
	left: 11px;
	background: url(../img/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
}

.flex-direction-nav .flex-next {
	right: -5px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
	left: -5px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { 
	background-position: -9px 0; 
	left: 15px; 
}

.flex-direction-nav .flex-prev:before {
	background-position: 0 0; }

.flex-direction-nav .flex-next:after {
	right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #79202C;
}

.flex-direction-nav .flex-prev:after {
	left: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #79202C;
}


/* Control Nav */
.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
	margin: 0 0 30px -10px;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}
	
.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #FFFFFF;
}

.flex-control-paging li a.flex-active {
	background-color: #FFFFFF;
}

/* Captions */
.flexslider .slides p {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 5px;
	margin: 0;
	font-family:'Carme', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: white;
	background-color: #CE102A;
	background: rgba(0,0,0, .9);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*  End Flex Slider */



#basic-modal-content {
	display:none;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}

/* Container */
#simplemodal-container {
	height:100%;
	width:600px; 
	color:#bbb; 
	background-color:#333; 
	border:4px solid #444; 
	margin: 20px 0 0 0;
	padding:12px;
}

#simplemodal-container .simplemodal-data {
	padding:8px;
}

#simplemodal-container code {
	background:#141414; 
	border-left:3px solid #65B43D; 
	color:#bbb; 
	display:block; 
	font-size:12px; 
	margin-bottom:12px; 
	padding:4px 6px 6px;}
	
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
	background-image: url(../img/x.png);
	background-repeat: no-repeat;
}
	
#simplemodal-container h3 {
	color:#C5BC93;

	font-size: 16px;
	letter-spacing: 0.5em;
}


/* Lightbox */


#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #333;
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: 'Corbel', sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}


.lb-outerContainer {
	position: relative;
	*zoom: 1;
	margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: left 48%;
}


.lb-next:hover {
  	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: right 48%;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
.lb-data .lb-details {
	width: 90%;
	float: left;
	text-align: left;
	line-height: 1.1em;
	background-color: #666666;
	height: 100%;
	padding: 10px;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}
