/* CSS Document */

/* buscador avanzado */

/* ie mac */
#buscador_av {
	position:relative;
	float:right;
	margin-top:30px;
	margin-right:30px;
	width:358px;
	background-image:url(../images/buscador_av_box.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:24px 6px 0px 6px;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

#buscador_av {
	position:relative;
	float:right;
	margin-top:30px;
	margin-right:30px;
	width:346px;
	background-image:url(../images/buscador_av_box.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:24px 6px 0px 6px;
}

*html #buscador_av {
	margin-top:0px;
	margin-right:0px;
	top:30px;
	right:30px;
	width:358px;
}

/*
	Second comment. Explorer 5 Mac sees the end of this
	comment as the end of the previous one
*/

table {
	font-size:1em;
}

*html table {

	margin-top:-25px;
	/*padding-top:-40px;*/
}

td {
	vertical-align:top;
	height:2.5em;
}

.formtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#969696;
	font-size:1em;
	border:none;
	border-bottom:1px solid #969696;
}

.formtext_select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#969696;
	font-size:1em;
	border:none;
	border-bottom:1px solid #969696;
	/*border-bottom:13px solid green;
	background-color:grey;*/
	width:200px;
}

.formtext_send {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#969696;
	font-size:1em;
	border:1px solid #969696;
	border-bottom:none;
	width:50px;
	background-color:white;
}