@import "common.css"; 

#header {
  background-image: url('/images/cabecera.jpg');
}

#flash {
	float: right;
	width: 280px;
	height: 450px;
	margin: 2px 0 2px 0;
}

#contenido {
	float: left;
	width: 460px;
	padding: 10px;
	line-height: 30px;
}

a {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #6F6643;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.form {
	color:#4A442C;
	background-color:#FAF6E8;
	border-width:1px; 
	border-color:#6F6643;
	border-style:solid;
}

.tform {
	line-height: 18px;
}

h1 h2 {
	text-align: center;
	font-size: 11px;
	color: black;
}

h1 span 	{ display:none; }
h2 span 	{ display:none; }
