/*
Copyright (c) 2007, EMG (Entertainment & Media Group).
http://www.emg.com.py
Design by: Marco Roa www.marcoroa.com
version: 1.0
*/



/* ---------- RESET --------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}




.clearing {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}



/* ---------- MAIN --------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	background-color: #FFF;
	margin-top: 30px;
}
#wrap {
	width: 913px;
	text-align: left;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 72px;
	width: auto;
	position: relative;
	margin-bottom: 47px;
	background-image: url(images/franja.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
	background-color: #0000FF;
}
#albumpage #wrap #header {
margin-top: 10px !important;
margin-bottom: 5px !important;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 72px;
	width: 226px;
	position: relative;
	background-image: url(images/logoCoyote.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#header h2,
#header h2 a {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 25px;
	font-weight: lighter;
}
#tapa {
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 15px;
	height: 90px;
	width: auto;
	position: relative;
	display: block;
	clear: both;
}
#blogTitle{
	float: left;
	position: relative;
}


/* ---------- NOTICIAS --------- */
#noticias{
	float: left;
	width: 550px;
	position: relative;
	margin-top: 31px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
#noticias li{
	position: absolute;
	top: 0;
	left: 0;
}
#noticias li strong{
	font-weight: bold;
	font-size: 17px;
}
#noticias li span{
	font-weight: lighter;
	font-size: 11px;
	color: #F0F0F0;
}


/* ---------- ALBUMES --------- */
#albums {
	position: relative;
	float: left;
	width: 673px;
	padding-top: 18px;
}
.album {
	padding: 0px;
	position: relative;
	float: left;
	width: 222px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 20px;
	height: 140px;
}
.albumtitle h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
em {font-style: italic;}
.fecha {text-transform: lowercase;}


.albumthumb img {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #999999;
}

.imgnav { margin-bottom: 4px; font-size: 15pt; font-weight: normal; color: #CCC; text-align: center;}
.imgnav a { display: block; height: 1em; width: 46%; padding: 2%; color: #999 !important; background-color: #fbfbfb; }
.imgnav a.prev { float: left; }
.imgnav a.next { float: right; }
.imgnav a:hover, .imagenav a:active { background-color: #eee; color: #F60 !important; text-decoration: none !important; }
#images {
	margin-left: 38px;
	position: relative;
	width: auto;
	height: 475px;
	margin-top: 20px;
}
#images .foto {
	height: 140px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	position: relative;
}
#images img {
	padding: 1px;
	border: 1px solid #999999;
}
img.tellafriend {
	width: 16px;
	height: 12px;
	border: none !important; 
}

.pagenav {
	margin: 5px 0px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #CCC;
	clear: both;
	position: relative;
}
.pagenav A:link, .pagenav A:visited { color: #333; text-decoration: none; }
.disabledlink { color: #ddd; cursor: default; }




/* ---------- PAGINADO --------- */
ul.pagelist {
	position: relative;;
	width: 100%;
	display: block;
	clear: both;
}
ul.pagelist li {
	display: inline;
	font-weight: bold;
}
ul.pagelist li a {
	display: block;
	float: left;
	background-color: #666666;
	text-decoration: none;
	color: #CCCCCC;
	margin-top: 30px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 50px !important;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	position: relative;
}
ul.pagelist li span.disabledlink {
	display: none;
}
ul.pagelist li a:hover {
	background-color: #666666;
	color: #FFF;
	text-decoration: underline;
}
ul.pagelist li.current a {
	background-color: #0083A0;
	color: #FFF;
	cursor: default;
}



/* ---------- LINKS --------- */
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active,  
.pagenav a:hover, .pagenav a:active  {
	text-decoration: underline;
	color: #000000;
}
#navegar {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}



/* ------- COMENTARIOS ------- */
.commentcount { font-weight: normal; font-size: 11pt; margin-top: 10px; }

#comments {
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  margin: 15px 0px;
  width: 350px;
  display: block;
}
.comment {
  margin: 15px 0px;
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}
.commentmeta { color: #999; }
.commentauthor { font-weight: bold; }
.commentbody { margin: 5px 0px; line-height: 1.3em; }
.imgcommentform input { margin-top: 4px; border: 1px solid #eee; background-color: #f8f8f8; }
.imgcommentform textarea { margin-top: 4px; font-family: Arial, helvetica, verdana, sans-serif; font-size: 10pt; border: 1px solid #eee;}
.error { color: #C33; font-weight: bold; }



/* ---------- LATERALES --------- */
#columna{
	position: relative;
	width: 221px;
	float: right;
}
#columna h3{
	font-size: 16px;
	margin-bottom: 10px;
}
#feedback {
	height: 406px;
	width: 219px;
	border: 1px solid #000000;
	position: relative;
	padding-top: 20px;
}
#cumples {
	position: relative;
	width: 100%;
}
#cumples p {
	font-weight: bolder;
	padding-bottom: 15px;
}
#cumples p span {
	color: #666666;
}




#visuales2 {
	width: 220px;
	height: 180px;
	position: relative;
}
#visuales2 div {
	width: 209px;
	position: relative;
	float: left;
}
#visuales2 img {
	float: left;
	position: relative;
	height: 159px;
	width: 194px;
}



/* ---------- PIE --------- */
#albumpage #wrap #pie {
	margin-left: 38px;
	position: relative;
}
#creditos a {
	font-size: 10px;
	color: #999999;
	float: right;
	position: relative;
	top: -55px;
	margin-left: 4px;
}





/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
