body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #18315E;
}
input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
a { color: #5788BB; text-decoration: underline; }
a:hover { color: #FCB900; text-decoration: underline; }

a.yellowLink { color: #FCB900; text-decoration: none; }
a.yellowLink:hover { color: #5788BB; text-decoration: underline; }

a.lightLink { color: #BABABA; text-decoration: none; }
a.lightLink:hover { color: #BABABA; text-decoration: underline; }

.tinytext { font-size: 9px; }

.lightText { color: #BABABA; }

.title {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5788BB;
}

.bg {
	background-image: url(../www/css/images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bgContent {
	background-image: url(../www/css/images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#formBlog textarea {
	height:300px;
	width:560px;
}
#formComentario textarea {
	height:200px;
	width:560px;
}
