@charset "ISO-8859-1";

/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
}

#contenedor {
	width: 100%;
	/*100%*/
	height: 100%;
	/*540px;*/
}

#menu_busqueda {
	width: 100%;
	/*100%*/
	height: 25px;
	position: relative;
	top: 0px;
	/*background:gray;*/
	float: left;
	font-size: 16px;
}

#contenedor0 {
	width: 85%;
	height: 42%;
	float: left;
	font-size: 12px;
	/*medium*/
}

#contenedor1 {
	width: 55%;
	height: 50%;
	/*250px*/
	float: left;
	font-size: 7px;
}

#contenedor2 {
	/*alignment-adjust: auto;*/
	width: 45%;
	height: 100%;
	float: right;
	font-size: 12px;
}

#contenedor3 {
	top: 0px;
	width: 15%;
	height: 100%;
	float: left;
	font-size: 12px;
	/*overflow:scroll;*/
}

#volver {
	top: 95%;
	width: 100%;
	height: 100%;
	float: left;
	font-size: 16px;
	/*overflow:scroll;*/
}

.rubrosubrubro {
	font-family: Arial, Verdana, sans-serif;
	color: #0000FF;
	font-size: 10px;
}

#busqueda {
	width: 100%;
	height: 150px;
	float: left;
	overflow: scroll;
}

#ctacte {
	width: 100%;
	height: 350px;
	float: left;
	overflow: scroll;
}

#datos {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 12px;
}

#campos_adic {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 12px;
}

#semaforo {
	width: 30%;
	height: 100%;
	position: relative;
	left: 0%;
	top: 25%;
	float: left;
}

#foto {
	width: 160px;
	height: 160px;
	position: relative;
	float: center;
	top: 0%;
	left: 0%;
}

#precio {
	width: 35%;
	height: 100%;
	position: relative;
	float: left;
	top: 0%;
	left: 1%;
}

#semaforofoto {
	width: 65%;
	height: 100%;
	position: relative;
	float: left;
	top: 0%;
	left: 2%;
}

.scroll {
	height: 100px;
	overflow: auto;
}


input.boton1 {
	padding: 10px 15px;
	border: 1px outset buttonborder;
	border-radius: 10px;
	color: buttontext;
	text-decoration: none;
	font-weight: bold;
	background-color: blue;
	/* #3399FF;*/
	color: white;
	text-align: center;
	display: inline-block;
}

input.boton1:hover,
input.boton1:active {
	background-color: green;
}