/*ESTILOS GENERALES*/

body
	{
	font-family: Tahoma,Arial,Sans-Serif;
	font-size: 13px;
	}
img
	{
	border: none;
	}
a
	{
	color: #f60;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
h1
	{
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	}
h2
	{
	font-size: 14px;
	}
	
/*ESTILOS COMUNES A TODAS LAS PÁGINAS*/

#contenedor
	{
	width: 780px;
	margin: 0 auto;
	}

	/*Cabecera*/
#cabecera
	{
	height: 80px;
	padding: 5px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#cabecera img
	{
	float: left;
	margin: 3px;
	}
#cabecera #inicio
	{
	float: right;
	display: inline;
	}

	/*Barra de menú y descripción*/
#navegacion
	{
	width: 780px;
	margin: 10px 0px;
	height: 135px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#menu
	{
	width: 170px;
	height: 110px;
	padding: 0px;
	float: left;
	}
#menu ul
	{
	padding: 0px;
	margin: 0px;
	}
#menu li
	{
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	}
#navegacion #descripcion
	{
	width: 610px;
	height: 110px;
	color: #f60;
	float: right;
	display: inline;
	text-align: right;
	font-size: 15px;
	}	
	
	/*Contenido*/
#contenido
	{
	width: 780px;
	height: 790px;
	border: 0px solid black;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	}

	/*Pie*/
#pie
	{
	text-align: center;
	margin: 10px 0px;
	height: 25px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
/*ESTILOS PROPIOS DE CADA PÁGINA*/

	/*MAMPARA BAÑERA CORREDERA*/

#descripcion ul
	{
	list-style-type: none;
	}
#contenido div.caracteristicas
	{
	width: 577px;
	border: 1px outset;
	padding: 5px 0;
	margin-bottom: 5px;
	}
#contenido div.caracteristicas img
	{
	width: 160px;
	display: inline;
	margin: 0;
	}
#contenido div.caracteristicas table#medidas img
	{
	width: 200px;
	}
#contenido div.caracteristicas table#precios
	{
	width: 565px;
	margin: 5px;
	text-align: center;
	border-spacing: inherit;
	empty-cells: hide;
	}
	
#contenido div.caracteristicas table#precios td
	{
	width: 112px;
	border-right: 1px dashed silver;
	border-bottom: 1px dashed silver;
	}

#contenido div.caracteristicas table#precios td.tipo
	{
	font-size: 20px;
	margin: 10px;
	border: 1px solid silver;
	}
	
#contenido div.caracteristicas table#precios td.subtipo
	{
	border: 1px outset silver;
	color: #f60;
	font-weight: bold;
	}

#contenido #formulario
	{
	width: 190px;
	height: 210px;
	float: right;
	display: inline;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	}
#contenido #formulario table
	{
	width: 190px;
	border-collapse: collapse;
	}
#contenido #formulario table td#arriba
	{
	height: 14px;
	background-image: url(images/boton_form_arriba.png);
	background-position: top;
	background-repeat: no-repeat;
	}
#contenido #formulario table td#centro
	{
	padding-right: 5px;
	background-image: url(images/boton_form_centro.png);
	background-position: top;
	background-repeat: repeat-y;
	}
#contenido #formulario table td#centro ul
	{
	padding-left: 10px;
	}
#contenido #formulario table td#centro li
	{
	text-align: left;
	list-style-position: inside;
	}
#contenido #formulario table td#abajo
	{
	height: 14px;
	background-image: url(images/boton_form_abajo.png);
	background-position: top;
	background-repeat: no-repeat;
	}
