/*
Theme Name: Claudio Valle
Theme URI: --
Description: --
Author: --
Version: --
Tags: --
*/



.titulo_1 {
	font-size: 21px;
	color: #b7933d;	
}

.subtitulo_1 {
	font-size: 18px;
	color: #b7933d;	
}

.texto_redu {
	font-size: 9px;
}

.texto_redu_b {
	font-size: 9px;
	font-weight: bold;	
}

.texto_redu2 {
	font-size: 10px;
}

.texto_2 {
	font-size: 11px;
}

.texto_2_b {
	font-size: 11px;
	font-weight: bold;	
}

.texto_3 {
	font-size: 13px;
}

.texto_4 {
	font-size: 12px;
}




/*----------------------------------*/


.titulo_1 {
	font-size: 21px;
	color: #b7933d;	
	line-height: normal;
}

.subtitulo_1 {
	font-size: 18px;
	color: #b7933d;	
	line-height: normal;
}

.texto_9 {
	font-size: 9px;
	line-height: normal;
}

.texto_9_b {
	font-size: 9px;
	font-weight: bold;	
	line-height: normal;
}

.texto_10_b {
	font-size: 10px;
	font-weight: bold;	
	line-height: normal;
}

.texto_10 {
	font-size: 10px;
	line-height: normal;
}

.texto_11 {
	font-size: 11px;
	line-height: normal;
}

.texto_11_b {
	font-size: 11px;
	font-weight: bold;	
	line-height: normal;
}

.texto_12 {
	font-size: 12px;
	line-height: normal;
}

.texto_12_b {
	font-size: 12px;
	font-weight: bold;	
	line-height: normal;
}

.texto_13 {
	font-size: 13px;
	line-height: normal;
}

.texto_13_b {
	font-size: 13px;
	font-weight: bold;	
	line-height: normal;
}

.texto_14 {
	font-size: 14px;
	line-height: normal;
}

.texto_legenda {
	font-size: 9px;
	line-height: normal;
}


.msg_form_erro{color:#F30;}
.msg_form_ok{color: #0C3}

/* WP
======================================================== */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}