body			{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #372D1E;
	    		}
p			{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #372D1E;
	  		}
		
input	   		{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #372D1E;
	border: 1px solid #372D1E;
	font-weight: bold;
	    		}
		
textarea    		{
	font-family: Trebuchet MS;
	font-size: 20px;
	    		} 
		
.post-titulo		{
    font-family: Trebuchet MS;
	font-size: 26px;
	padding: 10px;
	font-weight: bold;
	color: #372D1E;
	margin-top: 10px;

			} 
			
.post-text		{
    font-family: Trebuchet MS;
	font-size: 20px;
	color: #372D1E;
	padding: 10px;
			}
			
.comentario-titulo		{
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	color: #FCF2CF;	
	background-color: #F59323;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #372D1E;
	border-right-color: #372D1E;
	border-bottom-color: #372D1E;
	border-left-color: #372D1E;

			} 
			
.comentario-text		{
	padding: 10px;

			}

