﻿body{
	background: url(../img/fondo.gif) top left repeat-x;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.img{
	border: solid 1px #000000;
}

.tabla{
	border-bottom: solid 1px #347a09;
	border-top: solid 1px #347a09;
	border-right: solid 1px #347a09;
	border-left:solid 1px #347a09;
	height: 100px;
	width: 800px;
	background: url(../img/CabeceraHome.gif) no-repeat;
}

.td{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #328a42;
	font-weight: bold;
}

.tdPadding { padding-left:20px; }

.cellData { border: solid 1px #1e4e13; }

a:hover { color: #328a42; }

a:link { color: #328a42; text-decoration: none; }

a:visited { color: #328a42; text-decoration: none }




