/* COLORES COORPORATIVOS
LIGHT-BLUE: #41B7C8;
RED: #FF1100;
GREEN: #4FAD26;
ORANGE: #FF850D;
DARK-BLUE: #10147E;
*/

.contenido table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.tAlbum {
	border-collapse: collapse;
	border:0;
	border-spacing:0;
	float: left;
	width: 70%;
}

table.tAlbum th {
	font-size: 7pt;
	color: white;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #690;
	border-collapse: collapse;
	border:solid 1px white;
}
.tAlbum th a {
	color: white;
	text-decoration:none;
}
.tAlbum img {
	border:0;
}
table.tAlbum td {
	font-size: 7pt;
	color: black;
	text-align: left;
	padding: 2px 2px 2px 2px;
	background-color: #f5f5f5;
	border:solid 1px white;
	vertical-align:top;
}

.tAlbum td.Thumb {
	text-align:center;
	margin-left:auto; margin-right:auto;
}

table.tIndice {
	margin: 0px 0px 5px 5px;
	float: left;
	width: 150px;
	border-collapse: collapse;
	border:0;
	border-spacing:0;
}

table.tIndice th {
	font-size: 7pt;
	color: white;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #690;
	border:solid 1px white;
}
.tIndice th a {
	color: white;
	text-decoration:none;
}
table.tIndice td {
	font-size: 7pt;
	padding: 2px 5px 2px 5px;
	border:0;
}

table.tIndice td a{
	color: black;
	text-decoration: none;
}

table.tIndice td a:hover{
	text-decoration: underline;
}

div.dPaginas {
	float: right;
	padding: 0px 2px 0px 2px;
	background-color: white;
	color: #690;
}

div.dPaginas a {
	color: #690;
	text-decoration:none;
}
div.dPaginas a:hover {
	text-decoration: underline;
}

div.dTotalAlbum {
	float: left;
	color:#690;
	background-color: white;
	padding: 0px 2px 0px 2px;
}

img.iBigPicture {
	margin: 20px 10px 20px 10px;
}

div.iIcons img {
	margin: 0px 10px 0px 10px;
}

div.iIcons {
	/*border: 1px solid black;*/
	text-align: center;
}




input.contador {
	border:1px solid #666;
	width:26px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
}

#preview {
	padding-left:20px; clear:both;
}
#preview div {float:left; padding: 1px 2px; width:130px; height:132px;}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
}
.bordes {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}
#preview div {
	position:relative;
}
#preview span, .tAlbum span {
	display:none;
/*	
	display:block;
	position:absolute;*/
	top:1px;
	left:2px;
	width:1em;
	height:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*
	background-color:#FFF;
	color:#000;
*/	
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	padding:0px 3px;
	cursor:default;
}
