@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.png);
	margin-top: 0px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #0C3;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #090;
}
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.menu {
	height: 40px;
	width: 1000px;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}
.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;

	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:hover > a { color: #8fde62; }
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
.contenedor {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.cabeza {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	border-radius: 10px;
	margin: 0px;
}
.cuerpo {
	padding: 10px;
	width: 980px;
	min-height:150px;
	overflow:auto;
}
.pie {
	font-size:10px;
	color:#FC0;
	text-align:center;
	width:980px;
	min-height: 100px;
	padding: 10px;
	border-radius: 10px;
	background-color: #006633;
	background-image:url(../img/piramide.png);
	background-repeat:no-repeat;
	background-position:right;
}

.producto {
	border-radius: 5px;
	padding: 5px;
	height: 500px;
	width: 470px;
	background-color: rgba(0, 102, 51, 0.5);
	text-align:right;
	overflow:hidden;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	float:left;
	margin:5px;
}
.producto h1{
	color:#FC0;
	font-size:18px;
}
.producto h3{
	font-size:24px;
}
.fotoProd {
	width: 200px;
	float:right;
	margin:5px;
	position:relative;
	overflow:hidden;
	border:solid 10px #000000;
	border-bottom: solid 20px #000000;
}
.infoProd {
	float: left;
	height: 200px;
	position: relative;
}
