@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#tudo {
	position: relative;
	min-height: 100%;
	width:1000px;
	margin:0 auto;
	text-align:left;
}
* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

#banner {
	width:200px;
	float:left;
	padding-top:135px;
}

#header {
	height:135px;
}

#conteudo {
	padding:0;
}

#principal {
	width:600px;
	float:left;
	background-image:url(imagens/larissa_foto_principal.jpg);
}

#princbkground {
	width:598px;
	min-height:550px;
	padding-left:2px;
	padding-top:10px;
}

#princbotoes {
	position:absolute;
	left:230px;
	top:165px;
	z-index:1;
	word-spacing:40px;
}

#colunadireita {
	float:left;
	padding-top:60px;
}

.clear {
	clear:both;
}

#rodape {
	/*position: absolute;*/
	bottom:0;
	background:#000;
	width:1000px;
	/*height:30px;*/
	text-align:center;
}
#headerbkground {
	position: absolute;
	width:791px;
	left:200px;
}
#add_twitter {
	position: absolute;
	left:870px;
	top:40px;
	z-index:1;
}

#media {
	margin:0 auto;
	padding-left:200px;
}

.containerfoto { 
   float:left; 
   width:210px; 
   height:180px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center; 
}

.containereventos { 
   float:left; 
   width:165px; 
   height:150px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center;
}

.containermidia { 
   float:left; 
   width:160px; 
   height:180px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center;
}

#paginacao {
	text-align:center;
}

#paginacao a {
	text-decoration:none;
	color:#666;
}

#bio {
	text-align:justify;
	padding-right:40px;
}

#students {
	text-align:justify;
	padding-right:40px;
}

#studentsleft {
	float:left;
	width:480px;
}

#studentsright {
	float:right;
	width:268px;
	margin-top:72px;
	border-left:2px solid #666;
	padding-left:10px;
	text-align:left;
}

.containergaleria { 
   float:left; 
   width:97px; 
   height:97px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center; 
}

#rolacompeticoes {
	position:absolute;
	left:805px;
	top:487px;
	z-index:1;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:11px;	
}

#rolacompeticoes a {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

#rolanoticias {
	position:absolute;
	left:805px;
	top:302px;
	z-index:1;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#rolanoticias a {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

/* Class elements */
.text_white_12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFF;
	text-decoration: none;
}
.text_white_11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFF;
	text-decoration: none;
}
.text_gray_12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color:#999;
	text-decoration: none;
}
.text_gray_11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color:#999;
	text-decoration: none;
}
.text_red_12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color:#F00;
	text-decoration: none;
}


/* FORM */
form .contato {
	width:400px;
}

/* FIELDSET */
fieldset {
	padding-bottom:10px;	
	margin-bottom:10px;
	border: none;
}

/* LABEL */
label  {
     display: block; /* DEIXANDO UM ACIMA DO OUTRO */
     margin: 5px 0 5px 10px; /* ESPAÇO ACIMA E ABAIXO */
}

/* FORMATANDO OS IDENTIFICADORES DOS CAMPOS */
label span {
	font-weight:bold;
     display: block;
     width: 150px;
     margin-top: 2px;
     float: left;
	 text-align:right;
}

/* FORMATANDO INPUT, SELECT E TEXTAREA */
input.contato, textarea.contato {
     color: #666;
     width: 200px;
     border: solid 1px #006699;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 font-size:11px;
}

textarea.contato {
     height: 100px;
     overflow: auto; /* BARRA DE ROLAGEM AUTOMÁTICA */
}

/* FORMATAÇÃO DO SUBMIT */
.envia {
	width:100px;
    background: #666;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
    border: none;
}

a.documents {
	color:#666;
	text-decoration:none;
}

a:hover.documents {
	text-decoration:underline;
}