.fondo {
		background-color: rgba(194,161,178,1);
}
.texto{
	color: rgba(0,0,0,1);
}
.texto_blanco{
	color: #fff;
}
.texto_negro{
	color:000;
}
/*CONTENIDO WEB*/
section {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:3% 0;
	z-index:96;
	overflow:hidden;
}
article
{
	width:1000px;
	color: #333;
	margin-bottom:6%;
	padding:0;
	margin-left: calc((100vw - 1000px) / 2);
	margin-right: calc((100vw - 1000px) / 2);
	position:relative;
	float:left;
}
article p
{
	position:relative;
	float:left;
	margin:10px;
	font-size:18px;
	letter-spacing:1px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	width:calc(100% - 20px);
	text-align:center;
}
article p b
{
	text-align:center;
	font-size:20px;
}
article a
{
	text-decoration:none;

}
article a img
{
	width:200px;
	position:relative;
	float:left;
	margin-left: calc((100% - 200px) / 2);
	margin-right: calc((100% - 200px) / 2);
	padding-top:20px;
	padding-bottom:20px;
}
article a img:hover
{
	filter: grayscale(50%);
}
article span
{
	position:relative;
	float:left;
	margin:10px;
	width:calc(100% - 20px);
	display:flex;
	align-items:center;
}
.embed1000
{	
	display:block;
}
.embed800, .embed500
{	
	display:none;
}
@media screen and (max-width:1000px ) {
	article
	{
			width:calc(100% - 20px);
			margin-left: 10px;
			margin-right: 10px;
	}
}
@media screen and (max-width:800px ) {
	.embed800
	{	
		display:block;
	}
	.embed1000, .embed500
	{	
		display:none;
	}
}
@media screen and (max-width:500px ) {
	article
	{
		width:100%;
		margin: 0;
	}
		article p
	{
		margin:15px;
	}
	.embed500
	{	
		display:block;
	}
	.embed1000, .embed800
	{	
		display:none;
	}
}