* { margin:0; padding:0;}

html {
	background-color: #FFF;
}

body {
	cursor: default;
	background-color: #FFF;
	height: 100%;
	font-weight: normal;
}

:focus { -moz-outline-style: none; }

a, a:link, a:active, a:visited {
	font: normal 1.1em "Trebuchet MS", Tahoma, Helvetica;
	color: #446d6d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #132927;
}

a.titulos, a.titulos:link, a.titulos:active, a.titulos:visited {
	font: normal 1.5em "Trebuchet MS", Tahoma, Helvetica;
	color: #494949;
	text-decoration: none;

}

a.titulos:hover {
	color: #132927;
}
	

img {
	border: 0;
}


.clear {
	clear: both;
}


h1 {
	font: normal 1.7em "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #001b49;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	padding: 0;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 1.0em;
}

h2 {
	font: normal 1.4em "Trebuchet MS", Verdana, Tahoma, Arial;
	color: #000;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}

p {
	font: normal 0.9em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
}

label {
	width: 70px;
	float: left;
	margin-right: 6px;
	text-align: right;
}

input {
	float: left;
	height: 22px;
	font: normal 1.1em "Trebuchet MS", Tahoma, Helvetica;
	color: #000;
	border: 1px solid #acacae;
	padding: 1px 2px 2px 1px;
	background-color: #d0d1d5;
}

.boton-enviar{
	float: left;
	border: 1px solid #acacae;
	width: 337px;
	height: 40px;
	font: bold 1.6em "Trebuchet MS", Tahoma, Helvetica;
	color: #696969;
	background-color: #d0d1d5;
	margin: 6px 0 0 76px;
	padding: 2px 0 13px 0;
}

textarea {
	float: left;
	border: 1px solid #acacae;
	font: normal 1.1em "Trebuchet MS", Tahoma, Helvetica;
	color: #000;
	padding: 1px 1px 2px 1px;
	background-color: #d0d1d5;
}

/* Capas */
div#contenedor {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
}

div#cabecera {
	width: 920px;
	height: 100px;
	background: transparent url(fondo-cabecera.jpg) no-repeat;
	padding: 20px 0 0 20px;
}

div#menu {
	width: 920px;
	height: 29px;
	padding: 3px 0 0 20px;
	background: transparent url(fondo-menu.gif) no-repeat;
}

div#menu li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

div#menu li a:hover {
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
}

div#contenido {
	width: 910px;
	height: 610px;
	background: transparent url(fondo-contenido.jpg) bottom left no-repeat;
	padding: 10px 0 0 30px;
}

div#scroll {
	width: 880px;
	height: 600px;
	overflow: auto;
}

div#pie {
	width: 940px;
	height: 55px;
}

div.producto {
	width: 415px;
	height: auto;
	border: 1px solid #b7b7b7;
	background-color: #e8e8e8;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
}

div.bloque-producto {
	display: none;
	width: 95%;
	background-color: #FFF;
	border: 1px solid #4d4d4d;
	margin: 10px;
	padding: 5px;
	-moz-opacity:.5;
	opacity:.5;
	filter:alpha(opacity=50);
}

