.floatLeft { float: left; }
.floatRight { float: right; }
.copyright, .copyright a { color: #002040; }
body {
	background: #003399;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	width: 1000px;
}
a {
	text-decoration: none;
	color: black;
}
img {
	border: 0;
}
h1 {
	margin-top: 0px;
	text-align: center;
}
h2 {
	margin: 0;
	color: white;
}
h3 a {
	color: white;
}
h3 a:hover {
	color: black;
}
#contenedor {
	position: absolute;
	left: 50%;
	width: 622px;
	margin-left: -311px;
}
#cabecera {
	width: 622px;
}
#menu {
	width: 622px;
	height: 30px;
	background: white url(menu-borde.gif) top repeat-x;
	font-size: 110%;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	padding: 8px 18px 0 18px;
	color: #003399;
}
#menu li a {
	color: #003399;
}
#menu li a:hover {
	color: black;
}
#menu .primero {
	background: url(menu-esq-izq.gif) top left no-repeat;
}
#menu .ultimo {
	float: right;
	background: url(menu-esq-der.gif) top right no-repeat;
}
#contenido {
	clear: left;
	width: 580px;
	background-color: #cccccc;
	border: solid 1px white;
	padding: 20px;
}
#contenido p {
	line-height: 120%;
	color: #4D6185;
} 
#contenido ul {
	margin: 0;
	line-height: 120%;
	color: #4D6185;
	list-style-position: inside;
}
#contenido form input, #contenido form select {
	width: 400px;
}
#contenido form textarea {
	width: 400px;
	height: 150px;
}
#contenido .boton {
	width: 100px;
}
#miniaturas p {
	color: #4D6185;
	text-align: center;
	float: left;
}
#miniaturas {
	overflow: hidden;
	
}
#miniaturas p img {
	border: 1px solid white;
	margin-bottom: 10px;
}
.producto {
	width: 33%;
	height: 160px;
}
#pieDer {
	clear: left;
	float: right;
	text-align: right;
	font-size: 80%;
	margin-bottom: 0px;
	line-height: 13px;
}
#pie {
	clear: both;
	width: 622px;
	height: 70px;
	background-color: white;
}
#pie p {
	padding: 0 20px;
	color: #4D6185;
}
#pieIzq {
	float: left;
	font-size: 80%;
	margin-bottom: 0px;
	line-height: 13px;
}
#miniaturas a {
	padding-right: 5px;
}
#imagen {
	float: left;
	padding-right: 20px;
}

#submenu-plantillas {
	position: absolute;
	top: 200px;
	left: 114px;
	display: none;
}
#submenu-manipulados {
	position: absolute;
	top: 200px;
	left: 276px;
	display: none;
}
.submenu ul {
	background-color: white;
	list-style: none;
	padding: 10px;
	margin: 0;
}
.submenu ul li a {
	color: #003399;
}
.submenu ul li a:hover {
	color: black;
}