body
{
	margin:0px;
}

body,table
{
	font-family:Sans-Serif, Arial, Tahoma, Verdana;
	font-size:12px;
	background-color:white;
	color:rgb(80,80,80);
}

#tblTop
{
	width:1000px;
	height:80px;
	margin:0px;
}

td.tdLogin
{
	width:200px;
	height:80px;
	padding:0 0 0 10;
	font-size:12px;
	font-weight:bold;
}

td.tdTitle
{
	vertical-align:bottom;
	padding-bottom:10px;
	font-size:50px;
	color:rgb(160,30,0);
	cursor:hand;
}

td.tdTitleS
{
	width:20px;
	font-size:30px;
	background:rgb(160,30,0);
	color:white;
	vertical-align:top;
}

td.tdOficinas
{
	border-bottom:2px solid rgb(160,30,0);
	padding-bottom:7px;
	padding-right:10px;
}

td.tdTitulo
{
	font-size:20px;
	font-weight:bold;
	color:rgb(160,30,0);
}

td.tdTexts
{
	font-size:10px;
	font-weight:bold;
	color:rgb(120,120,120);
}

.tbLogin
{
	width:100px;
	font-size:11px;
	color:rgb(80,80,80);
}

.Buttons
{
	border:0;
	background-color:white;
	background-image:url(../images/arrow.jpg);
	background-position:0 1;
	background-repeat:no-repeat;
	cursor:hand;
	font-size:10px;
	font-weight:bold;
	color:rgb(120,120,120);
	padding-left:7px;
}

.Buttons_hover
{
	border:0;
	background-color:white;
	background-image:url(../images/arrow.jpg);
	background-position:0 1;
	background-repeat:no-repeat;
	cursor:hand;
	font-size:10px;
	font-weight:bold;
	color:black;
	padding-left:7px;
}