/* Hormiga :-) */
@import url("styles_blog.css");
body {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {	
	color: #fff;
}
.tit-seccion {
	font-size: 38px;
}
.sub-tit-seccion {
	font-size: 16px;
	text-transform: uppercase;
}
.destacado-1 {
	font-size: 16px;
	text-transform: uppercase;
}
.destacado-2 {
	font-size: 24px;
}
.destacado-3 {
	font-size: 40px;
}
p {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding: 0 0 8px 0;
}
p.titulo {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	padding: 15px 0 5px 0;
}
p.subtitulo {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 15px 0 5px 0;
}
ul {
	margin: 0 0 0 10px;
	padding: 0;
}
a:focus {
	outline:none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFCC00
}
#holder {
	width: 930px;
	margin: 0 auto;
	padding: 0 10px;
}
/*HEADER*/
#header {
	width: 930px;
	margin: 25px 0 0 0;
	padding: 0 0 5px 0;
	float: left;
	border-bottom: 1px solid #333;
}
#header #logos {
	height: 48px;
	display: block;
	clear: both;
	padding: 0 0 25px 0;
}
#header #logo {
	width: 321px;
	height:48px;
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	background-image: url(../img/logo-trans.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position:relative;
	z-index:10;
	cursor:pointer;
	float: left;
}
#header #logo a {
	width: 321px;
	height:48px;
	display: block;
}
#header #logo-blog {
	width: 99px;
	height:48px;
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	background-image: url(../img/logo_blog-trans.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
#header #ideas {
	font-size: 22px;
}
#header #nav {
	float: left;
}
#header #nav ul {
	float: left;
	margin: 0;
	padding:0;
}
#header #nav ul li {
	float: left;
}
/*NAV*/
#header #nav li.home a {
	width: 42px;
	height: 25px;
	background: url(../img/bo_home-trans.png) no-repeat;
	float: left;
	text-indent: -9999px;
	padding: 0 11px;
	display: block;
	cursor: pointer;
}
#header #nav li.home a:hover {
	background-position: 0 -25px;
}
#header #nav li.info a {
	width: 27px;
	height: 25px;
	background: url(../img/bo_info-trans.png) no-repeat;
	float: left;
	text-indent: -9999px;
	padding: 0 11px;
	display: block;
	cursor: pointer;
}
#header #nav li.info a:hover {
	background-position: 0 -25px;
}
#header #nav li.portfolio a {
	width: 61px;
	height: 25px;
	background: url(../img/bo_portfolio-trans.png) no-repeat;
	float: left;
	text-indent: -9999px;
	padding: 0 11px;
	display: block;
	cursor: pointer;
}
#header #nav li.portfolio a:hover {
	background-position: 0 -25px;
}

