/* CSS Document */

<!--
.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#313131;
	margin-left:12px;
	width:300px;
}
.titulo2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#CE142B;
	margin-left:0px;
	width:500px;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D42F44;
	line-height:15px;
	margin-left:12px;
	font-weight:800;
	width:300px;
}
.texto2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3B3532;
	line-height:19px;
	margin-left:0px;
	font-weight:800;
	width:500px;
}
.texto3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3B3532;
	line-height:19px;
	margin-left:0px;
	font-weight:normal;
	width:500px;
}
.texto4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3B3532;
	line-height:19px;
	margin-left:0px;
	font-weight:normal;
}
.bordes {
	border-top:1px solid #8A8888;
	border-right:1px solid #8A8888;
	border-bottom:1px solid #8A8888;
}
.bordes2 {
	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: #8A8888;
	border-right-color: #8A8888;
	border-bottom-color: #8A8888;
	border-left-color: #8A8888;
}
.texto_pie {
	color:#3B3532;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

-->