/* CSS Document */
h1 {
	font-size: 1.6em;
	padding-left: 14px;
	background-image: url('../img/fondo_titulo_tabla.gif');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.6em;
	position: relative;
	color: #FFF;
	
}
h2 {
  font-size: 1.2em;  
  font-weight: bold;
  text-align: left;
  color: #fff;  
  background-image: url('../img/bolo_titular_h2.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 1em;
  
}
#contenidos {
	font-size: 1.1em;
	color: #FFF;
}
#contenidos p {
	text-align: justify;
}
#contenidos a {
	color: #fdff7f;
	text-decoration: none;
	font-weight: bold;
}
#contenidos a:hover {
	color: #FFF;
	text-decoration: underline;
}
#formularioDiv input {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #ffc6bd;
	font-size: 1em;
	margin-left: 15px;
}
#formularioDiv select {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #ffc6bd;
}
#formularioDiv textarea {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #ffc6bd;
}
#formularioDiv input.botonInput {
	text-align: center;	
	font-weight: bold;
	background-color: #80003b;
	margin-left: 15px;
	border:0;
}
#botonInput input {
	border: 0;	
	width: 22px;
	height: 20px;
}
#formularioDiv p{
	text-align: center;
}
.forms-field-required {
	color: #FFF;	
}
#cajaAviso {
	margin: 10px auto;
	width: 60%;	
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #b66573;
}
#cajaAviso p {
	text-align: center;
	font-weight: bold;	
}
#resultadosBusqueda {
	border-collapse:separate;
	padding: 0;
	width: 100%;	
}
#resultadosBusqueda tr { 
	margin: 2px;
}
#resultadosBusqueda td { 
	padding: 0.2em;
	font-size: 1em;
	margin: 2px;
	background-color: #bc8c89;
}
#resultadosBusqueda th { 
	background-color: #175FA8;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	margin: 2px;
}
#buscadorResultadosNav {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0; 	
	font-weight: bold;
}
#buscadorResultadosNav a{
	color: #fdff7f;
	text-decoration: none;
}
#buscadorResultadosNav a:hover{
	color: #FFF;
	text-decoration: underline;
}