#header #nav li.contacto a {
	width: 66px;
	height: 25px;
	background: url(../img/bo_contacto-trans.png) no-repeat;
	float: left;
	text-indent: -9999px;
	padding: 0 12px;
	display: block;
	cursor: pointer;
}
#header #nav li.contacto a:hover {
	background-position: 0 -25px;
}
#header #nav li.blog a {
	width: 31px;
	height: 25px;
	background: url(../img/bo_blog-trans.png) no-repeat;
	float: left;
	text-indent: -9999px;
	padding: 0 12px;
	display: block;
	cursor: pointer;
}
#header #nav li.blog a:hover {
	background-position: 0 -25px;
}
#header #ideas {
	float: right;
}
#content {
	clear: both;
}
#content #col-home {
	margin: 21px 21px 21px 0;
	width: 613px;
	height: 300px;
	float: left;
}
/*BLOG RECIENTES*/
#content #recent-blog {
	width: 274px;
	margin: 21px 0 21px 0;
	padding: 0 0 0 21px;
	height: 300px;
	float: left;
	border-left: 1px solid #333;
}
#recent-blog .proximamente {
	float: right;
	padding: 21px 120px 0 0;
	color: #ccc;
}
#recent-blog #title-blog {
	width: 76px;
	height: 36px;
	background-image: url(../img/tit_blog-trans.png);
	text-indent: -9999px;
	margin: 0 0 15px 0;
}
#recent-blog #title-blog a {
	display: block; 
	width: 76px;
	height: 36px;
}
#recent-blog .post {
	margin: 0 0 10px 0;
}
#recent-blog .fecha {
	font-size: 10px;
	color: #ccc;
	padding: 0 0 0 0;
	margin: 0;
	display: block;
	float: none;
}
#recent-blog .fecha a {
	color: #fff;
}
#recent-blog .fecha a:hover {
	border-bottom: 1px dotted #fff;
}
#recent-blog .titulo {
	font-size: 12px;
	color: #fff;
	padding: 3px 0 5px 0;
	display: block;
	line-height:18px;
}
#recent-blog .titulo a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	line-height:18px;
}
#recent-blog .titulo a:hover {
	color: #fff;
	border: none;
}
#recent-blog .contenido {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
/*ULTIMOS TRABAJOS*/
#content #recent-work {
	clear: both;
	margin: 0;
}
#content #recent-work #title {
	padding: 5px 0 4px 0;
	margin: 0 0 12px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#content #recent-work .col-1 {
	width: 296px;
	float: left;
	margin: 0 21px 0 0;
}
#content #recent-work .col-2 {
	width: 296px;
	float: left;
	margin: 0 21px 0 0;
}
#content #recent-work .col-3 {
	width: 296px;
	float: left;
	margin: 0;
}
#content #recent-work img {
	margin: 0 0 15px 0;
}
#content #recent-work .images a {
	width: 296px;
	height: 165px;
	display: block;
	border-bottom: 3px solid #191919;
	margin: 0 0 15px 0;
}
#content #recent-work .images a:hover {
	width: 296px;
	height: 165px;
	border-bottom: 3px solid #333;
}
#recent-work p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	padding: 5px 0 0 0;
}
#recent-work p a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
	line-height: 19px;
	padding: 5px 0 0 0;
}
#recent-work p a:hover {
	text-decoration: none;
	border-bottom: none;
}
/*NAV-1 GENERAL*/
#content #nav-1 {
	font-size: 16px;
	margin: 10px 0 0 0;
	text-transform:uppercase;
}
#content #nav-1 li {
	line-height: 20px;
}
#content #nav-1 li a {
	color: #666;
}
#content #nav-1 li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
/*NAV-2 GENERAL*/
#content #nav-2 {
	font-size: 10px;
	margin: 10px 0 0 0;
	text-transform:uppercase;
}
#content #nav-2 li {
	line-height: 18px;
}
#nav-2 li a {
	color: #fff;
}
#nav-2 li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#nav-2 li a strong{
	color: #c00;
	border-bottom: 1px dotted #c00;
}
/*PORTFOLIO*/
#col-port-left {
	width:224px;
	margin: 30px 21px 0 0;
	float: left;
}
#col-port-right,
#col-port-right-2 {
	margin: 35px 0 0 0;
	float: right;
	width: 685px;
}
#col-port-right img {
	display: block;
	margin: 0 0 10px 0;
}
#col-port-right-2 img {
	display: block;
	margin: 0 0 0 0;
}

#col-port-right .top,
#col-port-right-2 .top{
	line-height: 19px;
	margin: 21px 0 0 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}
#col-port-right .top a,
#col-port-right-2 .top a{
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
	line-height: 19px;
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
}
/*INFO*/
#col-info-left {
	width:175px;
	margin: 30px 21px 0 0;
	float: left;
}
#col-info-right {
	width: 734px;
	margin: 35px 0 0 0;
	float: right;
}

#col-info-right .top {
	line-height: 19px;
	margin: 21px 0 0 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}
