/*---GENERAL--------------------*/
body
{
	background-color: #ffffff;
}

.clear
{
	clear: both;
}

a
{
	text-decoration: none;
	color: red;
}

a:hover
{
	text-decoration: underline;
	color: black;
}

div#aviso
{
	text-align: right;
	font-size: x-small;
}

table.menu
{
	border-spacing: 0 20;
}

img
{
	border-color: #FF0000;
}

img:hover
{
	border-color: #000000;
}
/*---SECCIONES------------------*/

.recuadro
{
	border: 2px solid black;
/*	border: 0px;*/
	margin: 3px;
	padding: 2px;
}


/*---CABECERA-------------------*/
div#cabecera
{
	padding: 0px;
	background: url("../imagenes/cabecera/fondocabecera.gif") repeat-x;
	height: 108px;
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
	min-width: 874px;
}

div#header
{
	padding: 0px;
	background: url("../imagenes/header/fondoheader.gif") repeat-x;
	float: left;
	border: 0px solid black;
	margin-bottom: 0px;
}

div#header img
{
	position: center;
}
/*
div#acceso_carro
{
	font-weight: 700;
	border: px solid #FFFFFF;
	margin-top: 0px;
	/*background-color: #FF0000;
	background-image: url("../imagenes/cuerpo/iztop.gif");
	background-repeat: repeat-y;
	padding: 0px;
	text-align: right;
	/*float: right;
	display: inline;
}*/

.acceso_carro
{
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	float: left;
	text-align: right;
	display: inline;
}

/*---CUERPO---------------------*/
div#cuerpo
{
	margin-top: 0px;
	border: 0px;
	background-image: url("../imagenes/cuerpo/iztop.gif");
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-top: 1px;
}


/*---LATERAL--------------------*/

div#lateral
{
	float: left;
	width: 146px;
	background: url("../imagenes/lateral/lateral.gif") no-repeat;
	border: 0px;
	margin: 0px;
}

/*---NAVEGACION------------------*/
div#navegacion
{
	margin-top: 30px;
	border: 0px;
}

div#lateral ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*---PRINCIPAL-------------------*/
class#principal
{
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	float: left;
	width: 800px;
	/*text-align: center;*/
	display: inline;
}
#menu_modelos
{
	color: #000000;
	font-weight: bold;
}

#menu_modelos ul li:hover
{
	text-decoration: none;
}

/*---PIE-------------------------*/
div#pie
{
	text-align: center;
	border: 0px;
	margin-top: 30px;
	clear: both;
}

/*---MENU DE MARCAS---------------*/
.carrito
{
	margin-top: 20px;
	border: 0px solid black;
}

table#marcas
{
	border: 0px solid;
	text-align: center;
	background-color: #FFFFFF;
	text-align: center;
}

/*---CARRITO-----------------------*/
table.carrito
{
	margin-top: 20px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFFFFF;
	empty-cells: show;
	font-size: smaller;
	border-collapse: collapse;
}

table.carrito th
{
	background-image: url("imagenes/bgbarra2.jpg");
	color: #FF0000;

}
table.carrito tr.total
{
	color: #000000;
	background-color: #BBBBBB;
	border: 1px solid #FF0000;
	background-image: url("imagenes/bgbarra1.jpg");
}
table.carrito tr.total td
{
	color: #000000;
/*	background-color: #FFBBBB;*/
	border-top: 1px solid #FF0000;
	font-weight: 700;
}

table.carrito * th
{
	padding-right: 10px;
	padding-left: 10px;
}

