.menu {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.menu:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
.subtitulo {
	font-family: calibri;
	font-size:12px;
	color:#999999
}
.titulo {
	font-family: calibri;
	font-size:24px;
}
.titulo2 {
	font-family: calibri;
	font-size:18px;
}

.texto {
	font-family: calibri;
	font-size:13px;
	text-align:justify;
	color:#333333;
	text-decoration: none;
}
.link {
	font-family: calibri;
	font-size:12px;
	text-align:right;
	color:#CC3300;
	text-decoration:none
}
.link_pie {
	font-family: arial;
	font-size:10px;
	color:#CC3300;
	text-decoration:none
}
.titrojo {
	font-family: calibri;
	font-size:12px;
	color:#CC3300;
	text-decoration:none
}
.pie {
	font-family: arial;
	font-size:10px;
	color:#666666;
	text-decoration:none
}
.textfield {
	margin-left: 10px;
	width: 460px;
	background-color: #F5F5F5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #747474;
	font-family: calibri;
	font-size: 12px;
	color: #747474;
}
.textarea {
	margin-left: 10px;
	width: 460px;
	background-color: #F5F5F5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #747474;
	font-family: calibri;
	font-size: 12px;
	color: #747474;
	margin-top: 10px;
}
.borde {
	border: 1px solid #999;
}

