/*PARA PÁGINAS DE BÚSQUEDAS*/
.buscador {
	line-height: 1.4;
	margin: 60px 200px !important;
	border: none !important;
	width: 500px !important;
}
.buscador h1 {
	font-size:1.4em;
	margin: 0 0 2em 0;
	padding: 0;
	color: #054A60;
	border: none !important;
	width: 500px;
}
.buscador #avisos, .buscador #resumen {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 0.2em;
	color: #666;
}
.buscador #resumen {
	font-weight:normal;
	margin: 0;
	float: none !important;
	width: 500px !important;
}
.buscador #resultados {
	padding-left: 0.2em;
	float: left;
	width: 500px !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.buscador #resultados div {
	width: 500px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.buscador dt a:link, dt a:visited {
	color:#333 !important;
	text-decoration: none !important;
	font-weight:bold;
}
.buscador dt a:hover {
	text-decoration: underline !important;
}
.buscador dt {
	margin-top:1em;
}
#resultados dl dd {
	overflow: auto;
}
.buscador dd a:link, dd a:visited {
	color: #C00 !important;
	text-decoration: none !important;
}
.buscador dd a:hover {
	text-decoration: underline !important;
}
#avisos {
	margin-top: 20px;
}
#more {
	float: right !important;
	margin: 0 !important;
	width: auto !important;
}
#more a:link, #more a:visited {
	color:#C00 !important;
	text-decoration: none !important;
}
#more a:hover {
	text-decoration: underline !important;
}
#less {
	float: left !important;
	margin: 0 !important;
	width: auto !important;
}
#less a:link, #less a:visited {
	color:#C00 !important;
	text-decoration: none !important;
}
#less a:hover {
	text-decoration: underline !important;
}
/*FIN PÁGINAS DE BÚSQUEDAS*/

/*(formulario)*/
#formulario-sup {
	border:1px solid #666;
	border-width:0 0 1px;
	padding: .5em .2em .3em;
	margin-bottom: 1em;
	background: url(../img/comunes/fondos/1px666.gif) repeat-x;
}                                                                                                                         
#formulario-sup legend {
	height:1px;
	font-size:0px;
	color: #fff;
}
.campotexto {
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	width: 32%;
	margin-right: 1.5%;
	font-size: .8em;
}	
.sele {
	color: #000;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
	width: 49%;
	margin-right: 1%;
	font-size: .8em;
}
.boton2 {
	color:#fff;
	border: 1px solid #E9E4E4;
	font-size:0.75em;
	text-transform: uppercase;
	text-align: center;
	background: #707070;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 2.3em;
	width: 12%;
	cursor: pointer;
}
.boton2:hover {
	background: #C0C0C0;
	font-weight:bold;
}
.boton2:active {
	color: #fff;
	background: #000;
}
