.Space5
{
	width:5px;
}
.Space13
{
	width:13px;
}
.Space30
{
	width:30px;
}

.HSpace5
{
	height:5px;
}
.HSpace13
{
	height:13px;
}


.bgExpand
{
	background-image:url(../images/PixelBg.gif);
	background-repeat:repeat-x;
	background-position:top;
}


a
{
	color: #474543;
	text-decoration:none;
}
a:Hover
{
	color: #474543;
	text-decoration:underline;
}

.footer
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
}
.footer:HOVER
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:underline;
}


/******* Begin Photo Box *****/
.photoPlaceImage
{
	margin: 10px 5px 0px 5px;
	background-color:#ffffff;
}
.photoBox
{
	background-color: #f2ead3;
}

.photoBottom
{
	background-image:url(../Images/fotoExpandAbajo.gif);
	width:1px;
	height:47px;
	background-repeat:repeat-x;
}

.photoRight
{
	background-image:url(../Images/fotoExpandRight.gif);
	width:12px;
	height:1px;
	background-repeat:repeat-y;
}

.photoRightCornerBottom
{
	background-image:url(../Images/esquinaFotoRightAbajo.gif);
	width:12px;
	height:47px;
	background-repeat:no-repeat;
}

/******* End Photo Box *****/


.imageButton
{
	/*border-right : solid 1px #000000;
	border-bottom : solid 1px #000000;
	border-top : solid 1px #ffffff;
	border-left : solid 1px #ffffff;*/
	
	border: none 0px Transparent;
	
	background-color : Transparent;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	/*margin-right:10px;
	margin-left:10px;*/
	text-align:right;
	
	cursor: hand;
	cursor: pointer;
	height: 27px;
	font-size: 11px;
}

div.list
{
	width: 100%;
	/*
	scrollbar-arrow-color:  #EDF9FF; ARROWS
	scrollbar-base-color: #EDF9FF; DONT KNOW
	scrollbar-3dlight-color: #7ABDDD;  BORDER 3D
	scrollbar-darkshadow-color: #EDF9FF; BORDER 3D
	scrollbar-face-color: #7ABDDD; ALMOST EVERYTHING
	scrollbar-highlight-color: #EDF9FF; SOME THINGS
	scrollbar-shadow-color: #7ABDDD; SOME BORDERS*/
	overflow:-moz-scrollbars-vertical;
	OVERFLOW-Y: scroll;
	OVERFLOW-X: hidden;
	z-index: 1;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border: solid 1px #ffffff;
}

