﻿/* ************************************** AlbumFotos.css************************************************************* */

/* ------------- empiezan estilos AlbumFotos.aspx -------------------------------- */
.CapaMenuAlbumFotos
{
	background-color: #EEEEF0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffEEEEF0,endColorstr=#ffFFFFFF);
	border-top-color: #999; border-bottom-color: #999;
}
.CeldaVolverImgUnica
{
	border-bottom-color: #999;
}
.PnlContenedorAlbum
{}
.PnlAlbumFotos
{}
.ImgAlbum
{}
.CapaImgFotoUnica
{}
.CeldaInformacionFotoUnica
{
	background-color: #f1f1f1;
}
/* ------------- finalizan estilos AlbumFotos.aspx -------------------------------- */

/* ------------- empiezan estilos relacionado con PresentacionAlbum.aspx -------------------------------- */
.bodyPresentacionAlbum
{
	background-color: #000;
	color:#fff;
}
.CapaPresentacionAlbum
{}
.pnlFotoPresentacion
{
	border-color:#ccc;
}
.TxtTiempoSlide
{
	margin-left:10px;
	width:40px;
}	
.btnSiguiente
{
	background-color:Transparent;
	background-image: url(../../../ImgAraia/ImgPublicoA/BtnSiguiente.png);
	background-repeat: no-repeat;
}	
.btnAnterior
{
	background-color:Transparent;
	background-image: url(../../../ImgAraia/ImgPublicoA/BtnAnterior.png);
	background-repeat: no-repeat;
}	
.btnPlay
{
	background-color:Transparent;
	background-image: url(../../../ImgAraia/ImgPublicoA/BtnPlay.png);
	background-repeat: no-repeat;
}	
.btnPause
{
	background-color:Transparent;
	background-image: url(../../../ImgAraia/ImgPublicoA/BtnPause.png);
	background-repeat: no-repeat;
}	
.pnlBotoneraInferiorConRedondeces
{}
.pnlBotoneraInferior
{
	background-color: #444444;
	border-left-color: #B9BABC;
	border-right-color: #B9BABC;
}
/* ------------- finalizan estilos relacionado con PresentacionAlbum.aspx -------------------------------- */


