#content{
	margin-top: 0px;
	margin-right: 15%;
	border-radius: 2px;
	background: white;
	box-shadow: 0px 2px 5px #ccc;
	padding: 0px;
	overflow: hidden;
}

#header{
	/*
	background: #E03137;
	*/
	color: black;
	height: 60px;
	border-radius: 1px;
	box-shadow: 0px 1px 3px #ED1B24;
}

#header img{
	max-width: 90px;
	padding-bottom: 10px;
	/*
	background: green;
	*/
}

#header h1{
	line-height: 10px;
	display: block;
	font-weight: bold;
	font-size: 30px;
}

#header ul{
	padding: 0px;
	margin: -35px;
	display: block;
	list-style: none;
	padding-left: 200px;
	/*
	background: rgba(224, 49, 55, 0.67);
	*/
}

#header ul li{
	float: left;
	margin-right: 20px;
}

#header ul li a{
	display: block;
	color: #767676;
	height: 30px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 300ms;
}

#header ul li a:hover{
	text-decoration: none;
	background: #E03137;
	color: white;
	border-radius: 2px;
}
/*


#nav ul li{
	float: left;
	margin-right: 20px;
}

#nav ul li a{
	display: block;
	color: black;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 300ms;
}

#nav ul li a:hover{
	text-decoration: none;
	background: #E03137;
}
*/
.activado {
	text-decoration: none !important;
	/*
	background: #E03137 !important;
	*/
	border-bottom: 4px solid #E03137 !important;
}

#main .jumbotron{
	padding: 50px;
	margin-top: 30px;
	border-radius: 5px;
}

#footer{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	color: gray;
}

#form-producto label {
	margin-top: 10px;
}

.imagen_container{
	width: 100%;
	overflow: hidden;
}

.producto_imagen{
	height: 200px;
	margin: 0px auto;
	display: block;
	max-width: 100%;
}

.imagen_relleno{
	background: #ccc;
	width: 100%;
	height: 200px;
}