div#confirmacion
{
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.navegacion_confimacion
{
	display: inline;
}

div#confirmacion div.navegacion_confimacion
{
	margin: 5px;
}

/*----- datos personales -----*/
div#confirmacion div#pasos
{
	margin-top: 30px;
	text-align: center;
}
table.datos_personales
{
	margin-top: 20px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFFFFF;
	empty-cells: show;
	font-size: smaller;
	border-collapse: collapse;
	width: 600px;
}

table.datos_personales th
{
	background-image: url("imagenes/bgbarra1.jpg");
	color: #FF0000;

}

table.datos_personales * th
{
	padding-right: 10px;
	padding-left: 10px;
}

table.datos_personales tr td
{
	padding: 10px;
}

input:focus
{
	background: #FFDDDD;
}

/*----- datos personales -----*/
div#error
{
	padding-left: 200px;
	text-align: left;
	margin: 40px;
}

div# ul
{
	list-style: url(../estilos/imagenes/precaucion.png) square;
}

table#tabla_colores_calentador
{
	width: 80%;
	border-spacing: 0;
	margin-top: 0px;
	background-color: #FFFFFF;
}
table#tabla_colores_calentador tr
{
	border: 5px solid black;
	background: #FDFDFD;
}
table#tabla_colores_calentador tr:hover
{
	background: #FFFF66;

}
table#tabla_colores_calentador th
{
	background-image: url("imagenes/bgbarra2.jpg");
}

table#tabla_colores_calentador td:hover
{
	cursor: pointer;
}

ul#calentador li
{
	list-style-position: inside;
	list-style-type: none;
	color: black;
	font-weight: 700;
}


/*----- CONDICIONES DE VENTA ------*/
table.condiciones
{
	margin-top: 20px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFFFFF;
	empty-cells: show;
	font-size: smaller;
	border-collapse: collapse;
	width: 600px;
	text-align: justify;
}

table.condiciones th
{
	background-image: url("imagenes/bgbarra2.jpg");
	color: #FF0000;
	text-align: center;
}

table.condiciones tr td
{
	padding: 10px;
}

table.datos_personales * th
{
	padding-right: 10px;
	padding-left: 10px;
}


/*----- INFORMACIÓN ------*/
table#informacion
{
	margin-top: 20px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFFFFF;
	empty-cells: show;
	font-size: smaller;
	border-collapse: collapse;
	text-align: justify;
	width: 400px;
}


/*------- LINKS -----------*/
table#tabla_links
{
	text-align: center;
	margin-top: 20px;
	width: 500px;
	border-spacing: 50px;

}

/*------ PEDIDOS ------*/
table#pedidos
{
	margin-top: 20px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFFFFF;
	empty-cells: show;
	font-size: smaller;
	border-collapse: collapse;
	text-align: justify;
	width: 500px;
}

table#pedidos * th
{
	background-image: url("imagenes/bgbarra2.jpg");
	color: #FF0000;
	text-align: center;
}

/*------ PRODUCTOS S_html -------*/
table.tabla_html
{
	font-size: 0.8em;
	width: 800px;
	text-align: justify;
	border: 0;
}

table.tabla_html tr td
{
	padding: 10px;
}

table.accesorios_html
{
	font-size: 0.9em;
}

/*----- PRESENTACIONES ----------*/
.presentacion
{
	font-size: 0.8em;
	text-align: justify;
	margin-top: 20px;
	margin-left: 30px;
}

table.presentacion
{
	width: 80%;
	display: block;
	margin-left: 200px;
	border: 0px solid black;
}

table.tabla_presentacion
{
	font-size: 1em;
	border: 1px solid #FF0000;
	border-collapse: collapse;
}
table.tabla_presentacion tr.par
{
	background-color: #FFBBBB;
}


/*----------- HOME --------------*/
ul.lista_home
{
	list-style-type: none;
}

ul.lista_home li
{
	height: 20px;
}

ul.lista_home li:hover
{
	list-style-image:url(../estilos/imagenes/llama_li.png);
	/*list-style-type: circle;*/
}

ul.lista_home_fija li
{
	list-style-image:url(../estilos/imagenes/llama_li.gif);
}

ul.ninguno li
{
	list-style: circle;
}

div.fecha_home
{
	color: #5555AA;
	text-align: right;
	font-size: 0.85em
}

/*--------- TUTORIAL --------------*/
table#tutorial
{
	font-size: 0.8em
}


/*--------- OFERTAS ----------------*/
strike.precio_antiguo
{
	color: black;
}
div.oferta
{
	font-size: 0.9em;
}

/*--------- DISPLAY MINIM ----------*/
table.display_minim
{
	width: 100%;
	font-size: 0.9em;
	border: 0px;
	padding: 0px;
	margin: 4px;
	border-collapse: collapse;
}

td.par table.display_minim tr
{
	background-color: #EEDDDD;
}

table.display_minim tr td.foto
{
	width: 20%;
}

table.display_minim tr td.descripcion
{
	width: 70%;
}
table.display_minim tr td.precio
{
	width: 10%;
}

table.display_minim tr td.masinfo
{
	width: 10%;
}

table.display_minim tr td
{
	text-align: center;
	font-size: 0.9em;
}

