/* Daniela Oliveira - Portfólio - CSS Page*/

/* links */
a {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: none;
color:#7d8088;

}
a:link {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: none;
color: #7d8088;
}
a:hover, visited, visited:hover {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: none;
color: #c9d1dc;
}

/* conteudo */
.titulos1 {
font-family: century gothic, tahoma;
text-align:  left;
padding: 1px;
font-size: 10px;
letter-spacing: 5px;
volume: soft;
color: #a8aeb8;
}


.texto1 {
font-family: century gothic, tahoma;
text-align: justify;
font-weight:none;
font-size: 10px;
letter-spacing: 1px;
color: #7d8088;
}

.texto2 {
font-family: century gothic, tahoma;
text-align: left;
font-weight: lighter;
letter-spacing: 1px;
font-size: 10px;
color: #a8aeb8;
}

.texto3 {
font-family: century gothic, tahoma;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-size: 12px;
color: #7d8088;
}

.fim1 {
font-family: century gothic, tahoma;
text-align: left;
letter-spacing: 1px;
font-size: 10px;
color: #7d8088;
}


/* forms */
.input, .textarea, .select, .option {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
color: #a8aeb8;
letter-spacing: 1px;
width: 250px;
background-color: #000000;
border-right: 1px dashed #575a5f;
border-left: 1px dashed #575a5f;
border-top: 1px dashed #575a5f;
border-bottom: 1px dashed #575a5f;
}
.radio {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
color: #a8aeb8;
letter-spacing: 1px;
width: 50px;
background-color: #000000;
border: 1px dashed #575a5f;
}
.botoes {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
letter-spacing: 1px;
color: #a8aeb8;
width: 50px;
background-color: #000000;
border: 1px dashed #575a5f;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 10px;
font-family: century gothic, tahoma;
color: #7d8088;
letter-spacing: 1px;
}

b, strong {
font-size: 10px;
color: #7d8088;
font-family: century gothic, tahoma;
font-weight: none;
letter-spacing: 1px;
}

/* body */

BODY{		
	background-color: #ffffff;
}