#col-info-right .top a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
	line-height: 19px;
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
}
#col-info-right p {
	padding: 0 0 5px 0;
}
#col-info-right ul {
	margin: 10px 0;
}
#col-info-right li {
	list-style: none;
	line-height: 20px;
	font-size: 14px;
}
/*CONTACTO*/
#col-cont-left {
	width:224px;
	margin: 30px 21px 0 0;
	float: left;
}
#col-cont-left p {
	line-height: 16px;
} 
#col-cont-left p.title {
	padding: 20px 0 5px 0;
	margin:0 0 0 0;
	text-transform: uppercase;
} 
#col-cont-right {
	margin: 35px 0 0 0;
	float: left;
}
#col-cont-right #formulario {
	width: 513px;
}
#formulario legend {
	display: none;
}
#formulario label {
	font-size: 14px;
	display: block;
	margin:0 0 10px 0;
}
#formulario #messageSent{
	display:none;
	color:#CC0000;
	text-align:right;
	padding:0 0 27px 0;
	font-size:14px;
	text-transform:uppercase;
}
#formulario label span,
#formulario .obligatorios span {
	color: #c00;
	font-size: 14px;
}
#formulario input,
#formulario textarea {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom: 3px solid #666;
	border-left:1px solid #666;
	color: #333;
	margin:0 0 20px 0;
	display: block;
}
#formulario .form-submit {
	font-size: 12px;
	font-weight: normal;
	width: 100px;
	border: 1px solid #666;
	text-transform: uppercase;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin:20px 0 0 0;
}
#formulario .obligatorios {
	font-size: 12px;
	float: right;
}
/*FOOTER*/
#footer {
	width: 100%;
	border-top: 1px solid #333;
	padding: 12px 0;
	margin: 30px 0 30px 0;
	clear: both;
	float: left;
}
#footer p {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
#footer #facebook a {
	background: url(../img/logo_facebook.gif) no-repeat;
	width: 78px;
	height: 29px;
	float: right;
	display: block;
	text-indent: -99999px;
	margin: 3px 0 0 0;
}
#footer #facebook a:hover {
	background: url(../img/logo_facebook_on.gif) no-repeat;
	width: 78px;
	height: 29px;
	float: right;
	display: block;
	text-indent: -99999px;
}
#footer #issuu a {
	background: url(../img/logo_issuu.gif) no-repeat;
	width: 78px;
	height: 29px;
	float: right;
	display: block;
	text-indent: -99999px;
	margin: 3px 10px 0 0;
}
#footer #issuu a:hover {
	background: url(../img/logo_issuu_on.gif) no-repeat;
	width: 78px;
	height: 29px;
	float: right;
	display: block;
	text-indent: -99999px;
}
/*TITLES*/
#qTip {
	position: absolute;
	display: none;
	padding: 8px 10px;
	font-size: 10px;
	color: #fff;
	z-index: 1000;
	background: url('../img/tooltip-trans.png') repeat;
}
/*NAV ACTIVOS*/
body#home #header #nav li.home a {
	background-position: 0 -50px;
}
body#info #header #nav li.info a {
	background-position: 0 -50px;
}
body#info-servicios #header #nav li.info a,
body#info-nosotros #header #nav li.info a,
body#info-mision-vision #header #nav li.info a,
body#info-clientes #header #nav li.info a {
	background-position: 0 -50px;
}
body#info-servicios #nav-1 li.servicios a,
body#info-nosotros #nav-1 li.nosotros a,
body#info-mision-vision #nav-1 li.mision-vision a,
body#info-clientes #nav-1 li.clientes a {
	color: #fff;
}
body#portfolio #header #nav li.portfolio a {
	background-position: 0 -50px;
}
body#portfolio-diseno #header #nav li.portfolio a,
body#portfolio-web #header #nav li.portfolio a {
	background-position: 0 -50px;
}
body#portfolio-diseno #nav-1 li.diseno a {
	color: #fff;
}
body#portfolio-web #nav-1 li.web a {
	color: #fff;
}
body#contacto #header #nav li.contacto a {
	background-position: 0 -50px;
}
body#blog #header #nav li.blog a {
	background-position: 0 -50px;
}

#top{
	width:140px;
	height:140px;
	position:absolute;
	z-index:7;
	background:url(../img/se_busca_dg.gif) top right no-repeat;
	right:0;
	}