/* ------------------------------------------------------------
	enbolivia.com s.r.l.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer   : Rosaisela Aruquipa Machicado
	E - mail   : rosa@enbolivia.com
	Filename   : style.css
	Version    : 1.0
	Date       : Nov 12, 2009
-------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#333333;
	
}
h2 {
	font-size:11px;
}
div#container {
	width:972px;
	margin:8px auto 0 auto;
}
div#borde_sup {
	width:972px;
	height:30px;
	float:left;
}
div#bord_sup_izq {
	width:30px;
	height:30px;
	float:left;
	background:url(../images/bordes/esq_sup_izq.png);
	background-repeat:no-repeat;
}
div#bord_cent {
	width:912px;
	height:30px;
	float:left;
	background:url(../images/bordes/bor_sup.png);
	background-repeat:repeat-x;
}
div#bord_sup_der {
	width:30px;
	height:30px;
	float:left;
	background:url(../images/bordes/esq_sup_der.png);
	background-repeat:no-repeat;
}
div#header {
	width:916px;
	min-height:50px;
	float:left;
	background:url(../images/fond.png);
	background-repeat:repeat-y;
	padding:0px 28px 0px 28px;
	overflow:hidden;
}
div#publicidad {
	width:200px;
	float:left;
	margin-left:20px;
}
div#menu {
	width:922px;
	_width:920px;
	height:50px;
	float:left;
	background:url(../images/fond.png);
	background-repeat:repeat-y;
	padding:0px 25px 0px 28px;
}
div#conten_centro {
	width:919px;
	min-height:10px;
	float:left;
	background:url(../images/fond.png);
	background-repeat:repeat-y;
	padding:0px 25px 0px 28px;
}
div#conten_left {
	width:740px;
	min-height:460px;
	_height:450px;
	float:left;
	border-right:2px solid #999999;
	font-size:11px;
	color:#dddddd;
	line-height:13px;
	padding-right:10px;
}
div#conten_left ul {
	margin-left:20px;
}
div#conten_left p {
	margin-bottom:10px;
}
div#conten_left a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}
div#conten_left a:hover {
	color:#FF1DDC;
}
/*********************/
div#conten_left table tr td a {
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
}
div#conten_left table tr td a:hover {
	color:#ffffff;
}
div#conten_right {
	width:166px;
	min-height:10px;
	float:left;
	overflow:hidden;
}
div#conten_right img {
	padding-bottom:1px;
	margin-bottom:2px;
	border-bottom:1px #999999 solid;
}
div#borde_inf {
	width:972px;
	height:30px;
	float:left;
}
div#bord_inf_izq {
	width:30px;
	height:30px;
	float:left;
	background:url(../images/bordes/esq_inf_izq.png);
	background-repeat:no-repeat;
}
div#bord_cent_inf {
	width:912px;
	height:30px;
	float:left;
	background:url(../images/bordes/bor_inf.png);
	background-repeat:repeat-x;
}
div#bord_inf_der {
	width:30px;
	height:30px;
	float:left;
	background:url(../images/bordes/esq_inf_der.png);
	background-repeat:no-repeat;
}
div#footer {
	width:972px;
	min-height:70px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	padding:3px 0px 10px 0px;
	color:#FFFFFF;
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;

}
.descripcion {

	color:#ffffff;
	font-weight:bold;
	font-size:9px;



}
.login {
	width:170px;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	margin-left:3px;
	border-bottom:2px solid #999999;
	padding-bottom:5px;
}
.login a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
.login a:hover {
	color:#FF1DDC;
}
.login input[type=text] {
	width:70px;
	background:#cccccc;
	height:13px;
	float:left;
	font-size:10px;
}
.login input[type=password] {
	width:70px;
	background:#cccccc;
	height:16px;
	margin-top:4px;
	float:left;
	font-size:10px;
}
.login input[type=submit] {
	width:45px;
	background:#cccccc;
	color:#000000;
	margin-top:4px;
	margin-bottom:2px;
	font-size:9px;
}
.texto {
	width:80px;
	height:15px;
	float:left;
}
.form_titulo {
	width:65px;
	font-size:9px;
	font-weight:bold;
	padding-left:5px;
}
.form_campo {
	background-color:#CCCCCC;
	font-size:10px;
	font-weight:normal;
}
#new {
	font-size:11px;
	color:#FFFFFF;
	width:162px;
	min-height:10px;
	margin-left:5px;
	border-bottom:1px solid #999999;
	padding-bottom:2px;
	float:left;
	padding-right:10px;
}
#new a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#new a:hover {
	font-size:11px;
	color:#Fc1dc6;
	font-weight:bold;
}
#tmd {
	width:972px;
	height:auto;
	vertical-align:bottom;
	float:left;
	margin:0 auto;
}
#tmd a {
	color:#666666;
	text-decoration:none;
	font-size:8px;
}
#tmd a:hover {
	color:#ffffff;
}
.welcome {
	text-align:center;
	font-size:11px;
	padding:3px 0px 3px 0px;
	font-weight:100;
}
.cerrar {
	width:80px;
	background:#cccccc;
	color:#000000;
	margin-top:5px;
	margin-bottom:0px;
	font-size:9px;
	margin-left:30px;
}
/************************* Paginador ******************************/
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 10px 0;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #999;
	color: #000000;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/*****************************  Estilos para Mapa del sitio *****************************/

