.fase{
	margin-top:110px;
}
body {
	background: #CCCCCC;
}
.texto{
	background: rgba(0, 0, 0, 0.8);
	color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	text-align: justify;
	height: auto;
	padding: 20px;
}

#imgevento {
	width: 70px;
	margin: 30px;
}

.img_periodico {
	margin-left: 16px;
}
.img_periodico a{
	margin:0px;
	padding: 0px;
	float: left;
}

#title {
	color: #8CB405;
}

.lateral {
	margin: 20px 5px 20px;
}

.imgbanner{
	margin-left:14px;
    width: 339px;
    height: 50px;
}

.evento{
	background: #E1E1E1;
	margin-top:40px;
}

.infoevento {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#eventoredes {
    width: 340px;
    margin-left: 15px;
}

@media (min-width: 1311px){
.texto_lateral {
	width: 350px;
	height: 600px;
	position: absolute;
	top: 22%;
	left: 74%;
	}
}


@media (max-width: 1310px){

	.texto {
		margin-right: 110px;
	}

	.texto_lateral {
	width: 350px;
	height: 600px;
	position: absolute;
	top: 22%;
	left: 65%;
	}
}


@media (max-width: 990px){

	.fase {
		padding-right: 900px;
	}
	.contenido {
		width: 700px;
	}
	.texto {
		margin-right: 190px;
	}

	.texto_lateral {
	width: 350px;
	height: 600px;
	top: 22%;
	left: 55%;
	}
}


/*==============================
Fase V
==============================*/
.boton {
    border-radius: 4px;
    background-color: #666666;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.boton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.boton span a {
    text-decoration: none;
}
.boton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.boton:hover span {
    padding-right: 25px;
}
.boton:hover span:after {
    opacity: 1;
    right: 0;
}
.boton:hover {
    background-color: #3e8e41;
    color: white;
}
