
a:hover {
	text-decoration: underline;
	color: #000000;
}
.t1 {font-size: 12px;}
.t2 {font-size: 13px;}
.t3 {font-size: 16px;font-weight: bold;}
.c1 {
	background-color: #ff9900;
	border: 1px solid #999999;
}
.c2 {
	background-color: #cccccc;
	border: 1px solid #999999;
}
.campo {
	background-color: #E5E5E5;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}.boton {
	background-color: #E5E5E5;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
br {font-size: 10px;}
.submenu {
	position: absolute;
	width: 100px;
	padding: 2px;
	visibility: hidden;
}
/*
section {
  padding: 25px 0 35px;
  background: #fff;
}

.parallax-container {
  height: 500px;
  width: 100%;
}

pre {
  overflow: auto;
}

pre code {
  word-wrap: normal;
  white-space: pre;
}

footer {
  color: #ddd;
  padding: 30px 0 30px;
  text-align: center;
}

footer a {
  color: #ddd;
}

footer a:hover {
  color: #F00;
  text-decoration: underline;
}*/