/*******DIVS*********/

.radius1{
	margin-top:15px;
	border-radius: 20px;
    border: 4px solid #ffe4e4;
	background-image: url(../imagenes/fondo_logo_cuadrado.png), url(../imagenes/fondo_pagina.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
	height: auto;
	width: 100%;
	-webkit-animation: radius1 2s ; /* Chrome, Safari, Opera */
    animation: radius1 2s ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes radius1 {
    50% {border-radius: 10px;  border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01}
	}

/* Standard syntax */
@keyframes radius1 {
    50% {border-radius: 10px;  border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01}
	}


.radius_lateral_izq{
	margin: auto;
	margin-top:15px;
	border-radius: 20px;
    border: 4px solid #ffe4e4;
	background-image: url(../imagenes/fondo_logo_cuadrado_chico.png), url(../imagenes/fondo_pagina.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
	height: auto;
	width: 80%;
	-webkit-animation: radius_lateral 2s ; /* Chrome, Safari, Opera */
    animation: radius_lateral 2s ;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes radius_lateral {
    50% {border-radius: 10px;  border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01;}
	}

/* Standard syntax */
@keyframes radius_lateral {
    50% {border-radius: 10px; border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01}
	}
	
	.radius_lateral_der{
	margin: auto;
	margin-top:15px;
	border-radius: 20px;
    border: 4px solid #ffe4e4;
	background-image: url(../imagenes/fondo_logo_cuadrado_largo.png), url(../imagenes/fondo_pagina.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
	height: auto;
	width: 80%;
	-webkit-animation: radius_lateral 2s ; /* Chrome, Safari, Opera */
    animation: radius_lateral 2s ;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes radius_lateral {
    50% {border-radius: 10px;  border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01}
	}

/* Standard syntax */
@keyframes radius_lateral {
    50% {border-radius: 10px; border: 1px solid #fff8d8; box-shadow: 10px 20px 30px #f76f01}
	}

/******FIN DIVS*********/
.texto_cuerpo{
	font-family: Roboto, Geneva, sans-serif;
	text-align: center;
	text-indent:4%;
	font-size: 1.675em;
	color: #FED1B1;
	margin-top: 4%;
	margin-left: 3%;
	margin-right: 3%;
	text-shadow: 2px 2px #f76f01;

	}
	
.logos_laterales{
	margin-top:3%;
	width:80%;
	margin-left:10%;
	text-shadow: 2px 2px #f76f01};

}

