@charset "UTF-8";
h2 {font-size:16px;}
/* Estilos específicos del configurador */
#configurador {
	float: left;
	width: 63%;
	/*padding: 0 5% 0; */
	padding-left: 20px;
	text-align:left;
}
#resumen h1 img { display: none; }
#resumen {
	float: right;
	width: 30%;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0 10px;
}

/******** ELEMENTOS RESUMEN **************/
#resumen div.presupuesto { border-bottom: 1px solid #CCC; clear: both; margin-top: 20px;}
#resumen div div.concepto { float:left;}
#resumen div div.precio { float:right; padding-right: 12px; background: url(img/euro.gif) right no-repeat;}
/******** // ELEMENTOS RESUMEN **************/


.nombre { background-color: #F90; color: #FFF; padding: 3px; width:100px; }

/* Modelos */
.modelo { padding: 1%; text-align: center; }

/* Marcos */
.marco {
	float:left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 420px;
	position: relative;
	padding: 0 1% 0;
	text-align: center;
	width:150px;
}
.marco h3 { background: #E8E8E8; text-align: center; font-size:12px; }

.block { display: block; }
.clear { clear:both;}
.left { float:left; margin: 0 10px; text-align: center;}
.bordeI { border-left: #CCC 1px solid; padding-left: 15px; }
.bordeA { border-bottom: #CCC 1px solid;}
.bordeS { border-top: #CCC 1px solid; padding-top: 10px;}
.tip { padding: 5px 5px 5px 30px; background: url(img/alert.gif) no-repeat #FFC; }
.sql { padding: 5px 5px 5px 30px; background: url(img/sql.png) no-repeat #e5f6f9; color:#06F; }


/* Opciones radio */
.radio img {float:left;}
.radio input { margin-top: 60px; }

/* Botones */
.boton {
	border: none;
	width: 108px;
	height: 31px;
	background: url(img/bg_boton.gif) no-repeat left top;
	color: #FFF;
	font-weight: bold;
}
.boton:hover { background: url(img/bg_boton.gif) no-repeat left -31px; color: #000; }

.botonSmall {
	border: none;
	width: 70px;
	height: 20px;
	background: url(img/bg_boton_small.gif) no-repeat left top;
	color: #FFF;
	font-weight: bold;
}
.botonSmall:hover { background: url(img/bg_boton_small.gif) no-repeat left -20px; color: #000; }

.impr_left { margin-left: 10px;}
#foto { 
	clear:both;
	/* display:inline; 
	width: 500px; */
	/*min-width: 380px;*/
	text-align: left;
}

/* estilos para modificación posición costados y por extensión los fijos */
.costado_izq,.fijo_izq { position:relative; left:13px; }
.costado_der,.fijo_der { position:relative; right:13px; }
.montante_izq {margin-left:13px;}


