/*CONTENIDO WEB*/
.miniyo
{
	margin:0;
	padding:0;
	position:absolute;
	left:calc(100vw / 4);
	top:260px;
	z-index:98;
}
.miniyo img
{
	width:550px;
}
section {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:115px 0 55px 0;
	overflow:hidden;
	z-index:97;
}
.contactar
{
	width:100%;
	margin:110px 0 0 0;
	padding:0 0 7% 0;
	position:relative;
	float:left;
}
.contactar article
{
	width:800px;
	margin:0 auto;
}
.contactar article form, .contactar article ul
{
	width:100%;
}
.cuadro_de_texto, .contactar article form textarea
{
	position:relative;
	float:left;
	text-align:left;
	color:#666666;
	list-style-type: none;
	background-color: transparent;
	border: 1px solid #666666;
	border-radius:1px;
	resize:none;
	margin-bottom:3%;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
} 
.cuadro_de_texto
{
	width:45.7%;
} 
.contactar article form textarea
{
	width:97%;
} 
.boton_publicar
{
    text-align:center;
	list-style-type: none;
	background-color: #C2A1B2;
	color:#fff;
	border-radius:1px;
	margin-bottom:1%;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:180px;
	padding:10px;
	cursor:pointer;
}
.boton_publicar:hover
{
    background-color:#CCC;
}
.contactar article h2
{
	width:100%;
	text-align:center;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  	font-size: 26px;
	text-rendering: optimizeLegibility;
 	 padding: 40px 0;
	 color: #333;
}
.contactar article ul li
{
	width:33.3%;
	position:relative;
	float:left;
	list-style:none;
}
.span_contactar span
{
	background-color:#C2A1B2;
	border-radius:50%;
	color:#fff;
	font-size:36px;
	padding:15px;
	float:inherit;
	clear:both;
	text-align:center;
}
.span_contactar p
{
	color:#666666;
	font-size:22px;
	float:inherit;
	clear:both;
	text-decoration:none;
	text-align:center;
	margin-top:25px;
	clear:both
}
.span_contactar p a
{
	color:#666666;
	text-decoration:none;
}
.span_contactar p a:hover
{
	text-decoration:underline;
}
.span_redes
{
	width:90%;
	display:flex;
	align-items:center;
}
.span_redes a
{
	color:#C2A1B2;
	text-decoration:none;
	font-size:26px;
	margin:0 auto;
}
.span_redes a:hover
{
	color:#CCC;
}
@media screen and (max-width:1000px ) {
	.miniyo
	{
		left:20px;
		top:265px;
	}
	section {
		margin:60px 0 55px 0;
	}
}
@media screen and (max-width:800px ) {

	.miniyo img
	{
		width:400px;
	}
	section {
		margin:0;
	}
	.contactar article
	{
		width:480px;
	}
	.cuadro_de_texto
	{
		width:43.9%;
	} 
	.contactar article form textarea
	{
		width:95.5%;
	} 
	.contactar article h2
	{
		font-size: 22px;
	}
	.contactar article ul li
	{
		width:100%;
		margin-bottom:10%;
	}
		.cookies
	{
		padding: 10px 0% 10px% 0%;  
		height:65px;
		font-size:12px;
	}

}
@media screen and (max-width:600px ) {
	.miniyo
	{
		left:20px;
		top:290px;
	}
	.contactar
	{
		margin:130px 0 0 0;
	}
}
@media screen and (max-width:500px ) {
	.miniyo
	{
		display:none;
	}
	.contactar
	{
		margin:35px 0 0 0;
	}
	.contactar article
	{
		width:300px;
	}
	.cuadro_de_texto
	{
		width:95.5%;
	} 
}