html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;             /*Adicionado */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

a{
	text-decoration: none;
	color: #404040;
}

.contentor{
	width: 930px;
	margin: 0 auto;
}

.caixaPreta{
	background-color: black;
	width: 250px;
	min-height: 265px;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 16px;
	position: relative;
	margin-top: -245px;
}

.caixaPretaAlma{
	display: none;
}


.logo{
	width: 615px;
	height: 230px;
	border: 1px dashed #d9d9d9;
	position: relative;
	top: 64px;
	margin-left: 314px;
	background-image: url('../img/momentos_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.linhasTopo{
	width: 928px;
	height: 21px;
	margin-left: 1px;
	margin-top: 35px;
	margin-bottom: 35px;
	background-image: url('../img/linhasTopo.png');
	background-repeat: no-repeat;
}


.videos{
	width: 300px;
	height: 169px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	overflow: hidden;
	cursor: pointer;
}

.videos img{
	width: 300px;
	height: 169px;
}

.videosUltimo{
	width: 300px;
	height: 169px;
	float: left;
	margin-right: 0px;
	margin-bottom: 14px;
	overflow: hidden;
	cursor: pointer;
}

.videosUltimo img{
	width: 300px;
	height: 169px;
}

.legendaContentor{
	background-color: black;
	opacity: 0.6;
	position: relative;
	/*margin-top: -56px;*/
	width: 300px;
	height: 55px;
	color: white;
	font-weight: bold;
}

.legenda{
	position: relative;
	margin-top: -50px;
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	color: white;
	font-weight: bold;
	line-height: 20px;
}

.legendaQuinta{
	float: left;
}

.legendaData{
	float: right;
}

.paginador{
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}

.paginador a{
	margin-left: 20px;
}

.paginadorActivo{
	color: red;
}

.footer{
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-right: 20px;
	font-weight: bold;
}

.footer_patrocinio{
	float: left;
}

.videoStage{
	background-color: black;
	height: 360px;
	position: absolute;
	width: 930px;
	z-index: 1000;
	top: -370px;
	left: 50%;
	margin-left: -465px;
}

.videoStageVideo{
	width: 599px;
	height: 337px;
	overflow: hidden;
	background-color: #404040;
	border: 1px dashed gray;
	margin-left: 10px;
	margin-top: 10px;
}

.videoStageLegendas{
	color: white;
	position: absolute;
	margin-left: 640px;
	margin-top: -300px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.videoStageLegendasQuinta{
	padding-top: 50px;
	font-size: 12px;
}

.videoStageLegendasData{
	padding-top: 5px;
	font-size: 10px;
	font-style: italic;
}

.videoStageFechar{
	width: 24px;
	height: 24px;
	margin-left: 250px;
	margin-top: 170px;
	cursor: pointer;
}

.switcher{
	position: fixed;
	height: 50px;
	right: 0;
}

.contacto{
	background-color: black;
	position: fixed;
	right: 10px;
	bottom: 0;
	color: white;
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.contacto a{
	color: white;
}
.entrada{
	width: 100%;
	overflow: auto;
}

.entradaEsquerda{
	float: left;
	width: 50%;
	background-color: white;
	text-align: center;
}

.entradaEsquerda{
	display: block;
}

.entradaDireita{
	float: right;
	width: 50%;
	background-color: black;
	text-align: center;
}
