﻿body {
	background-color: #f0f0f0;
	font-family: 'Segoe UI', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #3cb939;
	font-weight: normal;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #35c431;
}

#divCentral {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	max-width: 1550px;
	min-width: 240px;
	padding: 0.5em;
}
#divCabecera {
	/*repetir estos estilos es necesario si se quiere una cabecera personalizada similar a la existente por defecto*/
	margin-left: auto;
	margin-right: auto;
	background-color: #f9f9f9;
	height: 110px;
	max-width: 1550px;
	padding: 0 0.5em;
	/**/
	background-image: url(cabecera-es.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

h3 {
	margin-top: 1.3em;
	margin-bottom: 0.3em;
	font-size: 100%;
}
.ficha {
	margin-top: 1em;
	padding: 0.3em 0;
}
.codigo {
	margin-bottom: 0.3em;
}
.lit-campo {
	margin-top: 0.3em;
	display: block;
}
.valor {
	font-weight: 600;
}
.imagen-articulo {
	margin-top: 0.3em;
}
.modelos-compatibles {
	margin-top: 1em;
}
.modelos-compatibles .marca {
	font-weight: 600;
	color: gray;
}
.modelos-compatibles .modelo {
	font-weight: 600;
	margin-left: 1em;
}
#pie {
	max-width: 1550px;
	background-color: #acbc34;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0.5em;
	border-top: 0.5em solid white;
}
#pie a {
	font-weight: 600;
	color: #ffffff;
}