/* css complementario precios.php */

@import url(principal_print.css);

#col_izd_precios {
	width: 100%;
	/*height: 350px;*/
	padding: 0;
	/*float: left;*/
	background-image: url('../img/sombralateralizquierda02.gif');
	background-repeat: no-repeat;
	background-position: right top;
	visibility: hidden;
}

/*#col_izd_precios ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#col_izd_precios ul li, #col_centro_precios ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #C5D4E8;
	width: 133px;
}

#col_izd_precios ul li a:link, #col_izd_precios ul li a:visited {
	text-decoration: none;
	color: #274778;
	display: block;
}

#col_izd_precios ul li a:hover {
	text-decoration: none;
	color: #15263F;
	background-color: #D4E2F7;
}*/

#col_centro_precios {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	/*float: left;*/
	/*background-image: url('../img/sombralateralderecha02.gif');
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: #FFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1em;
	visibility: hidden;
}

#col_centro_precios ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	list-style-image: none;
}

#col_centro_precios ul li a:link, #col_centro_precios ul li a:visited {
	text-decoration: none;
	color: #000;
	width: 100%;
	margin-left: 0px;
	display: inline;
	padding: 5px 5px 5px 10px;
}

#col_centro_precios ul li a:hover {
	text-decoration: none;
	color: #15263F;
	background-color: #000;
}

#col_centro_precios ul li a:active {
	background-color: #000;
}

#col_dcha_precios {
	width: 100%;
	padding: 0;
	/*float: left;*/
}

#error {
	width: 100%;
	padding: 10px;
	background-color: #999;
	border: 1px solid #335D9E;
	margin-bottom: 20px; 
}

#error ul {
	padding: 0 0 20px 0;
	margin: 0;
}

#error ul li {
	padding: 0;
	margin-bottom: 10px;
}

.precios {
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#col_dcha_precios h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 2.4em;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
}

.item_precio {
	width: 100%;
	margin: 10px 0;
	padding-bottom: 10px;
	/*background-image: url('../img/sombralateral_fichaitem.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;*/
	/*border-bottom: 1px solid #000;*/
}

.item_precio_imagen {
	width: 150px;
	margin: 0;
	padding: 10px 0 5px 0;
	/*float: left;*/
}

.item_precio_imagen img {
	border: 1px solid #335D9E;
	width: 150px;
}

.item_precio_texto {
	width: 168px;
	/*float: right;*/
	margin: 5px;
}

.item_precio_nombre, .item_precio_precio {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.item_precio_medidas {
	padding: 0;
	margin: 0;
}
