/* Hoja de estilos Hobby Modelismo */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */




/* ---------------------------- Hs y Fondo -------------------------------*/

body {
    background-image: url(../../tienda/imagenes/layout/fondo-body.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS",arial;
	font-size: 14px;
}

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


h1 {
    display: none;
}


/* ----------------------------- Cabecera -------------------------------*/

#cabecera {
	height: 134px;
    background-image: url(img/cabecera.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#cabecera img {
    margin: 37px 0 0 0;
}


/* --------------------------- Menu ------------------------------------ */

#menu {
    width: 245px;
	float: left;
	height: 450px;
	background-color: #eee;
}

#menu ul {
    margin: 20px 0 0 30px;
	list-style: square;
}

#menu ul li {
    margin: 10px 0 0 0;
}

#menu ul li a{
	text-decoration: none;
	color: #333;
}

#menu ul li a:visited{
	color: #333;
}

#menu ul li a:hover{
	color: #0082D6;
}



/* --------------------------- Contenido ------------------------------------ */

#contenido {
    width: 680px;
	float: right;
	line-height: 18px;
	padding: 0 0 0 20px;
}

#contenido h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#contenido p {
	margin: 0 0 20px 0;
}

#contenido img {
	margin: 0 20px 20px 0;
}




/* ---------------------------- Pie ------------------------------------ */

#pie {
	clear: both;
	height: 41px;
    background-image: url(img/pie.png);
	background-repeat: no-repeat;
	background-position: top center;

}

#pie p {
    color: #FFF;
	padding: 13px 0 0 10px;
	font-size: 12px;

}

#resultado {
 border-width: 1px;
 border-style: solid;
 padding: 0.6em;
}
#resultado.error{
 border-width: 2px;
 border-color: #FF0000;
 background-color: #FFE1E1;
 color: #990000;
}
.exito{
 background-color: #EAFFEA;
 color: #336600;
 border-color: #009900;
}

.checkbox {
	width: 15px;
}


