@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;
	height:100%;
	margin: 25px auto;
	padding: 0 10px;
}
/* ARRIBA TOP */
#arriba {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	text-decoration:none;
}
#arriba {
	width: 930px;
	margin: 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 0px 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;
	display: block;
	outline: none;
}
/* 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;
}
/* NAV PORTFOLIO */
#links-portfolio .nav-portfolio {
	width: 120px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	list-style: none;
}
.nav-portfolio li {
	display: block;
	margin: 0 0 0 0;
	float: left;
}
.nav-portfolio li a {
	margin: 0 0 0 0;
	display: block;
	text-indent: -9999px;
	outline: none;
}
.nav-portfolio li a:hover {
	background-position: 0 -25px;
}
.nav-portfolio .identidad a.on, .nav-portfolio .diseno a.on, .nav-portfolio .publicidad a.on, .nav-portfolio .web 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;
}
/*** NAV PORTFOLIO ***/
/* LINKS IDENTIDAD */
.nav-portfolio .identidad a {
	width: 120px;
	height: 25px;
	background: url(../../images/bot-identidad.png) no-repeat;
	cursor: pointer;
	outline: none;
}
/* LINKS DISEÑO */
.nav-portfolio .diseno a {
	width: 120px;
	height: 25px;
	background: url(../../images/bot-diseno.png) no-repeat;
	cursor: pointer;
	outline: none;
}
/* LINKS PUBLICIDAD */
.nav-portfolio .publicidad a {
	width: 120px;
	height: 25px;
	background: url(../../images/bot-publicidad.png) no-repeat;
	cursor: pointer;
	outline: none;
}
/* LINKS WEB */
.nav-portfolio .web a {
	width: 120px;
	height: 25px;
	background: url(../../images/bot-web.png) no-repeat;
	cursor: pointer;
	outline: none;
}
/* BOTONERA WEB CLIENTES PORTFOLIO */
#links-portfolio #nav-links {
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width:170px;
	text-transform: uppercase;
}
#links-portfolio #nav-links li {
	line-height: 18px;
	list-style: none;
}
#nav-links li a {
	color: #666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
#nav-links li a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
	outline: none;
}
#nav-links li .active {
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	outline: none;
	font-weight:bold;
}
/* ETIQUETAS TITULOS */
h1, h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
/* COLUMNA IMAGEN PORTFOLIO*/
#columna-links {
	width:170px;
	margin: 5px 10px 0 0;
	float: left;
}
#columna-identidad {
	background-image:url(logotipos/logos.png);
	margin:35px 0 0 0;
	float:right;
	width:750px;
	height:700px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
}
#columna-identidad h2, h3, h4, h5, h6 {
	margin:0px;
}
#columna-identidad p {
	margin:0px;
	line-height:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#columna-identidad img {
	display: block;
	margin: 0 0 10px 0;
}
/**/
#columna-identidad-marca {
	margin:35px 0 0 0;
	float:right;
	width:750px;
	height:100%;
	position: relative;
	border:none;
}
#columna-identidad-marca h2, h3, h4, h5, h6 {
	margin:0px;
}
#columna-identidad-marca p {
	margin:0px;
	line-height:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#columna-identidad-marca img {
	/*display: block;*/
	margin: 0 0 10px 0;
	border:none;
}
#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 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;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

