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

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
	
}

a {
	    font-family: 'Roboto', sans-serif;
    color: #03796a;
    text-decoration: none;
	font-size: 14px;
}

a:hover {
    color: #099D2F;
    text-decoration: none;
  
}

table {
    border: 1px;
    border-collapse: collapse;
    border-color: #fff;
	
}

th, td {
    padding: 10px;
	text-align:center;
}

tr:nth-child(even){background-color: #f2f2f2}

body {
    padding: 20px;
}

h2 {
    font-family: 'Roboto', sans-serif;
	font-size: 24px;
}

.titulo {
   font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #03796a;
	text-align:center;
}

.txtcolor {
    color: #03796a;
}
.txtder {
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	}
	
.txtjustificado {
	text-align:justify;
	}

blockquote {
    padding: 0;
    margin-left: 20px;
    border-left: 8px solid #fff;
}

blockquote p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    /* line-height: 1.25; */
    text-align: justify;
}
