@charset "UTF-8";
/* CSS Document */
html, body {
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ie-user-select: none;
	user-select: none;
	cursor:default;
}
body {
	background-color: #ffffff;
}
#container {
	width: 930px;
	margin: 25px auto;
	padding: 0 10px;
}
/* ARRIBA TOP */
#arriba {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	text-decoration:none;
	width: 930px;
	margin: 20px 0 0 auto;
	float: right;
}
#arriba img {
	border:none;
}
#arriba a {
	color:#CCCCCC;
	text-decoration:none;
	outline: none;
	opacity: 0.6;
}
#arriba a:hover {
	color:#666666;
	text-decoration:none;
	opacity: 1;/*border-bottom: 1px dotted #666666;*/
}
/* Header */
#header {
	width: 930px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border-bottom: 1px dotted #666666;
}
/* LOGO */
#header #logo {
	width: 200px;
	height: 96px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	float: left;
}
#header #logo a {
	width: 200px;
	height:96px;
	outline: none;
	display: block;
}
/* LINKS */
#header #links {
	width: 570px;
	height: 96px;
	float: right;
}
/*** UL / LI ***/
#links .nav {
	margin: 80px 0 0 0;
	padding: 0 0 0 0;
	display: block;
	float: right;
	list-style: none;
}
.nav li {
	display: block;
	margin: 0 0 0 15px;
	float: left;
}
.nav li a {
	margin: 0 0 0 0;
	display: block;
	text-indent: -9999px;
	outline: none;
}
.nav li a:hover {
	background-position: 0 -25px;
}
.nav .inicio a.on, .nav .nosotros a.on, .nav .servicios a.on, .nav .portfolio a.on, .nav .contacto a.on, .nav .blog a.on {
	background-position: 0 -50px;
}
/* LINKS INICIO */
.nav .inicio a {
	width: 39px;
	height: 25px;
	background: url(../images/bot-inicio.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS NOSOTROS */
.nav .nosotros a {
	width: 66px;
	height: 25px;
	background: url(../images/bot-nosotros.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS SERVICIOS */
.nav .servicios a {
	width: 67px;
	height: 25px;
	background: url(../images/bot-servicios.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS PORTFOLIO */
.nav .portfolio a {
	width: 63px;
	height: 25px;
	background: url(../images/bot-portfolio.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS CONTACTO */
.nav .contacto a {
	width: 67px;
	height: 25px;
	background: url(../images/bot-contacto.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS BLOG */
.nav .blog a {
	width: 33px;
	height: 25px;
	background: url(../images/bot-blog.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* ETIQUETAS TITULOS */
h1, h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
/* COLUMNA IMAGEN PORTFOLIO*/
#columna-central {
	width:170px;
	margin: 5px 10px 0 0;
	float:left;
}
/* ETIQUETAS TITULOS */
h1, h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
/* COLUMNA IMAGEN PORTFOLIO*/
#columna-central {
	width: 930px;
	height: 100%;
	margin: 30px 0 0 0;
	float: left;
}
#columna-servicios-izq {
	margin: 0 0 0 0;
	float: left;
	width: 170px;
	height: 100%;
	/*text-indent: -9999px;*/
	position: relative;
}
#columna-servicios-izq h2 {
	/*text-indent: -9999px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#columna-servicios-izq img {
	display: block;
	margin: 0 0 10px 0;
}
#columna-servicios-der {
	margin: 0 0 0 0;
	float: right;
	width: 750px;
	height: 370px;
}
#columna-servicios-der h2 {
	text-indent: -9999px;
	margin: 0 0 0 0;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#columna-servicios-der img {
	display: block;
	margin: 0 0 10px 0;
}
/*FOOTER*/
#footer {
	width: 100%;
	border-top: 1px dotted #666666;
	padding: 12px 0;
	margin: 30px 0 30px 0;
	clear: both;
	float: left;
}
/* Copyright */
#footer .copyright {
	float: left;
}
#footer .copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #626364;
	margin: 0;
	padding: 0;
}
/* QTip */
div#qTip {
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background-image: url(images/tooltip-trans.png);
	color: #FFF;
	font: 9px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
/* CLEAR */
.clear {
	clear:both;
}
#contenido {
	top:0px;
	left:10px;
	right:10px;
	position: absolute;
	visibility: hidden;
	text-indent:-9999px;
	z-index: 10;
}
#contenido p {
	text-indent: -9999px;
	margin: 0 0 0 0;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#contenido h2, h3, h4, h5, h6 {
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 750px;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#999;
	margin:5px 0 0 0;
}
#content h2 {
	color: #696969;
	margin: 5px 0 5px 0;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}
#content .post {
	margin: 15px 0 20px 0;
	border-bottom: 1px dotted #666666;
	width: 750px;
	height: 100px;
	background-image:url(images/texto-servicios.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content .post p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content .post h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content #filterNav {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	width: 750px;
	height: 20px;
}
#content #filterNav li {
	padding: 1px 0 0 0;
	background: none;
	margin: 0 4px 0 0;
	display: inline-block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#filterNav li a {
	font-size: 11px;
	text-transform: uppercase;
	background: #bababa;
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0 6px 0 !important;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 20px;
}
#filterNav li a:hover {
	background: #6a6a6a;
}
#filterNav li.selected a {
	background: #C00;
}
#projects {
	list-style: none;
}
#content #projects li {
	padding: 0;
	background: none;
}
#content .image-grid {
	width: 905px;
	margin: auto;
}
.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
#content .image-grid li {
	width: 240px;
	float: left;
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
	list-style:none;
}
.image-grid li img, .image-grid li strong {
	display: block;
}
#content .image-grid li a img {
	border: 5px solid #EFEFEF;
}
#content .image-grid li:hover img {
	border: 5px solid #C5C5C5;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter:alpha(opacity=0.90);
}
#content #filterNav li {
	float: left;
	display: block;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

