body{
	background-color: #303030;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
  color:#8686C0;
  font-weight:bold;
}
a{
  text-decoration:none;
  color:#8686C0;
}
td {
	color: #8686C0;
	font-family: tahoma;
	font-size: 10px;
}
.margentitulo {
  margin-left: 100px;
}
.margen {
  margin-left: 140px;
}
img{
  decoration:none;
  border: 1px solid #8686C0;
}
.titulo{
	color: #8686C0;
	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	margin-left: 50px;
	margin-top: 5px;
	text-align: right;
}
.equip{
	color: #8686C0;
	font-family: tahoma;
	font-size: 10px;
}
input {
  color: #8686C0;
	font-family: Verdana;
	background-color: #eeeef6;
	font-size: 10px;
	border: #8686C0 1px solid;
}
textarea{
  color: #8686C0;
	font-family: Verdana;
	background-color: #eeeef6;
	font-size: 10px;
	border: #8686C0 1px solid;
}


