fieldset {
	-moz-border-radius: 0.9em;
	border-radius: 0.9em;
	margin: 10px;
	padding: 10px;
	font: 11px tahoma, arial, sans-serif;
	color: #333333;
}

fieldset legend {
	font: bold 11px Optima;
	margin: 5px;
	color: #333333;
}

.scroll {
	width: 500px;
	height: 300px;
	overflow: auto;
	background-image:
		url('/static/content/images/web/productos/fondo_semitransparente.png')
		;
	background-repeat: repeat-y;
}

fieldset table tr td {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.garantia {
	font: bold 11px tahoma, arial, sans-serif;
	color: #475A7F;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

.definicionGarantia {
	font: 11px tahoma, arial, sans-serif;
	vertical-align: top;
	padding-left: 15px;
	padding-right:15px;
	text-align:justify;
	color: #1E1E1E;
}

.masInfo a:link {
	color: #AC1614;
	text-decoration: underline;
}

.masInfo  a:visited {
	color: #AC1614;
	text-decoration: underline;
}

.masInfo a:active {
	color: #AC1614;
	text-decoration: underline;
}

.masInfo a:hover {
	color: #FFA013;
	text-decoration: underline;
}

#containerScroll {
	padding-top: 15px;
	padding-left: 15px;
}

#background_todorriesgo {
	background-image:
		url('/static/content/images/web/productos/fondo_todorriesgo.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_todorriesgo_experto {
	background-image:
		url('/static/content/images/web/productos/fondo_todorriesgo_experto.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_todorriesgo_senior {
	background-image:
		url('/static/content/images/web/productos/fondo_todorriesgo_senior.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_plus {
	background-image:
		url('/static/content/images/web/productos/fondo_combinado_plus.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_estrella {
	background-image:
		url('/static/content/images/web/productos/fondo_combinado_estrella.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_basico {
	background-image:
		url('/static/content/images/web/productos/fondo_combinado_basico.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}

#background_terceros {
	background-image:
		url('/static/content/images/web/productos/fondo_terceros.jpg')
		;
	background-repeat: no-repeat;
	width: 530px;
	height: 350px;
}
