/* Estilo de cyanices.com 2008®, puedes mirar, observar y aprender... esperamos te sea de utilidad ;) */

body {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #010101;
	text-align: center;
}

a {	color: #666;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

#contenedor {
	width: 100%;
	text-align: center;
	height: 100%;
	margin: auto;
	padding-top: 0;
}

#header {
	width: 550px;
	text-align: center;
	height: 100%;
	margin: auto;
	padding-top: 37px;
}

#logotipo {
	width: 175px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

#blog {
	margin: 0;
	padding: 17px 0 0;
	text-align: right;
	float: right;
	width: 150px;
}

#contenido {
	background: url(images/bg.jpg) no-repeat center center;
	clear: both;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 24px 0 26px;
	border-top: 1px solid #191919;
}

#contenido_clientes {
	background: url(images/bg.jpg) no-repeat center center;
	clear: both;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border-top: 1px solid #191919;
}

#footer {
	margin: 0 0 10px;
	padding: 0;
	line-height: 17px;
}

#footer_btns {
	background-color: #0b0b0b;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #191919;
}

#footer_btns a {
	margin: 0 5px;
	padding: 0;
}

.destacado {
	color: #8FD400;
}

/* @group especificos */

#logotipo h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#blog h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#blog a {
	opacity: 0.87;
	
}

#blog a:hover {
	opacity: 1;
	
}

#footer h1 {
	margin: 0;
	padding: 0 0 3px;
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group clientes */

.titulo {
		font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.bajada {	color: #666;
	font: 11px/11px Arial, Helvetica, Geneva, sans-serif;
}

#clientes {
	width: 760px;
	text-align: center;
	height: 100%;
	margin: 30px auto 21px;
	padding: 0;
}

#clientes h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#clientes_med {
	margin: 0;
	padding: 0;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	width: 758px;
	height: 100%;
}

#comentarios {
	width: 660px;
	height: 107px;
	padding: 0 0 15px;
	margin: 0 auto;
}

#comentarios a {
	opacity: 0.75;
}

#comentarios a:hover {
	opacity: 1;
}

#comentarios h1 {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
	height: 107px;
	font-weight: normal;
	font-style: normal;
}

#comentarios_bg {
	width: 430px;
	height: 107px;
	background: url(images/bg_comentarios.png) no-repeat center center;
	float: right;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}

#comentarios_txt {
	width: 310px;
	height: 62px;
	padding-top: 25px;
	padding-left: 70px;
	line-height: 13px;
	text-align: right;
}

#comentarios_txt a {
	color: #009CFF;
}

#comentarios_txt a:hover {
	color: #FF9900;
}

#clientes_footer {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 9px;
	background: url(images/footer_clientes.png) no-repeat center top;
}

/* @end */

/* @group lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.cyanices.com/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cyanices.com/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cyanices.com/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}



/* @end */