ul#site_map li {
	font-weight:bold;
	font-size:14px;
	margin:0 0 0 20px;
	padding:0 0 10px 30px;
}
ul#site_map li ul li {
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 20px;
	padding:0 0 10px 30px;
}
ul#site_map li ul li ul li {
	font-size:10px;
	font-weight:normal;
	margin:0 0 0 20px;
	padding:0 0 10px 30px;
}
#busqueda table {
	margin: 0 auto;
}
#busqueda td {
	padding:3px;
}
.listado th {
	padding:4px 0px 2px 0px;
}
.listado td {
	padding:7px 0px 7px 3px;
	color:#000000;
	font-size:9px;
}
#coches {
	width:730px;
	min-height:155px;
	border:1px solid #00000;
	padding:5px;
	overflow:hidden;
	line-height:14px;
	background:#CCCCCC;
	color:#000000;
	text-align:justify;
}
#coches h3 {
	font-size:13px;
	font-weight:bold;
	background:#333333;
	padding:5px 5px;
	color:#ffffff;
	margin-bottom:8px;
}
#coches img {
	float:left;
	padding-right:7px;
	padding-bottom:5px;
	border:0px;
}
.galeria {
	width:730px;
	margin-left:110px;
}
.txt_pq_negro {
	color:#000000;
	font-size:9px;
	padding:7px 0px 7px 3px;
}
.tabla div {
	padding:4px 0 2px;
}
.error {
	color:#FFFF66;
	text-transform:uppercase;
	font-size:10px;
}
.marcas {
	border-top:#333333 1px solid;
	border-right:#333333 1px solid;
	border-left:#333333 1px solid;
	font-size:9px;
	background:#3E3E3E;
}
.marcas tr:hover {
	background:#EE1BBB;
	cursor:pointer;
}
.marcas td, th {
	color:#ffffff;
	border-bottom:#333333 1px solid;
	margin-left:3px;
	padding:1px 1px 1px 1px;
}
.marcas th h4 {
	font-size:11px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
}
.marcas1 {
	border:#333333 1px solid;
	font-size:9px;
	background:#3E3E3E;
	margin:0 auto;
}
.marcas2 {
	border-bottom:#333333 1px solid;
	font-size:10px;
	background:#3E3E3E;
}
.marcas1 th h4 {
	font-size:11px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
}
.marcas1 th, td {
/*border-bottom:#333333 1px solid;
	border-left:#333333 1px solid;*/
}
.listado th, td {
	border:0;
}
.marcas tr td a {
	color:#ffffff;
}
.marcas tr td a:hover {
	color:#ffffff;
	cursor:pointer;
}
.first {
	background:#535353;
}
div#conten_left table tr td .txt_pq_negro_link {
	color:#000000;
}
.search {
	margin-left:130px;
	margin-bottom:10px;
}
.search td {
	padding:2px 0px 2px 5px;
}
caption {
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
}
#externalForm td {
	padding:3px;
}
input[type="text"], select {
	background:#CCCCCC;
	font-size:10px;
	font-weight:normal;
	padding:2px 0px 2px 0px;
	width:150px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background:#CCCCCC;
	font-size:10px;
	font-weight:normal;
}
input[type="password"] {
	background:#cccccc;
	width:150px;
}
.user {
	border-bottom:0;
}
.user td {
	border-bottom:1px solid #FFFFFF;
	padding:5px 0px 3px 0px;
}
/*******************Estilos para buscador*****************/
.marcas3 td {
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:3px;
}
.marcas3 h3 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:20px;
}
.marcas3 h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 4px 0px;
}
.marcas3 h2 img{
	margin-right:5px;
}

.marcas3 strong {
	padding:10px 5px 10px 0px;
}
.marcas3 a img {
	border:0;
	
}
.peq {
	font-size:9px;
	font-weight:normal;
}
.imagen {
	height:75px;
	overflow:hidden;
	padding:5px 0px 0px 0px;
	margin-bottom:5px;
	float:left
}

.nro {
	width:60px;
	overflow:hidden;
	height:auto;
}
.valido {
	text-align:center;
	font-weight:bold;
	color:#FF1DDC;
}
.izq
{ float:left;
}
