* {
	margin: 0 auto;
}
body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #99B4DF;
	background-image: url(images/fondo.gif);
	overflow: scroll;
	text-align: center;
}
body, table {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #444444;
}
/* contenedor */
#contenedor {
	text-align: left;
	width: 740px;
	background-color: #99B4DF;
}
/* botonera */
#botonera {
	background-image: url(images/baner04.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
/* contenido */
#contenido {
	width: 510px;
	padding: 10px 30px 20px 40px;
	background-color: white;
	background-image: url(images/MRGtexto.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #003380;
	margin-bottom: 20px;
	background-image: url(images/IMGlinea.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #3D6FBD;
}
em {
	font-size: 14px;
	font-weight: bold;
	color: #3D6FBD;
}
#contenido a {
	color: #3D6FBD;
}
#contenido a:hover {
	color: #003380;
}
#contenido hr {
	border: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url(images/IMGlinea.gif);
	background-repeat: no-repeat;
}
#contenido li {
	list-style: none;
	background-image: url(images/IMGbullet02.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#contenido ul {
	padding: 0;
	margin: 0;
}
#contenido ul li {
	list-style: none;
	background-image: url(images/IMGbullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#contenido ul li ul li {
	background-image: url(images/IMGbullet02.gif);
	;
}
#productos td {
	width: 25%;
	padding: 5px;
	vertical-align: top;
}
#productos img {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	border: 5px solid #D8E1EB;
}
#productos img:hover {
	border-color: #003380;
}
#thumbs td {
	width: 50%;
	padding: 5px;
	vertical-align: middle;
}
#thumbs img {
	align: left;
	float: left;
	margin-right: 10px;
	border: 5px solid #D8E1EB;
}
#thumbs img:hover {
	border-color: #003380;
}
#producto {
	width: 100%;
}
#producto td {
	vertical-align: top;
}
#producto h1 {
	background-image: none;
	margin-bottom: 0;
}
#datos {
	width: 100%;
}
#datos th {
	padding: 2px;
	background-color: #003380;
	vertical-align: middle;
	color: white;
}
#datos td {
	padding: 2px;
	background-color: #EBF0FF;
	vertical-align: top;
}
/* margen */
#margen {
	width: 120px;
	padding: 20px;
	vertical-align: top;
	font-size: 11px;
	color: white;
	background-image: url(images/MRGfondo.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#margen a {
	color: white;
}
/* pie */
#pie {
	text-align: center;
}
#pie div {
	padding: 4px;
	border: 1px solid white;
	font-size: 11px;
	background-color: #003380;
}
#pie li {
	margin: 0;
	padding: 0;
}
#pie a {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
	color: white;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}

/* formularios */
input[type="submit"] {
	background-color: #003380;
	color: white;
}
input {
	border: 0;
	padding: 5px;
	background-color: #F2E8A5;
}
