/* Estilo Basico */
@import url("interna.css");

#search {
	position: relative;
	width: 550px;
	position: relative;
	float: left;
	z-index: 0;
	background-color: #efefef;}

#search .sec-title { background: none; color: #837870;
	height: 25px;
	line-height: 25px;
	margin: 10px 0;
	padding: 0;	}

#etecs, 
#cursos,
#tipos {
	position: relative;
	float: left;
	z-index: 0;
	padding: 0 10px 10px;
	width: 530px;}

#etecs { border-bottom: 1px solid white;		}

#etecs select, 
#cursos select,
#tipos select { width: 80%;	}

