/*VIDEO YOUTUBE*/
#videos {
	text-align: left;
	position: relative;
}
#videolarger {
	position: absolute;
	top: 35px;
	left: 35px;
}
.titulovideo {
	margin: 0;
	margin-bottom: 5px;
	color: #5090a8;
	font-weight: normal;
	font-size: 16px;
}
/*FIM VIDEO YOUTUBE*/
img {border: none;}
/*BOX IMAGENS ADM*/
#boximagensadm {
	height: 150px;
	margin-left: 35px;
	padding-top: 35px;
	text-align: left;
}
/*FIM BOX IMAGENS ADM*/

/*DIV PHOTO GALLERY*/
#photogalleryadm {
	width: 200px;
	text-align: left;
	float: left;
}
#photogalleryicoimgadm {
	margin-top: 5px;
}
/*FIM DIV PHOTO GALLERY*/

/*PHOTO EMPTY*/
#photoempty{
	width: 875px;
	text-align: left;
	margin-left: 35px;
	position: relative;
	top: 35px;
}
/*FIM PHOTO EMPTY*/

/*LISTING PHOTOS*/
#photogalleryimg {
	position: absolute;
	top: 35px;
	left: 35px;
}
#listingphotos {
	width: 700px;
	text-align: left;
	margin-left: 35px;
	position: relative;
	top: 100px;
	left: 0px;
	z-index: 100;
}
*html #listingphotos {
	margin-left: -100px;
}
#photoslist {
	width: 130px;
	float: left;
	text-align: center;
	margin-right: 60px;
}
*html #photoslist {
	margin-right: 60px;
}
#imgphoto2 {
	border: 2px solid #bea487;
}
#btdelphoto {
	font-size: 14px;
	margin: 0;
	width: 80px;
	height: 20px;
	border: 1px dashed #666;
	text-align: center;
	background: #5090a8;
	color: #fff;
	margin-top: 5px;
}
*html #btdelphoto {margin-top: -15px;}
#clearboth {
	clear: both;
	height: 60px;
}
/*END LISTING PHOTOS*/

/*PAGINAÇÃO*/
#navpag {
	text-align: right;
	margin-right: 35px;
	font-size: 16px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	word-spacing: 5px;
}
#navpag a {
	text-decoration: none;
}
.pgvazia {color: #c0b3a5;}
.pgvalidate{color: #5090a8}

/*FIM PAGINAÇÃO*/


/*RODAPE HOME*/
#rodapeinicial {
	width: 877px;
	height: 207px;
	margin-left: 40px;
	background-color: #512600;
}
/*FIM RODAPE HOME*/

/*BOX RODAPE*/
#boxrodape {
	heigth: 207px;
}
#photogallery{
	font-weight: bold;
}

/*FIM DIV BOX RODAPE*/

/*MENSAGENS FORMULÁRIO VAZIO*/
.msgempty {
	font-size: 12px;
	color: red;
	display: none;
}
