﻿/*formviews*/

.data {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

.titulotext {
	font-family: tahoma;
	font-size: 11px;
	color:#0086d1;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.categoria {
	font-family: tahoma;
	font-size: 12px;
	color:#de1581;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.titulocategoria {
	font-family: tahoma;
	font-size: 14px;
	color:#de1581;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

.moldura {
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

.box  {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	border: none;
	background-color: transparent;
}	

a:link {
	font-family: tahoma;
	font-size: 12px;
	color:#de1881;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
	
a:visited {
	font-family: tahoma;
	font-size: 12px;
	color:#de1881;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	font-size: 12px;
	color:#de1881;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration:underline;
}

.scroll{
    scrollbar-face-color:#e8e7e7; scrollbar-shadow-color: #e8e7e7; scrollbar-highlight-color: #e8e7e7; scrollbar-3dlight-color: #e8e7e7; scrollbar-darkshadow-color: #e8e7e7; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #FFFFFF;
}