@import "/css/style-menu.css";

/*cores
azul:#00afee
vermelho:#e40023
amarelo:#fcb815
roxo:#9a248f
verde:#8ed2c5
*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p,img,span{
margin:0;
padding:0;
border:0;
border:0;
}

body{
width:700px;
margin:0 auto;
font-family:Tahoma,Geneva,sans-serif;
font-size:20pt;
}

a {
color:#00afee;
}

a:hover {
color:#fff;
background-color:#00afee;
text-decoration:none;
}

/*para links externos*/
/*
a[href*="http"]{
background: url(imgs/external.png) center right no-repeat;
padding-right: 16px;
}
*/

/*****Inicio*****/
/*cores
azul:#00afee
vermelho:#e40023
amarelo:#fcb815
roxo:#9a248f
verde:#8ed2c5
*/
h1#nome, h1#nome-grid{
font-size:3em;
color:#00afee;
margin-top:0.3em;
text-align:right;
letter-spacing:0.05em;
word-spacing:-0.16em;
}

h1#nome span {
font-size:inherit;
letter-spacing:0.084em;
}

#nome{
display:none;
}

h5#nome-ccsp{
text-align:right;
font-size:0.7em;
color:#e40023;
letter-spacing:0.08em;
word-spacing:0.2em;
margin-top:1em;
}

/*****paragrafos*****/

p.static-first, .cols p, .static p{
font-size:0.5em;
line-height:1.5em;
}

.static p{
margin-top:1em;
}

p.static-first{
margin-top:3em;
}

/*****colunas*****/
.cols{
margin-top:3em;
}

.cols p{
width:47%;
float:right;
}

.cols p.left{
float:left;
}
