

body 
	{
		//background-image: url("../img/background.png");
		background-attachment: fixed;
		background-size: 1680px 1050px;
		background-color: black;
	}

h1,h3

	{
		color: white;
	}



#menu

	{
		background-color: #4483b5;
		margin:20px;
		padding:10px;
	}

.servidores
{
		background-color:#cafff5;
		margin:20px;
		padding:3px;

}	
	
div.menu-item 
	{
		vertical-align: top;
		display: inline-block;
		text-align: center;
		width: 120px;
		padding:10px;
	}
div.menu-item-staff 
	{
		vertical-align: top;
		display: inline-block;
		text-align: center;
		width: 120px;
		padding:10px;
		margin:20px;
	}
	

#img-logo	
	{
		width: 35%;
		
	}

.img-menu	
	{
		width: 100px;
		height: 100px;
		
	}
	
.img-publi	
	{

    height: auto;
    width: auto;
    max-width: 230px;
    max-height: 300px;
		
	}
	
 .caption-text 
	 {
		display: block;
		font-weight: bold;
		color: #03fde8f0;
		font-family: fantasy;
		font-size: 30px;
		-webkit-text-stroke-color: #000000;
		-webkit-text-stroke-width: 1.25px;
	}

.socialic
{
	display:inline;
	font-size:50px;
	
}	
.rs
{
	width:50px;
	height:50px;
	display:inline;
	font-size:50px;
	margin:5%;
	
}	

.rs-discord
{
	width:80px;
	height:80px;
	display:inline;
	font-size:50px;
	margin:1%;
	
}	

.nombrereceta
{
	display: block;
	font-weight: bold;
	color: purple;
	font-family: fantasy;
	font-size: 30px;
	-webkit-text-stroke-color: #000000;
	-webkit-text-stroke-width: 1.25px;
	
}	



#bloqueweb
	{
		background-color: #5d8fb7;
		padding:3%;
		font-family: fantasy;
		font-size: 20px;
		margin:20px;
	}

#discord
{
	margin:1%;
}

#footer
{
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 21%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(21%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 21%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 21%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 21%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 21%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	margin:20px;
}