@charset "windows-1250";

@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Varela Round', sans-serif;
	font-size:14px;
}

.imgRedonda {
    width:200px;
    height:200px;
    border-radius:100px;
}
.claro {
	color: #b8d9e4;
}
.oscuro{
	color: #ff036b;
}
.muyoscuro{
	color: #ff036b;
}

.amarillo{
	color: #edc147;
}
.input{
	margin-bottom: 10px;
}

