@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
box-sizing:border-box;
}

img{
	display:block;
	margin:auto;
	max-width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

body{
	margin:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

h1{
font-family: 'Roboto', sans-serif;
}

.contenedor{
display:flex;
justify-content:space-between;
}

.lineacolor{
	background-color:#E2A43F;
}

hr{
	height:7px;
	background-color:#E2A43F;
	margin-top:0;
	margin-bottom:0;
} 

.fondo{
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(50,50,101,1) 20%, rgba(50,50,101,1) 80%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(50,50,101,1)), color-stop(80%, rgba(50,50,101,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(50,50,101,1) 20%, rgba(50,50,101,1) 80%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(50,50,101,1) 20%, rgba(50,50,101,1) 80%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(50,50,101,1) 20%, rgba(50,50,101,1) 80%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(50,50,101,1) 20%, rgba(50,50,101,1) 80%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.uno .robot__img{
	margin-left:200px;
} 

.dos{
	margin-left:250px;
	margin-right:200px;
	color:#FFF;
	text-align:center;
}

.cuadro{
	background-color:#E2A43F;
	padding:3px 3px 3px 3px;
	margin-left:150px;
	margin-right:150px;
	border-radius:10px 10px 10px 10px;
	
} 
