#contenido th {
	color: #ffffff;
	background-color: #3A65B0;
}

#contenido table {
	margin: auto;
	border: 1px solid #3A65B0;
}
#contenido td {
	/*background-color: #e0f0ff;*/
}

.paginationControl {
	border: 0px solid red;
	padding: 2px;
	background-color: #eef5fd;
}
.paginationRecords {
	border: 0px solid red;
	float: left;
}
.paginationNavigator {
	border: 0px solid red;
	float: right;
}
.paginationClear {
	clear: both;
}

.ordenationControl {
	border: 0px solid red;
	padding: 2px;
	background-color: #eef5fd;
	text-align: right;
}

.colfoto {
	width: 70px;
	text-align: center;
}
.colref {
	width: 5px;
}
.colmarca {
	width: 180px;
}
.colciudad {
	width: 70px;
}
.colcombustible {
	width: 70px;
}
.colkm {
	width: 60px;
	text-align: right;
}
.colano {
	width: 40px;
	text-align: right;
}
.colprecio {
	width: 70px;
	text-align: right;
}

.vermas {
	font-size: 12px;
	text-align: right;
	border: 0px solid red;
	padding-bottom: 4px;
}

.par {
	background-color: #eef5fd;
}
.impar {
	background-color: #f2f8fe;
}

.fila {
	border: 1px solid #3A65B0;
	clear: both;
	width: 732px;
	height: 124px;
	/*background-color: #ffe8e0;*/
	padding: 8px;
	margin-bottom: 8px;
}
.foto {
	border: 0px solid green;
	width: 160px;
	height: 120px;
	float: left;
}
.foto img {
	width: 160px;
	height: 120px;
	border: 0px solid #3399ff;
}
.texto {
	border: 0px solid blue;
	width: 564px;
	height: 120px;
	float: right;
	position: relative;
}
.texto h2 {
	border: 0px solid yellow;
	margin-top: 0px;
}
.descripcion {
	border: 0px solid gray;
	height: 60px;
	margin-bottom: 10px;
}
.referencia {
	border: 0px dotted gray;
	width: 110px;
	float: left;
	font-weight: bold;
}
.categoria {
	border: 0px dotted gray;
	width: 90px;
	float: left;
}
.combustible {
	border: 0px dotted gray;
	width: 80px;
	float: left;
}
.km {
	border: 0px dotted gray;
	width: 100px;
	float: left;
}
.ano {
	border: 0px dotted gray;
	width: 80px;
	float: left;
}
.precio {
	border: 0px dotted gray;
	width: 90px;
	float: right;
	font-size: 16px;
	text-align: right;
	margin-right: 00px;
	font-weight: bold;
}
.fecha {
	border: 0px solid red;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px;
	background-color: #3A65B0;
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
}
.bateria {
	border: 0px solid red;
	position: absolute;
	top: 2px;
	right: 88px;
}
