/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imagenes/fondo.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

table{
	background-color:#FFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

td{
	text-align:left;
}

.Estilo1 {
	color: #8A8A3D;
	font-weight: bold;
}

a:link {
	color: #4D1A19;
	text-decoration: none;
}

a:visited {
	color: #4D1A19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.Estilo2 {
	color: #999999;
	font-size: 10px;
}

.btn_enviar {
	color: #8A8A3D;
	font-weight: bold;
	border:1px solid #999999;
	
}

