﻿body {
	margin: 20px;
    font-size: 16px;
}

a {
    text-decoration:none;
    color:black;
}

a:visited {
    text-decoration:none;
    color:black;
}

input {
    padding:5px;
    font-size:16px;
    /*height: 34px;*/
     border: 1px solid lightgray;
}

select {
    height:30px;
    line-height:30px;
}

input[type='text'] {
}

input[type='file'] {
    border:0px;
}

input[type='checkbox'] {
    width: 20px;
    border:0px;
}

div#campo {
    font-size:16px;
    padding:0px;
}

h1#titulo {
    text-align:center;
    color:black;
    margin:10px;
}


#titulo_noticia {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
}

#corpo_noticia {
    font-size:14px;
    margin-bottom:5px;

}

#listar_noticias {
    background-color:#f7f7f7;
    padding:20px;
    margin-bottom:20px;
}


#titulo_banner {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
}

#corpo_banner {
    font-size:14px;
    margin-bottom:5px;

}

#listar_banner {
    background-color:#f7f7f7;
    padding:20px;
    margin-bottom:20px;
}

#aviso_green {
    color:white;
    background-color:#65d586;
    font-weight:bold;
    padding:5px;
    margin-bottom:10px;
}

#aviso_red {
    color:white;
    background-color:#fa9797;
    font-size:13px;
    /*font-weight:bold;*/
    padding:5px;
    margin-bottom:5px;
}

.bold {
    font-weight:bold;
}

#exemplo {
    font-size:12px;
}