/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: times new roman;
	font-size: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}


p {
	text-align: justify;
	text-indent: 0.6em;
}

h1 {
	font-family: georgia;
	font-size: 26px;
	text-align: center;
	color: #000000;
	width: 100%;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #227AFF;
	text-decoration: none;
}

a:hover {
	color: #004FC4;
	text-decoration: underline;
}

/* layout */

#logo {
	margin-top: 10px;
	background-image: url(/imaxes/logo.jpg);
	width: 600px;
	height: 140px;
	position: relative;
}

.gif {
	position: absolute;
}

#base {
	width: 840px;
	position: relative;
}

#cartel {
	margin-top: 0px;
	position: relative;
	background-image: url(/imaxes/cartel-fondo.jpg);
	background-position: 0px 130px;
	background-repeat:repeat-y;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 94px;
	padding-bottom: 30px;
	margin-left: 120px;
	margin-right: 150px;
	margin-bottom: 20px;
}

#cartel-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px;
	height: 130px;
	background-image: url(/imaxes/cartel-sup.jpg);
	z-index: 1;
}


#cartel-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 570px;
	height: 30px;
	background-image: url(/imaxes/cartel-fondo.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imaxes/cartel-fondo.png', sizingMethod='scale');
	z-index: 1;
	margin: 0px;
}

#cartel-contido {
	position: relative;
	z-index: 10;
	width: 100%;
}


#col-esquerda {
	width: 150px;
	position: absolute;
	left: -35px;
	top: 200px;
}

#col-dereita {
	position: absolute;
	top: 170px;
	right: -23px;
	width: 160px;
	height: 200px;
	
}


a.menulink {
	width: 120px;
	height: 40px;
	display: block;
}

a.menulink:link, a.menulink:visited {
	background-position: top left;
}

a.menulink:hover {
	background-position: bottom left;
}

a.diapositiva {
	width: 120px;
	height: 90px;
	padding-left: 13px;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 16px;
	background-image: url(/imaxes/TV.jpg);
	display: block;
	margin-bottom: 10px;
}

a.diapositiva:link, a.diapositiva:visited {
	text-decoration: none;
}

a.diapositiva:hover {
	text-decoration: none;
}

a.diapositiva img {
	border: none;
	margin: 0px;
}

.msj {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-family: georgia;
	font-size: 15px;
}

.msj-erro {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-family: georgia;
	font-size: 15px;
	color: #FF0000;
}

.menu-separador {
	width: 120px;
	height: 10px;
	font-size: 1px;
	background-image: url(/imaxes/menu-separador.jpg);
}


/* forms */

.labform {
	display: block;
	float: left;
	text-align: right;
	width: 30%;
}

.inpform {
	display: block;
	float: left;
	margin-left: 5px;
	margin-bottom: 6px;
}

form br {
	clear: both;
}

.login {
	background-color: #E8E4B7;
	padding: 6px;
	border: 3px double #000000;
	width: 280px;	
}

.encadrado {
	background-color: #E8E4B7;
	padding: 5px;
	border: 3px double #000000;
	margin-left: 15px;
	margin-right: 15px;
}

form h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 24px;
	margin-top: 3px;
	text-align: center;
}

button {
	background-color: #E9E8B6;
	border: 2px ridge #333333;
	padding: 2px;
	margin: 2px;
}

/* clases para ENTROIDOS */

.cartel {
	float: left;
	text-align: center;
	margin: 8px;
	margin-bottom: 6px;
}

.cartel img {
	border: none;
	margin-bottom: 12px;
}

.cartel  span {
	font-size: 16px;
}


/* Entroidos específicos */

#base-entroido-azul {
	padding: 4px;
	background-color: #1705c5;
	border: 2px solid #100000;
}

#base-entroido-granate {
	padding: 4px;
	background-color: #cb215d;
	border: 2px solid #000046;
}

#base-entroido-linea {
	height: 2px;
	background-color: #333333;
	width: 90%;
	clear: both;
}


#cartel-ano {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 4px solid #FFFFFF;
}

#titulo-ano {
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 80px;
	width: 120px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 85px;
	
}


#base-entroido-azul #titulo-ano {
	background-image: url(/imaxes/titulo-ano-azul.jpg);
	color: #1705c5;
}

#base-entroido-granate #titulo-ano {
	background-image: url(/imaxes/titulo-ano-granate.jpg);
	color: #cb215d;
}

.panel-cancions {
	float: left;
	width: 225px;
}

.panel-fotos {
	float: right;
	width: 280px;
	margin-right: 4px;
}

.panel-videos {
	clear: both;
	width: 300px;
}

.foto {
	margin-right: 10px;
}

ul {
	margin-left: 0px;
	padding-left: 23px;
}

li {
	text-align: justify;
	margin-bottom: 0.4em;
	font-size: 17px;
	margin-left: 0px;
	padding-left: 5px;
}

h1.cancion {
	font-size: 22px;
	margin-bottom: 16px;
}

div.cancion {
	font-size: 18px;
}

a.foto-prev {
	border: none;
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
	padding-top: 7px;
	width: 132px;
	text-align: center;
	background-image: url(/imaxes/cadro-foto.gif);
	background-repeat: no-repeat;
}

.panel-cancions a:link, .panel-cancions a:visited {
	color: #FFFFFF;
}

.panel-cancions a:hover {
	color: #DDDDDD;
}

a.foto-prev:link, a.foto-prev:visited {
	color: #FFFFFF;
}

a.foto-prev:hover {
	text-decoration: none;
	color: #BBBBBB;
}

a.foto-prev img {
	border: none;
	margin-bottom: 11px;
}

a.video-prev {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	width: 140px;
	padding-left: 3px;
	padding-top: 15px;
	padding-right: 7px;
	background-image: url(/imaxes/TV.jpg);
	text-align: center;
	background-repeat:no-repeat;
}

a.video-prev:link, a.video-prev:visited {
	color: #FFFFFF;
}

a.video-prev:hover {
	text-decoration: none;
	color: #DDDDDD;
}

a.video-prev img {
	border: none;
	margin-bottom: 18px;
}


/* Novas */
.nova {
	width: 510px;
	height: 310px;
	background-image: url(/imaxes/nova.gif);
	position: relative;
}

.fondo {
	position: absolute;
	width: 510px;
	height: 310px;
	top: 0px;
	left: 0px;
	background-image: url(/imaxes/nova.png) !important;
	background-image: none;
	filter: none !important;
	filter: progId:DXImageTransform.Microsoft.AlphaImageLoader(src='/imaxes/nova.png', sizingMode='scale');
}

.contido {
	position: absolute;
	width: 510px;
	height: 310px;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.nova h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-left: 10px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 340px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

.nova .texto {
	width: 330px;
	margin-left: 15px;
	height: 200px;
	overflow: hidden;
}

.nova .data {
	position: absolute;
	top: 56px;
	left: 367px;
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.nova a.completa {
	position: absolute;
	bottom: 32px;
	left: 260px;
	font-weight: bold;
}

.nova a.editar {
	position: absolute;
	bottom: 32px;
	left: 30px;
	font-weight: bold;
}


h1.nova-titulo {
	font-size: 18px;
	text-align: left;
	width: 95%;
	margin-bottom: 5px;
}

h2.nova-data {
	width: 95%;
	margin-top: 5px;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #333333;
	border-bottom: 3px double #000000;
	text-align: left;
}

div.nova-texto {
	width: 95%;
}


/* admin */

.panel {
	display: none;
	border: 2px outset #000000;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F0EBC6;
	margin: 10px;
}



