/*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*/

/*LISTING VIDEOS*/
#listingvideos {
	width: 875px;
	text-align: left;
	margin-left: -28px;;
	position: absolute;
	top: 430px;
}
img {border: none;}
#videoslist {
	width: 250px;
	float: left;
	text-align: center;
	margin-right: 39px;
	position: relative;
}
*html #videoslist {
	margin-right: 30px;
}
#imgvideo{
	border: 2px solid #bea487;
}
#btdelvideo {
	font-size: 14px;
	margin: 0;
	width: 80px;
	height: 20px;
	border: 1px dashed #666;
	text-align: center;
	background: #5090a8;
	color: #fff;
	margin-top: 5px;
}
*html #btdelvideo {margin-top: -15px;}
#btvideo {
	position: absolute;
	bottom: 2px;
	left: 166px;
}
*html #btvideo {left: 166px; bottom: 4px;}
#paravideo {
	width: 120px;
	position: absolute;
	top: -15px;
	left: 190px;
	text-align: left;
	color: #5090a8;
}
*html #paravideo {top: 0;}
#clearboth {
	clear: both;
	height: 40px;
}
/*END LISTING VIDEOS*/

/*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;
}
/*FIM DIV BOX RODAPE*/

/*MENSAGENS FORMULÁRIO VAZIO*/
.msgempty {
	font-size: 12px;
	color: red;
	display: none;
}
