@import url("interior.css");

H1 {
	font-size: 1.6em;
}

#main {
	margin: 0px;
}

.sub {
	margin-right: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E6E6E6;
}

.intro {
	font-size: 1.1em;
	color: #898989;
}

.aclaracion {
	font-size: 1em;
	color: #898989;
}

#tbl {
	width: 468px;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #DFDFDF;
}

#tbl.etiquetas {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #DFDFDF;
}

#tbl2 {
	width: 480px;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #DFDFDF;
}


#tbl CAPTION {
	background-color: #EBEBEB;
	color: #7F7F7F;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 20px;
	border-bottom: 10px solid #FFFFFF;
}

#tbl A {
	color: #464646;
	display: block;
}

#tbl TR.etiqueta  TD{
	border-top:1px solid #DFDFDF;
	font-size: 1em;
	color: #919191;
}

#tbl TR:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

#tbl TR.etiqueta:hover {
	background-color: #FFF;
	cursor: default;
}

#tbl TR:hover A {
	color: #0EA3CD;
}

#tbl TD {
	font-size: 1.1em;
	padding: 2px 0px;
	margin: 2px 0px;
	/*border-top: 1px solid #DFDFDF;*/
}

/*#tbl TD.etiqueta {
	border-top: 0px;
}*/

#tbl .title {
	background-image: url(../img/bullet5.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width: 205px;
	padding-left: 23px;
}

#tbl .type {
	width: 85px;
}

#tbl2 TH {
	background-color: #EEE;
	color: #7F7F7F;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
}

#tbl2 TD {
	padding: 8px 0px 15px 0px;
}

#tbl2 INPUT {
	font-size: 1em;
	color: #919191;
	padding: 2px 5px;
	float: left;
	border: 1px solid #D3D3D3;
}

#tbl2 INPUT.check{
	border: none;
}

* html #tbl2 INPUT {
	line-height: 18px;
	height: 20px;
	padding: 0px 5px;
}

#tbl2 INPUT.large {
	width: 440px;

}

#tbl2 INPUT.small {
	width: 125px;
	margin-right: 8px;
}

#tbl2 INPUT.medium {
	width: 215px;
	margin-right: 8px;
}


* html #tbl2 INPUT.large {
	width: 450px;
}

* html #tbl2 INPUT.small {
	width: 135px;
}

* html #tbl2 INPUT.medium {
	width: 215px;
}

#tbl2 DIV {
	display: inline;
	font-size: 1.1em;
	color: #919191;
	float: left;
	line-height: 15px;
	margin: 0px 8px;
}

#tbl2 DIV SPAN {
	color: #41BFCB;
}

#tbl2 SELECT {
	font-size: 1em;
	color: #919191;
	float: left;
	width: 170px;
	margin-right: 10px;
	padding: 1px 1px 1px 5px;
	border: 1px solid #D3D3D3;
}

#tbl2 OPTION {
	font-size: 1em;
	color: #919191;
	padding: 1px 1px 1px 5px;
}

#tbl2 .submit {
	background: url(../img/submit.gif) no-repeat top left;
	width: 18px;
	height: 18px;
	margin: 0px 7px 0px 2px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.submitall {
	background: url(../img/buscar.gif) no-repeat top left;
	width: 116px;
	height: 27px;
	/*text-indent: -1000px;*/
	overflow: hidden;
	margin: 10px 0px 0px 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.submitfriend {
	background: url(../img/enviar.gif) no-repeat top left;
	width: 70px;
	height: 27px;
	/*text-indent: -1000px;*/
	overflow: hidden;
	margin: 10px 0px 0px 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}



#search .block-search {
	float: right;
	padding: 10px 3px 0px 0px;

}
#search .block-search A {
	color: #1AA9D5;
}
#search .block-search BUTTON.boton1 {
	background-color: #07A6C8;
	color: #FFFFFF;
	font-size: 0.9em;
	border: none;
	padding: 1px 0px;
	margin-bottom:2px;
	width:65px;
}

#search .block-search BUTTON.boton2 {
	background-color: #07A6C8;
	color: #FFFFFF;
	font-size: 0.9em;
	border: none;
	padding: 1px 0px;
	width:65px;
}