@charset "utf-8";
/* CSS Document */
/*Css com as definições Gerais da página*/
* {
margin:0 auto;
vertical-align:middle;
text-decoration:none;
border:none;
padding: 0;
line-height:14px;
} 

html{
background:repeat url(images/bg.jpg);
}

div#geral {
width:1000px;
margin:0 auto;
background-position:center;
}
/*Fim CSS geral*/

/*TOPO*/
div#topo {
background:no-repeat url(images/logo.jpg);
margin: 0 auto;
width: 1000px;
height: 142px; 
border:none; 
}
/*FIM TOPO*/

/*VITRINE*/
div#vitrine {
background:no-repeat url(images/fundo-vitrine.jpg);
margin: 0 auto;
width: 1000px;
height: 392px; 
border:none; 
}
/*FIM VITRINE*/

/*NOVIDADES*/
div#novidades {
background:no-repeat url(images/titulo-espetaculo.jpg);
margin: 0 auto;
width: 1000px;
height: 45px; 
border:none; 
}

div#coluna1 {
float:left;
background:no-repeat url(images/coluna-1.jpg);
margin: 0 auto;
width: 43px;
height: 165px; 
border:none; 
}

div#quadro {
float:left;
margin: 0 auto;
width: 405px;
height: 165px; 
border:none; 
}

div#coluna2 {
float:left;
background:no-repeat url(images/coluna-2.jpg);
margin: 0 auto;
width: 42px;
height: 165px; 
border:none; 
}

div#banner1 {
float:left;
background:no-repeat url(images/danca-flamenco.jpg);
margin: 0 auto;
width: 213px;
height: 165px; 
border:none; 
}

p.textobanner1 {
font:bold 10px Arial, Geneva, Times, serif;
margin-top:144px;
margin-left:145px;
color:#fff;
text-decoration:underline;
}

a.banner1:link {
color:#fff;
text-decoration:underline;
}
a.banner1:visited{
color:#ffff;
text-decoration:underline;
}
a.banner1:hover{
color:#fff;
text-decoration:underline;
}

div#coluna3 {
float:left;
background:no-repeat url(images/coluna-3.jpg);
margin: 0 auto;
width: 41px;
height: 165px; 
border:none; 
}

div#banner2 {
float:left;
background:no-repeat url(images/ballet-infantil.jpg);
margin: 0 auto;
width: 212px;
height: 165px; 
border:none; 
}

p.textobanner2 {
font:10px Arial, Geneva, Times, serif;
margin-top:144px;
margin-left:145px;
color:#8308b1;
text-decoration:underline;
}

a.banner2:link {
color:#8308b1;
text-decoration:underline;
}
a.banner2:visited{
color:#8308b1;
text-decoration:underline;
}
a.banner2:hover{
color:#8308b1;
text-decoration:underline;
}

div#coluna4 {
float:right;
background:no-repeat url(images/coluna-4.jpg);
margin: 0 auto;
width: 44px;
height: 165px; 
border:none; 
}

div#basenovidade {
float:left;
background:no-repeat url(images/base-novidades.jpg);
margin: 0 auto;
width: 1000px;
height: 10px; 
border:none; 
}

img.estrela{
margin-right:5px;;
}

p.textonovidadestopo{
font:10px Arial, Geneva, Times, serif;
color:#906706;
margin-top:10px;
margin-left:10px;
}

p.textonovidades{
font:10px Arial, Geneva, Times, serif;
color:#906706;
margin-left:10px;

}

a:link {
color:#906706;
text-decoration:underline;
}
a:visited{
color:#906706;
text-decoration:underline;
}
a:hover{
color:#c08a08;
text-decoration:underline;
}
/*FIM NOVIDADES*/

/*RODAPÉ*/
div#rodape {

float:left;
background:no-repeat url(images/fundo-rodape.jpg);
width: 1000px;
height: 48px; 
border:none; 
}

p.textorodape{
font:11px Arial, Geneva, Times, serif;
color:#c08a08;
text-align:center;
margin-top:10px;
}
/*FIM RODAPÉ*/

/*MENU*/
div#menu {
list-style-type:none;
margin-left:262px;
margin-top:0px;
}

.img-margem{
float:left;
margin-left:262px;
margin-top:28px;
}

.img-menu{
float:left;
margin-left:0px;
margin-top:28px;
}
/*FIM MENU*/

/*ÁREA DO ALUNO*/
div#aluno{
margin-left:750px;
}

div#camposlogin{/*checar ie-hack*/
margin-top:8px;
margin-left:18px;
}

.texto{/*checar ie-hack*/
float:right;
margin-right:200px;
margin-top:3px;
color:#c08a08;
font:10px Arial, Geneva, Times, serif;
}

.campotexto{/*checar ie-hack*/
float:right;
color:#c08a08;
font:10px Arial, Geneva, Times, serif;
margin-top:-12px;
margin-right:60px;
border:1px solid #c08a08;
width:130px;
}

.enviar { 
background-image:url(images/bot-ok.jpg); 
height: 15px; 
width: 26px; 
border:0px;
margin-left:175px;
background-position:bottom;
cursor:pointer;
margin-top:-25px;
}

p.textosenha{
font:9px Arial, Geneva, Times, serif;
color:#c08a08;
margin-top:-10px;/*checar ie-hack*/
margin-left:40px;/*checar ie-hack*/
}
/*FIM ÁREA DO ALUNO*/

/*You Tube*/
div#flash-home{
margin-left:0px;
padding-top:7px;
float:left;
}
div#youtube{
position:relative;
z-index:0;
margin-left:45px;
padding-top:40px;
float:left;
}




