/* CSS Document */
body {
	background-color: #ffffff;
}
/* ETIQUETAS TITULOS */
h1, h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;
	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: 780px;
	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: 780px;
	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;
	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: 38px;
	height: 25px;
	background: url(../images/bot-inicio.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS NOSOTROS */
.nav .nosotros a {
	width: 65px;
	height: 25px;
	background: url(../images/bot-nosotros.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS SERVICIOS */
.nav .servicios a {
	width: 65px;
	height: 25px;
	background: url(../images/bot-servicios.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS PORTFOLIO */
.nav .portfolio a {
	width: 61px;
	height: 25px;
	background: url(../images/bot-portfolio.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS CONTACTO */
.nav .contacto a {
	width: 66px;
	height: 25px;
	background: url(../images/bot-contacto.png) no-repeat left 0;
	cursor: pointer;
	outline: none;
}
/* LINKS BLOG */
.nav .blog a {
	width: 31px;
	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;
	margin:7px;
	font-family: Arial, Helvetica, sans-serif;
}
/* COLUMNA IMAGEN PORTFOLIO*/
#columna-links {
	width:170px;
	margin:5px 10px 0 0;
	float:left;
}
#columna-nosotros {
	background-image:url(images/nosotros.jpg);
	margin:15px 0 0 0;
	float:right;
	width:600px;
	height:582px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	line-height:0px;
}
#columna-nosotros img {
	display: block;
	border: none;
	margin: 0 0 10px 0;
}
#columna-nosotros h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#columna-nosotros p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent: -9999px;
}
/* VALIDATOR */
#validator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color:#666666;
	text-align: right;
	letter-spacing: 1px;
	text-decoration:none;
}
#validator a {
	text-decoration: none;
	color: #999999;
	outline: none;
}
#validator a:hover {
	color: #666666;
	border-bottom: 1px dotted #666666;
}
/*FOOTER*/
#footer {
	width: 100%;
	border-top: 1px dotted #666666;
	padding: 12px 0;
	margin: 30px 0 30px 0;
	clear: both;
	float: left;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #626364;
	margin: 0;
	padding: 0;
}
/* QTip */
div#qTip {
	padding: 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;
}
